@wix/site-ui 1.236.0 → 1.237.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.
@@ -1,6 +1,7 @@
1
1
  .root-kIffNe {
2
2
  cursor: pointer;
3
3
  box-sizing: border-box;
4
+ justify-content: center;
4
5
  align-items: center;
5
6
  display: inline-flex;
6
7
  }
@@ -31,7 +32,6 @@
31
32
  box-shadow: var(--wst-button-primary-box-shadow);
32
33
  column-gap: var(--wst-button-primary-column-gap);
33
34
  row-gap: var(--wst-button-primary-row-gap);
34
- justify-content: var(--wst-button-primary-justify-content);
35
35
  color: var(--wst-button-primary-color);
36
36
  font: var(--wst-button-primary-font);
37
37
  letter-spacing: var(--wst-button-primary-letter-spacing);
@@ -66,7 +66,6 @@
66
66
  box-shadow: var(--wst-button-secondary-box-shadow);
67
67
  column-gap: var(--wst-button-secondary-column-gap);
68
68
  row-gap: var(--wst-button-secondary-row-gap);
69
- justify-content: var(--wst-button-secondary-justify-content);
70
69
  color: var(--wst-button-secondary-color);
71
70
  font: var(--wst-button-secondary-font);
72
71
  letter-spacing: var(--wst-button-secondary-letter-spacing);
@@ -101,7 +100,6 @@
101
100
  box-shadow: var(--wst-button-tertiary-box-shadow);
102
101
  column-gap: var(--wst-button-tertiary-column-gap);
103
102
  row-gap: var(--wst-button-tertiary-row-gap);
104
- justify-content: var(--wst-button-tertiary-justify-content);
105
103
  color: var(--wst-button-tertiary-color);
106
104
  font: var(--wst-button-tertiary-font);
107
105
  letter-spacing: var(--wst-button-tertiary-letter-spacing);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/site-ui",
3
- "version": "1.236.0",
3
+ "version": "1.237.0",
4
4
  "description": "Pure UI components for the Wix site builder",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -94,5 +94,5 @@
94
94
  "registry": "https://registry.npmjs.org/",
95
95
  "access": "public"
96
96
  },
97
- "falconPackageHash": "aaa2ac8f445402908b853f97f3d5165fd7daf29c54a616be17c2b5ed"
97
+ "falconPackageHash": "62a5fcb0353b57f1bad8128df869e3c9b4af4b4b759d7d86f3a285bb"
98
98
  }