@uniformdev/design-system 17.6.1-alpha.60 → 17.7.1-alpha.34

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
@@ -1586,7 +1586,7 @@ to {
1586
1586
  right: 0;
1587
1587
  `,et=e=>w`
1588
1588
  align-items: center;
1589
- border-radius: var(--rounded-md) 0 var(--rounded-md) 0;
1589
+ border-radius: var(--rounded-sm) 0 var(--rounded-sm) 0;
1590
1590
  background: ${e==="gray"?"var(--brand-secondary-2)":"var(--brand-secondary-1)"};
1591
1591
  color: ${e==="gray"?"var(--brand-secondary-1)":"var(--white)"};
1592
1592
  display: flex;
package/dist/index.js CHANGED
@@ -1586,7 +1586,7 @@ to {
1586
1586
  right: 0;
1587
1587
  `,Dt=e=>R.css`
1588
1588
  align-items: center;
1589
- border-radius: var(--rounded-md) 0 var(--rounded-md) 0;
1589
+ border-radius: var(--rounded-sm) 0 var(--rounded-sm) 0;
1590
1590
  background: ${e==="gray"?"var(--brand-secondary-2)":"var(--brand-secondary-1)"};
1591
1591
  color: ${e==="gray"?"var(--brand-secondary-1)":"var(--white)"};
1592
1592
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "17.6.1-alpha.60+dce2049a1",
3
+ "version": "17.7.1-alpha.34+084da3172",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -18,12 +18,12 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@emotion/jest": "11.10.5",
21
- "@storybook/addon-docs": "6.5.13",
22
- "@storybook/react": "6.5.13",
21
+ "@storybook/addon-docs": "6.5.14",
22
+ "@storybook/react": "6.5.14",
23
23
  "@types/react": "18.0.26",
24
24
  "autoprefixer": "10.4.13",
25
25
  "hygen": "6.2.11",
26
- "postcss": "8.4.19",
26
+ "postcss": "8.4.20",
27
27
  "react": "18.2.0",
28
28
  "react-dom": "18.2.0",
29
29
  "tsup": "6.1.3"
@@ -45,5 +45,5 @@
45
45
  "files": [
46
46
  "/dist"
47
47
  ],
48
- "gitHead": "dce2049a142bec6e78cda9d976eacf13a96aa483"
48
+ "gitHead": "084da31729798e2c1a1f26ba38c764caabebc958"
49
49
  }