carbon-react 94.7.0 → 94.7.1

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.
@@ -23,6 +23,10 @@ var _default = theme => ({ ...theme,
23
23
  metaName: "Base Theme",
24
24
  metaPublic: "true",
25
25
  colorsLogo: "#00D639",
26
+ colorsYin030: "rgba(0,0,0,0.3)",
27
+ colorsYin055: "rgba(0,0,0,0.55)",
28
+ colorsYin065: "rgba(0,0,0,0.65)",
29
+ colorsYin090: "rgba(0,0,0,0.9)",
26
30
  colorsComponentsNavigation500: "#008146",
27
31
  colorsComponentsNavigation600: "#006738",
28
32
  colorsComponentsNavigation700: "#004D2A",
@@ -126,31 +130,31 @@ var _default = theme => ({ ...theme,
126
130
  sizing050: "4px",
127
131
  sizing075: "6px",
128
132
  sizingLogowidth: "40px",
129
- spacing000: theme.space[0],
133
+ spacing000: `${theme.space[0]}px`,
130
134
  // 0px
131
135
  spacing025: "2px",
132
136
  spacing050: "4px",
133
137
  spacing075: "6px",
134
- spacing100: theme.space[1],
138
+ spacing100: `${theme.space[1]}px`,
135
139
  // 8px
136
140
  spacing125: "10px",
137
141
  spacing150: "12px",
138
- spacing200: theme.space[2],
142
+ spacing200: `${theme.space[2]}px`,
139
143
  // 16px
140
144
  spacing250: "20px",
141
- spacing300: theme.space[3],
145
+ spacing300: `${theme.space[3]}px`,
142
146
  // 24px
143
- spacing400: theme.space[4],
147
+ spacing400: `${theme.space[4]}px`,
144
148
  // 32px
145
- spacing500: theme.space[5],
149
+ spacing500: `${theme.space[5]}px`,
146
150
  // 40px
147
- spacing600: theme.space[6],
151
+ spacing600: `${theme.space[6]}px`,
148
152
  // 48px
149
- spacing700: theme.space[7],
153
+ spacing700: `${theme.space[7]}px`,
150
154
  // 56px
151
- spacing800: theme.space[8],
155
+ spacing800: `${theme.space[8]}px`,
152
156
  // 64px
153
- spacing900: theme.space[9],
157
+ spacing900: `${theme.space[9]}px`,
154
158
  // 72px
155
159
  borderWidth100: "1px",
156
160
  borderWidth200: "2px",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-react",
3
- "version": "94.7.0",
3
+ "version": "94.7.1",
4
4
  "description": "A library of reusable React components for easily building user interfaces.",
5
5
  "engineStrict": true,
6
6
  "engines": {
@@ -133,7 +133,7 @@
133
133
  },
134
134
  "dependencies": {
135
135
  "@popperjs/core": "^2.9.0",
136
- "@sage/design-tokens": "^1.65.0",
136
+ "@sage/design-tokens": "^1.73.0",
137
137
  "@styled-system/prop-types": "^5.1.5",
138
138
  "@tippyjs/react": "^4.2.5",
139
139
  "classnames": "~2.2.6",