@wix/site-ui 1.187.0 → 1.189.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/AlertDialog/index.js +7 -17
- package/dist/Autocomplete/index.js +16 -35
- package/dist/Avatar/index.js +3 -9
- package/dist/Collapsible/index.js +3 -9
- package/dist/Combobox/index.js +21 -41
- package/dist/ContextMenu/index.js +16 -33
- package/dist/Drawer/index.js +11 -23
- package/dist/Fieldset/index.js +2 -7
- package/dist/Form/index.js +1 -5
- package/dist/Menu/index.js +17 -35
- package/dist/Menubar/index.js +1 -5
- package/dist/Meter/index.js +5 -13
- package/dist/Popover/index.js +9 -20
- package/dist/PreviewCard/index.js +6 -8
- package/dist/Progress/index.js +5 -13
- package/dist/ScrollArea/index.js +6 -14
- package/dist/Slider/index.js +7 -17
- package/dist/Switch/index.js +2 -7
- package/dist/Toolbar/index.js +6 -15
- package/dist/Tooltip/index.js +5 -12
- package/package.json +2 -2
- package/dist/AlertDialog/index.css +0 -60
- package/dist/Autocomplete/index.css +0 -222
- package/dist/Avatar/index.css +0 -32
- package/dist/Collapsible/index.css +0 -45
- package/dist/Combobox/index.css +0 -253
- package/dist/ContextMenu/index.css +0 -213
- package/dist/Drawer/index.css +0 -101
- package/dist/Fieldset/index.css +0 -24
- package/dist/Form/index.css +0 -7
- package/dist/Menu/index.css +0 -213
- package/dist/Menubar/index.css +0 -12
- package/dist/Meter/index.css +0 -38
- package/dist/Popover/index.css +0 -83
- package/dist/PreviewCard/index.css +0 -2
- package/dist/Progress/index.css +0 -36
- package/dist/ScrollArea/index.css +0 -47
- package/dist/Slider/index.css +0 -81
- package/dist/Switch/index.css +0 -60
- package/dist/Toolbar/index.css +0 -106
- package/dist/Tooltip/index.css +0 -84
package/dist/Progress/index.css
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
.root-VDHmKD {
|
|
2
|
-
flex-direction: row;
|
|
3
|
-
align-items: center;
|
|
4
|
-
gap: 8px;
|
|
5
|
-
width: 100%;
|
|
6
|
-
display: flex;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.track-_XqaKn {
|
|
10
|
-
height: var(--progress-size, 6px);
|
|
11
|
-
border-radius: calc(var(--progress-size, 6px) / 2);
|
|
12
|
-
background-color: var(--wst-secondary-background-color, #e0e0e0);
|
|
13
|
-
flex: 1;
|
|
14
|
-
position: relative;
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.indicator-lfO9jO {
|
|
19
|
-
border-radius: calc(var(--progress-size, 6px) / 2);
|
|
20
|
-
background-color: var(--wst-links-and-actions-color, #116dff);
|
|
21
|
-
height: 100%;
|
|
22
|
-
transition: width .3s;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.value-SBk4OI {
|
|
26
|
-
font: var(--wst-paragraph-3-font);
|
|
27
|
-
color: var(--wst-paragraph-3-color, #000);
|
|
28
|
-
white-space: nowrap;
|
|
29
|
-
flex-shrink: 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.label-HqgXxt {
|
|
33
|
-
font: var(--wst-paragraph-3-font);
|
|
34
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
35
|
-
}
|
|
36
|
-
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
.root-_9VjLl {
|
|
2
|
-
position: relative;
|
|
3
|
-
overflow: hidden;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.viewport-AtdxVk {
|
|
7
|
-
width: 100%;
|
|
8
|
-
height: 100%;
|
|
9
|
-
overflow: auto;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.scrollbar-NftRcM {
|
|
13
|
-
touch-action: none;
|
|
14
|
-
user-select: none;
|
|
15
|
-
background-color: var(--wst-secondary-background-color, transparent);
|
|
16
|
-
display: flex;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.scrollbar-NftRcM[data-orientation="vertical"] {
|
|
20
|
-
flex-direction: column;
|
|
21
|
-
width: 8px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.scrollbar-NftRcM[data-orientation="horizontal"] {
|
|
25
|
-
flex-direction: row;
|
|
26
|
-
height: 8px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.thumb-qKKUxU {
|
|
30
|
-
background-color: color-mix(in srgb,
|
|
31
|
-
var(--wst-base-2-color, #000) 30%,
|
|
32
|
-
transparent);
|
|
33
|
-
border-radius: 4px;
|
|
34
|
-
flex: 1;
|
|
35
|
-
position: relative;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.thumb-qKKUxU:hover {
|
|
39
|
-
background-color: color-mix(in srgb,
|
|
40
|
-
var(--wst-base-2-color, #000) 50%,
|
|
41
|
-
transparent);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.corner-Ev0G3O {
|
|
45
|
-
background-color: var(--wst-secondary-background-color, transparent);
|
|
46
|
-
}
|
|
47
|
-
|
package/dist/Slider/index.css
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
.root-uI1zMj {
|
|
2
|
-
flex-direction: column;
|
|
3
|
-
gap: 4px;
|
|
4
|
-
width: 100%;
|
|
5
|
-
display: flex;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.label-MkH3nw {
|
|
9
|
-
font: var(--wst-paragraph-2-font);
|
|
10
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.value-ZbXzRd {
|
|
14
|
-
font: var(--wst-paragraph-2-font);
|
|
15
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
16
|
-
justify-content: space-between;
|
|
17
|
-
display: flex;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.control-_J8a2_ {
|
|
21
|
-
box-sizing: border-box;
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
align-items: center;
|
|
24
|
-
width: 100%;
|
|
25
|
-
padding-block: 8px;
|
|
26
|
-
display: flex;
|
|
27
|
-
position: relative;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.track-WMB__l {
|
|
31
|
-
background-color: color-mix(in srgb,
|
|
32
|
-
var(--wst-paragraph-2-color, #000) 20%,
|
|
33
|
-
transparent);
|
|
34
|
-
border-radius: 2px;
|
|
35
|
-
width: 100%;
|
|
36
|
-
height: 4px;
|
|
37
|
-
position: relative;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.indicator-uJyfNg {
|
|
41
|
-
background-color: var(--wst-links-and-actions-color, #116dff);
|
|
42
|
-
border-radius: 2px;
|
|
43
|
-
position: absolute;
|
|
44
|
-
inset-block: 0;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.thumb-oReKer {
|
|
48
|
-
width: var(--slider-size, 16px);
|
|
49
|
-
height: var(--slider-size, 16px);
|
|
50
|
-
background-color: var(--wst-links-and-actions-color, #116dff);
|
|
51
|
-
box-shadow: 0 0 0 2px var(--wst-primary-background-color, #fff);
|
|
52
|
-
box-sizing: border-box;
|
|
53
|
-
cursor: grab;
|
|
54
|
-
border-radius: 50%;
|
|
55
|
-
outline: none;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.thumb-oReKer:hover {
|
|
59
|
-
background-color: color-mix(in srgb,
|
|
60
|
-
var(--wst-links-and-actions-color, #116dff) 80%,
|
|
61
|
-
#000);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.thumb-oReKer:focus-visible {
|
|
65
|
-
outline: 2px solid var(--wst-links-and-actions-color, #116dff);
|
|
66
|
-
outline-offset: 2px;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.track-WMB__l[data-disabled] {
|
|
70
|
-
background-color: color-mix(in srgb,
|
|
71
|
-
var(--wst-system-disabled-color, #939393) 30%,
|
|
72
|
-
transparent);
|
|
73
|
-
cursor: not-allowed;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.indicator-uJyfNg[data-disabled], .thumb-oReKer[data-disabled] {
|
|
77
|
-
background-color: var(--wst-system-disabled-color, #939393);
|
|
78
|
-
cursor: not-allowed;
|
|
79
|
-
pointer-events: none;
|
|
80
|
-
}
|
|
81
|
-
|
package/dist/Switch/index.css
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
.root-jFySXM {
|
|
2
|
-
width: var(--switch-width, 44px);
|
|
3
|
-
height: var(--switch-height, 24px);
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
border-radius: calc(var(--switch-height, 24px) / 2);
|
|
6
|
-
background-color: color-mix(in srgb,
|
|
7
|
-
var(--wst-paragraph-2-color, #000) 30%,
|
|
8
|
-
transparent);
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
-webkit-appearance: none;
|
|
11
|
-
appearance: none;
|
|
12
|
-
border: none;
|
|
13
|
-
justify-content: center;
|
|
14
|
-
align-items: center;
|
|
15
|
-
padding: 0;
|
|
16
|
-
transition: background-color .2s;
|
|
17
|
-
display: inline-flex;
|
|
18
|
-
position: relative;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.root-jFySXM[data-checked] {
|
|
22
|
-
background-color: var(--wst-links-and-actions-color, #116dff);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.root-jFySXM[data-disabled] {
|
|
26
|
-
background-color: color-mix(in srgb,
|
|
27
|
-
var(--wst-system-disabled-color, #939393) 60%,
|
|
28
|
-
transparent);
|
|
29
|
-
cursor: default;
|
|
30
|
-
pointer-events: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.root-jFySXM:focus-visible {
|
|
34
|
-
outline: 2px solid var(--wst-links-and-actions-color, #116dff);
|
|
35
|
-
outline-offset: 2px;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.thumb-aDkgmk {
|
|
39
|
-
width: var(--switch-thumb-size, 18px);
|
|
40
|
-
height: var(--switch-thumb-size, 18px);
|
|
41
|
-
background-color: var(--wst-primary-background-color, #fff);
|
|
42
|
-
transform: translateX(calc(-1 * (var(--switch-width, 44px) - var(--switch-thumb-size, 18px)) / 2 +
|
|
43
|
-
2px));
|
|
44
|
-
border-radius: 50%;
|
|
45
|
-
transition: transform .2s;
|
|
46
|
-
position: absolute;
|
|
47
|
-
box-shadow: 0 1px 5px #0000004d;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.root-jFySXM[data-checked] .thumb-aDkgmk {
|
|
51
|
-
transform: translateX(calc((var(--switch-width, 44px) - var(--switch-thumb-size, 18px)) / 2 - 2px));
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.root-jFySXM[data-disabled] .thumb-aDkgmk {
|
|
55
|
-
background-color: color-mix(in srgb,
|
|
56
|
-
var(--wst-primary-background-color, #fff) 70%,
|
|
57
|
-
transparent);
|
|
58
|
-
box-shadow: none;
|
|
59
|
-
}
|
|
60
|
-
|
package/dist/Toolbar/index.css
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
.root-TasA57 {
|
|
2
|
-
flex-direction: row;
|
|
3
|
-
align-items: center;
|
|
4
|
-
gap: 2px;
|
|
5
|
-
padding: 4px;
|
|
6
|
-
display: flex;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.group-gw9JGb {
|
|
10
|
-
flex-direction: row;
|
|
11
|
-
align-items: center;
|
|
12
|
-
gap: 2px;
|
|
13
|
-
display: flex;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.button-VwIpOv {
|
|
17
|
-
cursor: pointer;
|
|
18
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
19
|
-
font: var(--wst-paragraph-2-font);
|
|
20
|
-
box-sizing: border-box;
|
|
21
|
-
background: none;
|
|
22
|
-
border: none;
|
|
23
|
-
border-radius: 4px;
|
|
24
|
-
outline: none;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
align-items: center;
|
|
27
|
-
padding: 6px;
|
|
28
|
-
line-height: 0;
|
|
29
|
-
transition: background-color .15s;
|
|
30
|
-
display: inline-flex;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.button-VwIpOv:hover:not(:disabled) {
|
|
34
|
-
background-color: color-mix(in srgb, var(--wst-base-2-color) 6%, transparent);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.button-VwIpOv[data-pressed] {
|
|
38
|
-
color: var(--wst-links-and-actions-color, #116dff);
|
|
39
|
-
background-color: color-mix(in srgb,
|
|
40
|
-
var(--wst-base-2-color) 12%,
|
|
41
|
-
transparent);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.button-VwIpOv:disabled {
|
|
45
|
-
color: var(--wst-system-disabled-color, #939393);
|
|
46
|
-
cursor: default;
|
|
47
|
-
pointer-events: none;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.button-VwIpOv:focus-visible {
|
|
51
|
-
outline: 2px solid var(--wst-links-and-actions-color, #116dff);
|
|
52
|
-
outline-offset: 2px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.link-ONsUed {
|
|
56
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
57
|
-
font: var(--wst-paragraph-2-font);
|
|
58
|
-
box-sizing: border-box;
|
|
59
|
-
border-radius: 4px;
|
|
60
|
-
outline: none;
|
|
61
|
-
justify-content: center;
|
|
62
|
-
align-items: center;
|
|
63
|
-
padding: 6px;
|
|
64
|
-
line-height: 0;
|
|
65
|
-
text-decoration: none;
|
|
66
|
-
transition: background-color .15s;
|
|
67
|
-
display: inline-flex;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.link-ONsUed:hover {
|
|
71
|
-
background-color: color-mix(in srgb, var(--wst-base-2-color) 6%, transparent);
|
|
72
|
-
color: var(--wst-links-and-actions-color, #116dff);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.link-ONsUed:focus-visible {
|
|
76
|
-
outline: 2px solid var(--wst-links-and-actions-color, #116dff);
|
|
77
|
-
outline-offset: 2px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.input-BIEb11 {
|
|
81
|
-
font: var(--wst-paragraph-2-font);
|
|
82
|
-
color: var(--wst-paragraph-2-color, #000);
|
|
83
|
-
border: var(--wst-system-line-1-width, 1px) solid
|
|
84
|
-
color-mix(in srgb, var(--wst-system-line-1-color, #000) 60%, transparent);
|
|
85
|
-
box-sizing: border-box;
|
|
86
|
-
background: none;
|
|
87
|
-
border-radius: 4px;
|
|
88
|
-
outline: none;
|
|
89
|
-
padding: 4px 8px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.input-BIEb11:focus-visible {
|
|
93
|
-
outline: 2px solid var(--wst-links-and-actions-color, #116dff);
|
|
94
|
-
outline-offset: 2px;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.separator-pZlgb3 {
|
|
98
|
-
width: var(--wst-system-line-1-width, 1px);
|
|
99
|
-
background-color: color-mix(in srgb,
|
|
100
|
-
var(--wst-system-line-1-color, #000) 60%,
|
|
101
|
-
transparent);
|
|
102
|
-
flex-shrink: 0;
|
|
103
|
-
height: 20px;
|
|
104
|
-
margin: 0 4px;
|
|
105
|
-
}
|
|
106
|
-
|
package/dist/Tooltip/index.css
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
.trigger-xVlrp2 {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.positioner-sRKHj5 {
|
|
6
|
-
z-index: 9999;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.positioner-sRKHj5[data-side="top"] {
|
|
10
|
-
padding-bottom: 6px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.positioner-sRKHj5[data-side="bottom"] {
|
|
14
|
-
padding-top: 6px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.positioner-sRKHj5[data-side="left"] {
|
|
18
|
-
padding-right: 6px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.positioner-sRKHj5[data-side="right"] {
|
|
22
|
-
padding-left: 6px;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.positioner-sRKHj5[data-side="top"] .popup-V_41k4 {
|
|
26
|
-
transform-origin: bottom;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.positioner-sRKHj5[data-side="bottom"] .popup-V_41k4 {
|
|
30
|
-
transform-origin: top;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.positioner-sRKHj5[data-side="left"] .popup-V_41k4 {
|
|
34
|
-
transform-origin: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.positioner-sRKHj5[data-side="right"] .popup-V_41k4 {
|
|
38
|
-
transform-origin: 0;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.popup-V_41k4 {
|
|
42
|
-
background-color: var(--wst-system-default-dark-color, #212121);
|
|
43
|
-
color: var(--wst-system-default-light-color, #fff);
|
|
44
|
-
font: var(--wst-paragraph-3-font);
|
|
45
|
-
overflow-wrap: break-word;
|
|
46
|
-
word-break: break-word;
|
|
47
|
-
border-radius: 4px;
|
|
48
|
-
max-width: 240px;
|
|
49
|
-
padding: 4px 12px;
|
|
50
|
-
transition: transform .12s cubic-bezier(.25, .46, .45, .94), opacity .12s cubic-bezier(.25, .46, .45, .94);
|
|
51
|
-
box-shadow: 0 4px 8px #0000001f, 0 0 4px #0000001a;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.popup-V_41k4[data-starting-style], .popup-V_41k4[data-ending-style] {
|
|
55
|
-
opacity: 0;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.positioner-sRKHj5[data-side="top"] .popup-V_41k4[data-starting-style] {
|
|
59
|
-
transform: scale(.9) translateY(3px);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.positioner-sRKHj5[data-side="bottom"] .popup-V_41k4[data-starting-style] {
|
|
63
|
-
transform: scale(.9) translateY(-3px);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.positioner-sRKHj5[data-side="left"] .popup-V_41k4[data-starting-style] {
|
|
67
|
-
transform: scale(.9) translateX(10px);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.positioner-sRKHj5[data-side="right"] .popup-V_41k4[data-starting-style] {
|
|
71
|
-
transform: scale(.9) translateX(-10px);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.popup-V_41k4[data-ending-style] {
|
|
75
|
-
transition: transform 80ms linear, opacity 80ms linear;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.arrow-aUAEXL {
|
|
79
|
-
background-color: var(--wst-system-default-dark-color, #212121);
|
|
80
|
-
width: 8px;
|
|
81
|
-
height: 8px;
|
|
82
|
-
rotate: 45deg;
|
|
83
|
-
}
|
|
84
|
-
|