overview-components 1.0.118 → 1.0.119

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/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './components/index.js';
2
2
  export * from './components/react-wrappers/index.js';
3
+ export * from './schemas/index.js';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC;AAGtC,cAAc,sCAAsC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,uBAAuB,CAAC;AAGtC,cAAc,sCAAsC,CAAC;AAGrD,cAAc,oBAAoB,CAAC"}
package/dist/index.js CHANGED
@@ -2,4 +2,6 @@
2
2
  export * from './components/index.js';
3
3
  // Export všetkých React wrapperov
4
4
  export * from './components/react-wrappers/index.js';
5
+ // export schemas pre JSON validáciu
6
+ export * from './schemas/index.js';
5
7
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,kCAAkC;AAClC,cAAc,sCAAsC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,cAAc,uBAAuB,CAAC;AAEtC,kCAAkC;AAClC,cAAc,sCAAsC,CAAC;AAErD,oCAAoC;AACpC,cAAc,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overview-components",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "A reusable design Lit components for case overview section.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "preview": "vite preview",
29
29
  "storybook": "storybook dev -p 6006",
30
30
  "build-storybook": "storybook build",
31
- "build": "vite build && tsc",
31
+ "build": "rm -rf dist && vite build && tsc",
32
32
  "prepublishOnly": "npm run build",
33
33
  "extract": "lit-localize extract --config=src/assets/lit-localize.json",
34
34
  "build:localize": "lit-localize build --config=src/assets/lit-localize.json",
package/dist/schemas.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './schemas/index.js';
2
- //# sourceMappingURL=schemas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AACA,cAAc,oBAAoB,CAAC"}
package/dist/schemas.js DELETED
@@ -1,3 +0,0 @@
1
- // Re-export schemas for easier importing from web apps
2
- export * from './schemas/index.js';
3
- //# sourceMappingURL=schemas.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,cAAc,oBAAoB,CAAC"}