enjanga-components-library 1.0.47 → 1.0.48

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 (3) hide show
  1. package/dist/index.js +285 -24839
  2. package/dist/index.mjs +218 -24772
  3. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enjanga-components-library",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "Reusable component library for Next.js 13+ projects with Carbon design system.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,10 +31,10 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "prepare": "yarn build",
34
- "build": "yarn build:css && tsup src/index.ts --dts --format esm,cjs --out-dir dist --external react --external react-dom --external @carbon/react --external clsx --external react-is",
34
+ "build": "yarn build:css && tsup",
35
35
  "build:css": "mkdir -p dist && sass --load-path=node_modules --no-source-map --style=compressed src/styles/index.scss dist/styles.css",
36
36
  "watch": "concurrently \"yarn watch:ts\" \"yarn watch:css\"",
37
- "watch:ts": "tsup src/index.ts --dts --format esm,cjs --out-dir dist --watch --external react --external react-dom --external @carbon/react --external clsx --external react-is",
37
+ "watch:ts": "tsup --watch",
38
38
  "watch:css": "sass -I node_modules --no-source-map --watch src/styles/index.scss dist/styles.css",
39
39
  "storybook": "storybook dev -p 6006",
40
40
  "build-storybook": "storybook build",