@johnmusans/arcadia-ui-registry-definition
Version:
Registry definitions and types for Arcadia UI component registry
62 lines • 2.84 kB
TypeScript
export declare const registryTextures: [{
readonly name: "Earthen haze";
readonly slug: "earthen-haze";
readonly description: "A subtle, organic overlay adding gentle nautral tones and warmth.";
readonly css: {
readonly ".texture": {
readonly "background-image": "url(https://matsu-theme.vercel.app/texture.jpg)";
readonly "background-size": "100% 100%";
readonly "background-repeat": "repeat";
readonly opacity: "0.12";
readonly "mix-blend-mode": "multiply";
readonly "z-index": "100";
readonly isolation: "isolate";
readonly position: "fixed";
readonly inset: "0";
readonly width: "100vw";
readonly height: "100dvh";
readonly "pointer-events": "none";
};
};
}, {
readonly name: "Fractal noise";
readonly slug: "fractal-noise";
readonly description: "A dynamic fractal noise pattern with soft light blending.";
readonly css: {
readonly ".texture": {
readonly "background-image": "url(\"data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.80' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'%3E%3C/rect%3E%3C/svg%3E\")";
readonly "background-size": "100% 100%";
readonly "background-repeat": "no-repeat";
readonly opacity: "0.70";
readonly "mix-blend-mode": "soft-light";
readonly "z-index": "50";
readonly isolation: "isolate";
readonly position: "fixed";
readonly inset: "0";
readonly width: "100vw";
readonly height: "100dvh";
readonly "pointer-events": "none";
};
};
}, {
readonly name: "Tiled pattern";
readonly slug: "tiled-pattern";
readonly description: "A subtle repeating pattern with very low opacity overlay.";
readonly css: {
readonly ".texture": {
readonly "background-image": "url('https://web.archive.org/web/20250107133042im_/https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')";
readonly "background-size": "109px";
readonly "background-repeat": "repeat";
readonly opacity: "0.06";
readonly "border-radius": "0";
readonly "z-index": "100";
readonly isolation: "isolate";
readonly position: "fixed";
readonly inset: "0";
readonly width: "100vw";
readonly height: "100dvh";
readonly "pointer-events": "none";
};
};
}];
//# sourceMappingURL=registry-textures.d.ts.map