@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.
- package/dist/components/atoms/Button/Button.d.ts +2 -2
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- 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/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