@carbon/elements 10.49.0-rc.0 → 10.49.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/elements",
3
3
  "description": "A collection of design elements in code for the IBM Design Language",
4
- "version": "10.49.0-rc.0",
4
+ "version": "10.49.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -41,8 +41,8 @@
41
41
  "@carbon/import-once": "^10.6.0",
42
42
  "@carbon/layout": "^10.34.0",
43
43
  "@carbon/motion": "^10.26.0",
44
- "@carbon/themes": "^10.48.0-rc.0",
45
- "@carbon/type": "^10.39.0-rc.0"
44
+ "@carbon/themes": "^10.48.0",
45
+ "@carbon/type": "^10.39.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@carbon/cli": "^10.31.0",
@@ -51,5 +51,5 @@
51
51
  "replace-in-file": "^3.4.2",
52
52
  "rimraf": "^3.0.0"
53
53
  },
54
- "gitHead": "f6e5dd2362aa2970add45c7fb7fc32841c252671"
54
+ "gitHead": "3e014d3be20089ade76dddea87c94ab2171e6fd7"
55
55
  }
@@ -66,16 +66,16 @@ $white: (
66
66
  border-strong-03: #8d8d8d,
67
67
  border-inverse: #161616,
68
68
  border-interactive: #0f62fe,
69
- border-disabled: #f4f4f4,
69
+ border-disabled: #c6c6c6,
70
70
  text-primary: #161616,
71
71
  text-secondary: #525252,
72
- text-placeholder: #a8a8a8,
72
+ text-placeholder: rgba(22, 22, 22, 0.4),
73
73
  text-helper: #6f6f6f,
74
74
  text-error: #da1e28,
75
75
  text-inverse: #ffffff,
76
76
  text-on-color: #ffffff,
77
77
  text-on-color-disabled: #8d8d8d,
78
- text-disabled: #c6c6c6,
78
+ text-disabled: rgba(22, 22, 22, 0.25),
79
79
  link-primary: #0f62fe,
80
80
  link-primary-hover: #0043ce,
81
81
  link-secondary: #0043ce,
@@ -171,16 +171,16 @@ $g10: (
171
171
  border-strong-03: #8d8d8d,
172
172
  border-inverse: #161616,
173
173
  border-interactive: #0f62fe,
174
- border-disabled: #ffffff,
174
+ border-disabled: #c6c6c6,
175
175
  text-primary: #161616,
176
176
  text-secondary: #525252,
177
- text-placeholder: #a8a8a8,
177
+ text-placeholder: rgba(22, 22, 22, 0.4),
178
178
  text-helper: #6f6f6f,
179
179
  text-error: #da1e28,
180
180
  text-inverse: #ffffff,
181
181
  text-on-color: #ffffff,
182
182
  text-on-color-disabled: #8d8d8d,
183
- text-disabled: #c6c6c6,
183
+ text-disabled: rgba(22, 22, 22, 0.25),
184
184
  link-primary: #0f62fe,
185
185
  link-primary-hover: #0043ce,
186
186
  link-secondary: #0043ce,
@@ -276,16 +276,16 @@ $g90: (
276
276
  border-strong-03: #c6c6c6,
277
277
  border-inverse: #f4f4f4,
278
278
  border-interactive: #4589ff,
279
- border-disabled: #393939,
279
+ border-disabled: rgba(141, 141, 141, 0.5),
280
280
  text-primary: #f4f4f4,
281
281
  text-secondary: #c6c6c6,
282
- text-placeholder: #8d8d8d,
282
+ text-placeholder: rgba(244, 244, 244, 0.4),
283
283
  text-helper: #c6c6c6,
284
284
  text-error: #ffb3b8,
285
285
  text-inverse: #161616,
286
286
  text-on-color: #ffffff,
287
- text-on-color-disabled: #a8a8a8,
288
- text-disabled: #6f6f6f,
287
+ text-on-color-disabled: rgba(255, 255, 255, 0.25),
288
+ text-disabled: rgba(244, 244, 244, 0.25),
289
289
  link-primary: #78a9ff,
290
290
  link-primary-hover: #a6c8ff,
291
291
  link-secondary: #a6c8ff,
@@ -295,7 +295,7 @@ $g90: (
295
295
  icon-secondary: #c6c6c6,
296
296
  icon-inverse: #161616,
297
297
  icon-on-color: #ffffff,
298
- icon-on-color-disabled: #a8a8a8,
298
+ icon-on-color-disabled: rgba(255, 255, 255, 0.25),
299
299
  icon-disabled: #6f6f6f,
300
300
  support-error: #ff8389,
301
301
  support-success: #42be65,
@@ -381,16 +381,16 @@ $g100: (
381
381
  border-strong-03: #a8a8a8,
382
382
  border-inverse: #f4f4f4,
383
383
  border-interactive: #4589ff,
384
- border-disabled: #262626,
384
+ border-disabled: rgba(141, 141, 141, 0.5),
385
385
  text-primary: #f4f4f4,
386
386
  text-secondary: #c6c6c6,
387
- text-placeholder: #6f6f6f,
387
+ text-placeholder: rgba(244, 244, 244, 0.4),
388
388
  text-helper: #a8a8a8,
389
389
  text-error: #ffb3b8,
390
390
  text-inverse: #161616,
391
391
  text-on-color: #ffffff,
392
- text-on-color-disabled: #a8a8a8,
393
- text-disabled: #525252,
392
+ text-on-color-disabled: rgba(255, 255, 255, 0.25),
393
+ text-disabled: rgba(244, 244, 244, 0.25),
394
394
  link-primary: #78a9ff,
395
395
  link-primary-hover: #a6c8ff,
396
396
  link-secondary: #a6c8ff,
@@ -400,7 +400,7 @@ $g100: (
400
400
  icon-secondary: #c6c6c6,
401
401
  icon-inverse: #161616,
402
402
  icon-on-color: #ffffff,
403
- icon-on-color-disabled: #a8a8a8,
403
+ icon-on-color-disabled: rgba(255, 255, 255, 0.25),
404
404
  icon-disabled: #525252,
405
405
  support-error: #fa4d56,
406
406
  support-success: #42be65,