comand-component-library 4.2.97 → 4.2.98
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.
|
@@ -20951,7 +20951,7 @@ const Mx = /* @__PURE__ */ B(Fx, [["render", Px]]), Vx = [
|
|
|
20951
20951
|
text: "Zimbabwe",
|
|
20952
20952
|
value: "zw"
|
|
20953
20953
|
}
|
|
20954
|
-
], XC = "comand-component-library", $C = "4.2.
|
|
20954
|
+
], XC = "comand-component-library", $C = "4.2.98", e1 = "GPL-3.0-only", t1 = "CoManD-UI", n1 = "module", i1 = { prepublishOnly: "npm run build-lib", dev: "vite", build: "vite build", "build-lib": "vite build && gulp", preview: "vite preview" }, l1 = ["dist", "src"], o1 = { ".": "./dist/comand-component-library.js", "./css.js": "./src/css.js", "./comand-component-library.css": "./dist/comand-component-library.css", "./variables.scss": "./src/assets/styles/variables.scss", "./export-example-data.js": "./src/assets/data/export-example-data.js", "./countries.json": "./src/assets/lists-of-data/countries.json", "./currencies.json": "./src/assets/lists-of-data/currencies.json", "./dial-codes.json": "./src/assets/lists-of-data/dial-codes.json", "./us-cities.json": "./src/assets/lists-of-data/us-cities.json" }, a1 = { "clickout-event": "^1.1.2", "comand-frontend-framework": "^4.3.26", "comand-ui-iconfonts": "^1.0.19", "core-js": "^3.20.1", prismjs: "^1.27.0", vue: "^3.5.25", "vue-router": "^4.0.12", vuex: "^4.0.2" }, s1 = { "@iconify/vue": "^4.0.0", "@vitejs/plugin-vue": "^6.0.2", "@vue/test-utils": "^2.0.0-0", axios: "^1.7.2", gulp: "^4.0.2", sass: "^1.54.9", "unplugin-vue-components": "^0.24.0", vite: "^7.2.4", "vue-jest": "^5.0.0-0" }, r1 = {
|
|
20955
20955
|
name: XC,
|
|
20956
20956
|
version: $C,
|
|
20957
20957
|
license: e1,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comand-component-library",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.98",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"author": "CoManD-UI",
|
|
6
6
|
"private": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"clickout-event": "^1.1.2",
|
|
32
|
-
"comand-frontend-framework": "^4.3.
|
|
32
|
+
"comand-frontend-framework": "^4.3.26",
|
|
33
33
|
"comand-ui-iconfonts": "^1.0.19",
|
|
34
34
|
"core-js": "^3.20.1",
|
|
35
35
|
"prismjs": "^1.27.0",
|
|
@@ -244,42 +244,44 @@ a img.flag {
|
|
|
244
244
|
top: 0 !important; /* overwrite calculated inline-styles from javascript for cmd-tooltip-component */
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
|
|
248
|
-
.
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
&:has([required]) {
|
|
248
|
+
&.has-state, & + .cmd-tooltip {
|
|
249
|
+
.label-text {
|
|
250
|
+
> span, > a, sup {
|
|
251
|
+
color: var(--status-color);
|
|
252
|
+
}
|
|
251
253
|
}
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
254
|
+
|
|
255
|
+
&.error {
|
|
256
|
+
--status-color: var(--error-color);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
&.warning {
|
|
260
|
+
--status-color: var(--warning-color);
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
&.success {
|
|
264
|
+
--status-color: var(--success-color);
|
|
265
|
+
|
|
266
|
+
.label-text > a {
|
|
267
|
+
&:has([class*="icon-"]) {
|
|
268
|
+
&:hover, &:active, &:focus {
|
|
269
|
+
cursor: default;
|
|
270
|
+
|
|
271
|
+
[class*="icon-"] {
|
|
272
|
+
color: var(--success-color);
|
|
273
|
+
}
|
|
272
274
|
}
|
|
273
275
|
}
|
|
274
276
|
}
|
|
275
277
|
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
278
|
+
|
|
279
|
+
&.info {
|
|
280
|
+
--status-color: var(--info-color);
|
|
281
|
+
}
|
|
282
|
+
}
|
|
281
283
|
}
|
|
282
|
-
|
|
284
|
+
|
|
283
285
|
& + .cmd-tooltip {
|
|
284
286
|
border-color: var(--status-color);
|
|
285
287
|
}
|