@pathscale/ui 2.7.2 → 2.7.4
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/_shared/index.d.ts +1 -1
- package/dist/components/_shared/material.css +23 -6
- package/dist/components/_shared/overlayPosition.d.ts +2 -2
- package/dist/components/accordion/Accordion.css +3 -3
- package/dist/components/accordion/index.d.ts +1 -1
- package/dist/components/address/Address.css +24 -8
- package/dist/components/address/index.d.ts +3 -3
- package/dist/components/address/index.js +1 -1
- package/dist/components/alert/Alert.css +8 -2
- package/dist/components/alert/index.d.ts +2 -2
- package/dist/components/auth-card/index.d.ts +1 -1
- package/dist/components/auth-field-group/index.d.ts +1 -1
- package/dist/components/auth-footer-links/index.d.ts +1 -1
- package/dist/components/auth-message/index.d.ts +1 -1
- package/dist/components/auth-powered-by/index.d.ts +1 -1
- package/dist/components/auth-submit-button/index.d.ts +1 -1
- package/dist/components/avatar/Avatar.css +10 -6
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/Badge.css +0 -1
- package/dist/components/badge/index.d.ts +2 -2
- package/dist/components/breadcrumb/index.d.ts +1 -1
- package/dist/components/button/Button.css +35 -7
- package/dist/components/button/index.d.ts +1 -1
- package/dist/components/button-group/ButtonGroup.css +2 -1
- package/dist/components/button-group/index.d.ts +1 -1
- package/dist/components/calendar/Calendar.css +18 -5
- package/dist/components/calendar/index.d.ts +1 -1
- package/dist/components/card/index.d.ts +4 -4
- package/dist/components/chatbubble/index.d.ts +1 -1
- package/dist/components/checkbox/Checkbox.css +26 -9
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/checkbox-group/index.d.ts +1 -1
- package/dist/components/chip/Chip.css +61 -19
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/close-button/CloseButton.css +5 -1
- package/dist/components/close-button/index.d.ts +1 -1
- package/dist/components/collapsible/index.d.ts +2 -2
- package/dist/components/color-field/ColorField.css +12 -4
- package/dist/components/color-field/index.d.ts +1 -1
- package/dist/components/color-picker/index.d.ts +2 -2
- package/dist/components/color-slider/ColorSlider.css +2 -1
- package/dist/components/color-slider/index.d.ts +1 -1
- package/dist/components/color-swatch/index.d.ts +1 -1
- package/dist/components/color-swatch-picker/index.d.ts +2 -3
- package/dist/components/color-wheel-flower/ColorWheelFlower.css +6 -2
- package/dist/components/color-wheel-flower/colorWheelFlowerContext.d.ts +1 -1
- package/dist/components/color-wheel-flower/index.d.ts +4 -4
- package/dist/components/combo-box/ComboBox.css +29 -10
- package/dist/components/combo-box/index.d.ts +1 -1
- package/dist/components/composer/Composer.css +65 -21
- package/dist/components/composer/index.d.ts +3 -3
- package/dist/components/composer/index.js +1 -1
- package/dist/components/data-grid/createDataGrid.d.ts +1 -1
- package/dist/components/data-grid/index.d.ts +1 -1
- package/dist/components/date-field/DateField.css +47 -13
- package/dist/components/date-field/index.d.ts +1 -1
- package/dist/components/date-picker/DatePicker.css +24 -6
- package/dist/components/date-picker/index.d.ts +1 -1
- package/dist/components/date-range-picker/DateRangePicker.css +28 -7
- package/dist/components/date-range-picker/index.d.ts +1 -1
- package/dist/components/dialog/Dialog.css +17 -4
- package/dist/components/dialog/index.d.ts +1 -1
- package/dist/components/dock/Dock.css +10 -2
- package/dist/components/dock/index.d.ts +1 -1
- package/dist/components/drawer/Drawer.a11y.d.ts +1 -1
- package/dist/components/drawer/Drawer.css +31 -7
- package/dist/components/drawer/index.d.ts +1 -1
- package/dist/components/dropdown/Dropdown.css +2 -1
- package/dist/components/dropdown/index.d.ts +2 -2
- package/dist/components/empty/index.d.ts +1 -1
- package/dist/components/fieldset/index.d.ts +1 -1
- package/dist/components/footer/index.d.ts +1 -1
- package/dist/components/form/index.d.ts +3 -3
- package/dist/components/form/index.js +1 -1
- package/dist/components/glow-card/GlowCard.css +5 -2
- package/dist/components/glow-card/index.d.ts +1 -1
- package/dist/components/header/Header.css +4 -1
- package/dist/components/header/index.d.ts +1 -1
- package/dist/components/icon/Icon.css +24 -8
- package/dist/components/icon/index.d.ts +1 -1
- package/dist/components/immersive-landing/ImmersiveLanding.css +27 -12
- package/dist/components/immersive-landing/components/CookieConsent.d.ts +1 -1
- package/dist/components/immersive-landing/components/FirefoxPWABanner.d.ts +1 -1
- package/dist/components/immersive-landing/components/PWAInstallPrompt.d.ts +1 -1
- package/dist/components/immersive-landing/index.d.ts +5 -5
- package/dist/components/immersive-landing/index.js +4 -4
- package/dist/components/immersive-landing/types.d.ts +1 -1
- package/dist/components/input/Input.css +14 -5
- package/dist/components/input/index.d.ts +1 -1
- package/dist/components/input-otp/InputOTP.css +10 -3
- package/dist/components/input-otp/index.d.ts +1 -1
- package/dist/components/kbd/index.d.ts +1 -1
- package/dist/components/label/Label.css +5 -2
- package/dist/components/label/index.d.ts +1 -1
- package/dist/components/language-switcher/LanguageSwitcher.css +4 -2
- package/dist/components/language-switcher/createI18n.d.ts +1 -1
- package/dist/components/language-switcher/index.d.ts +2 -2
- package/dist/components/language-switcher/index.js +1 -1
- package/dist/components/link/index.d.ts +1 -1
- package/dist/components/list-box/ListBox.css +8 -4
- package/dist/components/list-box/index.d.ts +5 -5
- package/dist/components/live-chat/LiveChat.css +15 -6
- package/dist/components/live-chat/index.d.ts +3 -3
- package/dist/components/menu/Menu.css +28 -10
- package/dist/components/menu/index.d.ts +2 -2
- package/dist/components/metal-border/engine/color.js +1 -1
- package/dist/components/metal-border/engine/glow/geometry.d.ts +5 -5
- package/dist/components/metal-border/engine/glow/geometry.js +10 -10
- package/dist/components/metal-border/engine/glow/glow.d.ts +18 -6
- package/dist/components/metal-border/engine/glow/glow.js +37 -37
- package/dist/components/metal-border/engine/index.d.ts +3 -3
- package/dist/components/metal-border/engine/index.js +1 -1
- package/dist/components/metal-border/engine/presets.d.ts +3 -3
- package/dist/components/metal-border/engine/presets.js +45 -45
- package/dist/components/metal-border/engine/renderer/core.d.ts +1 -1
- package/dist/components/metal-border/engine/shaders.js +4 -4
- package/dist/components/metal-border/index.d.ts +1 -1
- package/dist/components/meter/Meter.css +0 -5
- package/dist/components/meter/index.d.ts +1 -1
- package/dist/components/navbar/Navbar.css +2 -1
- package/dist/components/navbar/index.d.ts +2 -2
- package/dist/components/noise-background/index.d.ts +1 -1
- package/dist/components/pagination/Pagination.css +0 -1
- package/dist/components/password-field/index.d.ts +2 -2
- package/dist/components/password-requirements/index.d.ts +1 -1
- package/dist/components/popover/Popover.css +5 -1
- package/dist/components/popover/index.d.ts +2 -2
- package/dist/components/progress/Progress.css +2 -6
- package/dist/components/progress/index.d.ts +1 -1
- package/dist/components/radial-progress/RadialProgress.css +0 -5
- package/dist/components/radial-progress/index.d.ts +1 -1
- package/dist/components/radio/Radio.css +23 -8
- package/dist/components/radio-group/RadioGroup.css +11 -3
- package/dist/components/radio-group/index.d.ts +1 -1
- package/dist/components/range-calendar/RangeCalendar.css +8 -5
- package/dist/components/scroll-area/ScrollArea.css +8 -26
- package/dist/components/scroll-area/index.d.ts +1 -1
- package/dist/components/select/Select.css +14 -4
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/separator/index.d.ts +1 -1
- package/dist/components/size-picker/index.d.ts +2 -2
- package/dist/components/skeleton/Skeleton.css +86 -26
- package/dist/components/skeleton/index.d.ts +2 -2
- package/dist/components/slider/index.d.ts +1 -1
- package/dist/components/spinner/index.d.ts +1 -1
- package/dist/components/status/index.d.ts +2 -3
- package/dist/components/switch/Switch.css +62 -18
- package/dist/components/switch/index.d.ts +1 -1
- package/dist/components/table/Table.context.d.ts +1 -1
- package/dist/components/table/Table.css +27 -9
- package/dist/components/tabs/Tabs.css +7 -2
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/text/index.d.ts +1 -1
- package/dist/components/textarea/Textarea.css +39 -10
- package/dist/components/textarea/index.d.ts +1 -1
- package/dist/components/theme-color-picker/index.d.ts +2 -2
- package/dist/components/theme-color-picker/index.js +1 -1
- package/dist/components/time-field/TimeField.css +47 -13
- package/dist/components/time-field/index.d.ts +1 -1
- package/dist/components/toast/Toast.css +2 -1
- package/dist/components/toast/index.d.ts +1 -1
- package/dist/components/toolbar/Toolbar.css +5 -2
- package/dist/components/toolbar/index.d.ts +1 -1
- package/dist/components/tooltip/Tooltip.css +6 -3
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/components/video-preview/index.d.ts +1 -1
- package/dist/hooks/date/index.d.ts +2 -2
- package/dist/hooks/date/index.js +2 -2
- package/dist/hooks/form/getFirstFieldError.js +0 -1
- package/dist/hooks/form/index.d.ts +3 -3
- package/dist/hooks/form/index.js +1 -1
- package/dist/hooks/table/index.d.ts +1 -1
- package/dist/hooks/table/useAnchoredOverlayPosition.d.ts +1 -1
- package/dist/index.d.ts +94 -100
- package/dist/index.js +32 -32
- package/dist/lab.d.ts +34 -35
- package/dist/lab.js +10 -10
- package/dist/layouts.manifest.json +1 -1
- package/dist/lib/layouts/index.d.ts +1 -1
- package/dist/lib/style/index.d.ts +1 -1
- package/dist/motion/easing.js +2 -2
- package/dist/motion/index.d.ts +7 -9
- package/dist/motion/index.js +5 -5
- package/dist/motion/route.js +1 -1
- package/dist/motion/solid/AnimatedCollapse.d.ts +2 -2
- package/dist/motion/solid/MotionDiv.d.ts +1 -1
- package/dist/motion/solid/index.d.ts +4 -4
- package/dist/motion/solid/index.js +1 -1
- package/dist/motion/system.js +1 -1
- package/dist/motion/tokens.d.ts +1 -1
- package/dist/primitives/streaming/index.d.ts +2 -2
- package/dist/styles/glass.js +5 -5
- package/dist/styles/themes/dark.css +12 -4
- package/dist/styles/themes/light.css +12 -4
- package/package.json +1 -1
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
min-height: 2.375rem;
|
|
5
5
|
border-radius: var(--radius-field, 0.75rem);
|
|
6
6
|
border: var(--border-width-field, 1px) solid
|
|
7
|
-
var(
|
|
7
|
+
var(
|
|
8
|
+
--color-field-border,
|
|
9
|
+
color-mix(in oklab, var(--color-base-content) 16%, transparent)
|
|
10
|
+
);
|
|
8
11
|
background-color: var(--color-field, var(--color-base-100));
|
|
9
12
|
padding-block: 0.5rem;
|
|
10
13
|
padding-inline: 0.75rem;
|
|
@@ -23,7 +26,10 @@
|
|
|
23
26
|
}
|
|
24
27
|
|
|
25
28
|
.textarea::placeholder {
|
|
26
|
-
color: var(
|
|
29
|
+
color: var(
|
|
30
|
+
--color-field-placeholder,
|
|
31
|
+
color-mix(in oklab, var(--color-base-content) 45%, transparent)
|
|
32
|
+
);
|
|
27
33
|
}
|
|
28
34
|
|
|
29
35
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -33,9 +39,14 @@
|
|
|
33
39
|
}
|
|
34
40
|
|
|
35
41
|
@media (hover: hover) {
|
|
36
|
-
.textarea:hover:not(:focus):not(:focus-visible):not(
|
|
42
|
+
.textarea:hover:not(:focus):not(:focus-visible):not(
|
|
43
|
+
[data-disabled="true"]
|
|
44
|
+
) {
|
|
37
45
|
background-color: var(--color-field-hover, var(--color-base-200));
|
|
38
|
-
border-color: var(
|
|
46
|
+
border-color: var(
|
|
47
|
+
--color-field-border-hover,
|
|
48
|
+
color-mix(in oklab, var(--color-base-content) 22%, transparent)
|
|
49
|
+
);
|
|
39
50
|
}
|
|
40
51
|
}
|
|
41
52
|
|
|
@@ -59,7 +70,11 @@
|
|
|
59
70
|
.textarea[data-disabled="true"],
|
|
60
71
|
.textarea[aria-disabled="true"] {
|
|
61
72
|
cursor: not-allowed;
|
|
62
|
-
border-color: color-mix(
|
|
73
|
+
border-color: color-mix(
|
|
74
|
+
in oklab,
|
|
75
|
+
var(--color-base-content) 12%,
|
|
76
|
+
transparent
|
|
77
|
+
);
|
|
63
78
|
background-color: var(--color-base-200);
|
|
64
79
|
color: color-mix(in oklab, var(--color-base-content) 45%, transparent);
|
|
65
80
|
box-shadow: none;
|
|
@@ -71,22 +86,36 @@
|
|
|
71
86
|
|
|
72
87
|
.textarea--secondary {
|
|
73
88
|
box-shadow: none;
|
|
74
|
-
background-color: var(
|
|
89
|
+
background-color: var(
|
|
90
|
+
--textarea-bg,
|
|
91
|
+
var(--color-default, var(--color-base-200))
|
|
92
|
+
);
|
|
75
93
|
}
|
|
76
94
|
|
|
77
95
|
@media (hover: hover) {
|
|
78
|
-
.textarea--secondary:hover:not(:focus):not(:focus-visible):not(
|
|
79
|
-
|
|
96
|
+
.textarea--secondary:hover:not(:focus):not(:focus-visible):not(
|
|
97
|
+
[data-disabled="true"]
|
|
98
|
+
) {
|
|
99
|
+
background-color: var(
|
|
100
|
+
--textarea-bg-hover,
|
|
101
|
+
var(--color-default-hover, var(--color-base-300))
|
|
102
|
+
);
|
|
80
103
|
}
|
|
81
104
|
}
|
|
82
105
|
|
|
83
106
|
.textarea--secondary:focus,
|
|
84
107
|
.textarea--secondary[data-focused="true"] {
|
|
85
|
-
background-color: var(
|
|
108
|
+
background-color: var(
|
|
109
|
+
--textarea-bg-focus,
|
|
110
|
+
var(--color-default, var(--color-base-200))
|
|
111
|
+
);
|
|
86
112
|
}
|
|
87
113
|
|
|
88
114
|
.textarea--secondary[data-invalid="true"] {
|
|
89
|
-
background-color: var(
|
|
115
|
+
background-color: var(
|
|
116
|
+
--textarea-bg-focus,
|
|
117
|
+
var(--color-default, var(--color-base-200))
|
|
118
|
+
);
|
|
90
119
|
}
|
|
91
120
|
|
|
92
121
|
.textarea--full-width {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, Textarea,
|
|
1
|
+
export { default, Textarea, type TextareaProps, TextareaRoot, type TextareaRootProps, type TextareaVariant, } from "./Textarea.generated";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
+
export { createHueShiftStore, getDefaultHueShiftStore, type HueShiftStore, resetHueShift, } from "./hueShift";
|
|
2
|
+
export type { ThemeColorPickerAlign, ThemeColorPickerPlacement, ThemeColorPickerProps, } from "./ThemeColorPicker.generated";
|
|
1
3
|
export { default as ThemeColorPicker } from "./ThemeColorPicker.generated";
|
|
2
|
-
export type { ThemeColorPickerProps, ThemeColorPickerAlign, ThemeColorPickerPlacement, } from "./ThemeColorPicker.generated";
|
|
3
|
-
export { createHueShiftStore, getDefaultHueShiftStore, resetHueShift, type HueShiftStore, } from "./hueShift";
|
|
@@ -29,7 +29,10 @@
|
|
|
29
29
|
overflow: hidden;
|
|
30
30
|
border-radius: var(--radius-field, 0.75rem);
|
|
31
31
|
border: var(--border-width-field, 1px) solid
|
|
32
|
-
var(
|
|
32
|
+
var(
|
|
33
|
+
--color-field-border,
|
|
34
|
+
color-mix(in oklab, var(--color-base-content) 16%, transparent)
|
|
35
|
+
);
|
|
33
36
|
background-color: var(--color-field, var(--color-base-100));
|
|
34
37
|
color: var(--color-field-foreground, var(--color-base-content));
|
|
35
38
|
box-shadow:
|
|
@@ -51,7 +54,10 @@
|
|
|
51
54
|
@media (hover: hover) {
|
|
52
55
|
.date-input-group:hover:not(:focus-within):not([data-disabled="true"]) {
|
|
53
56
|
background-color: var(--color-field-hover, var(--color-base-200));
|
|
54
|
-
border-color: var(
|
|
57
|
+
border-color: var(
|
|
58
|
+
--color-field-border-hover,
|
|
59
|
+
color-mix(in oklab, var(--color-base-content) 22%, transparent)
|
|
60
|
+
);
|
|
55
61
|
}
|
|
56
62
|
}
|
|
57
63
|
|
|
@@ -101,11 +107,13 @@
|
|
|
101
107
|
cursor: pointer;
|
|
102
108
|
}
|
|
103
109
|
|
|
104
|
-
.date-input-group:has([data-slot="date-input-group-prefix"])
|
|
110
|
+
.date-input-group:has([data-slot="date-input-group-prefix"])
|
|
111
|
+
.date-input-group__input {
|
|
105
112
|
padding-inline-start: 0.5rem;
|
|
106
113
|
}
|
|
107
114
|
|
|
108
|
-
.date-input-group:has([data-slot="date-input-group-suffix"])
|
|
115
|
+
.date-input-group:has([data-slot="date-input-group-suffix"])
|
|
116
|
+
.date-input-group__input {
|
|
109
117
|
padding-inline-end: 0.5rem;
|
|
110
118
|
}
|
|
111
119
|
|
|
@@ -139,11 +147,17 @@
|
|
|
139
147
|
|
|
140
148
|
.date-input-group__segment[data-type="literal"] {
|
|
141
149
|
padding-inline: 0;
|
|
142
|
-
color: var(
|
|
150
|
+
color: var(
|
|
151
|
+
--color-muted,
|
|
152
|
+
color-mix(in oklab, var(--color-base-content) 55%, transparent)
|
|
153
|
+
);
|
|
143
154
|
}
|
|
144
155
|
|
|
145
156
|
.date-input-group__segment[data-placeholder="true"] {
|
|
146
|
-
color: var(
|
|
157
|
+
color: var(
|
|
158
|
+
--color-field-placeholder,
|
|
159
|
+
color-mix(in oklab, var(--color-base-content) 45%, transparent)
|
|
160
|
+
);
|
|
147
161
|
}
|
|
148
162
|
|
|
149
163
|
.date-input-group__segment:focus,
|
|
@@ -172,7 +186,10 @@
|
|
|
172
186
|
margin-inline-start: 0.75rem;
|
|
173
187
|
margin-inline-end: 0;
|
|
174
188
|
flex-shrink: 0;
|
|
175
|
-
color: var(
|
|
189
|
+
color: var(
|
|
190
|
+
--color-field-placeholder,
|
|
191
|
+
color-mix(in oklab, var(--color-base-content) 45%, transparent)
|
|
192
|
+
);
|
|
176
193
|
pointer-events: none;
|
|
177
194
|
}
|
|
178
195
|
|
|
@@ -181,7 +198,10 @@
|
|
|
181
198
|
align-items: center;
|
|
182
199
|
margin-inline-end: 0.75rem;
|
|
183
200
|
flex-shrink: 0;
|
|
184
|
-
color: var(
|
|
201
|
+
color: var(
|
|
202
|
+
--color-field-placeholder,
|
|
203
|
+
color-mix(in oklab, var(--color-base-content) 45%, transparent)
|
|
204
|
+
);
|
|
185
205
|
pointer-events: none;
|
|
186
206
|
}
|
|
187
207
|
|
|
@@ -190,23 +210,37 @@
|
|
|
190
210
|
|
|
191
211
|
.date-input-group--secondary {
|
|
192
212
|
box-shadow: none;
|
|
193
|
-
background-color: var(
|
|
213
|
+
background-color: var(
|
|
214
|
+
--date-input-group-bg,
|
|
215
|
+
var(--color-default, var(--color-base-200))
|
|
216
|
+
);
|
|
194
217
|
}
|
|
195
218
|
|
|
196
219
|
@media (hover: hover) {
|
|
197
|
-
.date-input-group--secondary:hover:not(:focus-within):not(
|
|
198
|
-
|
|
220
|
+
.date-input-group--secondary:hover:not(:focus-within):not(
|
|
221
|
+
[data-disabled="true"]
|
|
222
|
+
) {
|
|
223
|
+
background-color: var(
|
|
224
|
+
--date-input-group-bg-hover,
|
|
225
|
+
var(--color-default-hover, var(--color-base-300))
|
|
226
|
+
);
|
|
199
227
|
}
|
|
200
228
|
}
|
|
201
229
|
|
|
202
230
|
.date-input-group--secondary:focus-within,
|
|
203
231
|
.date-input-group--secondary[data-focus-within="true"] {
|
|
204
|
-
background-color: var(
|
|
232
|
+
background-color: var(
|
|
233
|
+
--date-input-group-bg-focus,
|
|
234
|
+
var(--color-default, var(--color-base-200))
|
|
235
|
+
);
|
|
205
236
|
}
|
|
206
237
|
|
|
207
238
|
.date-input-group--secondary[data-invalid="true"] {
|
|
208
239
|
border-color: var(--color-field-border-invalid, var(--color-danger));
|
|
209
|
-
background-color: var(
|
|
240
|
+
background-color: var(
|
|
241
|
+
--date-input-group-bg-focus,
|
|
242
|
+
var(--color-default, var(--color-base-200))
|
|
243
|
+
);
|
|
210
244
|
}
|
|
211
245
|
|
|
212
246
|
.date-input-group--full-width {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, TimeField,
|
|
1
|
+
export { default, TimeField, TimeFieldGroup, type TimeFieldGroupProps, TimeFieldInput, TimeFieldInputContainer, type TimeFieldInputContainerProps, type TimeFieldInputProps, TimeFieldPrefix, type TimeFieldPrefixProps, type TimeFieldProps, type TimeFieldRenderProps, TimeFieldRoot, type TimeFieldRootProps, TimeFieldSegment, type TimeFieldSegmentProps, type TimeFieldSegmentValue, TimeFieldSuffix, type TimeFieldSuffixProps, type TimeFieldVariant, } from "./TimeField.generated";
|
|
@@ -91,7 +91,8 @@
|
|
|
91
91
|
color: var(--color-overlay-foreground, var(--color-base-content));
|
|
92
92
|
box-shadow: var(
|
|
93
93
|
--shadow-overlay,
|
|
94
|
-
0 24px 48px
|
|
94
|
+
0 24px 48px
|
|
95
|
+
color-mix(in oklab, rgb(var(--shadow-color, 0 0 0)) 24%, transparent)
|
|
95
96
|
);
|
|
96
97
|
}
|
|
97
98
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { DEFAULT_GAP, DEFAULT_MAX_VISIBLE_TOAST, DEFAULT_SCALE_FACTOR, DEFAULT_TOAST_TIMEOUT, DEFAULT_TOAST_WIDTH, default, type HeroUIToastOptions, ToastActionButton, type ToastActionButtonProps, type ToastActionProps, ToastCloseButton, type ToastCloseButtonProps, ToastContent, type ToastContentProps, type ToastContentValue, ToastDescription, type ToastDescriptionProps, type ToastFunction, ToastIndicator, type ToastIndicatorProps, type ToastPlacement, type ToastPromiseOptions, ToastProvider, type ToastProviderProps, ToastQueue, type ToastQueueAddOptions, type ToastQueueItem, type ToastQueueOptions, type ToastRenderFn, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, type ToastVariant, toast, toastQueue, } from "./Toast.generated";
|
|
@@ -22,7 +22,11 @@
|
|
|
22
22
|
border-radius: var(--radius-pill, 9999px);
|
|
23
23
|
background-color: var(--color-surface, var(--color-base-100));
|
|
24
24
|
padding: 0.25rem;
|
|
25
|
-
box-shadow: var(
|
|
25
|
+
box-shadow: var(
|
|
26
|
+
--shadow-overlay,
|
|
27
|
+
0 12px 28px
|
|
28
|
+
color-mix(in oklab, rgb(var(--shadow-color, 0 0 0)) 12%, transparent)
|
|
29
|
+
);
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
.toolbar [data-slot="separator"][data-orientation="vertical"] {
|
|
@@ -52,4 +56,3 @@
|
|
|
52
56
|
justify-self: center;
|
|
53
57
|
}
|
|
54
58
|
}
|
|
55
|
-
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, Toolbar,
|
|
1
|
+
export { default, Toolbar, type ToolbarOrientation, type ToolbarProps, ToolbarRoot, type ToolbarRootProps, } from "./Toolbar.generated";
|
|
@@ -40,12 +40,15 @@
|
|
|
40
40
|
pointer-events: none;
|
|
41
41
|
background-color: var(--color-neutral);
|
|
42
42
|
color: var(--color-neutral-content);
|
|
43
|
-
box-shadow:
|
|
44
|
-
rgb(var(--shadow-color, 0 0 0) / 10%)
|
|
43
|
+
box-shadow:
|
|
44
|
+
0 4px 6px -1px rgb(var(--shadow-color, 0 0 0) / 10%),
|
|
45
|
+
0 2px 4px -2px rgb(var(--shadow-color, 0 0 0) / 10%);
|
|
45
46
|
|
|
46
47
|
opacity: 0;
|
|
47
48
|
overflow: visible;
|
|
48
|
-
transition:
|
|
49
|
+
transition:
|
|
50
|
+
opacity 150ms ease,
|
|
51
|
+
transform 150ms ease;
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
/* Visible state */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default,
|
|
1
|
+
export { default, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, type TooltipPlacement, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps, } from "./Tooltip.generated";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./date.utils";
|
|
2
|
-
export * from "./useDateSelection";
|
|
3
|
-
export * from "./useRangeSelection";
|
|
4
2
|
export * from "./useCalendarNavigation";
|
|
5
3
|
export * from "./useCalendarState";
|
|
4
|
+
export * from "./useDateSelection";
|
|
6
5
|
export * from "./usePickerOpenState";
|
|
6
|
+
export * from "./useRangeSelection";
|
package/dist/hooks/date/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./date.utils.js";
|
|
2
|
-
export * from "./useDateSelection.js";
|
|
3
|
-
export * from "./useRangeSelection.js";
|
|
4
2
|
export * from "./useCalendarNavigation.js";
|
|
5
3
|
export * from "./useCalendarState.js";
|
|
4
|
+
export * from "./useDateSelection.js";
|
|
6
5
|
export * from "./usePickerOpenState.js";
|
|
6
|
+
export * from "./useRangeSelection.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export { FormContext, useFormContext
|
|
3
|
-
export { useField, type UseFieldResult } from "./useFieldNew";
|
|
1
|
+
export { type CreateFormOptions, createForm, type FormApi } from "./createForm";
|
|
2
|
+
export { type AnyFormApi, FormContext, useFormContext } from "./FormContext";
|
|
4
3
|
export { getFirstFieldError } from "./getFirstFieldError";
|
|
4
|
+
export { type UseFieldResult, useField } from "./useFieldNew";
|
package/dist/hooks/form/index.js
CHANGED