@evercam/ui 0.0.10 → 0.0.11
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/README.md +0 -1
- package/dist/styles.css +0 -4
- package/package.json +4 -3
package/README.md
CHANGED
package/dist/styles.css
CHANGED
|
@@ -445,10 +445,6 @@
|
|
|
445
445
|
--tw-text-opacity: 1;
|
|
446
446
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
447
447
|
}
|
|
448
|
-
.e-text-brand-600{
|
|
449
|
-
--tw-text-opacity: 1;
|
|
450
|
-
color: rgb(156 18 22 / var(--tw-text-opacity));
|
|
451
|
-
}
|
|
452
448
|
.e-text-rose-500{
|
|
453
449
|
--tw-text-opacity: 1;
|
|
454
450
|
color: rgb(244 63 94 / var(--tw-text-opacity));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evercam/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Evercam - Constuction Cameras",
|
|
@@ -33,11 +33,12 @@
|
|
|
33
33
|
"build": "yarn build:lib && yarn build:style",
|
|
34
34
|
"build:lib": "vite build",
|
|
35
35
|
"build:style": "postcss src/style/main.css --verbose -o dist/styles.css",
|
|
36
|
-
"typecheck": "vue-tsc --declaration --emitDeclarationOnly"
|
|
36
|
+
"typecheck": "vue-tsc --declaration --emitDeclarationOnly",
|
|
37
|
+
"ci": "(cd ../..; yarn ci)"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
40
|
"@fontsource-variable/inter": "^5.0.8",
|
|
40
|
-
"@fortawesome/fontawesome-
|
|
41
|
+
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
41
42
|
"@histoire/plugin-vue2": "^0.17.1",
|
|
42
43
|
"@histoire/vendors": "^0.17.0",
|
|
43
44
|
"@vitejs/plugin-vue2": "^2.2.0",
|