comand-component-library 3.2.5 → 3.2.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/comand-component-library.css +1 -1
- package/dist/comand-component-library.umd.min.js +1 -1
- package/package.json +2 -2
- package/src/assets/styles/template.css +1 -7
- package/src/components/CmdBox.vue +1 -1
- package/src/components/CmdMultistepFormProgressBar.vue +1 -1
- package/src/components/CmdTabs.vue +4 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "comand-component-library",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.07",
|
4
4
|
"private": false,
|
5
5
|
"scripts": {
|
6
6
|
"serve": "vue-cli-service serve",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
],
|
19
19
|
"dependencies": {
|
20
20
|
"clickout-event": "^1.1.2",
|
21
|
-
"comand-frontend-framework": "^3.2.
|
21
|
+
"comand-frontend-framework": "^3.2.91",
|
22
22
|
"core-js": "^3.20.1",
|
23
23
|
"prismjs": "^1.27.0",
|
24
24
|
"sass": "^1.54.9",
|
@@ -1,7 +1 @@
|
|
1
|
-
/* template.css - ADD OVERWRITES AND YOUR CUSTOM STYLES IN THIS FILE */
|
2
|
-
|
3
|
-
/* begin example */
|
4
|
-
html {
|
5
|
-
--primary-color-hsl-values: 201, 93%, 40%; /* primary-color hsl-values */
|
6
|
-
}
|
7
|
-
/* end example */
|
1
|
+
/* template.css - ADD OVERWRITES AND YOUR CUSTOM STYLES IN THIS FILE */
|
@@ -354,7 +354,7 @@ export default {
|
|
354
354
|
border-top-left-radius: var(--border-radius);
|
355
355
|
border-top-right-radius: var(--border-radius);
|
356
356
|
padding: calc(var(--default-padding) / 2) var(--default-padding);
|
357
|
-
background: var(--
|
357
|
+
background: var(--secondary-color);
|
358
358
|
color: var(--pure-white);
|
359
359
|
text-decoration: none;
|
360
360
|
|