@cobre-npm/ds-v3 0.2.2 → 0.2.5
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.
|
@@ -214,6 +214,20 @@
|
|
|
214
214
|
--cobre-btn-v3-filter-font-weight: 400;
|
|
215
215
|
--cobre-btn-v3-filter-width: fit-content;
|
|
216
216
|
|
|
217
|
+
// Chip
|
|
218
|
+
--cobre-btn-v3-chip-height: 20px;
|
|
219
|
+
--cobre-btn-v3-chip-radius: var(--cobre-radius-full);
|
|
220
|
+
--cobre-btn-v3-chip-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-20);
|
|
221
|
+
--cobre-btn-v3-chip-bg: var(--cobre-white);
|
|
222
|
+
--cobre-btn-v3-chip-color: var(--cobre-primary-80);
|
|
223
|
+
--cobre-btn-v3-chip-padding: 0 4px;
|
|
224
|
+
--cobre-btn-v3-chip-fs: 12px;
|
|
225
|
+
--cobre-btn-v3-chip-fw: 400;
|
|
226
|
+
--cobre-btn-v3-chip-hover-border: var(--cobre-border-stroke-M) solid var(--cobre-secondary-50);
|
|
227
|
+
--cobre-btn-v3-chip-hover-bg: var(--cobre-secondary-10);
|
|
228
|
+
--cobre-btn-v3-chip-disabled-bg: transparent;
|
|
229
|
+
--cobre-btn-v3-chip-disabled-color: var(--cobre-primary-60);
|
|
230
|
+
|
|
217
231
|
// Icon
|
|
218
232
|
--cobre-btn-v3-icon-fs: transparent;
|
|
219
233
|
--cobre-btn-v3-icon-bg: transparent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type ButtonThemes = 'primary' | 'secondary' | 'ghost' | 'ghost-small' | 'ghost-teal' | 'link' | 'warning' | 'secondary-warning' | 'action' | 'single' | 'filter' | 'secondary-cloudy' | 'icon' | 'icon-cloudy' | 'toolbar' | 'primary-warning';
|
|
1
|
+
export type ButtonThemes = 'primary' | 'secondary' | 'ghost' | 'ghost-small' | 'ghost-teal' | 'link' | 'warning' | 'secondary-warning' | 'action' | 'single' | 'filter' | 'secondary-cloudy' | 'icon' | 'icon-cloudy' | 'toolbar' | 'primary-warning' | 'chip';
|