@uxland/primary-shell 7.2.0-rc.2 → 7.2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxland/primary-shell",
3
- "version": "7.2.0-rc.2",
3
+ "version": "7.2.0",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
@@ -9,7 +9,10 @@
9
9
  "main": "src/index.ts",
10
10
  "types": "dist/index.d.ts",
11
11
  "module": "dist/index.js",
12
- "files": ["dist", "src"],
12
+ "files": [
13
+ "dist",
14
+ "src"
15
+ ],
13
16
  "publishConfig": {
14
17
  "access": "public",
15
18
  "registry": "https://registry.npmjs.org/"
@@ -18,14 +21,6 @@
18
21
  "type": "git",
19
22
  "url": "git+https://github.com/uxland/harmonix.git"
20
23
  },
21
- "scripts": {
22
- "serve": "vite",
23
- "start": "ng serve --host 0.0.0.0",
24
- "build": "vite build",
25
- "preview": "vite preview",
26
- "publish-rc": "npm publish --tag rc",
27
- "test": "vitest"
28
- },
29
24
  "bugs": {
30
25
  "url": "https://github.com/uxland/harmonix/issues"
31
26
  },
@@ -54,5 +49,13 @@
54
49
  "tslib": "^2.3.0",
55
50
  "uxl-quill": "^1.0.1",
56
51
  "vite": "^7.0.0"
52
+ },
53
+ "scripts": {
54
+ "serve": "vite",
55
+ "start": "ng serve --host 0.0.0.0",
56
+ "build": "vite build",
57
+ "preview": "vite preview",
58
+ "publish-rc": "npm publish --tag rc",
59
+ "test": "vitest"
57
60
  }
58
- }
61
+ }
package/src/styles.css DELETED
@@ -1,5 +0,0 @@
1
- /* Global CSS that should be included automatically with the shell */
2
- /* This file imports all global styles for the shell */
3
-
4
- /* Import fonts */
5
- @import './UI/fonts/fonts.css';
File without changes