@gobolt/genesis 0.4.12 → 0.4.13
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/components/Table/InfiniteScrollTable/InfiniteScrollTable.d.ts +2 -0
- package/dist/components/Table/InfiniteScrollTable/ResizableTitle.d.ts +10 -0
- package/dist/components/Table/Table.d.ts +25 -12
- package/dist/index.cjs +2215 -310
- package/dist/index.js +2215 -310
- package/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gobolt/genesis",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.13",
|
|
4
4
|
"description": "genesis design system",
|
|
5
5
|
"author": "gobolt",
|
|
6
6
|
"license": "MIT",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"@eslint/object-schema": "latest",
|
|
90
90
|
"@fontsource/inter": "^5.2.5",
|
|
91
91
|
"@fontsource/roboto-mono": "^5.1.1",
|
|
92
|
+
"@mdx-js/react": "^3.0.1",
|
|
92
93
|
"@rollup/plugin-alias": "^5.1.1",
|
|
93
94
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
94
95
|
"@rollup/plugin-terser": "^0.4.4",
|
|
@@ -97,7 +98,6 @@
|
|
|
97
98
|
"@storybook/addon-docs": "^9.1.3",
|
|
98
99
|
"@storybook/addon-links": "^9.1.3",
|
|
99
100
|
"@storybook/addon-themes": "^9.1.3",
|
|
100
|
-
"@mdx-js/react": "^3.0.1",
|
|
101
101
|
"@storybook/react-vite": "^9.1.3",
|
|
102
102
|
"@storybook/test-runner": "^0.23.0",
|
|
103
103
|
"@testing-library/dom": "^10.4.0",
|
|
@@ -114,6 +114,7 @@
|
|
|
114
114
|
"@vitest/ui": "^3.0.8",
|
|
115
115
|
"ajv": "^8.17.1",
|
|
116
116
|
"ajv-draft-04": "^1.0.0",
|
|
117
|
+
"autoprefixer": "^10.4.21",
|
|
117
118
|
"chalk": "^5.4.1",
|
|
118
119
|
"eslint": "^8.57.0",
|
|
119
120
|
"eslint-config-prettier": "^10.1.5",
|
|
@@ -130,12 +131,14 @@
|
|
|
130
131
|
"jsdom": "^23.0.1",
|
|
131
132
|
"msw": "^2.7.1",
|
|
132
133
|
"msw-storybook-addon": "^2.0.4",
|
|
134
|
+
"postcss": "^8.5.6",
|
|
133
135
|
"react": "^18.2.0",
|
|
134
136
|
"react-dom": "^18.2.0",
|
|
135
137
|
"rimraf": "^5.0.5",
|
|
136
138
|
"rollup-plugin-css-only": "^4.5.2",
|
|
137
139
|
"rollup-plugin-dts": "^6.1.1",
|
|
138
140
|
"storybook": "^9.1.3",
|
|
141
|
+
"tailwindcss": "^3.4.17",
|
|
139
142
|
"tsx": "^4.19.2",
|
|
140
143
|
"typescript": "^5.3.3",
|
|
141
144
|
"vite": "^7.0.3",
|
|
@@ -150,6 +153,7 @@
|
|
|
150
153
|
"@gobolt/genesis-tokens": "^0.0.9",
|
|
151
154
|
"@mdx-js/react": "^3.0.1",
|
|
152
155
|
"@secondcloset/types": "^3.4.6",
|
|
156
|
+
"@tanstack/react-query": "^5.87.4",
|
|
153
157
|
"@types/d3": "^7.4.3",
|
|
154
158
|
"@types/socket.io-client": "^1.4.36",
|
|
155
159
|
"antd": "^5.23.1",
|