@open-ui-kit/core 1.0.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/LICENSE +201 -0
- package/README.md +393 -0
- package/fonts/Inter-Bold.woff +0 -0
- package/fonts/Inter-Bold.woff2 +0 -0
- package/fonts/Inter-BoldItalic.woff +0 -0
- package/fonts/Inter-BoldItalic.woff2 +0 -0
- package/fonts/Inter-Italic.woff +0 -0
- package/fonts/Inter-Italic.woff2 +0 -0
- package/fonts/Inter-Regular.woff +0 -0
- package/fonts/Inter-Regular.woff2 +0 -0
- package/fonts/Inter-SemiBold.woff +0 -0
- package/fonts/Inter-SemiBold.woff2 +0 -0
- package/fonts/Inter-SemiBoldItalic.woff +0 -0
- package/fonts/Inter-SemiBoldItalic.woff2 +0 -0
- package/fonts/SharpSans-Bold.woff +0 -0
- package/fonts/SharpSans-Bold.woff2 +0 -0
- package/fonts/SharpSans-BoldItalic.woff +0 -0
- package/fonts/SharpSans-BoldItalic.woff2 +0 -0
- package/index.cjs.js +2 -0
- package/index.cjs.js.map +1 -0
- package/index.d.ts +4644 -0
- package/index.esm.js +2 -0
- package/index.esm.js.map +1 -0
- package/index.umd.js +2 -0
- package/index.umd.js.map +1 -0
- package/package.json +179 -0
- package/typography.css +1 -0
package/package.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
+
"name": "@open-ui-kit/core",
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"description": "A comprehensive React component library built on Material-UI",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/outshift-open/open-ui-kit.git"
|
|
10
|
+
},
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://github.com/outshift-open/open-ui-kit/issues"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://github.com/outshift-open/open-ui-kit#readme",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"react",
|
|
17
|
+
"ui",
|
|
18
|
+
"components",
|
|
19
|
+
"design-system",
|
|
20
|
+
"material-ui",
|
|
21
|
+
"typescript",
|
|
22
|
+
"open-source"
|
|
23
|
+
],
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
},
|
|
27
|
+
"main": "index.cjs.js",
|
|
28
|
+
"module": "index.esm.js",
|
|
29
|
+
"browser": "index.umd.js",
|
|
30
|
+
"types": "index.d.ts",
|
|
31
|
+
"peerDependencies": {
|
|
32
|
+
"@emotion/react": ">=11",
|
|
33
|
+
"@emotion/styled": ">=11",
|
|
34
|
+
"@mui/icons-material": ">=7",
|
|
35
|
+
"@mui/lab": ">=7",
|
|
36
|
+
"@mui/material": ">=7",
|
|
37
|
+
"@mui/x-date-pickers": "^7.26.0",
|
|
38
|
+
"copy-to-clipboard": ">=3",
|
|
39
|
+
"date-fns": ">=2",
|
|
40
|
+
"dayjs": ">=1.11",
|
|
41
|
+
"framer-motion": ">=12",
|
|
42
|
+
"react": ">=18",
|
|
43
|
+
"react-code-blocks": ">=0.1.6",
|
|
44
|
+
"react-dom": ">=18",
|
|
45
|
+
"react-router-dom": ">=7.5.0",
|
|
46
|
+
"react-syntax-highlighter": ">=15.6",
|
|
47
|
+
"react-virtuoso": ">=4",
|
|
48
|
+
"sonner": ">=2",
|
|
49
|
+
"use-debounce": ">=10",
|
|
50
|
+
"zustand": ">=5"
|
|
51
|
+
},
|
|
52
|
+
"engines": {
|
|
53
|
+
"node": ">=18"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@babel/core": "^7.26.10",
|
|
57
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
58
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
59
|
+
"@babel/preset-env": "^7.26.9",
|
|
60
|
+
"@babel/preset-react": "^7.26.3",
|
|
61
|
+
"@babel/preset-typescript": "^7.27.0",
|
|
62
|
+
"@chromatic-com/storybook": "^3",
|
|
63
|
+
"@faker-js/faker": "^8.0.2",
|
|
64
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
65
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
66
|
+
"@rollup/plugin-image": "^3.0.3",
|
|
67
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
68
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
69
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
70
|
+
"@rollup/plugin-typescript": "^12.1.3",
|
|
71
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
72
|
+
"@storybook/addon-actions": "8.2.9",
|
|
73
|
+
"@storybook/addon-essentials": "8.2.9",
|
|
74
|
+
"@storybook/addon-interactions": "8.2.9",
|
|
75
|
+
"@storybook/addon-onboarding": "8.2.9",
|
|
76
|
+
"@storybook/addon-styling": "^1.3.7",
|
|
77
|
+
"@storybook/addon-themes": "8.2.9",
|
|
78
|
+
"@storybook/blocks": "8.2.9",
|
|
79
|
+
"@storybook/manager-api": "8.2.9",
|
|
80
|
+
"@storybook/preview-api": "8.2.9",
|
|
81
|
+
"@storybook/react": "8.2.9",
|
|
82
|
+
"@storybook/react-vite": "8.2.9",
|
|
83
|
+
"@storybook/test": "8.2.9",
|
|
84
|
+
"@storybook/theming": "8.2.9",
|
|
85
|
+
"@svgr/rollup": "^8.1.0",
|
|
86
|
+
"@testing-library/dom": "^10.4.0",
|
|
87
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
88
|
+
"@testing-library/react": "^14.0.0",
|
|
89
|
+
"@testing-library/user-event": "^14.4.3",
|
|
90
|
+
"@types/babel__core": "^7",
|
|
91
|
+
"@types/identity-obj-proxy": "^3",
|
|
92
|
+
"@types/jest": "^29.5.3",
|
|
93
|
+
"@types/react": "^18.2.6",
|
|
94
|
+
"@types/react-syntax-highlighter": "^15",
|
|
95
|
+
"@types/rollup-plugin-node-builtins": "^2",
|
|
96
|
+
"@types/rollup-plugin-node-globals": "^1",
|
|
97
|
+
"@types/rollup-plugin-peer-deps-external": "^2",
|
|
98
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
99
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
100
|
+
"concurrently": "^8.2.2",
|
|
101
|
+
"eslint": "^8.36.0",
|
|
102
|
+
"eslint-config-prettier": "^8.8.0",
|
|
103
|
+
"eslint-config-react": "^1.1.7",
|
|
104
|
+
"eslint-plugin-import": "^2.27.5",
|
|
105
|
+
"eslint-plugin-react": "^7.32.2",
|
|
106
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
107
|
+
"eslint-plugin-storybook": "^0.6.11",
|
|
108
|
+
"identity-obj-proxy": "^3.0.0",
|
|
109
|
+
"jest": "^29.6.2",
|
|
110
|
+
"jest-environment-jsdom": "^29.6.2",
|
|
111
|
+
"nodemon": "^3.1.0",
|
|
112
|
+
"npm": "^11.2.0",
|
|
113
|
+
"postcss": "^8.5.3",
|
|
114
|
+
"prettier": "^2.8.7",
|
|
115
|
+
"prop-types": "^15.8.1",
|
|
116
|
+
"react": "^18.2.0",
|
|
117
|
+
"react-dom": "^18.2.0",
|
|
118
|
+
"react-router-dom": "^7.5.1",
|
|
119
|
+
"rollup": "^4.38.0",
|
|
120
|
+
"rollup-plugin-circular-dependencies": "^1.1.2",
|
|
121
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
122
|
+
"rollup-plugin-clear": "^2.0.7",
|
|
123
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
124
|
+
"rollup-plugin-delete": "^3.0.1",
|
|
125
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
126
|
+
"rollup-plugin-ignore": "^1.0.10",
|
|
127
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
128
|
+
"rollup-plugin-node-globals": "^1.4.0",
|
|
129
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
130
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
131
|
+
"storybook": "8.2.9",
|
|
132
|
+
"storybook-dark-mode": "^4.0.2",
|
|
133
|
+
"storybook-mock-date-decorator": "^2.0.6",
|
|
134
|
+
"storycap": "^5.0.1",
|
|
135
|
+
"ts-jest": "^29.3.0",
|
|
136
|
+
"tsup": "^6.7.0",
|
|
137
|
+
"typescript": "^5.0.2",
|
|
138
|
+
"typescript-transform-paths": "^3.5.5",
|
|
139
|
+
"vite": "^6.2.3",
|
|
140
|
+
"vite-plugin-imp": "^2.4.0",
|
|
141
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
142
|
+
},
|
|
143
|
+
"dependencies": {
|
|
144
|
+
"@emotion/react": "^11.14.0",
|
|
145
|
+
"@emotion/styled": "^11.14.0",
|
|
146
|
+
"@mui/icons-material": "^7.0.1",
|
|
147
|
+
"@mui/lab": "^7.0.0-beta.10",
|
|
148
|
+
"@mui/material": "^7.0.1",
|
|
149
|
+
"@mui/x-date-pickers": "^7.26.0",
|
|
150
|
+
"copy-to-clipboard": "^3.3.3",
|
|
151
|
+
"date-fns": "^4.1.0",
|
|
152
|
+
"dayjs": "^1.11.13",
|
|
153
|
+
"framer-motion": "^12.6.2",
|
|
154
|
+
"material-react-table": "^3.2.1",
|
|
155
|
+
"react-code-blocks": "^0.1.6",
|
|
156
|
+
"react-syntax-highlighter": "^15.6.1",
|
|
157
|
+
"react-virtuoso": "^4.12.6",
|
|
158
|
+
"recharts": "^2.15.3",
|
|
159
|
+
"sonner": "^2.0.5",
|
|
160
|
+
"use-debounce": "^10.0.4",
|
|
161
|
+
"zustand": "^5.0.5"
|
|
162
|
+
},
|
|
163
|
+
"exports": {
|
|
164
|
+
"./*.css": "./*.css",
|
|
165
|
+
".": {
|
|
166
|
+
"node": {
|
|
167
|
+
"types": "./index.d.ts",
|
|
168
|
+
"import": "./index.esm.js",
|
|
169
|
+
"require": "./index.cjs.js"
|
|
170
|
+
},
|
|
171
|
+
"default": {
|
|
172
|
+
"types": "./index.d.ts",
|
|
173
|
+
"import": "./index.esm.js",
|
|
174
|
+
"default": "./index.umd.js"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"./package.json": "./package.json"
|
|
178
|
+
}
|
|
179
|
+
}
|
package/typography.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@font-face{font-display:fallback;font-family:Inter;font-style:normal;font-weight:400;src:url(fonts/Inter-Regular.woff2) format("woff2"),url(fonts/Inter-Regular.woff) format("woff")}@font-face{font-display:fallback;font-family:Inter;font-style:italic;font-weight:400;src:url(fonts/Inter-Italic.woff2) format("woff2"),url(fonts/Inter-Italic.woff) format("woff")}@font-face{font-display:fallback;font-family:Inter;font-style:normal;font-weight:600;src:url(fonts/Inter-SemiBold.woff2) format("woff2"),url(fonts/Inter-SemiBold.woff) format("woff")}@font-face{font-display:fallback;font-family:Inter;font-style:italic;font-weight:600;src:url(fonts/Inter-SemiBoldItalic.woff2) format("woff2"),url(fonts/Inter-SemiBoldItalic.woff) format("woff")}@font-face{font-display:fallback;font-family:Inter;font-style:normal;font-weight:700;src:url(fonts/Inter-Bold.woff2) format("woff2"),url(fonts/Inter-Bold.woff) format("woff")}@font-face{font-display:fallback;font-family:Inter;font-style:italic;font-weight:700;src:url(fonts/Inter-BoldItalic.woff2) format("woff2"),url(fonts/Inter-BoldItalic.woff) format("woff")}@font-face{font-display:fallback;font-family:Sharp Sans;font-style:normal;font-weight:700;src:url(fonts/SharpSans-Bold.woff2) format("woff2"),url(fonts/SharpSans-Bold.woff) format("woff")}@font-face{font-display:fallback;font-family:Sharp Sans;font-style:italic;font-weight:700;src:url(fonts/SharpSans-BoldItalic.woff2) format("woff2"),url(fonts/SharpSans-BoldItalic.woff) format("woff")}
|