@poirazis/supercomponents-shared 1.1.3 → 1.1.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poirazis/supercomponents-shared",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Shared Svelte components library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/index.js CHANGED
@@ -29,9 +29,6 @@ export { default as SuperLightbox } from "./lib/SuperLightbox/SuperLightbox.svel
29
29
  // Export all SuperTableCells components
30
30
  export * from "./lib/SuperTableCells/index.js";
31
31
 
32
- // Explicitly export CellStringMask to ensure it's included
33
- export { default as CellStringMask } from "./lib/SuperTableCells/CellStringMask.svelte";
34
-
35
32
  // Re-export constants
36
33
  export { defaultOperatorMap } from "./lib/SuperTable/constants.js";
37
34