@wix/site-ui 1.21.0 → 1.23.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.
@@ -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.21.0",
3
+ "version": "1.23.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": "a45e916c77f07bd74194aeb6f8facffce3c66221d508c95fc8a9a8b2"
81
+ "falconPackageHash": "fa9e8ea8c545576834e094cec31c02f7d83c736dca47ca96cd9d3da0"
82
82
  }