@wix/site-ui 1.21.0 → 1.22.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/Button/index.css +4 -13
- package/package.json +2 -2
package/dist/Button/index.css
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
display: inline-flex;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
+
.root-kIffNe:hover {
|
|
9
|
+
text-decoration: underline;
|
|
10
|
+
}
|
|
11
|
+
|
|
8
12
|
.primary-BOdHls {
|
|
9
13
|
background-color: var(--wst-button-primary-background-color);
|
|
10
14
|
background-image: var(--wst-button-primary-background-image);
|
|
@@ -110,15 +114,6 @@
|
|
|
110
114
|
border-end-start-radius: var(--wst-button-tertiary-border-bottom-left-radius);
|
|
111
115
|
}
|
|
112
116
|
|
|
113
|
-
.root-kIffNe:focus-visible {
|
|
114
|
-
outline: 2px solid var(--wst-links-and-actions-color);
|
|
115
|
-
outline-offset: 2px;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.primary-BOdHls:not(:disabled):hover {
|
|
119
|
-
background-color: color-mix(in srgb, var(--wst-button-primary-background-color) 85%, black);
|
|
120
|
-
}
|
|
121
|
-
|
|
122
117
|
.primary-BOdHls:disabled {
|
|
123
118
|
background-color: var(--wst-system-disabled-color);
|
|
124
119
|
border-top-color: var(--wst-system-disabled-color);
|
|
@@ -130,10 +125,6 @@
|
|
|
130
125
|
pointer-events: none;
|
|
131
126
|
}
|
|
132
127
|
|
|
133
|
-
.secondary-O9td6z:not(:disabled):hover {
|
|
134
|
-
background-color: color-mix(in srgb, var(--wst-button-secondary-border-top-color) 8%, transparent);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
128
|
.secondary-O9td6z:disabled {
|
|
138
129
|
border-top-color: var(--wst-system-disabled-color);
|
|
139
130
|
border-bottom-color: var(--wst-system-disabled-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/site-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.0",
|
|
4
4
|
"description": "Pure UI components for the Wix site builder",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"registry": "https://registry.npmjs.org/",
|
|
79
79
|
"access": "public"
|
|
80
80
|
},
|
|
81
|
-
"falconPackageHash": "
|
|
81
|
+
"falconPackageHash": "fa9e8ea8c545576834e094cec31c02f7d83c736dca47ca96cd9d3da0"
|
|
82
82
|
}
|