@common-origin/design-system 1.15.2 → 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.
@@ -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.2",
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",