@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 +3 -3
- package/dist/index.js +3 -3
- package/dist/styles/tokens.json +3 -3
- package/dist/tokens/index.esm.js +3 -3
- package/dist/tokens/index.js +3 -3
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -396,13 +396,13 @@ var component = {
|
|
|
396
396
|
},
|
|
397
397
|
variants: {
|
|
398
398
|
secondary: {
|
|
399
|
-
backgroundColor: "#
|
|
399
|
+
backgroundColor: "#dee2e6",
|
|
400
400
|
textColor: "#212529",
|
|
401
401
|
hover: {
|
|
402
|
-
backgroundColor: "#
|
|
402
|
+
backgroundColor: "#ced4da"
|
|
403
403
|
},
|
|
404
404
|
active: {
|
|
405
|
-
backgroundColor: "#
|
|
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: "#
|
|
401
|
+
backgroundColor: "#dee2e6",
|
|
402
402
|
textColor: "#212529",
|
|
403
403
|
hover: {
|
|
404
|
-
backgroundColor: "#
|
|
404
|
+
backgroundColor: "#ced4da"
|
|
405
405
|
},
|
|
406
406
|
active: {
|
|
407
|
-
backgroundColor: "#
|
|
407
|
+
backgroundColor: "#adb5bd"
|
|
408
408
|
},
|
|
409
409
|
disabled: {
|
|
410
410
|
backgroundColor: "#dee2e6",
|
package/dist/styles/tokens.json
CHANGED
|
@@ -295,13 +295,13 @@
|
|
|
295
295
|
},
|
|
296
296
|
"variants": {
|
|
297
297
|
"secondary": {
|
|
298
|
-
"backgroundColor": "#
|
|
298
|
+
"backgroundColor": "#dee2e6",
|
|
299
299
|
"textColor": "#212529",
|
|
300
300
|
"hover": {
|
|
301
|
-
"backgroundColor": "#
|
|
301
|
+
"backgroundColor": "#ced4da"
|
|
302
302
|
},
|
|
303
303
|
"active": {
|
|
304
|
-
"backgroundColor": "#
|
|
304
|
+
"backgroundColor": "#adb5bd"
|
|
305
305
|
},
|
|
306
306
|
"disabled": {
|
|
307
307
|
"backgroundColor": "#dee2e6",
|
package/dist/tokens/index.esm.js
CHANGED
|
@@ -294,13 +294,13 @@ var component = {
|
|
|
294
294
|
},
|
|
295
295
|
variants: {
|
|
296
296
|
secondary: {
|
|
297
|
-
backgroundColor: "#
|
|
297
|
+
backgroundColor: "#dee2e6",
|
|
298
298
|
textColor: "#212529",
|
|
299
299
|
hover: {
|
|
300
|
-
backgroundColor: "#
|
|
300
|
+
backgroundColor: "#ced4da"
|
|
301
301
|
},
|
|
302
302
|
active: {
|
|
303
|
-
backgroundColor: "#
|
|
303
|
+
backgroundColor: "#adb5bd"
|
|
304
304
|
},
|
|
305
305
|
disabled: {
|
|
306
306
|
backgroundColor: "#dee2e6",
|
package/dist/tokens/index.js
CHANGED
|
@@ -298,13 +298,13 @@ var component = {
|
|
|
298
298
|
},
|
|
299
299
|
variants: {
|
|
300
300
|
secondary: {
|
|
301
|
-
backgroundColor: "#
|
|
301
|
+
backgroundColor: "#dee2e6",
|
|
302
302
|
textColor: "#212529",
|
|
303
303
|
hover: {
|
|
304
|
-
backgroundColor: "#
|
|
304
|
+
backgroundColor: "#ced4da"
|
|
305
305
|
},
|
|
306
306
|
active: {
|
|
307
|
-
backgroundColor: "#
|
|
307
|
+
backgroundColor: "#adb5bd"
|
|
308
308
|
},
|
|
309
309
|
disabled: {
|
|
310
310
|
backgroundColor: "#dee2e6",
|
package/package.json
CHANGED