@common-origin/design-system 1.15.3 → 1.15.4

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/index.esm.js CHANGED
@@ -396,13 +396,13 @@ var component = {
396
396
  },
397
397
  variants: {
398
398
  secondary: {
399
- backgroundColor: "#e9ecef",
399
+ backgroundColor: "#dee2e6",
400
400
  textColor: "#212529",
401
401
  hover: {
402
- backgroundColor: "#dee2e6"
402
+ backgroundColor: "#ced4da"
403
403
  },
404
404
  active: {
405
- backgroundColor: "#f8f9fa"
405
+ backgroundColor: "#adb5bd"
406
406
  },
407
407
  disabled: {
408
408
  backgroundColor: "#dee2e6",
package/dist/index.js CHANGED
@@ -398,13 +398,13 @@ var component = {
398
398
  },
399
399
  variants: {
400
400
  secondary: {
401
- backgroundColor: "#e9ecef",
401
+ backgroundColor: "#dee2e6",
402
402
  textColor: "#212529",
403
403
  hover: {
404
- backgroundColor: "#dee2e6"
404
+ backgroundColor: "#ced4da"
405
405
  },
406
406
  active: {
407
- backgroundColor: "#f8f9fa"
407
+ backgroundColor: "#adb5bd"
408
408
  },
409
409
  disabled: {
410
410
  backgroundColor: "#dee2e6",
@@ -295,13 +295,13 @@
295
295
  },
296
296
  "variants": {
297
297
  "secondary": {
298
- "backgroundColor": "#e9ecef",
298
+ "backgroundColor": "#dee2e6",
299
299
  "textColor": "#212529",
300
300
  "hover": {
301
- "backgroundColor": "#dee2e6"
301
+ "backgroundColor": "#ced4da"
302
302
  },
303
303
  "active": {
304
- "backgroundColor": "#f8f9fa"
304
+ "backgroundColor": "#adb5bd"
305
305
  },
306
306
  "disabled": {
307
307
  "backgroundColor": "#dee2e6",
@@ -294,13 +294,13 @@ var component = {
294
294
  },
295
295
  variants: {
296
296
  secondary: {
297
- backgroundColor: "#e9ecef",
297
+ backgroundColor: "#dee2e6",
298
298
  textColor: "#212529",
299
299
  hover: {
300
- backgroundColor: "#dee2e6"
300
+ backgroundColor: "#ced4da"
301
301
  },
302
302
  active: {
303
- backgroundColor: "#f8f9fa"
303
+ backgroundColor: "#adb5bd"
304
304
  },
305
305
  disabled: {
306
306
  backgroundColor: "#dee2e6",
@@ -298,13 +298,13 @@ var component = {
298
298
  },
299
299
  variants: {
300
300
  secondary: {
301
- backgroundColor: "#e9ecef",
301
+ backgroundColor: "#dee2e6",
302
302
  textColor: "#212529",
303
303
  hover: {
304
- backgroundColor: "#dee2e6"
304
+ backgroundColor: "#ced4da"
305
305
  },
306
306
  active: {
307
- backgroundColor: "#f8f9fa"
307
+ backgroundColor: "#adb5bd"
308
308
  },
309
309
  disabled: {
310
310
  backgroundColor: "#dee2e6",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-origin/design-system",
3
- "version": "1.15.3",
3
+ "version": "1.15.4",
4
4
  "description": "Common Origin Design System - Atomic design components with comprehensive WCAG 2.2 AA testing",
5
5
  "private": false,
6
6
  "type": "module",