@salesmind-ai/design-system 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ChangeEmail-BuUhjW0o.d.cts +226 -0
- package/dist/ChangeEmail-BuUhjW0o.d.ts +226 -0
- package/dist/{chunk-3NS6X2R4.cjs → chunk-5EIBL6DQ.cjs} +133 -38
- package/dist/chunk-5EIBL6DQ.cjs.map +1 -0
- package/dist/chunk-AI2YEYT4.js +1368 -0
- package/dist/chunk-AI2YEYT4.js.map +1 -0
- package/dist/{chunk-4QQKREVH.cjs → chunk-LM3UJILC.cjs} +3 -3
- package/dist/{chunk-4QQKREVH.cjs.map → chunk-LM3UJILC.cjs.map} +1 -1
- package/dist/{chunk-K7NQ7TQG.cjs → chunk-M4MLGT4B.cjs} +84 -27
- package/dist/chunk-M4MLGT4B.cjs.map +1 -0
- package/dist/{chunk-6BUS7RMS.js → chunk-Q3YVBUKQ.js} +133 -38
- package/dist/chunk-Q3YVBUKQ.js.map +1 -0
- package/dist/{chunk-25TUCNN6.js → chunk-QVGDMAZY.js} +84 -27
- package/dist/chunk-QVGDMAZY.js.map +1 -0
- package/dist/{chunk-2TC5EVSJ.js → chunk-TPZ3PKSF.js} +3 -3
- package/dist/{chunk-2TC5EVSJ.js.map → chunk-TPZ3PKSF.js.map} +1 -1
- package/dist/chunk-YWJKSY5C.cjs +1381 -0
- package/dist/chunk-YWJKSY5C.cjs.map +1 -0
- package/dist/index.cjs +57 -40
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2426 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/marketing/index.cjs +27 -27
- package/dist/marketing/index.js +1 -1
- package/dist/nav/index.cjs +10 -10
- package/dist/nav/index.css +54 -0
- package/dist/nav/index.css.map +1 -1
- package/dist/nav/index.d.cts +9 -0
- package/dist/nav/index.d.ts +9 -0
- package/dist/nav/index.js +1 -1
- package/dist/onboarding/index.cjs +5870 -0
- package/dist/onboarding/index.cjs.map +1 -0
- package/dist/onboarding/index.css +557 -0
- package/dist/onboarding/index.css.map +1 -0
- package/dist/onboarding/index.d.cts +1589 -0
- package/dist/onboarding/index.d.ts +1589 -0
- package/dist/onboarding/index.js +5736 -0
- package/dist/onboarding/index.js.map +1 -0
- package/dist/styles/styles.css +2593 -0
- package/dist/v2-auth/index.cjs +59 -0
- package/dist/v2-auth/index.cjs.map +1 -0
- package/dist/v2-auth/index.css +3360 -0
- package/dist/v2-auth/index.css.map +1 -0
- package/dist/v2-auth/index.d.cts +76 -0
- package/dist/v2-auth/index.d.ts +76 -0
- package/dist/v2-auth/index.js +24 -0
- package/dist/v2-auth/index.js.map +1 -0
- package/dist/web/index.cjs +7 -7
- package/dist/web/index.d.cts +1 -1
- package/dist/web/index.d.ts +1 -1
- package/dist/web/index.js +1 -1
- package/dist/web/server/index.cjs +7 -7
- package/dist/web/server/index.d.cts +91 -27
- package/dist/web/server/index.d.ts +91 -27
- package/dist/web/server/index.js +1 -1
- package/package.json +14 -2
- package/dist/chunk-25TUCNN6.js.map +0 -1
- package/dist/chunk-3NS6X2R4.cjs.map +0 -1
- package/dist/chunk-6BUS7RMS.js.map +0 -1
- package/dist/chunk-K7NQ7TQG.cjs.map +0 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var chunkYWJKSY5C_cjs = require('../chunk-YWJKSY5C.cjs');
|
|
4
|
+
var React = require('react');
|
|
5
|
+
var clsx = require('clsx');
|
|
6
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
7
|
+
|
|
8
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
|
|
10
|
+
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
11
|
+
var clsx__default = /*#__PURE__*/_interopDefault(clsx);
|
|
12
|
+
|
|
13
|
+
var VoidBackground = React__default.default.forwardRef(
|
|
14
|
+
({ showGrid = true, showGrain = true, className, children }, ref) => {
|
|
15
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref, className: clsx__default.default("void", className), children: [
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__base", "aria-hidden": "true" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "void__orbs", "aria-hidden": "true", children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__orb void__orb--warm" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__orb void__orb--purple" })
|
|
20
|
+
] }),
|
|
21
|
+
showGrid && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__grid", "aria-hidden": "true" }),
|
|
22
|
+
showGrain && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__grain", "aria-hidden": "true" }),
|
|
23
|
+
children && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "void__content", children })
|
|
24
|
+
] });
|
|
25
|
+
}
|
|
26
|
+
);
|
|
27
|
+
VoidBackground.displayName = "VoidBackground";
|
|
28
|
+
|
|
29
|
+
Object.defineProperty(exports, "Button", {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: function () { return chunkYWJKSY5C_cjs.Button; }
|
|
32
|
+
});
|
|
33
|
+
Object.defineProperty(exports, "ChangeEmail", {
|
|
34
|
+
enumerable: true,
|
|
35
|
+
get: function () { return chunkYWJKSY5C_cjs.ChangeEmail; }
|
|
36
|
+
});
|
|
37
|
+
Object.defineProperty(exports, "Checkbox", {
|
|
38
|
+
enumerable: true,
|
|
39
|
+
get: function () { return chunkYWJKSY5C_cjs.Checkbox; }
|
|
40
|
+
});
|
|
41
|
+
Object.defineProperty(exports, "ForgotPassword", {
|
|
42
|
+
enumerable: true,
|
|
43
|
+
get: function () { return chunkYWJKSY5C_cjs.ForgotPassword; }
|
|
44
|
+
});
|
|
45
|
+
Object.defineProperty(exports, "Login", {
|
|
46
|
+
enumerable: true,
|
|
47
|
+
get: function () { return chunkYWJKSY5C_cjs.Login; }
|
|
48
|
+
});
|
|
49
|
+
Object.defineProperty(exports, "Signup", {
|
|
50
|
+
enumerable: true,
|
|
51
|
+
get: function () { return chunkYWJKSY5C_cjs.Signup; }
|
|
52
|
+
});
|
|
53
|
+
Object.defineProperty(exports, "TextField", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunkYWJKSY5C_cjs.TextField; }
|
|
56
|
+
});
|
|
57
|
+
exports.VoidBackground = VoidBackground;
|
|
58
|
+
//# sourceMappingURL=out.js.map
|
|
59
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/v2-auth/VoidBackground/VoidBackground.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,WAAW;AAClB,OAAO,UAAU;AA8BT,cAGA,YAHA;AALD,IAAM,iBAAiB,MAAM;AAAA,EAClC,CAAC,EAAE,WAAW,MAAM,YAAY,MAAM,WAAW,SAAS,GAAG,QAAQ;AACnE,WACE,qBAAC,SAAI,KAAU,WAAW,KAAK,QAAQ,SAAS,GAE9C;AAAA,0BAAC,SAAI,WAAU,cAAa,eAAY,QAAO;AAAA,MAG/C,qBAAC,SAAI,WAAU,cAAa,eAAY,QACtC;AAAA,4BAAC,SAAI,WAAU,6BAA4B;AAAA,QAC3C,oBAAC,SAAI,WAAU,+BAA8B;AAAA,SAC/C;AAAA,MAGC,YAAY,oBAAC,SAAI,WAAU,cAAa,eAAY,QAAO;AAAA,MAG3D,aAAa,oBAAC,SAAI,WAAU,eAAc,eAAY,QAAO;AAAA,MAG7D,YAAY,oBAAC,SAAI,WAAU,iBAAiB,UAAS;AAAA,OACxD;AAAA,EAEJ;AACF;AAEA,eAAe,cAAc","sourcesContent":["import React from 'react';\r\nimport clsx from 'clsx';\r\nimport './VoidBackground.css';\r\n\r\nexport interface VoidBackgroundProps {\r\n /** Show the engineered grid overlay */\r\n showGrid?: boolean;\r\n /** Show the film grain texture */\r\n showGrain?: boolean;\r\n /** Custom class name */\r\n className?: string;\r\n /** Child content rendered above the void */\r\n children?: React.ReactNode;\r\n}\r\n\r\n/**\r\n * VoidBackground — The Void Signature Design System Level 0 Environment\r\n *\r\n * A four-layer atmospheric background system:\r\n * 1. Base Color — Deep purple-black (#08040a)\r\n * 2. Light Orbs — Radial gradients with mix-blend-mode: screen\r\n * 3. Engineered Grid — 80×80px with radial fade mask\r\n * 4. Film Grain — Static SVG noise for texture\r\n *\r\n * The Void is not decoration — it is the lighting engine for the UI.\r\n */\r\nexport const VoidBackground = React.forwardRef<HTMLDivElement, VoidBackgroundProps>(\r\n ({ showGrid = true, showGrain = true, className, children }, ref) => {\r\n return (\r\n <div ref={ref} className={clsx('void', className)}>\r\n {/* Layer 1: Base Color */}\r\n <div className=\"void__base\" aria-hidden=\"true\" />\r\n\r\n {/* Layer 2: Light Orbs (Infusion Engine) */}\r\n <div className=\"void__orbs\" aria-hidden=\"true\">\r\n <div className=\"void__orb void__orb--warm\" />\r\n <div className=\"void__orb void__orb--purple\" />\r\n </div>\r\n\r\n {/* Layer 3: Engineered Grid */}\r\n {showGrid && <div className=\"void__grid\" aria-hidden=\"true\" />}\r\n\r\n {/* Layer 4: Film Grain */}\r\n {showGrain && <div className=\"void__grain\" aria-hidden=\"true\" />}\r\n\r\n {/* Content Layer */}\r\n {children && <div className=\"void__content\">{children}</div>}\r\n </div>\r\n );\r\n },\r\n);\r\n\r\nVoidBackground.displayName = 'VoidBackground';\r\n"]}
|