@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 CHANGED
@@ -45,4 +45,3 @@ You can preview the components and their stories by running the [Histoire](https
45
45
 
46
46
  `yarn story:dev`
47
47
 
48
-
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.10",
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-pro": "^6.4.2",
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",