@drivy/cobalt 2.12.0 → 2.12.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@drivy/cobalt",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Opinionated design system for Drivy's projects.",
5
5
  "main": "src/index.js",
6
6
  "types": "types/src/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  }
87
87
 
88
88
  .cobalt-button--small {
89
- @apply c-px-[12px] c-border-transparent hover:c-drop-shadow-md;
89
+ @apply c-px-[12px] c-border-outline hover:c-drop-shadow-md;
90
90
  min-width: 32px;
91
91
  min-height: 32px;
92
92
 
@@ -98,7 +98,7 @@
98
98
  }
99
99
 
100
100
  &.cobalt-button--warning {
101
- @apply c-bg-warning c-text-onWarning;
101
+ @apply c-bg-warning c-border-transparent c-text-onWarning;
102
102
 
103
103
  .cobalt-button__loading-icon {
104
104
  @apply c-text-onWarning;
@@ -106,7 +106,7 @@
106
106
  }
107
107
 
108
108
  &.cobalt-button--tertiary {
109
- @apply c-bg-tertiary c-text-onTertiary;
109
+ @apply c-bg-tertiary c-border-transparent c-text-onTertiary;
110
110
 
111
111
  .cobalt-button__loading-icon {
112
112
  @apply c-text-onTertiary;
@@ -114,7 +114,7 @@
114
114
  }
115
115
 
116
116
  &.cobalt-button--secondary {
117
- @apply c-bg-secondary c-text-onSecondary;
117
+ @apply c-bg-secondary c-border-transparent c-text-onSecondary;
118
118
 
119
119
  .cobalt-button__loading-icon {
120
120
  @apply c-text-onSecondary;
@@ -122,7 +122,7 @@
122
122
  }
123
123
 
124
124
  &.cobalt-button--business {
125
- @apply c-bg-businessContainer c-text-onBusinessContainer;
125
+ @apply c-bg-businessContainer c-border-transparent c-text-onBusinessContainer;
126
126
 
127
127
  .cobalt-button__loading-icon {
128
128
  @apply c-text-onBusinessContainer;
@@ -130,7 +130,7 @@
130
130
  }
131
131
 
132
132
  &.cobalt-button--success {
133
- @apply c-bg-success c-text-onSuccess;
133
+ @apply c-bg-success c-border-transparent c-text-onSuccess;
134
134
 
135
135
  .cobalt-button__loading-icon {
136
136
  @apply c-text-onSuccess;
@@ -138,7 +138,7 @@
138
138
  }
139
139
 
140
140
  &.cobalt-button--neutral {
141
- @apply c-bg-neutral c-text-onNeutral;
141
+ @apply c-bg-neutral c-border-transparent c-text-onNeutral;
142
142
 
143
143
  .cobalt-button__loading-icon {
144
144
  @apply c-text-onNeutral;
@@ -1 +1 @@
1
- {"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/thibaudesnouf/sources/cobalt/utils/getCobaltTailwindcssConfig.js\";\nvar getCobaltTailwindcssConfigExports = requireGetCobaltTailwindcssConfig();\nexport { getCobaltTailwindcssConfigExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(getCobaltTailwindcssConfigExports);"],"names":[],"mappings":";;;AAEA,IAAI,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;AAE5E,iCAAe,aAAa,uBAAuB,CAAC,iCAAiC,CAAC;;;;"}
1
+ {"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/cedric/Dev/drivy/cobalt/utils/getCobaltTailwindcssConfig.js\";\nvar getCobaltTailwindcssConfigExports = requireGetCobaltTailwindcssConfig();\nexport { getCobaltTailwindcssConfigExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(getCobaltTailwindcssConfigExports);"],"names":[],"mappings":";;;AAEA,IAAI,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;AAE5E,iCAAe,aAAa,uBAAuB,CAAC,iCAAiC,CAAC;;;;"}