@gostudent/shared-ui-library 1.2.0 → 1.2.1-DT-16721.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.
package/package.json CHANGED
@@ -1,15 +1,19 @@
1
1
  {
2
2
  "name": "@gostudent/shared-ui-library",
3
- "version": "1.2.0",
3
+ "version": "1.2.1-DT-16721.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
7
+ "types": "./dist/src/index.d.ts",
8
8
  "exports": {
9
9
  ".": {
10
10
  "import": "./dist/index.js",
11
- "types": "./dist/index.d.ts"
11
+ "types": "./dist/src/index.d.ts"
12
12
  },
13
+ "./style.css": "./dist/style.css",
14
+ "./themes/style.css": "./dist/style.css",
15
+ "./themes/theme-gs.css": "./dist/themes/theme-gs.css",
16
+ "./themes/theme-sk.css": "./dist/themes/theme-sk.css",
13
17
  "./themes/*.css": "./dist/themes/*.css",
14
18
  "./src/themes/*.css": "./dist/themes/*.css",
15
19
  "./tokens/base/variables.css": "./src/tokens/output/base/variables.css",
@@ -65,7 +69,8 @@
65
69
  "scripts": {
66
70
  "dev": "vite",
67
71
  "build": "node scripts/build-tokens.mjs && tsc && vite build",
68
- "dev:copy": "COPY_TO=web-app/legacy/node_modules/@gostudent/shared-ui-library vite build --watch",
72
+ "dev:copy:web-app": "COPY_TO=web-app/legacy/node_modules/@gostudent/shared-ui-library vite build --watch",
73
+ "dev:copy:student-app": "COPY_TO=student-app/node_modules/@gostudent/shared-ui-library vite build --watch",
69
74
  "type-check": "tsc --noEmit",
70
75
  "preview": "vite preview",
71
76
  "storybook": "storybook dev -p 6006",
@@ -88,10 +93,6 @@
88
93
  "@commitlint/cli": "^18.4.4",
89
94
  "@commitlint/config-conventional": "^18.4.4",
90
95
  "@gostudent/semantic-release-config": "2.3.0",
91
- "@testing-library/jest-dom": "^6.2.0",
92
- "@testing-library/react": "^14.1.2",
93
- "@testing-library/user-event": "^14.5.1",
94
- "@vitest/coverage-v8": "^1.1.3",
95
96
  "@storybook/addon-essentials": "8.6.15",
96
97
  "@storybook/addon-interactions": "8.6.15",
97
98
  "@storybook/addon-links": "8.6.15",
@@ -100,23 +101,27 @@
100
101
  "@storybook/react-vite": "8.6.15",
101
102
  "@storybook/test": "8.6.15",
102
103
  "@storybook/testing-library": "0.2.2",
104
+ "@testing-library/jest-dom": "^6.2.0",
105
+ "@testing-library/react": "^14.1.2",
106
+ "@testing-library/user-event": "^14.5.1",
107
+ "@tokens-studio/sd-transforms": "^2.0.0",
103
108
  "@types/react": "^18.2.48",
104
109
  "@types/react-dom": "^18.2.18",
105
110
  "@typescript-eslint/eslint-plugin": "^6.21.0",
106
111
  "@typescript-eslint/parser": "^6.21.0",
107
112
  "@vitejs/plugin-react": "^4.2.1",
113
+ "@vitest/coverage-v8": "^1.1.3",
108
114
  "eslint": "^8.57.1",
109
115
  "eslint-plugin-react": "^7.37.5",
110
116
  "eslint-plugin-react-hooks": "^4.6.2",
117
+ "jsdom": "^23.1.0",
111
118
  "react": "^18.2.0",
112
119
  "react-dom": "^18.2.0",
113
120
  "storybook": "8.6.15",
121
+ "style-dictionary": "^5.0.0",
114
122
  "typescript": "^5.3.3",
115
123
  "vite": "^5.0.11",
116
124
  "vite-plugin-dts": "^3.7.1",
117
- "vitest": "^1.1.3",
118
- "jsdom": "^23.1.0",
119
- "style-dictionary": "^5.0.0",
120
- "@tokens-studio/sd-transforms": "^2.0.0"
125
+ "vitest": "^1.1.3"
121
126
  }
122
127
  }
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '../src/index'
File without changes