@insymetri/styleguide 0.1.4 → 0.1.5

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
@@ -33,3 +33,4 @@ export { toast } from './toast';
33
33
  export { cn } from './utils/cn';
34
34
  export { icons } from './icons';
35
35
  export type { IconName } from './icons';
36
+ export { preset, twPreset } from './style';
package/dist/index.js CHANGED
@@ -34,3 +34,5 @@ export { toast } from './toast';
34
34
  export { cn } from './utils/cn';
35
35
  // Icons
36
36
  export { icons } from './icons';
37
+ // Style
38
+ export { preset, twPreset } from './style';
@@ -1 +1 @@
1
- export { default as preset } from './tailwind/preset';
1
+ export { default as preset, default as twPreset } from './tailwind/preset';
@@ -1 +1 @@
1
- export { default as preset } from './tailwind/preset';
1
+ export { default as preset, default as twPreset } from './tailwind/preset';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -21,6 +21,7 @@
21
21
  "types": "./dist/style/index.d.ts",
22
22
  "default": "./dist/style/index.js"
23
23
  },
24
+ "./global.css": "./dist/style/global.css",
24
25
  "./style/*.css": "./dist/style/*.css",
25
26
  "./icons": {
26
27
  "types": "./dist/icons.d.ts",