opus-toolkit-components 1.9.2 → 1.9.4
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/README.md +70 -70
- package/lib/components/Accordions/index.d.ts +19 -19
- package/lib/components/BarLayout/index.d.ts +8 -8
- package/lib/components/Buttons/index.d.ts +36 -36
- package/lib/components/Callout/index.d.ts +11 -11
- package/lib/components/Cards/index.d.ts +47 -47
- package/lib/components/FooterLogo/index.d.ts +6 -6
- package/lib/components/Forms/Checkbox/index.d.ts +20 -20
- package/lib/components/Forms/Inputs/index.d.ts +3 -3
- package/lib/components/Forms/Radios/index.d.ts +1 -0
- package/lib/components/Forms/ToggleSwitch/index.d.ts +15 -15
- package/lib/components/Header/index.d.ts +8 -8
- package/lib/components/IconButton/index.d.ts +24 -24
- package/lib/components/Link/index.js +20 -28
- package/lib/components/Link/index.js.map +1 -1
- package/lib/components/Modals/index.d.ts +16 -16
- package/lib/components/Navbar/index.d.ts +8 -8
- package/lib/components/PageTemplate/index.d.ts +23 -23
- package/lib/components/Pills/index.d.ts +23 -23
- package/lib/components/Profile/ProfileCard/index.d.ts +11 -11
- package/lib/components/Sidebar/index.d.ts +57 -57
- package/lib/components/Tables/index.d.ts +18 -18
- package/lib/components/Text/index.d.ts +25 -25
- package/lib/main.js +46137 -45939
- package/lib/main.js.map +1 -1
- package/package.json +128 -128
package/package.json
CHANGED
|
@@ -1,128 +1,128 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "opus-toolkit-components",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"private": false,
|
|
5
|
-
"peerDependencies": {
|
|
6
|
-
"react": "^17.0.0 || ^18.0.0",
|
|
7
|
-
"react-dom": "^17.0.0 || ^18.0.0"
|
|
8
|
-
},
|
|
9
|
-
"peerDependenciesMeta": {
|
|
10
|
-
"react": {
|
|
11
|
-
"optional": false
|
|
12
|
-
},
|
|
13
|
-
"react-dom": {
|
|
14
|
-
"optional": false
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@headlessui/react": "^2.1.8",
|
|
19
|
-
"@heroicons/react": "^2.1.5",
|
|
20
|
-
"@testing-library/jest-dom": "^5.17.0",
|
|
21
|
-
"@testing-library/react": "^13.4.0",
|
|
22
|
-
"@testing-library/user-event": "^13.5.0",
|
|
23
|
-
"clsx": "^2.1.1",
|
|
24
|
-
"js-cookie": "^3.0.5",
|
|
25
|
-
"opus-toolkit-styles": "^1.2.5",
|
|
26
|
-
"react-icons": "^5.5.0",
|
|
27
|
-
"react-router-dom": "^6.26.2",
|
|
28
|
-
"react-scripts": "5.0.1",
|
|
29
|
-
"semantic-ui-react": "^2.1.5",
|
|
30
|
-
"web-vitals": "^2.1.4"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@babel/core": "^7.28.3",
|
|
34
|
-
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
35
|
-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
36
|
-
"@babel/preset-env": "^7.28.3",
|
|
37
|
-
"@babel/preset-react": "^7.27.1",
|
|
38
|
-
"@mdx-js/react": "^3.1.0",
|
|
39
|
-
"@storybook/addon-a11y": "^10.1.4",
|
|
40
|
-
"@storybook/addon-designs": "^11.1.0",
|
|
41
|
-
"@storybook/addon-docs": "10.1.4",
|
|
42
|
-
"@storybook/addon-links": "^10.1.4",
|
|
43
|
-
"@storybook/addon-onboarding": "^10.1.4",
|
|
44
|
-
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
-
"@storybook/cli": "^10.1.4",
|
|
46
|
-
"@storybook/mdx2-csf": "^1.1.0",
|
|
47
|
-
"@storybook/preset-create-react-app": "^10.1.4",
|
|
48
|
-
"@storybook/react-webpack5": "^10.1.4",
|
|
49
|
-
"@storybook/test-runner": "^0.24.2",
|
|
50
|
-
"@storybook/testing-library": "^0.2.2",
|
|
51
|
-
"@tailwindcss/forms": "^0.5.9",
|
|
52
|
-
"autoprefixer": "^10.4.20",
|
|
53
|
-
"babel-loader": "^9.2.1",
|
|
54
|
-
"babel-plugin-named-exports-order": "0.0.2",
|
|
55
|
-
"compression-webpack-plugin": "^11.1.0",
|
|
56
|
-
"copy-webpack-plugin": "^13.0.1",
|
|
57
|
-
"copyfiles": "^2.4.1",
|
|
58
|
-
"cpy-cli": "^6.0.0",
|
|
59
|
-
"css-loader": "^7.1.2",
|
|
60
|
-
"cypress": "^13.4.0",
|
|
61
|
-
"eslint": "^8.57.1",
|
|
62
|
-
"eslint-config-prettier": "^10.1.8",
|
|
63
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
64
|
-
"eslint-plugin-storybook": "^10.1.4",
|
|
65
|
-
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
66
|
-
"file-loader": "^6.2.0",
|
|
67
|
-
"html-webpack-plugin": "^5.6.0",
|
|
68
|
-
"postcss": "^8.4.47",
|
|
69
|
-
"postcss-loader": "^8.1.1",
|
|
70
|
-
"postcss-preset-env": "^10.0.5",
|
|
71
|
-
"prop-types": "^15.8.1",
|
|
72
|
-
"react": "^18.3.1",
|
|
73
|
-
"react-dom": "^18.3.1",
|
|
74
|
-
"sass": "^1.89.0",
|
|
75
|
-
"semver": "^7.7.2",
|
|
76
|
-
"style-loader": "^4.0.0",
|
|
77
|
-
"tailwindcss": "^3.4.13",
|
|
78
|
-
"terser-webpack-plugin": "^5.3.10",
|
|
79
|
-
"webpack": "^5.89.0",
|
|
80
|
-
"webpack-cli": "^5.1.4",
|
|
81
|
-
"webpack-dev-server": "^5.1.0"
|
|
82
|
-
},
|
|
83
|
-
"scripts": {
|
|
84
|
-
"start": "react-scripts start",
|
|
85
|
-
"test": "react-scripts test",
|
|
86
|
-
"eject": "react-scripts eject",
|
|
87
|
-
"storybook": "storybook dev -p 6006",
|
|
88
|
-
"build-storybook": "storybook build",
|
|
89
|
-
"generate:types": "node index-dts-generator.js",
|
|
90
|
-
"build": "npm run generate:types && webpack --mode production"
|
|
91
|
-
},
|
|
92
|
-
"eslintConfig": {
|
|
93
|
-
"extends": [
|
|
94
|
-
"react-app",
|
|
95
|
-
"react-app/jest"
|
|
96
|
-
]
|
|
97
|
-
},
|
|
98
|
-
"browserslist": {
|
|
99
|
-
"production": [
|
|
100
|
-
">0.2%",
|
|
101
|
-
"not dead",
|
|
102
|
-
"not op_mini all"
|
|
103
|
-
],
|
|
104
|
-
"development": [
|
|
105
|
-
"last 1 chrome version",
|
|
106
|
-
"last 1 firefox version",
|
|
107
|
-
"last 1 safari version"
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
"description": "React component library",
|
|
111
|
-
"main": "lib/main.js",
|
|
112
|
-
"types": "lib/index.d.ts",
|
|
113
|
-
"exports": {
|
|
114
|
-
".": {
|
|
115
|
-
"require": "./lib/main.js",
|
|
116
|
-
"types": "./lib/index.d.ts",
|
|
117
|
-
"default": "./lib/main.js"
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"files": [
|
|
121
|
-
"lib"
|
|
122
|
-
],
|
|
123
|
-
"author": "Sye",
|
|
124
|
-
"license": "ISC",
|
|
125
|
-
"directories": {
|
|
126
|
-
"lib": "lib"
|
|
127
|
-
}
|
|
128
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "opus-toolkit-components",
|
|
3
|
+
"version": "1.9.4",
|
|
4
|
+
"private": false,
|
|
5
|
+
"peerDependencies": {
|
|
6
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
7
|
+
"react-dom": "^17.0.0 || ^18.0.0"
|
|
8
|
+
},
|
|
9
|
+
"peerDependenciesMeta": {
|
|
10
|
+
"react": {
|
|
11
|
+
"optional": false
|
|
12
|
+
},
|
|
13
|
+
"react-dom": {
|
|
14
|
+
"optional": false
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@headlessui/react": "^2.1.8",
|
|
19
|
+
"@heroicons/react": "^2.1.5",
|
|
20
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
21
|
+
"@testing-library/react": "^13.4.0",
|
|
22
|
+
"@testing-library/user-event": "^13.5.0",
|
|
23
|
+
"clsx": "^2.1.1",
|
|
24
|
+
"js-cookie": "^3.0.5",
|
|
25
|
+
"opus-toolkit-styles": "^1.2.5",
|
|
26
|
+
"react-icons": "^5.5.0",
|
|
27
|
+
"react-router-dom": "^6.26.2",
|
|
28
|
+
"react-scripts": "5.0.1",
|
|
29
|
+
"semantic-ui-react": "^2.1.5",
|
|
30
|
+
"web-vitals": "^2.1.4"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/core": "^7.28.3",
|
|
34
|
+
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
35
|
+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
36
|
+
"@babel/preset-env": "^7.28.3",
|
|
37
|
+
"@babel/preset-react": "^7.27.1",
|
|
38
|
+
"@mdx-js/react": "^3.1.0",
|
|
39
|
+
"@storybook/addon-a11y": "^10.1.4",
|
|
40
|
+
"@storybook/addon-designs": "^11.1.0",
|
|
41
|
+
"@storybook/addon-docs": "10.1.4",
|
|
42
|
+
"@storybook/addon-links": "^10.1.4",
|
|
43
|
+
"@storybook/addon-onboarding": "^10.1.4",
|
|
44
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
45
|
+
"@storybook/cli": "^10.1.4",
|
|
46
|
+
"@storybook/mdx2-csf": "^1.1.0",
|
|
47
|
+
"@storybook/preset-create-react-app": "^10.1.4",
|
|
48
|
+
"@storybook/react-webpack5": "^10.1.4",
|
|
49
|
+
"@storybook/test-runner": "^0.24.2",
|
|
50
|
+
"@storybook/testing-library": "^0.2.2",
|
|
51
|
+
"@tailwindcss/forms": "^0.5.9",
|
|
52
|
+
"autoprefixer": "^10.4.20",
|
|
53
|
+
"babel-loader": "^9.2.1",
|
|
54
|
+
"babel-plugin-named-exports-order": "0.0.2",
|
|
55
|
+
"compression-webpack-plugin": "^11.1.0",
|
|
56
|
+
"copy-webpack-plugin": "^13.0.1",
|
|
57
|
+
"copyfiles": "^2.4.1",
|
|
58
|
+
"cpy-cli": "^6.0.0",
|
|
59
|
+
"css-loader": "^7.1.2",
|
|
60
|
+
"cypress": "^13.4.0",
|
|
61
|
+
"eslint": "^8.57.1",
|
|
62
|
+
"eslint-config-prettier": "^10.1.8",
|
|
63
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
64
|
+
"eslint-plugin-storybook": "^10.1.4",
|
|
65
|
+
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
66
|
+
"file-loader": "^6.2.0",
|
|
67
|
+
"html-webpack-plugin": "^5.6.0",
|
|
68
|
+
"postcss": "^8.4.47",
|
|
69
|
+
"postcss-loader": "^8.1.1",
|
|
70
|
+
"postcss-preset-env": "^10.0.5",
|
|
71
|
+
"prop-types": "^15.8.1",
|
|
72
|
+
"react": "^18.3.1",
|
|
73
|
+
"react-dom": "^18.3.1",
|
|
74
|
+
"sass": "^1.89.0",
|
|
75
|
+
"semver": "^7.7.2",
|
|
76
|
+
"style-loader": "^4.0.0",
|
|
77
|
+
"tailwindcss": "^3.4.13",
|
|
78
|
+
"terser-webpack-plugin": "^5.3.10",
|
|
79
|
+
"webpack": "^5.89.0",
|
|
80
|
+
"webpack-cli": "^5.1.4",
|
|
81
|
+
"webpack-dev-server": "^5.1.0"
|
|
82
|
+
},
|
|
83
|
+
"scripts": {
|
|
84
|
+
"start": "react-scripts start",
|
|
85
|
+
"test": "react-scripts test",
|
|
86
|
+
"eject": "react-scripts eject",
|
|
87
|
+
"storybook": "storybook dev -p 6006",
|
|
88
|
+
"build-storybook": "storybook build",
|
|
89
|
+
"generate:types": "node index-dts-generator.js",
|
|
90
|
+
"build": "npm run generate:types && webpack --mode production"
|
|
91
|
+
},
|
|
92
|
+
"eslintConfig": {
|
|
93
|
+
"extends": [
|
|
94
|
+
"react-app",
|
|
95
|
+
"react-app/jest"
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
"browserslist": {
|
|
99
|
+
"production": [
|
|
100
|
+
">0.2%",
|
|
101
|
+
"not dead",
|
|
102
|
+
"not op_mini all"
|
|
103
|
+
],
|
|
104
|
+
"development": [
|
|
105
|
+
"last 1 chrome version",
|
|
106
|
+
"last 1 firefox version",
|
|
107
|
+
"last 1 safari version"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
110
|
+
"description": "React component library",
|
|
111
|
+
"main": "lib/main.js",
|
|
112
|
+
"types": "lib/index.d.ts",
|
|
113
|
+
"exports": {
|
|
114
|
+
".": {
|
|
115
|
+
"require": "./lib/main.js",
|
|
116
|
+
"types": "./lib/index.d.ts",
|
|
117
|
+
"default": "./lib/main.js"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"files": [
|
|
121
|
+
"lib"
|
|
122
|
+
],
|
|
123
|
+
"author": "Sye",
|
|
124
|
+
"license": "ISC",
|
|
125
|
+
"directories": {
|
|
126
|
+
"lib": "lib"
|
|
127
|
+
}
|
|
128
|
+
}
|