@uniformdev/design-system 19.79.0 → 19.79.1-alpha.11

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/esm/index.js CHANGED
@@ -91,7 +91,7 @@ var Theme = ({ disableReset = false, disableGlobalReset = false }) => {
91
91
 
92
92
  /* off brand */
93
93
  --input-border: rgba(31, 43, 52, 0.5);
94
- --ring: 0 0 0 0 var(--white), 0 0 0 3px var(--brand-primary-3);
94
+ --ring: 0 0 0 0 var(--white), 0 0 0 2px var(--brand-primary-3);
95
95
  --ring-inset: inset 0 0 0 0 var(--white), inset 0 0 0 3px var(--brand-primary-3);
96
96
 
97
97
  /* site settings */
package/dist/index.js CHANGED
@@ -1661,7 +1661,7 @@ var Theme = ({ disableReset = false, disableGlobalReset = false }) => {
1661
1661
 
1662
1662
  /* off brand */
1663
1663
  --input-border: rgba(31, 43, 52, 0.5);
1664
- --ring: 0 0 0 0 var(--white), 0 0 0 3px var(--brand-primary-3);
1664
+ --ring: 0 0 0 0 var(--white), 0 0 0 2px var(--brand-primary-3);
1665
1665
  --ring-inset: inset 0 0 0 0 var(--white), inset 0 0 0 3px var(--brand-primary-3);
1666
1666
 
1667
1667
  /* site settings */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.79.0",
3
+ "version": "19.79.1-alpha.11+4547ef846",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "@storybook/react": "6.5.16",
24
24
  "@types/react": "18.2.21",
25
25
  "@types/react-dom": "18.2.7",
26
- "@uniformdev/canvas": "^19.79.0",
27
- "@uniformdev/richtext": "^19.79.0",
26
+ "@uniformdev/canvas": "^19.79.1-alpha.11+4547ef846",
27
+ "@uniformdev/richtext": "^19.79.1-alpha.11+4547ef846",
28
28
  "autoprefixer": "10.4.16",
29
29
  "hygen": "6.2.11",
30
30
  "postcss": "8.4.31",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "78f5ededbaa1a67d58d808eac23ab64769e14e10"
70
+ "gitHead": "4547ef8469f21f7f2341bcd87203372c4646bc08"
71
71
  }