@zendeskgarden/react-theming 9.5.4 → 9.6.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.
@@ -9,7 +9,8 @@ import PALETTE from '../palette/index.js';
9
9
  const BASE = 4;
10
10
  const borderRadii = {
11
11
  sm: `${BASE / 2}px`,
12
- md: `${BASE}px`
12
+ md: `${BASE}px`,
13
+ lg: `${BASE * 2}px`
13
14
  };
14
15
  const borderStyles = {
15
16
  solid: 'solid'
package/dist/index.cjs.js CHANGED
@@ -342,7 +342,8 @@ const PALETTE = {
342
342
  const BASE = 4;
343
343
  const borderRadii = {
344
344
  sm: `${BASE / 2}px`,
345
- md: `${BASE}px`
345
+ md: `${BASE}px`,
346
+ lg: `${BASE * 2}px`
346
347
  };
347
348
  const borderStyles = {
348
349
  solid: 'solid'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zendeskgarden/react-theming",
3
- "version": "9.5.4",
3
+ "version": "9.6.0",
4
4
  "description": "Theming utilities and components within the Garden Design System",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zendesk Garden <garden@zendesk.com>",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "zendeskgarden:src": "src/index.ts",
50
- "gitHead": "43590ac9f3753abfa143a867e2028e3cc3cd35af"
50
+ "gitHead": "33fcfeab6a350bd9e73c0aebbc1652be5d8043bc"
51
51
  }