@dimasbaguspm/versaur 0.0.6 → 0.0.8
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/components/app-bar/app-bar.atoms.d.ts +5 -1
- package/dist/components/app-bar/app-bar.d.ts +1 -0
- package/dist/components/app-bar/app-bar.stories.d.ts +2 -0
- package/dist/components/app-bar/types.d.ts +6 -0
- package/dist/components/calculator/calculator.atoms.d.ts +2 -0
- package/dist/components/calculator/calculator.d.ts +2 -0
- package/dist/components/calculator/calculator.stories.d.ts +8 -0
- package/dist/components/calculator/helpers.d.ts +7 -0
- package/dist/components/calculator/index.d.ts +2 -0
- package/dist/components/calculator/types.d.ts +29 -0
- package/dist/components/calculator/use-calculator.d.ts +11 -0
- package/dist/components/calculator-input/calculator-input.atoms.d.ts +11 -0
- package/dist/components/calculator-input/calculator-input.d.ts +8 -0
- package/dist/components/calculator-input/calculator-input.stories.d.ts +8 -0
- package/dist/components/calculator-input/helpers.d.ts +3 -0
- package/dist/components/calculator-input/index.d.ts +1 -0
- package/dist/components/calculator-input/types.d.ts +51 -0
- package/dist/components/drawer/drawer.stories.d.ts +1 -0
- package/dist/components/drawer/helpers.d.ts +1 -0
- package/dist/components/drawer/index.d.ts +1 -9
- package/dist/components/drawer/types.d.ts +8 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/page-layout/helpers.d.ts +6 -0
- package/dist/components/page-layout/index.d.ts +1 -0
- package/dist/components/page-layout/page-layout.d.ts +8 -0
- package/dist/components/page-layout/page-layout.stories.d.ts +8 -0
- package/dist/components/page-layout/types.d.ts +20 -0
- package/dist/components/table/context.d.ts +3 -0
- package/dist/components/table/helpers.d.ts +2 -0
- package/dist/components/table/index.d.ts +2 -0
- package/dist/components/table/table.atoms.d.ts +22 -0
- package/dist/components/table/table.d.ts +8 -0
- package/dist/components/table/table.stories.d.ts +27 -0
- package/dist/components/table/types.d.ts +51 -0
- package/dist/components/time-picker-input/helpers.d.ts +4 -0
- package/dist/components/time-picker-input/index.d.ts +2 -0
- package/dist/components/time-picker-input/time-picker-input.atoms.d.ts +15 -0
- package/dist/components/time-picker-input/time-picker-input.d.ts +9 -0
- package/dist/components/time-picker-input/time-picker-input.stories.d.ts +7 -0
- package/dist/components/time-picker-input/types.d.ts +47 -0
- package/dist/hooks/use-floating-position/index.d.ts +1 -0
- package/dist/hooks/use-floating-position/use-floating-position.d.ts +12 -0
- package/dist/index.js +2820 -2160
- package/dist/styles.css +11 -11
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -21,27 +21,27 @@
|
|
|
21
21
|
|
|
22
22
|
/* Core Colors */
|
|
23
23
|
--color-coral: #e07a5f;
|
|
24
|
-
--color-coral-soft: #
|
|
24
|
+
--color-coral-soft: #fff8f6;
|
|
25
25
|
--color-sage: #81b29a;
|
|
26
|
-
--color-sage-soft: #
|
|
26
|
+
--color-sage-soft: #f6fffa;
|
|
27
27
|
--color-mist: #84a5c0;
|
|
28
|
-
--color-mist-soft: #
|
|
28
|
+
--color-mist-soft: #f5faff;
|
|
29
29
|
--color-slate: #3d405b;
|
|
30
30
|
--color-slate-soft: #e3e4ea;
|
|
31
31
|
--color-cream: #f4f1de;
|
|
32
|
-
--color-cream-soft: #
|
|
32
|
+
--color-cream-soft: #fefdfb;
|
|
33
33
|
--color-light-gray: #f8f9fa;
|
|
34
34
|
--color-light-gray-soft: #fcfcfd;
|
|
35
35
|
|
|
36
36
|
/* Semantic Colors */
|
|
37
37
|
--color-success: #6db285;
|
|
38
|
-
--color-success-soft: #
|
|
38
|
+
--color-success-soft: #f4fff9;
|
|
39
39
|
--color-info: #6b8fad;
|
|
40
|
-
--color-info-soft: #
|
|
40
|
+
--color-info-soft: #f0f8ff;
|
|
41
41
|
--color-warning: #e08a47;
|
|
42
|
-
--color-warning-soft: #
|
|
42
|
+
--color-warning-soft: #fff9f2;
|
|
43
43
|
--color-danger: #e06650;
|
|
44
|
-
--color-danger-soft: #
|
|
44
|
+
--color-danger-soft: #fff5f4;
|
|
45
45
|
|
|
46
46
|
/* Background and Foreground */
|
|
47
47
|
--color-background: #ffffff; /* White */
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
|
|
50
50
|
/* Button/Component Variants */
|
|
51
51
|
--color-primary: #e07a5f; /* Coral */
|
|
52
|
-
--color-primary-soft: #
|
|
52
|
+
--color-primary-soft: #fff8f6; /* Soft Coral */
|
|
53
53
|
--color-secondary: #81b29a; /* Sage */
|
|
54
|
-
--color-secondary-soft: #
|
|
54
|
+
--color-secondary-soft: #f6fffa; /* Soft Sage */
|
|
55
55
|
--color-tertiary: #84a5c0; /* Mist */
|
|
56
|
-
--color-tertiary-soft: #
|
|
56
|
+
--color-tertiary-soft: #f5faff; /* Soft Mist */
|
|
57
57
|
--color-ghost: #3d405b; /* Slate */
|
|
58
58
|
--color-ghost-soft: #e3e4ea; /* Soft Slate */
|
|
59
59
|
--color-neutral: #e9ecef; /* Light Gray */
|