e6ds 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +13 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "e6ds",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "E6Data Design System - Shared React components and design tokens",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -12,8 +12,8 @@
12
12
  "import": "./dist/index.js",
13
13
  "require": "./dist/index.cjs"
14
14
  },
15
- "./styles": "./dist/design-system.css",
16
- "./dist/design-system.css": "./dist/design-system.css",
15
+ "./styles": "./dist/e6ds.css",
16
+ "./dist/e6ds.css": "./dist/e6ds.css",
17
17
  "./tailwind-preset": {
18
18
  "types": "./dist/tailwind-preset.d.ts",
19
19
  "import": "./dist/tailwind-preset.js",
@@ -30,6 +30,9 @@
30
30
  "dev": "vite build --watch",
31
31
  "build": "tsc && vite build",
32
32
  "lint": "eslint src --ext ts,tsx",
33
+ "test": "vitest",
34
+ "test:run": "vitest run",
35
+ "test:coverage": "vitest run --coverage",
33
36
  "storybook": "storybook dev -p 6006",
34
37
  "build-storybook": "storybook build",
35
38
  "prepublishOnly": "npm run build"
@@ -79,15 +82,20 @@
79
82
  "@storybook/react": "8.6.14",
80
83
  "@storybook/react-vite": "8.6.14",
81
84
  "@tailwindcss/postcss": "^4.1.18",
85
+ "@testing-library/jest-dom": "^6.9.1",
86
+ "@testing-library/react": "^16.3.1",
87
+ "@testing-library/user-event": "^14.6.1",
82
88
  "@types/node": "^22.0.0",
83
89
  "@types/react": "^19.0.0",
84
90
  "@types/react-dom": "^19.0.0",
85
91
  "@typescript-eslint/eslint-plugin": "^8.0.0",
86
92
  "@typescript-eslint/parser": "^8.0.0",
87
93
  "@vitejs/plugin-react": "^4.5.0",
94
+ "@vitest/coverage-v8": "^4.0.16",
88
95
  "autoprefixer": "^10.4.21",
89
96
  "eslint": "^9.0.0",
90
97
  "eslint-plugin-react-hooks": "^5.0.0",
98
+ "jsdom": "^27.3.0",
91
99
  "postcss": "^8.5.0",
92
100
  "react": "^19.1.0",
93
101
  "react-dom": "^19.1.0",
@@ -96,7 +104,8 @@
96
104
  "tailwindcss-animate": "^1.0.7",
97
105
  "typescript": "^5.7.0",
98
106
  "vite": "^6.0.0",
99
- "vite-plugin-dts": "^4.5.0"
107
+ "vite-plugin-dts": "^4.5.0",
108
+ "vitest": "^4.0.16"
100
109
  },
101
110
  "repository": {
102
111
  "type": "git",