@cobre-npm/ds-v3 0.68.2 → 0.68.3
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.
|
@@ -221,6 +221,12 @@
|
|
|
221
221
|
--cobre-tabs-counter-hover-bg: var(--cobre-secondary-70);
|
|
222
222
|
--cobre-tabs-counter-hover-color: var(--cobre-secondary-10);
|
|
223
223
|
|
|
224
|
+
--cobre-tabs-counter-bg: var(--cobre-primary-10);
|
|
225
|
+
--cobre-tabs-counter-color: var(--cobre-primary-80);
|
|
226
|
+
--cobre-tabs-counter-padding: 2px 4px;
|
|
227
|
+
--cobre-tabs-counter-height: 20px;
|
|
228
|
+
--cobre-tabs-counter-min-width: 16px;
|
|
229
|
+
|
|
224
230
|
// Active (Selected)
|
|
225
231
|
--cobre-tabs-active-bg: transparent;
|
|
226
232
|
--cobre-tabs-active-border: var(--cobre-border-stroke-L) solid var(--cobre-primary-95);
|
|
File without changes
|
|
File without changes
|
package/dist/vite.svg
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cobre-npm/ds-v3",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"vue-tsc": "^2.0.6"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
+
"@vuepic/vue-datepicker": "^9.0.3",
|
|
74
75
|
"date-fns": "^2.30.0",
|
|
75
|
-
"date-fns-tz": "^2.0.1"
|
|
76
|
-
"@vuepic/vue-datepicker": "^9.0.3"
|
|
76
|
+
"date-fns-tz": "^2.0.1"
|
|
77
77
|
}
|
|
78
78
|
}
|