@viraui/react 0.0.25 → 0.0.26
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/catalog.json +30 -0
- package/dist/components/accordion/accordion-item.d.ts +58 -0
- package/dist/components/accordion/accordion-item.js +65 -0
- package/dist/components/accordion/accordion.css +1 -0
- package/dist/components/accordion/accordion.d.ts +26 -0
- package/dist/components/accordion/accordion.guide.json +30 -0
- package/dist/components/accordion/accordion.js +22 -0
- package/dist/components/accordion/accordion.module.js +10 -0
- package/dist/components/accordion/index.d.ts +3 -0
- package/dist/components/avatar/avatar.css +1 -1
- package/dist/components/avatar/avatar.guide.json +25 -1
- package/dist/components/avatar/avatar.js +1 -1
- package/dist/components/avatar-group/avatar-group.css +2 -2
- package/dist/components/avatar-group/avatar-group.guide.json +27 -1
- package/dist/components/avatar-group/avatar-group.js +1 -1
- package/dist/components/basic-input/basic-input.css +1 -1
- package/dist/components/basic-input/basic-input.js +3 -3
- package/dist/components/basic-input/field-label.css +1 -1
- package/dist/components/bleed/bleed.css +1 -0
- package/dist/components/bleed/bleed.d.ts +26 -0
- package/dist/components/bleed/bleed.guide.json +39 -0
- package/dist/components/bleed/bleed.js +24 -0
- package/dist/components/bleed/bleed.module.js +3 -0
- package/dist/components/bleed/index.d.ts +2 -0
- package/dist/components/button/button.css +1 -1
- package/dist/components/button/button.guide.json +33 -3
- package/dist/components/checkbox/checkbox-group.js +2 -2
- package/dist/components/checkbox/checkbox.css +1 -1
- package/dist/components/chip/chip.css +1 -1
- package/dist/components/chip/chip.guide.json +26 -1
- package/dist/components/clamp-text/clamp-text.css +1 -1
- package/dist/components/clamp-text/clamp-text.guide.json +15 -1
- package/dist/components/clamp-text/clamp-text.js +1 -1
- package/dist/components/dialog/dialog-close.js +2 -2
- package/dist/components/dialog/dialog-indent-background.js +2 -2
- package/dist/components/dialog/dialog-indent.js +2 -2
- package/dist/components/dialog/dialog-sheet.js +1 -1
- package/dist/components/dialog/dialog-trigger.js +2 -2
- package/dist/components/dialog/dialog.css +1 -1
- package/dist/components/dialog/dialog.d.ts +5 -4
- package/dist/components/dialog/dialog.guide.json +15 -1
- package/dist/components/dialog/dialog.js +4 -3
- package/dist/components/icon-button/icon-button.js +2 -2
- package/dist/components/index.d.ts +5 -0
- package/dist/components/linear-progress/linear-progress.css +1 -1
- package/dist/components/linear-progress/linear-progress.guide.json +14 -1
- package/dist/components/masonry/masonry.css +1 -1
- package/dist/components/masonry/masonry.guide.json +42 -1
- package/dist/components/masonry/masonry.js +3 -3
- package/dist/components/meter/index.d.ts +2 -0
- package/dist/components/meter/meter.css +1 -0
- package/dist/components/meter/meter.d.ts +44 -0
- package/dist/components/meter/meter.guide.json +39 -0
- package/dist/components/meter/meter.js +59 -0
- package/dist/components/meter/meter.module.js +7 -0
- package/dist/components/popover/index.d.ts +4 -0
- package/dist/components/popover/popover-sheet.d.ts +65 -0
- package/dist/components/popover/popover-sheet.js +79 -0
- package/dist/components/popover/popover.css +1 -0
- package/dist/components/popover/popover.d.ts +74 -0
- package/dist/components/popover/popover.guide.json +28 -0
- package/dist/components/popover/popover.js +23 -0
- package/dist/components/popover/popover.module.js +8 -0
- package/dist/components/progressive-blur/progressive-blur.css +1 -1
- package/dist/components/progressive-blur/progressive-blur.guide.json +15 -1
- package/dist/components/progressive-blur/progressive-blur.js +1 -1
- package/dist/components/radio/radio-group.d.ts +1 -1
- package/dist/components/radio/radio-group.js +2 -2
- package/dist/components/radio/radio.css +1 -1
- package/dist/components/select/select-option.js +1 -1
- package/dist/components/select/select.css +1 -1
- package/dist/components/select/select.guide.json +26 -1
- package/dist/components/select/select.js +1 -0
- package/dist/components/separator/separator.css +1 -1
- package/dist/components/separator/separator.js +1 -1
- package/dist/components/shimmer/shimmer.css +1 -1
- package/dist/components/shimmer/shimmer.guide.json +39 -1
- package/dist/components/shimmer/shimmer.js +4 -4
- package/dist/components/skeleton/skeleton.css +1 -1
- package/dist/components/skeleton/skeleton.guide.json +50 -1
- package/dist/components/skeleton/skeleton.js +5 -5
- package/dist/components/slider/slider.css +1 -1
- package/dist/components/slider/slider.guide.json +20 -1
- package/dist/components/spinner/spinner.css +1 -1
- package/dist/components/spinner/spinner.guide.json +15 -1
- package/dist/components/stack/stack.css +1 -1
- package/dist/components/stack/stack.guide.json +77 -1
- package/dist/components/stack/stack.js +8 -8
- package/dist/components/surface/surface-radius-context.js +6 -6
- package/dist/components/surface/surface.css +1 -1
- package/dist/components/surface/surface.d.ts +1 -1
- package/dist/components/surface/surface.guide.json +85 -1
- package/dist/components/surface/surface.js +6 -6
- package/dist/components/switch/switch.css +1 -1
- package/dist/components/switch/switch.guide.json +32 -1
- package/dist/components/tabs/tabs-indicator.js +2 -2
- package/dist/components/tabs/tabs-list.js +2 -2
- package/dist/components/tabs/tabs-panel.js +2 -2
- package/dist/components/tabs/tabs-tab.js +2 -2
- package/dist/components/tabs/tabs-viewport.js +2 -2
- package/dist/components/tabs/tabs.css +1 -1
- package/dist/components/tabs/tabs.guide.json +8 -1
- package/dist/components/tabs/tabs.js +2 -2
- package/dist/components/text/text.css +1 -1
- package/dist/components/text/text.guide.json +125 -1
- package/dist/components/text/text.js +11 -11
- package/dist/components/textarea/textarea.css +1 -1
- package/dist/components/textarea/textarea.guide.json +14 -1
- package/dist/components/textfield/textfield.css +1 -1
- package/dist/components/textfield/textfield.guide.json +20 -1
- package/dist/components/title/title.css +1 -1
- package/dist/components/title/title.guide.json +123 -1
- package/dist/components/title/title.js +11 -11
- package/dist/components/toast/toast-action.js +2 -2
- package/dist/components/toast/toast-viewport.js +2 -2
- package/dist/index.js +6 -1
- package/dist/preflight-surface.json +17 -4
- package/dist/preflight.css +1 -1
- package/package.json +2 -2
|
@@ -18,5 +18,18 @@
|
|
|
18
18
|
"Prefer resize modes that do not hide required content from keyboard users"
|
|
19
19
|
],
|
|
20
20
|
"antiPatterns": ["Using Textarea for single-line values", "Expecting unsupported size or variant props"],
|
|
21
|
-
"related": ["Fieldset", "Textfield", "Text"]
|
|
21
|
+
"related": ["Fieldset", "Textfield", "Text"],
|
|
22
|
+
"properties": {
|
|
23
|
+
"css": {
|
|
24
|
+
"min-block-size": {
|
|
25
|
+
"description": "Minimum block size of the textarea field root."
|
|
26
|
+
},
|
|
27
|
+
"padding-block": {
|
|
28
|
+
"description": "Block padding applied through the textarea root."
|
|
29
|
+
},
|
|
30
|
+
"input-border-radius": {
|
|
31
|
+
"description": "Corner radius for the textarea control group."
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
22
35
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.viraui__textfield-module__Textfield_o-70A{--input-height:var(--space-x-large);--control-group-background:var(--base-1);--control-group-color:var(--global-foreground);--control-group-border-color:var(--global-contrast);--control-group-border-radius:var(--radius-medium);--field-label-padding-inline:calc(var(--control-group-border-radius) / 2);inline-size:100%;&:has([required]) .viraui__textfield-module__Label_5rjr0:after{content:" *";color:var(--highlight-red)}}.viraui__textfield-module__ControlGroup_2W-OC{box-sizing:border-box;inline-size:100%;min-inline-size:0;block-size:var(--input-height);background:var(--control-group-background);border:1px solid var(--control-group-border-color);border-radius:var(--control-group-border-radius);&:has(.viraui__textfield-module__CustomBasicInput_oHgtd:focus-visible),&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-focused]){outline:var(--outline);outline-offset:var(--outline-offset)}&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-invalid]){--control-group-border-color:var(--highlight-red);box-shadow:none;outline-color:oklab(from var(--highlight-red) l a b/.5)}&:has(.viraui__textfield-module__CustomBasicInput_oHgtd:disabled),&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-disabled]){--control-group-background:var(--global-disabled-background);--control-group-border-color:#0000;box-shadow:none;cursor:not-allowed}&:has(.viraui__textfield-module__Addon_kK1ef[data-position=start])>.viraui__textfield-module__CustomBasicInput_oHgtd{padding-inline-start:var(--space-x-small)}&:has(.viraui__textfield-module__Addon_kK1ef[data-position=end])>.viraui__textfield-module__CustomBasicInput_oHgtd{padding-inline-end:var(--space-x-small)}}.viraui__textfield-module__CustomBasicInput_oHgtd{flex:1 1 auto;min-inline-size:0;block-size:100%;line-height:1.2;border:none;background:#0000;box-shadow:none;border-radius:inherit;&:focus-visible{outline:none}&:disabled{cursor:not-allowed}}.viraui__textfield-module__Addon_kK1ef{min-inline-size:var(--space-x-large)}.viraui__textfield-module__Description_8Qxot{padding-inline:calc(var(--control-group-border-radius) / 2)}
|
|
1
|
+
.viraui__textfield-module__Textfield_o-70A{--vui-textfield-input-height:var(--space-x-large);--vui-textfield-control-group-background:var(--base-1);--vui-textfield-control-group-color:var(--global-foreground);--vui-textfield-control-group-border-color:var(--global-contrast);--vui-textfield-control-group-border-radius:var(--radius-medium);--vui-field-label-padding-inline:calc(var(--vui-textfield-control-group-border-radius) / 2);inline-size:100%;&:has([required]) .viraui__textfield-module__Label_5rjr0:after{content:" *";color:var(--highlight-red)}}.viraui__textfield-module__ControlGroup_2W-OC{box-sizing:border-box;inline-size:100%;min-inline-size:0;block-size:var(--vui-textfield-input-height);background:var(--vui-textfield-control-group-background);border:1px solid var(--vui-textfield-control-group-border-color);border-radius:var(--vui-textfield-control-group-border-radius);&:has(.viraui__textfield-module__CustomBasicInput_oHgtd:focus-visible),&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-focused]){outline:var(--outline);outline-offset:var(--outline-offset)}&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-invalid]){--vui-textfield-control-group-border-color:var(--highlight-red);box-shadow:none;outline-color:oklab(from var(--highlight-red) l a b/.5)}&:has(.viraui__textfield-module__CustomBasicInput_oHgtd:disabled),&:has(.viraui__textfield-module__CustomBasicInput_oHgtd[data-disabled]){--vui-textfield-control-group-background:var(--global-disabled-background);--vui-textfield-control-group-border-color:#0000;box-shadow:none;cursor:not-allowed}&:has(.viraui__textfield-module__Addon_kK1ef[data-position=start])>.viraui__textfield-module__CustomBasicInput_oHgtd{padding-inline-start:var(--space-x-small)}&:has(.viraui__textfield-module__Addon_kK1ef[data-position=end])>.viraui__textfield-module__CustomBasicInput_oHgtd{padding-inline-end:var(--space-x-small)}}.viraui__textfield-module__CustomBasicInput_oHgtd{flex:1 1 auto;min-inline-size:0;block-size:100%;line-height:1.2;border:none;background:#0000;box-shadow:none;border-radius:inherit;&:focus-visible{outline:none}&:disabled{cursor:not-allowed}}.viraui__textfield-module__Addon_kK1ef{min-inline-size:var(--space-x-large)}.viraui__textfield-module__Description_8Qxot{padding-inline:calc(var(--vui-textfield-control-group-border-radius) / 2)}
|
|
@@ -22,5 +22,24 @@
|
|
|
22
22
|
"Passing unsupported size or variant props",
|
|
23
23
|
"Expecting a focus ring when focus is only on addon controls"
|
|
24
24
|
],
|
|
25
|
-
"related": ["Fieldset", "Textarea", "Select", "Text"]
|
|
25
|
+
"related": ["Fieldset", "Textarea", "Select", "Text"],
|
|
26
|
+
"properties": {
|
|
27
|
+
"css": {
|
|
28
|
+
"input-height": {
|
|
29
|
+
"description": "Textfield control group block size."
|
|
30
|
+
},
|
|
31
|
+
"control-group-background": {
|
|
32
|
+
"description": "Textfield control group background."
|
|
33
|
+
},
|
|
34
|
+
"control-group-color": {
|
|
35
|
+
"description": "Textfield control group foreground color."
|
|
36
|
+
},
|
|
37
|
+
"control-group-border-color": {
|
|
38
|
+
"description": "Textfield control group border color."
|
|
39
|
+
},
|
|
40
|
+
"control-group-border-radius": {
|
|
41
|
+
"description": "Textfield control group corner radius."
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
26
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.viraui__title-module__Title_CXMUX{--title-medium:clamp(var(--font-scale-body-medium),calc(var(--font-scale-body-medium) + var(--font-scale-body-x-small) / 12 + 0.24cqi),calc(var(--font-scale-body-medium) + var(--font-scale-body-x-small) / 3));--title-font-size:clamp(var(--font-scale-h2),calc(var(--title-medium) * pow(var(--font-heading-typescale), 5)),var(--font-scale-h1));--title-font-family:var(--font-family-heading);--title-font-weight:500;--title-font-width:100;--title-font-opsz:16;--title-line-height:var(--font-leading-standard);--title-letter-spacing:-0.03em;--title-align:start;--title-max-width:none;--title-white-space:normal;--title-padding-inline-start:0;--title-padding-inline-end:0;--title-padding-block-start:0;--title-padding-block-end:0;margin:0;max-inline-size:var(--title-max-width);font-family:var(--title-font-family);font-size:var(--title-font-size);line-height:var(--title-line-height);letter-spacing:var(--title-letter-spacing);text-align:var(--title-align);white-space:var(--title-white-space);word-break:break-word;font-optical-sizing:auto;font-variation-settings:"wght" var(--title-font-weight),"wdth" var(--title-font-width),"opsz" var(--title-font-opsz);text-box:var(--title-trim) var(--title-trim-type);display:inline-flex;&[data-title-balanced=true]{text-wrap:balance}&[data-title-selection=false]{-webkit-user-select:none;user-select:none}&[data-title-has-padding=true]{padding:var(--title-padding-block-start) var(--title-padding-inline-end) var(--title-padding-block-end) var(--title-padding-inline-start)}&[data-title-level=display]{--title-font-size:clamp(var(--font-scale-h1),calc(var(--font-scale-h1) + 4.643cqi - 0.9286rem),var(--font-scale-display))}&[data-title-level=h1]{--title-font-size:clamp(var(--font-scale-h2),calc(var(--title-medium) * pow(var(--font-heading-typescale), 5)),var(--font-scale-h1))}&[data-title-level=h2]{--title-font-size:clamp(var(--font-scale-h3),calc(var(--title-medium) * pow(var(--font-heading-typescale), 4)),var(--font-scale-h2))}&[data-title-level=h3]{--title-font-size:clamp(var(--font-scale-h4),calc(var(--title-medium) * pow(var(--font-heading-typescale), 3)),var(--font-scale-h3))}&[data-title-level=h4]{--title-font-size:clamp(var(--font-scale-h5),calc(var(--title-medium) * pow(var(--font-heading-typescale), 2)),var(--font-scale-h4))}&[data-title-level=h5]{--title-font-size:clamp(var(--font-scale-h6),calc(var(--title-medium) * pow(var(--font-heading-typescale), 1)),var(--font-scale-h5));--title-letter-spacing:-0.02em}&[data-title-level=h6]{--title-font-size:clamp(var(--font-scale-body-medium),var(--title-medium),var(--font-scale-h6));--title-letter-spacing:-0.02em}&[data-title-has-literal-color=true]{color:var(--title-literal-color)}&[data-title-line-height=none]{--title-line-height:0}&[data-title-line-height=x-small]{--title-line-height:var(--font-leading-x-small)}&[data-title-line-height=small]{--title-line-height:var(--font-leading-small)}&[data-title-line-height=large]{--title-line-height:var(--font-leading-large)}}
|
|
1
|
+
.viraui__title-module__Title_CXMUX{--title-medium:clamp(var(--font-scale-body-medium),calc(var(--font-scale-body-medium) + var(--font-scale-body-x-small) / 12 + 0.24cqi),calc(var(--font-scale-body-medium) + var(--font-scale-body-x-small) / 3));--vui-title-font-size:clamp(var(--font-scale-h2),calc(var(--title-medium) * pow(var(--font-heading-typescale), 5)),var(--font-scale-h1));--vui-title-font-family:var(--font-family-heading);--vui-title-font-weight:500;--vui-title-font-width:100;--vui-title-font-opsz:16;--vui-title-line-height:var(--font-leading-standard);--vui-title-letter-spacing:-0.03em;--vui-title-align:start;--vui-title-max-width:none;--vui-title-white-space:normal;--vui-title-padding-inline-start:0;--vui-title-padding-inline-end:0;--vui-title-padding-block-start:0;--vui-title-padding-block-end:0;margin:0;max-inline-size:var(--vui-title-max-width);font-family:var(--vui-title-font-family);font-size:var(--vui-title-font-size);line-height:var(--vui-title-line-height);letter-spacing:var(--vui-title-letter-spacing);text-align:var(--vui-title-align);white-space:var(--vui-title-white-space);word-break:break-word;font-optical-sizing:auto;font-variation-settings:"wght" var(--vui-title-font-weight),"wdth" var(--vui-title-font-width),"opsz" var(--vui-title-font-opsz);text-box:var(--vui-title-trim) var(--vui-title-trim-type);display:inline-flex;&[data-title-balanced=true]{text-wrap:balance}&[data-title-selection=false]{-webkit-user-select:none;user-select:none}&[data-title-has-padding=true]{padding:var(--vui-title-padding-block-start) var(--vui-title-padding-inline-end) var(--vui-title-padding-block-end) var(--vui-title-padding-inline-start)}&[data-title-level=display]{--vui-title-font-size:clamp(var(--font-scale-h1),calc(var(--font-scale-h1) + 4.643cqi - 0.9286rem),var(--font-scale-display))}&[data-title-level=h1]{--vui-title-font-size:clamp(var(--font-scale-h2),calc(var(--title-medium) * pow(var(--font-heading-typescale), 5)),var(--font-scale-h1))}&[data-title-level=h2]{--vui-title-font-size:clamp(var(--font-scale-h3),calc(var(--title-medium) * pow(var(--font-heading-typescale), 4)),var(--font-scale-h2))}&[data-title-level=h3]{--vui-title-font-size:clamp(var(--font-scale-h4),calc(var(--title-medium) * pow(var(--font-heading-typescale), 3)),var(--font-scale-h3))}&[data-title-level=h4]{--vui-title-font-size:clamp(var(--font-scale-h5),calc(var(--title-medium) * pow(var(--font-heading-typescale), 2)),var(--font-scale-h4))}&[data-title-level=h5]{--vui-title-font-size:clamp(var(--font-scale-h6),calc(var(--title-medium) * pow(var(--font-heading-typescale), 1)),var(--font-scale-h5));--vui-title-letter-spacing:-0.02em}&[data-title-level=h6]{--vui-title-font-size:clamp(var(--font-scale-body-medium),var(--title-medium),var(--font-scale-h6));--vui-title-letter-spacing:-0.02em}&[data-title-has-literal-color=true]{color:var(--vui-title-literal-color)}&[data-title-line-height=none]{--vui-title-line-height:0}&[data-title-line-height=x-small]{--vui-title-line-height:var(--font-leading-x-small)}&[data-title-line-height=small]{--vui-title-line-height:var(--font-leading-small)}&[data-title-line-height=large]{--vui-title-line-height:var(--font-leading-large)}}
|
|
@@ -19,5 +19,127 @@
|
|
|
19
19
|
"Letting level force the HTML tag instead of choosing render explicitly",
|
|
20
20
|
"Using Title for long body paragraphs"
|
|
21
21
|
],
|
|
22
|
-
"related": ["Text", "ClampText"]
|
|
22
|
+
"related": ["Text", "ClampText"],
|
|
23
|
+
"properties": {
|
|
24
|
+
"react": {
|
|
25
|
+
"align": {
|
|
26
|
+
"description": "Aligns text using logical alignment values.",
|
|
27
|
+
"refCss": "align"
|
|
28
|
+
},
|
|
29
|
+
"maxWidth": {
|
|
30
|
+
"description": "Constrains the maximum inline size of the rendered title block.",
|
|
31
|
+
"refCss": "max-width"
|
|
32
|
+
},
|
|
33
|
+
"color": {
|
|
34
|
+
"description": "Applies a literal color escape hatch when semantic tone is not used.",
|
|
35
|
+
"refCss": "literal-color"
|
|
36
|
+
},
|
|
37
|
+
"whiteSpace": {
|
|
38
|
+
"description": "Controls white-space preservation and wrapping behavior.",
|
|
39
|
+
"refCss": "white-space"
|
|
40
|
+
},
|
|
41
|
+
"weight": {
|
|
42
|
+
"description": "Numeric variable-font weight override.",
|
|
43
|
+
"refCss": "font-weight"
|
|
44
|
+
},
|
|
45
|
+
"fontWidth": {
|
|
46
|
+
"description": "Variable-font width axis override.",
|
|
47
|
+
"refCss": "font-width"
|
|
48
|
+
},
|
|
49
|
+
"opticalSize": {
|
|
50
|
+
"description": "Variable-font optical size axis override.",
|
|
51
|
+
"refCss": "font-opsz"
|
|
52
|
+
},
|
|
53
|
+
"trim": {
|
|
54
|
+
"description": "Trims text box whitespace at the chosen edge.",
|
|
55
|
+
"refCss": "trim"
|
|
56
|
+
},
|
|
57
|
+
"trimType": {
|
|
58
|
+
"description": "Selects the text-box trim basis when trim is active.",
|
|
59
|
+
"refCss": "trim-type"
|
|
60
|
+
},
|
|
61
|
+
"hPadding": {
|
|
62
|
+
"description": "Sets inline padding using one token or a [start, end] tuple."
|
|
63
|
+
},
|
|
64
|
+
"vPadding": {
|
|
65
|
+
"description": "Sets block padding using one token or a [start, end] tuple."
|
|
66
|
+
},
|
|
67
|
+
"level": {
|
|
68
|
+
"description": "Selects the visual heading preset; does not change semantic heading level.",
|
|
69
|
+
"refCss": "font-size"
|
|
70
|
+
},
|
|
71
|
+
"lineHeight": {
|
|
72
|
+
"description": "Controls line height through foundation leading tokens.",
|
|
73
|
+
"refCss": "line-height"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"css": {
|
|
77
|
+
"align": {
|
|
78
|
+
"description": "Title alignment on the root.",
|
|
79
|
+
"refReact": "align"
|
|
80
|
+
},
|
|
81
|
+
"max-width": {
|
|
82
|
+
"description": "Max inline size of the title root.",
|
|
83
|
+
"refReact": "maxWidth"
|
|
84
|
+
},
|
|
85
|
+
"literal-color": {
|
|
86
|
+
"description": "Literal color override on the root.",
|
|
87
|
+
"refReact": "color"
|
|
88
|
+
},
|
|
89
|
+
"white-space": {
|
|
90
|
+
"description": "White-space behavior on the root.",
|
|
91
|
+
"refReact": "whiteSpace"
|
|
92
|
+
},
|
|
93
|
+
"font-weight": {
|
|
94
|
+
"description": "Font weight on the root.",
|
|
95
|
+
"refReact": "weight"
|
|
96
|
+
},
|
|
97
|
+
"font-width": {
|
|
98
|
+
"description": "Font width axis on the root.",
|
|
99
|
+
"refReact": "fontWidth"
|
|
100
|
+
},
|
|
101
|
+
"font-opsz": {
|
|
102
|
+
"description": "Font optical size axis on the root.",
|
|
103
|
+
"refReact": "opticalSize"
|
|
104
|
+
},
|
|
105
|
+
"trim": {
|
|
106
|
+
"description": "Text-box trim mode on the root.",
|
|
107
|
+
"refReact": "trim"
|
|
108
|
+
},
|
|
109
|
+
"trim-type": {
|
|
110
|
+
"description": "Text-box trim basis on the root.",
|
|
111
|
+
"refReact": "trimType"
|
|
112
|
+
},
|
|
113
|
+
"padding-inline-start": {
|
|
114
|
+
"description": "Inline-start padding when padding is enabled.",
|
|
115
|
+
"refReact": "hPadding"
|
|
116
|
+
},
|
|
117
|
+
"padding-inline-end": {
|
|
118
|
+
"description": "Inline-end padding when padding is enabled.",
|
|
119
|
+
"refReact": "hPadding"
|
|
120
|
+
},
|
|
121
|
+
"padding-block-start": {
|
|
122
|
+
"description": "Block-start padding when padding is enabled.",
|
|
123
|
+
"refReact": "vPadding"
|
|
124
|
+
},
|
|
125
|
+
"padding-block-end": {
|
|
126
|
+
"description": "Block-end padding when padding is enabled.",
|
|
127
|
+
"refReact": "vPadding"
|
|
128
|
+
},
|
|
129
|
+
"font-size": {
|
|
130
|
+
"description": "Heading font size; level prop presets via data attributes.",
|
|
131
|
+
"refReact": "level"
|
|
132
|
+
},
|
|
133
|
+
"line-height": {
|
|
134
|
+
"description": "Line height; lineHeight prop presets via data attributes.",
|
|
135
|
+
"refReact": "lineHeight"
|
|
136
|
+
},
|
|
137
|
+
"letter-spacing": {
|
|
138
|
+
"description": "Heading letter spacing; level presets adjust this."
|
|
139
|
+
},
|
|
140
|
+
"font-family": {
|
|
141
|
+
"description": "Heading font family on the root."
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
23
145
|
}
|
|
@@ -9,17 +9,17 @@ var Title = ({ align = "start", balanced = false, selection = true, className, c
|
|
|
9
9
|
const hasPadding = Boolean(hPadding || vPadding);
|
|
10
10
|
const { componentProps, intrinsicAttributes } = extractIntrinsicViraProps(otherProps);
|
|
11
11
|
const dynamicStyle = {
|
|
12
|
-
"--title-align": align,
|
|
13
|
-
"--title-max-width": maxWidth ?? "none",
|
|
14
|
-
"--title-literal-color": color,
|
|
15
|
-
"--title-white-space": whiteSpace,
|
|
16
|
-
"--title-trim": trim ? `trim-${trim}` : "initial",
|
|
17
|
-
"--title-trim-type": trim ? trimType : "initial",
|
|
18
|
-
...typeof weight === "number" && { "--title-font-weight": weight },
|
|
19
|
-
"--title-font-width": fontWidth,
|
|
20
|
-
"--title-font-opsz": opticalSize,
|
|
21
|
-
...resolveAxisPadding(hPadding, "--title-padding-inline-start", "--title-padding-inline-end"),
|
|
22
|
-
...resolveAxisPadding(vPadding, "--title-padding-block-start", "--title-padding-block-end"),
|
|
12
|
+
"--vui-title-align": align,
|
|
13
|
+
"--vui-title-max-width": maxWidth ?? "none",
|
|
14
|
+
"--vui-title-literal-color": color,
|
|
15
|
+
"--vui-title-white-space": whiteSpace,
|
|
16
|
+
"--vui-title-trim": trim ? `trim-${trim}` : "initial",
|
|
17
|
+
"--vui-title-trim-type": trim ? trimType : "initial",
|
|
18
|
+
...typeof weight === "number" && { "--vui-title-font-weight": weight },
|
|
19
|
+
"--vui-title-font-width": fontWidth,
|
|
20
|
+
"--vui-title-font-opsz": opticalSize,
|
|
21
|
+
...resolveAxisPadding(hPadding, "--vui-title-padding-inline-start", "--vui-title-padding-inline-end"),
|
|
22
|
+
...resolveAxisPadding(vPadding, "--vui-title-padding-block-start", "--vui-title-padding-block-end"),
|
|
23
23
|
...style
|
|
24
24
|
};
|
|
25
25
|
return useRender({
|
|
@@ -2,9 +2,9 @@ import { Button } from "../button/button.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { Toast } from "@base-ui/react/toast";
|
|
4
4
|
//#region src/components/toast/toast-action.tsx
|
|
5
|
-
var ToastAction = ({ render, ...
|
|
5
|
+
var ToastAction = ({ render, ...otherProps }) => /* @__PURE__ */ jsx(Toast.Action, {
|
|
6
6
|
render: render ?? /* @__PURE__ */ jsx(Button, { variant: "secondary" }),
|
|
7
|
-
...
|
|
7
|
+
...otherProps
|
|
8
8
|
});
|
|
9
9
|
//#endregion
|
|
10
10
|
export { ToastAction };
|
|
@@ -3,10 +3,10 @@ import toast_module_default from "./toast.module.js";
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
import { Toast } from "@base-ui/react/toast";
|
|
5
5
|
//#region src/components/toast/toast-viewport.tsx
|
|
6
|
-
var ToastViewport = ({ className, position = "bottom-right", ...
|
|
6
|
+
var ToastViewport = ({ className, position = "bottom-right", ...otherProps }) => /* @__PURE__ */ jsx(Toast.Viewport, {
|
|
7
7
|
className: clsx(toast_module_default.Viewport, className),
|
|
8
8
|
"data-position": position,
|
|
9
|
-
...
|
|
9
|
+
...otherProps
|
|
10
10
|
});
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ToastViewport };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { Accordion } from "./components/accordion/accordion.js";
|
|
1
2
|
import { Avatar } from "./components/avatar/avatar.js";
|
|
2
3
|
import { AvatarGroup } from "./components/avatar-group/avatar-group.js";
|
|
4
|
+
import { Bleed } from "./components/bleed/bleed.js";
|
|
3
5
|
import { Stack } from "./components/stack/stack.js";
|
|
4
6
|
import { Chip } from "./components/chip/chip.js";
|
|
5
7
|
import { DialogClose } from "./components/dialog/dialog-close.js";
|
|
@@ -17,7 +19,10 @@ import { Button } from "./components/button/button.js";
|
|
|
17
19
|
import { IconButton } from "./components/icon-button/icon-button.js";
|
|
18
20
|
import { Text } from "./components/text/text.js";
|
|
19
21
|
import { LinearProgress } from "./components/linear-progress/linear-progress.js";
|
|
22
|
+
import { Meter } from "./components/meter/meter.js";
|
|
20
23
|
import { Masonry } from "./components/masonry/masonry.js";
|
|
24
|
+
import { PopoverSheet } from "./components/popover/popover-sheet.js";
|
|
25
|
+
import { Popover, PopoverClose, PopoverDescription, PopoverTitle, PopoverTrigger } from "./components/popover/popover.js";
|
|
21
26
|
import { Textfield } from "./components/textfield/textfield.js";
|
|
22
27
|
import { Textarea } from "./components/textarea/textarea.js";
|
|
23
28
|
import { Slider } from "./components/slider/slider.js";
|
|
@@ -38,4 +43,4 @@ import { Toast } from "./components/toast/toast.js";
|
|
|
38
43
|
import { StaticNoise } from "./components/static-noise/static-noise.js";
|
|
39
44
|
import { ProgressiveBlur } from "./components/progressive-blur/progressive-blur.js";
|
|
40
45
|
import { Title } from "./components/title/title.js";
|
|
41
|
-
export { Avatar, AvatarGroup, Button, Checkbox, CheckboxGroup, Chip, ClampText, Dialog, DialogClose, DialogIndent, DialogIndentBackground, DialogSheet, DialogTrigger, ELEVATION_DEFAULTS, Elevator, Fieldset, Icon, IconButton, LinearProgress, Masonry, ProgressiveBlur, Radio, RadioGroup, Select, Separator, Shimmer, Skeleton, Slider, Spinner, Stack, StaticNoise, Surface, Switch, Tabs, Text, Textarea, Textfield, Title, Toast, getElevationProps };
|
|
46
|
+
export { Accordion, Avatar, AvatarGroup, Bleed, Button, Checkbox, CheckboxGroup, Chip, ClampText, Dialog, DialogClose, DialogIndent, DialogIndentBackground, DialogSheet, DialogTrigger, ELEVATION_DEFAULTS, Elevator, Fieldset, Icon, IconButton, LinearProgress, Masonry, Meter, Popover, PopoverClose, PopoverDescription, PopoverSheet, PopoverTitle, PopoverTrigger, ProgressiveBlur, Radio, RadioGroup, Select, Separator, Shimmer, Skeleton, Slider, Spinner, Stack, StaticNoise, Surface, Switch, Tabs, Text, Textarea, Textfield, Title, Toast, getElevationProps };
|
|
@@ -5,7 +5,12 @@
|
|
|
5
5
|
{
|
|
6
6
|
"id": "themes",
|
|
7
7
|
"file": "themes.css",
|
|
8
|
-
"purpose": "Runtime color-scheme hints for light and
|
|
8
|
+
"purpose": "Runtime color-scheme hints for light, dark, and inverted mode."
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "core",
|
|
12
|
+
"file": "core.css",
|
|
13
|
+
"purpose": "Root baseline, --is-light-theme registration, and global element defaults."
|
|
9
14
|
},
|
|
10
15
|
{
|
|
11
16
|
"id": "typography",
|
|
@@ -27,12 +32,13 @@
|
|
|
27
32
|
{
|
|
28
33
|
"name": "data-theme",
|
|
29
34
|
"module": "themes",
|
|
30
|
-
"values": ["light", "dark"],
|
|
35
|
+
"values": ["light", "dark", "inverted"],
|
|
31
36
|
"presence": "value required",
|
|
32
|
-
"effect": "Narrows color-scheme on the element subtree: light forces light, dark forces dark.",
|
|
37
|
+
"effect": "Narrows color-scheme on the element subtree: light forces light, dark forces dark, inverted flips color-scheme relative to the active theme using --is-light-theme on the root container.",
|
|
33
38
|
"whenToUse": [
|
|
34
39
|
"Toggle runtime light or dark mode on html, body, or a layout wrapper",
|
|
35
|
-
"Scope a subtree to one mode while the rest of the page stays unchanged"
|
|
40
|
+
"Scope a subtree to one mode while the rest of the page stays unchanged",
|
|
41
|
+
"Invert color-scheme on a nested surface that must contrast the active theme, for example a primary Chip addon inside a primary Button"
|
|
36
42
|
],
|
|
37
43
|
"whenNotToUse": [
|
|
38
44
|
"As a substitute for loading compatible theme CSS",
|
|
@@ -117,6 +123,13 @@
|
|
|
117
123
|
}
|
|
118
124
|
],
|
|
119
125
|
"customProperties": [
|
|
126
|
+
{
|
|
127
|
+
"name": "--is-light-theme",
|
|
128
|
+
"module": "themes",
|
|
129
|
+
"setBy": "html root in core.css from contrast-color(var(--global-background))",
|
|
130
|
+
"default": "black",
|
|
131
|
+
"purpose": "Registers the active theme polarity for @container root queries; data-theme=\"inverted\" flips color-scheme against this value."
|
|
132
|
+
},
|
|
120
133
|
{
|
|
121
134
|
"name": "--shadow-color",
|
|
122
135
|
"module": "elevations",
|
package/dist/preflight.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@layer viraui.preflight;@layer viraui.preflight{html{--scrollbar-thumb:
|
|
1
|
+
@layer viraui.preflight;@layer viraui.preflight{@property --scrollbar-thumb{syntax:"<color>";initial-value:#0000;inherits:true}@property --scrollbar-track{syntax:"<color>";initial-value:#0000;inherits:true}@property --outline-offset{syntax:"<length>";initial-value:2px;inherits:true}@property --outline-color{syntax:"<color>";initial-value:currentcolor;inherits:true}@property --outline{syntax:"*";initial-value:2px solid currentcolor;inherits:true}@property --is-light-theme{syntax:"<color>";initial-value:#000;inherits:true}}@layer viraui.preflight{html{--scrollbar-thumb:oklab(from var(--global-contrast) l a b/0.3);--scrollbar-track:#0000;--outline-offset:2px;--outline-color:var(--global-outline);--outline:2px solid var(--outline-color);--is-light-theme:contrast-color(var(--global-background));font-size:100%;box-sizing:border-box;line-height:1.5;background-color:var(--global-background);color:var(--global-foreground);container:root/normal}*{@container root not style(--corner-shape-enable: initial){corner-shape:var(--corner-shape-squircle)}}*,:after,:before{margin:0;box-sizing:inherit;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}:focus-visible{outline:var(--outline);outline-offset:var(--outline-offset)}body{color:var(--global-foreground);margin:0;font-size:var(--font-scale-body-medium);font-optical-sizing:auto;font-family:var(--font-family-body),system-ui,sans-serif;font-variation-settings:"wght" 400;font-variant-numeric:tabular-nums}::selection{background-color:var(--global-primary);color:contrast-color(var(--global-primary));text-shadow:none}img{display:block;inline-size:100%;max-inline-size:100%}svg:not([fill]){fill:currentcolor}ol ul,ul ol{font-size:medium}table{border-spacing:0;inline-size:100%;border-collapse:collapse}table[data-layout-fixed]{table-layout:fixed}table thead{box-shadow:inset 0 -3px 0 var(--base-2)}table[data-table-separators] tr+tr{border-top:1px solid var(--base-2)}table th{white-space:nowrap;font-variation-settings:"wght" 800}table :is(td,th){border:none;text-align:left;font-size:medium;padding:calc(var(--space-x-small) + var(--space-2x-small)) var(--space-small)}fieldset{padding:0;margin:0;border:0}[data-elevation]{--shadow-direction:1;--shadow-opacity-factor:0.16;--extra-shadow:0 0 0 1px #0000;--shadow-color:oklab(0 0 0);transition-property:box-shadow;transition-duration:var(--elevation-transition-duration,.16s);transition-timing-function:var(--elevation-transition-easing,ease)}}@layer viraui.preflight{[data-elevation]:where([data-elevation-direction=bottom],[data-elevation-direction=right]){--shadow-direction:1}[data-elevation]:where([data-elevation-direction=top],[data-elevation-direction=left]){--shadow-direction:-1}[data-elevation-hover="0"]:hover,[data-elevation="0"]{--y1:0px;--x1:0px;box-shadow:calc(var(--x1) * var(--shadow-direction)) calc(var(--y1) * var(--shadow-direction)) 0 oklch(from var(--shadow-color) l c h/var(--shadow-opacity-factor)),0 0 0 color-mix(in oklch,var(--shadow-color),#0000 calc(94% - var(--shadow-opacity-factor))),0 0 0 oklch(from var(--shadow-color) l c h/var(--shadow-opacity-factor)),var(--extra-shadow)}[data-elevation-hover="1"]:hover,[data-elevation-hover="2"]:hover,[data-elevation-hover="3"]:hover,[data-elevation-hover="4"]:hover,[data-elevation="1"],[data-elevation="2"],[data-elevation="3"],[data-elevation="4"]{box-shadow:calc(var(--x1) * var(--shadow-direction)) calc(var(--y1) * var(--shadow-direction)) var(--shadow-blur-1) oklab(from var(--shadow-color) l a b/.1),calc(var(--x2) * var(--shadow-direction)) calc(var(--y2) * var(--shadow-direction)) var(--shadow-blur-2) oklab(from var(--shadow-color) l a b/.09),calc(var(--x3) * var(--shadow-direction)) calc(var(--y3) * var(--shadow-direction)) var(--shadow-blur-3) oklab(from var(--shadow-color) l a b/.05),calc(var(--x4) * var(--shadow-direction)) calc(var(--y4) * var(--shadow-direction)) var(--shadow-blur-4) oklab(from var(--shadow-color) l a b/.01),var(--extra-shadow)}[data-elevation-hover="1"]:hover,[data-elevation="1"]{--y1:0px;--y2:2px;--y3:4px;--y4:7px;--x1:0px;--x2:0px;--x3:0px;--x4:0px;--shadow-blur-1:1px;--shadow-blur-2:2px;--shadow-blur-3:2px;--shadow-blur-4:3px}[data-elevation-hover="1"]:where([data-elevation-direction=left],[data-elevation-direction=right]):hover,[data-elevation="1"]:where([data-elevation-direction=left],[data-elevation-direction=right]){--y1:0px;--y2:0px;--y3:0px;--y4:0px;--x1:0px;--x2:2px;--x3:4px;--x4:7px}[data-elevation-hover="2"]:hover,[data-elevation="2"]{--y1:1px;--y2:5px;--y3:11px;--y4:19px;--x1:0px;--x2:0px;--x3:0px;--x4:0px;--shadow-blur-1:3px;--shadow-blur-2:5px;--shadow-blur-3:6px;--shadow-blur-4:8px}[data-elevation-hover="2"]:where([data-elevation-direction=top],[data-elevation-direction=left]):hover,[data-elevation="2"]:where([data-elevation-direction=top],[data-elevation-direction=left]){--shadow-blur-3:7px}[data-elevation-hover="2"]:where([data-elevation-direction=left],[data-elevation-direction=right]):hover,[data-elevation="2"]:where([data-elevation-direction=left],[data-elevation-direction=right]){--y1:0px;--y2:0px;--y3:0px;--y4:0px;--x1:1px;--x2:5px;--x3:11px;--x4:19px}[data-elevation-hover="2"]:where([data-elevation-direction=right]):hover,[data-elevation="2"]:where([data-elevation-direction=right]){--shadow-blur-3:6px}[data-elevation-hover="3"]:hover,[data-elevation="3"]{--y1:2px;--y2:7px;--y3:16px;--y4:29px;--x1:0px;--x2:0px;--x3:0px;--x4:0px;--shadow-blur-1:4px;--shadow-blur-2:7px;--shadow-blur-3:10px;--shadow-blur-4:12px}[data-elevation-hover="3"]:where([data-elevation-direction=left],[data-elevation-direction=right]):hover,[data-elevation="3"]:where([data-elevation-direction=left],[data-elevation-direction=right]){--y1:0px;--y2:0px;--y3:0px;--y4:0px;--x1:2px;--x2:7px;--x3:16px;--x4:29px}[data-elevation-hover="3"]:where([data-elevation-direction=right]):hover,[data-elevation="3"]:where([data-elevation-direction=right]){--x2:10px;--x3:22px;--x4:39px;--shadow-blur-1:5px;--shadow-blur-2:10px;--shadow-blur-3:13px;--shadow-blur-4:15px}[data-elevation-hover="4"]:hover,[data-elevation="4"]{--y1:4px;--y2:14px;--y3:33px;--y4:58px;--x1:0px;--x2:0px;--x3:0px;--x4:0px;--shadow-blur-1:8px;--shadow-blur-2:14px;--shadow-blur-3:20px;--shadow-blur-4:23px}[data-elevation-hover="4"]:where([data-elevation-direction=top]):hover,[data-elevation="4"]:where([data-elevation-direction=top]){--y2:15px;--shadow-blur-2:15px}[data-elevation-hover="4"]:where([data-elevation-direction=left]):hover,[data-elevation="4"]:where([data-elevation-direction=left]){--y1:0px;--y2:0px;--y3:0px;--y4:0px;--x1:4px;--x2:15px;--x3:33px;--x4:58px;--shadow-blur-2:15px}[data-elevation-hover="4"]:where([data-elevation-direction=right]):hover,[data-elevation="4"]:where([data-elevation-direction=right]){--y1:0px;--y2:0px;--y3:0px;--y4:0px;--x1:4px;--x2:14px;--x3:33px;--x4:58px}}@layer viraui.preflight{[data-grow=false]{--vira-flex-grow:0;flex-grow:0}[data-shrink=false]{--vira-flex-shrink:0;flex-shrink:0}}@layer viraui.preflight{:where(p){line-height:1.5;min-block-size:.01vh;font-size:var(--font-scale-body-medium)}small{font-size:.7em}b,strong{font-variation-settings:"wght" 700}:where(a:any-link):not([data-no-link-style]){text-decoration:none;color:var(--global-interactive-text);word-break:break-word;&:not([class]){background:linear-gradient(currentcolor,currentcolor) no-repeat 0 100%;background-size:0 1px;transition:background-size var(--duration-fast) var(--easing-entrance);&:focus,&:hover{background-size:100% 1px}}}del{padding:0 .4em;margin:0 .2em;background-color:oklab(from var(--highlight-red) l a b/12%);color:var(--highlight-red);box-shadow:0 0 0 1px oklab(from var(--highlight-red) l a b/50%);border-radius:var(--radius-small)}ins{background-color:oklab(from var(--highlight-green) l a b/15%);color:var(--highlight-green);box-shadow:0 0 0 1px oklab(from var(--highlight-green) l a b/50%)}ins,mark{padding:0 .4em;margin:0 .2em;text-decoration:none;border-radius:var(--radius-small)}mark{background-color:oklab(from var(--highlight-yellow) l a b/15%);color:var(--highlight-yellow);box-shadow:0 0 0 1px oklab(from var(--highlight-yellow) l a b/50%)}address{font-style:normal;line-height:inherit}dt{font-variation-settings:"wght" 600}dd{margin:0;padding:0}ul{font-size:medium;padding-left:1rem;& li::marker{font-size:inherit;text-align:right;font-variation-settings:"wght" 400;min-inline-size:var(--space-x-large);color:oklab(from currentColor l a b/80%)}}ol{font-size:medium;& li::marker{font-size:inherit;font-variation-settings:"wght" 400;min-inline-size:var(--space-x-large);font-variant-numeric:tabular-nums;white-space:nowrap;color:oklab(from currentColor l a b/80%)}}kbd{padding:.2em .4em;border-radius:var(--radius-small);font-variation-settings:"wght" 600;box-shadow:var(--global-contrast);background:var(--global-contrast)}abbr{text-decoration:underline dashed var(--global-primary)}label,legend{font-size:inherit}code{background-color:var(--global-contrast);border-radius:var(--radius-small);box-shadow:var(--global-contrast);padding:.2em .4em;font-size:1em;font-family:var(--font-family-mono);vertical-align:top}pre code{box-shadow:none}s{text-decoration:line-through;color:var(--global-disabled-foreground);text-decoration-color:oklab(from var(--global-foreground) l a b/50%)}:root{color-scheme:light dark}[data-theme=dark]{color-scheme:dark}[data-theme=light]{color-scheme:light}}@layer viraui.preflight{[data-theme=inverted]{@container root style(--is-light-theme: black){color-scheme:dark}@container root style(--is-light-theme: white){color-scheme:light}}}@layer viraui.preflight{@container root not style(--vibrancy-enable: initial){[data-vibrant]{backdrop-filter:brightness(var(--vibrancy-brightness)) blur(calc(var(--vibrancy-blur) * 1px)) saturate(150%);@container root style(--is-light-theme: black){backdrop-filter:brightness(100%) blur(calc(var(--vibrancy-blur) * 1px)) saturate(150%)}}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viraui/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"vite": "8.0.16",
|
|
43
43
|
"vite-plugin-dts": "4.5.4",
|
|
44
44
|
"vite-plugin-static-copy": "2.3.0",
|
|
45
|
-
"@viraui/foundation": "0.0.
|
|
45
|
+
"@viraui/foundation": "0.0.26",
|
|
46
46
|
"@viraui/icons": "0.0.15",
|
|
47
47
|
"@viraui/postcss-config": "0.0.17",
|
|
48
48
|
"@viraui/tsconfig": "0.0.17"
|