@useloops/design-system 1.4.94 → 1.4.97
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/esm/index.js +4 -4
- package/dist/index.d.ts +107 -57
- package/dist/index.js +3 -3
- package/package.json +150 -150
package/package.json
CHANGED
|
@@ -1,152 +1,152 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
2
|
+
"name": "@useloops/design-system",
|
|
3
|
+
"version": "1.4.97",
|
|
4
|
+
"description": "The official React based Loops design system",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/esm/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist/*",
|
|
10
|
+
"./package.json"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "storybook dev -p 6006",
|
|
14
|
+
"clean": "rimraf dist",
|
|
15
|
+
"build": "storybook build public -o dist",
|
|
16
|
+
"start": "NODE_ENV=production npx tsx server",
|
|
17
|
+
"babel": "npm run clean && babel _old_src/systems/WebCore/index.ts --out-dir dist",
|
|
18
|
+
"package": "npm run clean && rollup -c --bundleConfigAsCjs",
|
|
19
|
+
"prepare": "husky",
|
|
20
|
+
"test": "jest",
|
|
21
|
+
"commit": "commit"
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/useloops/useloops-ds.git"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"design",
|
|
29
|
+
"react",
|
|
30
|
+
"typescript",
|
|
31
|
+
"ts",
|
|
32
|
+
"material",
|
|
33
|
+
"webpack",
|
|
34
|
+
"system",
|
|
35
|
+
"ui",
|
|
36
|
+
"components",
|
|
37
|
+
"javascript"
|
|
38
|
+
],
|
|
39
|
+
"author": "loops",
|
|
40
|
+
"license": "ISC",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/useloops/useloops-ds/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/useloops/useloops-ds#readme",
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@babel/cli": "^7.25.9",
|
|
47
|
+
"@babel/core": "^7.26.0",
|
|
48
|
+
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
49
|
+
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
|
|
50
|
+
"@babel/plugin-transform-runtime": "^7.25.9",
|
|
51
|
+
"@babel/preset-env": "^7.26.0",
|
|
52
|
+
"@babel/preset-typescript": "^7.26.0",
|
|
53
|
+
"@chromatic-com/storybook": "^3.2.2",
|
|
54
|
+
"@commitlint/cli": "^19.6.0",
|
|
55
|
+
"@commitlint/config-conventional": "^19.6.0",
|
|
56
|
+
"@commitlint/prompt-cli": "^19.6.0",
|
|
57
|
+
"@commitlint/types": "^19.5.0",
|
|
58
|
+
"@happy-dom/jest-environment": "^15.11.2",
|
|
59
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
60
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
|
61
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
62
|
+
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
63
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
64
|
+
"@rollup/plugin-typescript": "^11.1.6",
|
|
65
|
+
"@storybook/addon-essentials": "^8.4.2",
|
|
66
|
+
"@storybook/addon-interactions": "^8.4.2",
|
|
67
|
+
"@storybook/addon-links": "^8.4.2",
|
|
68
|
+
"@storybook/addon-onboarding": "^8.4.2",
|
|
69
|
+
"@storybook/addon-themes": "^8.4.2",
|
|
70
|
+
"@storybook/addon-webpack5-compiler-swc": "^1.0.5",
|
|
71
|
+
"@storybook/blocks": "^8.4.2",
|
|
72
|
+
"@storybook/manager-api": "^8.4.2",
|
|
73
|
+
"@storybook/preview-api": "^8.4.2",
|
|
74
|
+
"@storybook/react": "^8.4.2",
|
|
75
|
+
"@storybook/react-webpack5": "^8.4.2",
|
|
76
|
+
"@storybook/test": "^8.4.2",
|
|
77
|
+
"@svgr/webpack": "^8.1.0",
|
|
78
|
+
"@swc/core": "^1.9.2",
|
|
79
|
+
"@swc/jest": "^0.2.37",
|
|
80
|
+
"@testing-library/react": "^16.0.1",
|
|
81
|
+
"@types/jest": "^29.5.14",
|
|
82
|
+
"@types/react": "^18.3.12",
|
|
83
|
+
"@types/react-dom": "^18.3.1",
|
|
84
|
+
"@types/stylis": "^4.2.6",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
86
|
+
"@typescript-eslint/parser": "^8.20.0",
|
|
87
|
+
"eslint": "^9.14.0",
|
|
88
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
89
|
+
"eslint-plugin-react": "^7.37.2",
|
|
90
|
+
"eslint-plugin-storybook": "^0.11.0",
|
|
91
|
+
"husky": "^9.1.6",
|
|
92
|
+
"jest": "^29.7.0",
|
|
93
|
+
"prettier": "^3.3.3",
|
|
94
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
95
|
+
"react-refresh": "^0.14.2",
|
|
96
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
97
|
+
"rimraf": "^6.0.1",
|
|
98
|
+
"rollup": "^4.25.0",
|
|
99
|
+
"rollup-plugin-dts": "^6.1.1",
|
|
100
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
101
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
102
|
+
"rollup-plugin-preserve-directives": "^0.4.0",
|
|
103
|
+
"rollup-plugin-svg": "^2.0.0",
|
|
104
|
+
"rollup-preserve-directives": "^1.1.2",
|
|
105
|
+
"storybook": "^8.4.2",
|
|
106
|
+
"tsx": "^4.19.2",
|
|
107
|
+
"typescript": "^5.6.3",
|
|
108
|
+
"webpack": "^5.96.1",
|
|
109
|
+
"webpack-cli": "^5.1.4",
|
|
110
|
+
"webpack-dev-middleware": "^7.4.2",
|
|
111
|
+
"webpack-dev-server": "^5.1.0",
|
|
112
|
+
"webpack-hot-middleware": "^2.26.1",
|
|
113
|
+
"webpack-node-externals": "^3.0.0",
|
|
114
|
+
"webpack-stats-plugin": "^1.1.3",
|
|
115
|
+
"@emotion/styled": "^11.11.0"
|
|
116
|
+
},
|
|
117
|
+
"eslintConfig": {
|
|
118
|
+
"extends": [
|
|
119
|
+
"plugin:storybook/recommended"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"@emotion/react": "^11.11.0",
|
|
124
|
+
"@zxcvbn-ts/core": "^3.0.4",
|
|
125
|
+
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
126
|
+
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
127
|
+
"@hookform/error-message": "^2.0.1",
|
|
128
|
+
"@phrase/i18next-backend": "^1.2.0",
|
|
129
|
+
"@mui/icons-material": "5.16.14",
|
|
130
|
+
"@mui/material": "5.16.14",
|
|
131
|
+
"@mui/styled-engine": "5.16.14",
|
|
132
|
+
"react-number-format": "^5.4.3",
|
|
133
|
+
"merge-sx": "^3.2.4",
|
|
134
|
+
"yup": "^1.4.0",
|
|
135
|
+
"react-hook-form": "^7.53.2",
|
|
136
|
+
"react": "^18.3.1",
|
|
137
|
+
"react-dom": "^18.3.1",
|
|
138
|
+
"@dnd-kit/core": "^6.1.0",
|
|
139
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
140
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
141
|
+
"@gsap/react": "^2.1.1",
|
|
142
|
+
"gsap": "^3.12.5",
|
|
143
|
+
"mui-tiptap": "1.17.0",
|
|
144
|
+
"tiptap-markdown": "0.8.3",
|
|
145
|
+
"@tiptap/starter-kit": "^2.11.2",
|
|
146
|
+
"@tiptap/extension-placeholder": "^2.11.2",
|
|
147
|
+
"express": "^4.21.1",
|
|
148
|
+
"react-phone-number-input": "^3.4.10",
|
|
149
|
+
"stylis": "^4.3.4",
|
|
150
|
+
"stylis-plugin-rtl": "^2.1.1"
|
|
151
|
+
}
|
|
152
152
|
}
|