@wix/site-ui 1.11.0 → 1.13.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/Accordion/index.css +43 -0
- package/dist/Accordion/index.js +7 -1
- package/dist/AlertDialog/index.css +37 -0
- package/dist/AlertDialog/index.js +6 -1
- package/dist/Autocomplete/index.css +107 -0
- package/dist/Autocomplete/index.js +8 -1
- package/dist/Avatar/index.css +32 -0
- package/dist/Avatar/index.d.ts +11 -0
- package/dist/Avatar/index.js +19 -3
- package/dist/Checkbox/index.css +72 -0
- package/dist/Checkbox/index.js +4 -1
- package/dist/CheckboxGroup/index.css +8 -1
- package/dist/CheckboxGroup/index.js +3 -1
- package/dist/Collapsible/index.css +45 -0
- package/dist/Collapsible/index.js +5 -1
- package/dist/Combobox/index.css +216 -0
- package/dist/Combobox/index.js +19 -1
- package/dist/ContextMenu/index.css +144 -0
- package/dist/ContextMenu/index.js +8 -1
- package/dist/Dialog/index.css +37 -0
- package/dist/Dialog/index.js +6 -1
- package/dist/Drawer/index.css +28 -0
- package/dist/Drawer/index.js +3 -1
- package/dist/Field/index.css +31 -0
- package/dist/Field/index.js +6 -1
- package/dist/Input/index.css +71 -0
- package/dist/Input/index.js +3 -1
- package/dist/Menu/index.css +74 -0
- package/dist/Menu/index.js +5 -1
- package/dist/Meter/index.css +35 -0
- package/dist/Meter/index.js +7 -1
- package/dist/NumberField/index.css +107 -0
- package/dist/NumberField/index.js +8 -1
- package/dist/Popover/index.css +76 -0
- package/dist/Popover/index.js +5 -1
- package/dist/PreviewCard/index.css +73 -0
- package/dist/PreviewCard/index.js +5 -1
- package/dist/Progress/index.css +24 -0
- package/dist/Progress/index.js +7 -1
- package/dist/Radio/index.css +47 -0
- package/dist/Radio/index.js +4 -1
- package/dist/RadioGroup/index.css +7 -1
- package/dist/RadioGroup/index.js +3 -1
- package/dist/Select/index.css +165 -0
- package/dist/Select/index.js +15 -1
- package/dist/Separator/index.css +19 -0
- package/dist/Separator/index.js +3 -1
- package/dist/Slider/index.css +49 -0
- package/dist/Slider/index.js +7 -1
- package/dist/Switch/index.css +36 -0
- package/dist/Switch/index.js +4 -1
- package/dist/Tabs/index.css +81 -0
- package/dist/Tabs/index.js +6 -1
- package/dist/Toggle/index.css +46 -0
- package/dist/Toggle/index.js +5 -1
- package/dist/Tooltip/index.css +114 -0
- package/dist/Tooltip/index.js +5 -1
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/Menu/index.css
CHANGED
|
@@ -1,2 +1,76 @@
|
|
|
1
|
+
.popup-VQm6g1 {
|
|
2
|
+
background-color: var(--wst-primary-background-color, #fff);
|
|
3
|
+
border-style: solid;
|
|
4
|
+
border-width: 1px;
|
|
5
|
+
border-color: var(--wst-paragraph-2-color, #fff6);
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
max-width: 320px;
|
|
8
|
+
margin: 0;
|
|
9
|
+
padding: 12px 0;
|
|
10
|
+
list-style: none;
|
|
11
|
+
box-shadow: 0 0 4px #0000001a, 0 4px 8px #0000001a;
|
|
12
|
+
}
|
|
1
13
|
|
|
14
|
+
.popup-VQm6g1 * {
|
|
15
|
+
box-sizing: border-box;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.item-toMw6N {
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
width: calc(100% + 2px);
|
|
21
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
22
|
+
font: var(--wst-paragraph-2, inherit);
|
|
23
|
+
text-align: initial;
|
|
24
|
+
align-items: center;
|
|
25
|
+
padding: 8px 24px;
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
line-height: 24px;
|
|
28
|
+
display: flex;
|
|
29
|
+
position: relative;
|
|
30
|
+
left: -1px;
|
|
31
|
+
right: -1px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.item-toMw6N[data-highlighted] {
|
|
35
|
+
background-color: color-mix(in srgb, var(--wst-paragraph-2-color, #000) 6%, transparent);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.item-toMw6N[data-disabled] {
|
|
39
|
+
opacity: .3;
|
|
40
|
+
cursor: default;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.item-toMw6N[data-disabled]:hover {
|
|
44
|
+
background-color: inherit;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.linkItem-UZphBs {
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
width: calc(100% + 2px);
|
|
50
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
51
|
+
font: var(--wst-paragraph-2, inherit);
|
|
52
|
+
text-align: initial;
|
|
53
|
+
align-items: center;
|
|
54
|
+
padding: 8px 24px;
|
|
55
|
+
font-size: 16px;
|
|
56
|
+
line-height: 24px;
|
|
57
|
+
text-decoration: none;
|
|
58
|
+
display: flex;
|
|
59
|
+
position: relative;
|
|
60
|
+
left: -1px;
|
|
61
|
+
right: -1px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.linkItem-UZphBs[data-highlighted] {
|
|
65
|
+
background-color: color-mix(in srgb, var(--wst-paragraph-2-color, #000) 6%, transparent);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.linkItem-UZphBs[data-disabled] {
|
|
69
|
+
opacity: .3;
|
|
70
|
+
cursor: default;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.linkItem-UZphBs[data-disabled]:hover {
|
|
74
|
+
background-color: inherit;
|
|
75
|
+
}
|
|
2
76
|
|
package/dist/Menu/index.js
CHANGED
|
@@ -2,7 +2,11 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Menu } from "@base-ui/react/menu";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const Menu_module = {
|
|
5
|
+
const Menu_module = {
|
|
6
|
+
popup: "popup-VQm6g1",
|
|
7
|
+
item: "item-toMw6N",
|
|
8
|
+
linkItem: "linkItem-UZphBs"
|
|
9
|
+
};
|
|
6
10
|
const Arrow = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Menu.Arrow, {
|
|
7
11
|
ref: ref,
|
|
8
12
|
className: clsx(Menu_module.arrow, className),
|
package/dist/Meter/index.css
CHANGED
|
@@ -1,2 +1,37 @@
|
|
|
1
|
+
.root-bc9hfF {
|
|
2
|
+
align-items: center;
|
|
3
|
+
width: 100%;
|
|
4
|
+
display: flex;
|
|
5
|
+
}
|
|
1
6
|
|
|
7
|
+
.track-BJK3T1 {
|
|
8
|
+
background: #fff3;
|
|
9
|
+
background-color: color-mix(in srgb, var(--wst-paragraph-2-color, #000) 20%, transparent);
|
|
10
|
+
width: 100%;
|
|
11
|
+
height: 6px;
|
|
12
|
+
position: relative;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.indicator-YaPgI9 {
|
|
16
|
+
background-color: var(--wst-links-and-actions-color, #116dff);
|
|
17
|
+
height: 100%;
|
|
18
|
+
transition: width .5s ease-in-out;
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.value-Uz_0kH {
|
|
25
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
26
|
+
padding-inline-start: 8px;
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
line-height: 1.4em;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.label-yJGBDG {
|
|
32
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
33
|
+
padding-inline-end: 8px;
|
|
34
|
+
font-size: 12px;
|
|
35
|
+
line-height: 1.4em;
|
|
36
|
+
}
|
|
2
37
|
|
package/dist/Meter/index.js
CHANGED
|
@@ -2,7 +2,13 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Meter } from "@base-ui/react/meter";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const Meter_module = {
|
|
5
|
+
const Meter_module = {
|
|
6
|
+
root: "root-bc9hfF",
|
|
7
|
+
track: "track-BJK3T1",
|
|
8
|
+
indicator: "indicator-YaPgI9",
|
|
9
|
+
value: "value-Uz_0kH",
|
|
10
|
+
label: "label-yJGBDG"
|
|
11
|
+
};
|
|
6
12
|
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Meter.Root, {
|
|
7
13
|
ref: ref,
|
|
8
14
|
className: clsx(Meter_module.root, className),
|
|
@@ -1,2 +1,109 @@
|
|
|
1
|
+
.root-XA6trs {
|
|
2
|
+
flex-direction: column;
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
}
|
|
1
5
|
|
|
6
|
+
.group-lqMZOf {
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
border: 1px solid var(--wst-paragraph-2-color, #0009);
|
|
9
|
+
background-color: var(--wst-primary-background-color, #fff);
|
|
10
|
+
border-radius: 0;
|
|
11
|
+
align-items: center;
|
|
12
|
+
font-size: 16px;
|
|
13
|
+
line-height: 24px;
|
|
14
|
+
transition: border-color .1s ease-in;
|
|
15
|
+
display: flex;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.group-lqMZOf:hover, .group-lqMZOf:focus-within {
|
|
19
|
+
border-color: var(--wst-paragraph-2-color, #000);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.root-XA6trs[data-disabled] .group-lqMZOf {
|
|
23
|
+
background-color: var(--wst-primary-background-color, #fff);
|
|
24
|
+
border-color: #0009;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.root-XA6trs[data-invalid] .group-lqMZOf, .root-XA6trs[data-invalid] .group-lqMZOf:hover, .root-XA6trs[data-invalid] .group-lqMZOf:focus-within {
|
|
28
|
+
border-color: var(--wst-system-error-color, #df3131);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.input-BRhN7p {
|
|
32
|
+
box-sizing: border-box;
|
|
33
|
+
vertical-align: middle;
|
|
34
|
+
width: 100%;
|
|
35
|
+
min-width: 0;
|
|
36
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
37
|
+
background-color: #0000;
|
|
38
|
+
border: 0;
|
|
39
|
+
outline: 0;
|
|
40
|
+
margin: 0;
|
|
41
|
+
padding-block: 8px;
|
|
42
|
+
padding-inline: 12px;
|
|
43
|
+
font-size: 16px;
|
|
44
|
+
line-height: 24px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.group-lqMZOf:hover .input-BRhN7p, .group-lqMZOf:focus-within .input-BRhN7p {
|
|
48
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.root-XA6trs[data-disabled] .input-BRhN7p {
|
|
52
|
+
color: var(--wst-system-disabled-color, #ccc);
|
|
53
|
+
cursor: not-allowed;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.input-BRhN7p:focus {
|
|
57
|
+
outline: 0;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.input-BRhN7p::selection {
|
|
61
|
+
background: var(--wst-paragraph-2-color, #0003);
|
|
62
|
+
opacity: .2;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.input-BRhN7p::placeholder {
|
|
66
|
+
color: var(--wst-shade-3-color, #0006);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.root-XA6trs[data-disabled] .input-BRhN7p::placeholder {
|
|
70
|
+
color: var(--wst-system-disabled-color, #ccc);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.input-BRhN7p:-webkit-autofill {
|
|
74
|
+
-webkit-text-fill-color: var(--wst-paragraph-2-color, #000);
|
|
75
|
+
-webkit-box-shadow: 0 0 0 1.5em var(--wst-primary-background-color, #fff) inset !important;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.input-BRhN7p[type="number"]::-webkit-inner-spin-button, .input-BRhN7p[type="number"]::-webkit-outer-spin-button {
|
|
79
|
+
-webkit-appearance: none;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.input-BRhN7p[type="number"] {
|
|
83
|
+
appearance: textfield;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.increment-qnw0yh, .decrement-zkpqlA {
|
|
87
|
+
all: unset;
|
|
88
|
+
cursor: pointer;
|
|
89
|
+
height: 16px;
|
|
90
|
+
color: var(--wst-paragraph-2-color, #000);
|
|
91
|
+
justify-content: center;
|
|
92
|
+
align-items: center;
|
|
93
|
+
line-height: 16px;
|
|
94
|
+
display: flex;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.increment-qnw0yh:hover, .decrement-zkpqlA:hover {
|
|
98
|
+
opacity: .7;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.root-XA6trs[data-disabled] .increment-qnw0yh, .root-XA6trs[data-disabled] .decrement-zkpqlA {
|
|
102
|
+
color: var(--wst-system-disabled-color, #ccc);
|
|
103
|
+
cursor: not-allowed;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.scrubArea-XsXHM_ {
|
|
107
|
+
cursor: ew-resize;
|
|
108
|
+
}
|
|
2
109
|
|
|
@@ -2,7 +2,14 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { NumberField } from "@base-ui/react/number-field";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const NumberField_module = {
|
|
5
|
+
const NumberField_module = {
|
|
6
|
+
root: "root-XA6trs",
|
|
7
|
+
group: "group-lqMZOf",
|
|
8
|
+
input: "input-BRhN7p",
|
|
9
|
+
increment: "increment-qnw0yh",
|
|
10
|
+
decrement: "decrement-zkpqlA",
|
|
11
|
+
scrubArea: "scrubArea-XsXHM_"
|
|
12
|
+
};
|
|
6
13
|
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(NumberField.Root, {
|
|
7
14
|
ref: ref,
|
|
8
15
|
className: clsx(NumberField_module.root, className),
|
package/dist/Popover/index.css
CHANGED
|
@@ -1,2 +1,78 @@
|
|
|
1
|
+
.popup-Wrjs4v {
|
|
2
|
+
padding: var(--wst-popover-padding, 20px);
|
|
3
|
+
background-color: var(--wst-primary-background-color, #fff);
|
|
4
|
+
border: 0;
|
|
5
|
+
border-color: var(--wst-primary-background-color, #fff6);
|
|
6
|
+
border-radius: var(--wst-popover-border-radius, 0px);
|
|
7
|
+
border-style: solid;
|
|
8
|
+
border-width: 1px;
|
|
9
|
+
min-width: 40px;
|
|
10
|
+
max-width: 320px;
|
|
11
|
+
min-height: 20px;
|
|
12
|
+
box-shadow: 0 4px 8px #0000001f, 0 0 4px #0000001a;
|
|
13
|
+
}
|
|
1
14
|
|
|
15
|
+
.arrow-FmdRXW {
|
|
16
|
+
border-color: #0000;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.arrow-FmdRXW:after, .arrow-FmdRXW:before {
|
|
20
|
+
content: "";
|
|
21
|
+
background: none;
|
|
22
|
+
position: absolute;
|
|
23
|
+
inset: 0;
|
|
24
|
+
transform: rotate(45deg);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.arrow-FmdRXW:before {
|
|
28
|
+
z-index: -1;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.positioner-t0X5uo[data-side="right"] .arrow-FmdRXW {
|
|
32
|
+
border-right-color: var(--wst-primary-background-color, #fff);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.positioner-t0X5uo[data-side="left"] .arrow-FmdRXW {
|
|
36
|
+
border-left-color: var(--wst-primary-background-color, #fff);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.positioner-t0X5uo[data-side="bottom"] .arrow-FmdRXW {
|
|
40
|
+
border-bottom-color: var(--wst-primary-background-color, #fff);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.positioner-t0X5uo[data-side="top"] .arrow-FmdRXW {
|
|
44
|
+
border-top-color: var(--wst-primary-background-color, #fff);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.positioner-t0X5uo[data-side="right"] .arrow-FmdRXW:before {
|
|
48
|
+
box-shadow: 5px -5px 0 6px var(--wst-primary-background-color, #fff6);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.positioner-t0X5uo[data-side="right"] .arrow-FmdRXW:after {
|
|
52
|
+
box-shadow: 5px -5px 0 5px var(--wst-primary-background-color, #fff);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.positioner-t0X5uo[data-side="left"] .arrow-FmdRXW:before {
|
|
56
|
+
box-shadow: -5px 5px 0 6px var(--wst-primary-background-color, #fff6);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.positioner-t0X5uo[data-side="left"] .arrow-FmdRXW:after {
|
|
60
|
+
box-shadow: -5px 5px 0 5px var(--wst-primary-background-color, #fff);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.positioner-t0X5uo[data-side="top"] .arrow-FmdRXW:before {
|
|
64
|
+
box-shadow: -5px -5px 0 6px var(--wst-primary-background-color, #fff6);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.positioner-t0X5uo[data-side="top"] .arrow-FmdRXW:after {
|
|
68
|
+
box-shadow: -5px -5px 0 5px var(--wst-primary-background-color, #fff);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.positioner-t0X5uo[data-side="bottom"] .arrow-FmdRXW:before {
|
|
72
|
+
box-shadow: 5px 5px 0 6px var(--wst-primary-background-color, #fff6);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.positioner-t0X5uo[data-side="bottom"] .arrow-FmdRXW:after {
|
|
76
|
+
box-shadow: 5px 5px 0 5px var(--wst-primary-background-color, #fff);
|
|
77
|
+
}
|
|
2
78
|
|
package/dist/Popover/index.js
CHANGED
|
@@ -2,7 +2,11 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Popover } from "@base-ui/react/popover";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const Popover_module = {
|
|
5
|
+
const Popover_module = {
|
|
6
|
+
popup: "popup-Wrjs4v",
|
|
7
|
+
arrow: "arrow-FmdRXW",
|
|
8
|
+
positioner: "positioner-t0X5uo"
|
|
9
|
+
};
|
|
6
10
|
const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Popover.Positioner, {
|
|
7
11
|
ref: ref,
|
|
8
12
|
className: clsx(Popover_module.positioner, className),
|
|
@@ -1,2 +1,75 @@
|
|
|
1
|
+
.popup-s3Cjfv {
|
|
2
|
+
background-color: var(--wst-preview-card-background-color, #212121);
|
|
3
|
+
color: var(--wst-preview-card-text-color, #fff);
|
|
4
|
+
padding: var(--wst-preview-card-padding, 4px 12px);
|
|
5
|
+
border: 1px solid var(--wst-preview-card-border-color, #757575);
|
|
6
|
+
border-radius: var(--wst-preview-card-border-radius, 3px);
|
|
7
|
+
-webkit-font-smoothing: auto;
|
|
8
|
+
font-size: 14px;
|
|
9
|
+
line-height: 20px;
|
|
10
|
+
box-shadow: 0 4px 8px #0000001f, 0 0 4px #0000001a;
|
|
11
|
+
}
|
|
1
12
|
|
|
13
|
+
.arrow-FRR3yT {
|
|
14
|
+
margin: 0;
|
|
15
|
+
display: block;
|
|
16
|
+
position: absolute;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.arrow-FRR3yT svg {
|
|
20
|
+
display: block;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.positioner-Gzwwg3[data-side="top"] .popup-s3Cjfv {
|
|
24
|
+
padding-bottom: 6px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.positioner-Gzwwg3[data-side="bottom"] .popup-s3Cjfv {
|
|
28
|
+
padding-top: 6px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.positioner-Gzwwg3[data-side="left"] .popup-s3Cjfv {
|
|
32
|
+
padding-right: 6px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.positioner-Gzwwg3[data-side="right"] .popup-s3Cjfv {
|
|
36
|
+
padding-left: 6px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.positioner-Gzwwg3[data-side="top"] .arrow-FRR3yT {
|
|
40
|
+
width: 12px;
|
|
41
|
+
height: 7px;
|
|
42
|
+
bottom: -1px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.positioner-Gzwwg3[data-side="bottom"] .arrow-FRR3yT {
|
|
46
|
+
width: 12px;
|
|
47
|
+
height: 7px;
|
|
48
|
+
top: -1px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.positioner-Gzwwg3[data-side="left"] .arrow-FRR3yT {
|
|
52
|
+
width: 7px;
|
|
53
|
+
height: 12px;
|
|
54
|
+
right: -1px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.positioner-Gzwwg3[data-side="right"] .arrow-FRR3yT {
|
|
58
|
+
width: 7px;
|
|
59
|
+
height: 12px;
|
|
60
|
+
left: -1px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.arrow-FRR3yT path {
|
|
64
|
+
fill: var(--wst-preview-card-background-color, #212121);
|
|
65
|
+
stroke: var(--wst-preview-card-border-color, #757575);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.arrow-FRR3yT path:first-child {
|
|
69
|
+
stroke: none;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.arrow-FRR3yT path:last-child {
|
|
73
|
+
stroke-dasharray: 0 17 17;
|
|
74
|
+
}
|
|
2
75
|
|
|
@@ -2,7 +2,11 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { PreviewCard } from "@base-ui/react/preview-card";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const PreviewCard_module = {
|
|
5
|
+
const PreviewCard_module = {
|
|
6
|
+
popup: "popup-s3Cjfv",
|
|
7
|
+
arrow: "arrow-FRR3yT",
|
|
8
|
+
positioner: "positioner-Gzwwg3"
|
|
9
|
+
};
|
|
6
10
|
const Positioner = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(PreviewCard.Positioner, {
|
|
7
11
|
ref: ref,
|
|
8
12
|
className: clsx(PreviewCard_module.positioner, className),
|
package/dist/Progress/index.css
CHANGED
|
@@ -1,2 +1,26 @@
|
|
|
1
|
+
.root-VDHmKD {
|
|
2
|
+
align-items: center;
|
|
3
|
+
width: 100%;
|
|
4
|
+
display: flex;
|
|
5
|
+
}
|
|
1
6
|
|
|
7
|
+
.track-_XqaKn {
|
|
8
|
+
background-color: color-mix(in srgb, var(--wst-paragraph-2-color, #333) 20%, transparent);
|
|
9
|
+
width: 100%;
|
|
10
|
+
height: 100%;
|
|
11
|
+
position: relative;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.indicator-lfO9jO {
|
|
15
|
+
background: var(--wst-links-and-actions-color, #116dff);
|
|
16
|
+
transition: width .5s ease-in-out;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.value-SBk4OI, .label-HqgXxt {
|
|
20
|
+
color: var(--wst-paragraph-2-color, #333);
|
|
21
|
+
gap: 8px;
|
|
22
|
+
font-size: 12px;
|
|
23
|
+
line-height: 1.4em;
|
|
24
|
+
display: flex;
|
|
25
|
+
}
|
|
2
26
|
|
package/dist/Progress/index.js
CHANGED
|
@@ -2,7 +2,13 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Progress } from "@base-ui/react/progress";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const Progress_module = {
|
|
5
|
+
const Progress_module = {
|
|
6
|
+
root: "root-VDHmKD",
|
|
7
|
+
track: "track-_XqaKn",
|
|
8
|
+
indicator: "indicator-lfO9jO",
|
|
9
|
+
value: "value-SBk4OI",
|
|
10
|
+
label: "label-HqgXxt"
|
|
11
|
+
};
|
|
6
12
|
const Root = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Progress.Root, {
|
|
7
13
|
ref: ref,
|
|
8
14
|
className: clsx(Progress_module.root, className),
|
package/dist/Radio/index.css
CHANGED
|
@@ -1,2 +1,49 @@
|
|
|
1
|
+
.root-Lal8hj {
|
|
2
|
+
background-color: var(--wst-primary-background-color, transparent);
|
|
3
|
+
box-sizing: content-box;
|
|
4
|
+
border: 1px solid var(--wst-paragraph-2-color, #0009);
|
|
5
|
+
cursor: pointer;
|
|
6
|
+
border-radius: 50%;
|
|
7
|
+
justify-content: center;
|
|
8
|
+
align-items: center;
|
|
9
|
+
width: 14px;
|
|
10
|
+
height: 14px;
|
|
11
|
+
transition: background-color .2s linear, border-color .2s linear, border-width .2s linear, border-radius .2s linear;
|
|
12
|
+
display: flex;
|
|
13
|
+
}
|
|
1
14
|
|
|
15
|
+
.root-Lal8hj:hover, .root-Lal8hj:focus-visible {
|
|
16
|
+
border-color: var(--wst-paragraph-2-color, #000);
|
|
17
|
+
background-color: var(--wst-primary-background-color, transparent);
|
|
18
|
+
transition: background-color .2s linear, border-color .2s linear, border-width .2s linear, border-radius .2s linear;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.root-Lal8hj[data-checked] {
|
|
22
|
+
border-color: var(--wst-links-and-actions-color, #000);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.root-Lal8hj[data-disabled] {
|
|
26
|
+
cursor: default;
|
|
27
|
+
pointer-events: none;
|
|
28
|
+
border-color: var(--wst-system-disabled-color, #ccc);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.indicator-YyFvol {
|
|
32
|
+
background-color: var(--wst-links-and-actions-color, #000);
|
|
33
|
+
opacity: 0;
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
width: 8px;
|
|
36
|
+
height: 8px;
|
|
37
|
+
transition: background-color .2s linear, border-color .2s linear, border-width .2s linear, border-radius .2s linear;
|
|
38
|
+
transform: scale(.5);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.indicator-YyFvol[data-checked] {
|
|
42
|
+
opacity: 1;
|
|
43
|
+
transform: scale(1);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.indicator-YyFvol[data-disabled] {
|
|
47
|
+
background-color: var(--wst-system-disabled-color, #ccc);
|
|
48
|
+
}
|
|
2
49
|
|
package/dist/Radio/index.js
CHANGED
|
@@ -2,7 +2,10 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { Radio } from "@base-ui/react/radio";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const Radio_module = {
|
|
5
|
+
const Radio_module = {
|
|
6
|
+
root: "root-Lal8hj",
|
|
7
|
+
indicator: "indicator-YyFvol"
|
|
8
|
+
};
|
|
6
9
|
const Indicator = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(Radio.Indicator, {
|
|
7
10
|
ref: ref,
|
|
8
11
|
className: clsx(Radio_module.indicator, className),
|
package/dist/RadioGroup/index.js
CHANGED
|
@@ -2,7 +2,9 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { RadioGroup } from "@base-ui/react/radio-group";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as __rspack_external_react from "react";
|
|
5
|
-
const RadioGroup_module = {
|
|
5
|
+
const RadioGroup_module = {
|
|
6
|
+
root: "root-kKvIZ_"
|
|
7
|
+
};
|
|
6
8
|
const RadioGroup_RadioGroup = /*#__PURE__*/ __rspack_external_react.forwardRef(({ className, ...props }, ref)=>/*#__PURE__*/ jsx(RadioGroup, {
|
|
7
9
|
ref: ref,
|
|
8
10
|
className: clsx(RadioGroup_module.root, className),
|