@viraui/foundation 2026.1.5 → 2026.1.7
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/package.json +1 -1
- package/platforms/web/cinder/cinder-nested.json +2 -1
- package/platforms/web/cinder/cinder.css +1 -0
- package/platforms/web/cinder/cinder.json +1 -0
- package/platforms/web/cinder/types.d.ts +1 -1
- package/platforms/web/sunburst/sunburst-nested.json +2 -1
- package/platforms/web/sunburst/sunburst.css +1 -0
- package/platforms/web/sunburst/sunburst.json +1 -0
- package/platforms/web/sunburst/types.d.ts +1 -1
- package/platforms/web/vira/types.d.ts +1 -1
- package/platforms/web/vira/vira-nested.json +2 -1
- package/platforms/web/vira/vira.css +1 -0
- package/platforms/web/vira/vira.json +1 -0
- package/platforms/web/vira-condensed/types.d.ts +1 -1
- package/platforms/web/vira-condensed/vira-condensed-nested.json +2 -1
- package/platforms/web/vira-condensed/vira-condensed.css +1 -0
- package/platforms/web/vira-condensed/vira-condensed.json +1 -0
package/package.json
CHANGED
|
@@ -133,7 +133,8 @@
|
|
|
133
133
|
"effect": {
|
|
134
134
|
"vibrancy": "",
|
|
135
135
|
"corner-shape": "",
|
|
136
|
-
"holofoil": "initial"
|
|
136
|
+
"holofoil": "initial",
|
|
137
|
+
"shadows": ""
|
|
137
138
|
},
|
|
138
139
|
"global": {
|
|
139
140
|
"foreground": "light-dark(oklab(15.907% -0.02237 -0.00536), oklab(100% -0.02237 -0.00536))",
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
--effect-vibrancy: ;
|
|
111
111
|
--effect-corner-shape: ;
|
|
112
112
|
--effect-holofoil: initial;
|
|
113
|
+
--effect-shadows: ;
|
|
113
114
|
--global-foreground: light-dark(oklab(15.907% -0.02237 -0.00536), oklab(100% -0.02237 -0.00536));
|
|
114
115
|
--global-background: light-dark(oklab(93.1% -0.02237 -0.00536), oklab(0% -0.02237 -0.00536));
|
|
115
116
|
--global-primary: #FFF995;
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"effect-vibrancy": "",
|
|
106
106
|
"effect-corner-shape": "",
|
|
107
107
|
"effect-holofoil": "initial",
|
|
108
|
+
"effect-shadows": "",
|
|
108
109
|
"global-foreground": "light-dark(oklab(15.907% -0.02237 -0.00536), oklab(100% -0.02237 -0.00536))",
|
|
109
110
|
"global-background": "light-dark(oklab(93.1% -0.02237 -0.00536), oklab(0% -0.02237 -0.00536))",
|
|
110
111
|
"global-primary": "#FFF995",
|
|
@@ -14,7 +14,7 @@ export type ThemeTypes = {
|
|
|
14
14
|
stone: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
15
15
|
yellow: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
16
16
|
};
|
|
17
|
-
effect: 'vibrancy' | 'corner-shape' | 'holofoil';
|
|
17
|
+
effect: 'vibrancy' | 'corner-shape' | 'holofoil' | 'shadows';
|
|
18
18
|
global: 'foreground' | 'background' | 'primary' | 'muted' | 'interactive-text' | 'disabled-foreground' | 'disabled-background' | 'contrast' | 'outline';
|
|
19
19
|
highlight: 'gray' | 'slate' | 'yellow' | 'green' | 'blue' | 'red' | 'cyan' | 'purple' | 'indigo' | 'acid' | 'salmon' | 'magenta';
|
|
20
20
|
duration: 'instant' | 'fast' | 'normal' | 'slow' | 'slowest';
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
--effect-vibrancy: ;
|
|
111
111
|
--effect-corner-shape: ;
|
|
112
112
|
--effect-holofoil: initial;
|
|
113
|
+
--effect-shadows: ;
|
|
113
114
|
--global-foreground: light-dark(oklab(15.907% 0.0034 0.0058), oklab(100% 0.0026 0.0045));
|
|
114
115
|
--global-background: light-dark(oklab(96.115% 0.0026 0.0045), oklab(0% 0.002 0.0035));
|
|
115
116
|
--global-primary: #ff8636;
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"effect-vibrancy": "",
|
|
106
106
|
"effect-corner-shape": "",
|
|
107
107
|
"effect-holofoil": "initial",
|
|
108
|
+
"effect-shadows": "",
|
|
108
109
|
"global-foreground": "light-dark(oklab(15.907% 0.0034 0.0058), oklab(100% 0.0026 0.0045))",
|
|
109
110
|
"global-background": "light-dark(oklab(96.115% 0.0026 0.0045), oklab(0% 0.002 0.0035))",
|
|
110
111
|
"global-primary": "#ff8636",
|
|
@@ -14,7 +14,7 @@ export type ThemeTypes = {
|
|
|
14
14
|
stone: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
15
15
|
yellow: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
16
16
|
};
|
|
17
|
-
effect: 'vibrancy' | 'corner-shape' | 'holofoil';
|
|
17
|
+
effect: 'vibrancy' | 'corner-shape' | 'holofoil' | 'shadows';
|
|
18
18
|
global: 'foreground' | 'background' | 'primary' | 'muted' | 'interactive-text' | 'disabled-foreground' | 'disabled-background' | 'contrast' | 'outline';
|
|
19
19
|
highlight: 'gray' | 'slate' | 'yellow' | 'green' | 'blue' | 'red' | 'cyan' | 'purple' | 'indigo' | 'acid' | 'salmon' | 'magenta';
|
|
20
20
|
duration: 'instant' | 'fast' | 'normal' | 'slow' | 'slowest';
|
|
@@ -14,7 +14,7 @@ export type ThemeTypes = {
|
|
|
14
14
|
stone: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
15
15
|
yellow: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
16
16
|
};
|
|
17
|
-
effect: 'vibrancy' | 'corner-shape' | 'holofoil';
|
|
17
|
+
effect: 'vibrancy' | 'corner-shape' | 'holofoil' | 'shadows';
|
|
18
18
|
global: 'foreground' | 'background' | 'primary' | 'muted' | 'interactive-text' | 'disabled-foreground' | 'disabled-background' | 'contrast' | 'outline';
|
|
19
19
|
highlight: 'gray' | 'slate' | 'yellow' | 'green' | 'blue' | 'red' | 'cyan' | 'purple' | 'indigo' | 'acid' | 'salmon' | 'magenta';
|
|
20
20
|
duration: 'instant' | 'fast' | 'normal' | 'slow' | 'slowest';
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
--effect-vibrancy: ;
|
|
111
111
|
--effect-corner-shape: ;
|
|
112
112
|
--effect-holofoil: initial;
|
|
113
|
+
--effect-shadows: ;
|
|
113
114
|
--global-foreground: light-dark(oklab(15.907% 0 0), oklab(100% 0 0));
|
|
114
115
|
--global-background: light-dark(oklab(97.614% 0 0), oklab(0% 0 0));
|
|
115
116
|
--global-primary: light-dark(oklab(15.907% 0 0), oklab(100% 0 0));
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"effect-vibrancy": "",
|
|
106
106
|
"effect-corner-shape": "",
|
|
107
107
|
"effect-holofoil": "initial",
|
|
108
|
+
"effect-shadows": "",
|
|
108
109
|
"global-foreground": "light-dark(oklab(15.907% 0 0), oklab(100% 0 0))",
|
|
109
110
|
"global-background": "light-dark(oklab(97.614% 0 0), oklab(0% 0 0))",
|
|
110
111
|
"global-primary": "light-dark(oklab(15.907% 0 0), oklab(100% 0 0))",
|
|
@@ -14,7 +14,7 @@ export type ThemeTypes = {
|
|
|
14
14
|
stone: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
15
15
|
yellow: '0' | '10' | '20' | '30' | '40' | '50' | '60' | '70';
|
|
16
16
|
};
|
|
17
|
-
effect: 'vibrancy' | 'corner-shape' | 'holofoil';
|
|
17
|
+
effect: 'vibrancy' | 'corner-shape' | 'holofoil' | 'shadows';
|
|
18
18
|
global: 'foreground' | 'background' | 'primary' | 'muted' | 'interactive-text' | 'disabled-foreground' | 'disabled-background' | 'contrast' | 'outline';
|
|
19
19
|
highlight: 'gray' | 'slate' | 'yellow' | 'green' | 'blue' | 'red' | 'cyan' | 'purple' | 'indigo' | 'acid' | 'salmon' | 'magenta';
|
|
20
20
|
duration: 'instant' | 'fast' | 'normal' | 'slow' | 'slowest';
|
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
--effect-vibrancy: ;
|
|
111
111
|
--effect-corner-shape: ;
|
|
112
112
|
--effect-holofoil: initial;
|
|
113
|
+
--effect-shadows: ;
|
|
113
114
|
--global-foreground: light-dark(oklab(15.907% 0 0), oklab(100% 0 0));
|
|
114
115
|
--global-background: light-dark(oklab(97.614% 0 0), oklab(0% 0 0));
|
|
115
116
|
--global-primary: light-dark(oklab(15.907% 0 0), oklab(100% 0 0));
|
|
@@ -105,6 +105,7 @@
|
|
|
105
105
|
"effect-vibrancy": "",
|
|
106
106
|
"effect-corner-shape": "",
|
|
107
107
|
"effect-holofoil": "initial",
|
|
108
|
+
"effect-shadows": "",
|
|
108
109
|
"global-foreground": "light-dark(oklab(15.907% 0 0), oklab(100% 0 0))",
|
|
109
110
|
"global-background": "light-dark(oklab(97.614% 0 0), oklab(0% 0 0))",
|
|
110
111
|
"global-primary": "light-dark(oklab(15.907% 0 0), oklab(100% 0 0))",
|