stp-ui-kit 0.0.107 → 0.0.109
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 +224 -224
- package/dist/banners/Sat.svg +3 -3
- package/dist/banners/SatFinished.svg +3 -3
- package/dist/components/form/Input/BaseInputWrapper.d.ts +2 -1
- package/dist/components/form/Input/Input.d.ts +1 -0
- package/dist/components/form/Select/Select.d.ts +1 -0
- package/dist/icons/ArrowLine.svg +3 -3
- package/dist/icons/ParentLine.svg +3 -3
- package/dist/icons/Plus.svg +2 -2
- package/dist/icons/SideLine.svg +3 -3
- package/dist/icons/X.svg +2 -2
- package/dist/icons/decorativeIcons/Alert.svg +11 -11
- package/dist/icons/decorativeIcons/Error.svg +11 -11
- package/dist/icons/decorativeIcons/Locked.svg +10 -10
- package/dist/icons/decorativeIcons/Success.svg +10 -10
- package/dist/stp-ui-kit.es.js +3441 -12617
- package/dist/stp-ui-kit.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +122 -120
- package/src/styles/_variables.scss +1181 -1179
- package/src/styles/main.scss +11 -11
- package/src/styles/tokens.js +94 -94
package/package.json
CHANGED
|
@@ -1,120 +1,122 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "stp-ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"private": false,
|
|
5
|
-
"type": "module",
|
|
6
|
-
"description": "Smartestprep UI Kit for React apps",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"module": "dist/stp-ui-kit.es.js",
|
|
9
|
-
"types": "dist/types/index.d.ts",
|
|
10
|
-
"style": "dist/style.css",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/types/index.d.ts",
|
|
14
|
-
"import": "./dist/stp-ui-kit.es.js",
|
|
15
|
-
"default": "./dist/stp-ui-kit.es.js"
|
|
16
|
-
},
|
|
17
|
-
"./styles": "./dist/style.css",
|
|
18
|
-
"./styles/variables": "./src/styles/_variables.scss",
|
|
19
|
-
"./styles/main": "./src/styles/main.scss",
|
|
20
|
-
"./tokens": {
|
|
21
|
-
"types": "./src/styles/tokens.d.ts",
|
|
22
|
-
"import": "./src/styles/tokens.js",
|
|
23
|
-
"default": "./src/styles/tokens.js"
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"files": [
|
|
27
|
-
"dist",
|
|
28
|
-
"src/styles",
|
|
29
|
-
"README.md",
|
|
30
|
-
"LICENSE"
|
|
31
|
-
],
|
|
32
|
-
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
34
|
-
},
|
|
35
|
-
"engines": {
|
|
36
|
-
"node": ">=18"
|
|
37
|
-
},
|
|
38
|
-
"scripts": {
|
|
39
|
-
"dev": "vite",
|
|
40
|
-
"build": "vite build",
|
|
41
|
-
"build:watch": "vite build --watch",
|
|
42
|
-
"dev:link": "npm run build:watch",
|
|
43
|
-
"prepublishOnly": "npm run build",
|
|
44
|
-
"lint": "eslint --ext .ts,.tsx ./src",
|
|
45
|
-
"format": "prettier ./src/**/*.{ts,tsx} --write",
|
|
46
|
-
"storybook": "storybook dev -p 6006",
|
|
47
|
-
"build-storybook": "storybook build",
|
|
48
|
-
"generate-tokens": "tsx scripts/generate-tokens.ts"
|
|
49
|
-
},
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"@
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"@storybook/addon-
|
|
72
|
-
"@storybook/addon-
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/
|
|
75
|
-
"@storybook/
|
|
76
|
-
"@storybook/
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@types/
|
|
83
|
-
"@
|
|
84
|
-
"@
|
|
85
|
-
"@
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"eslint
|
|
90
|
-
"eslint-
|
|
91
|
-
"eslint-
|
|
92
|
-
"eslint-plugin-
|
|
93
|
-
"eslint-plugin-
|
|
94
|
-
"eslint-plugin-
|
|
95
|
-
"eslint-plugin-react
|
|
96
|
-
"eslint-plugin-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"vite
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "stp-ui-kit",
|
|
3
|
+
"version": "0.0.109",
|
|
4
|
+
"private": false,
|
|
5
|
+
"type": "module",
|
|
6
|
+
"description": "Smartestprep UI Kit for React apps",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"module": "dist/stp-ui-kit.es.js",
|
|
9
|
+
"types": "dist/types/index.d.ts",
|
|
10
|
+
"style": "dist/style.css",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/types/index.d.ts",
|
|
14
|
+
"import": "./dist/stp-ui-kit.es.js",
|
|
15
|
+
"default": "./dist/stp-ui-kit.es.js"
|
|
16
|
+
},
|
|
17
|
+
"./styles": "./dist/style.css",
|
|
18
|
+
"./styles/variables": "./src/styles/_variables.scss",
|
|
19
|
+
"./styles/main": "./src/styles/main.scss",
|
|
20
|
+
"./tokens": {
|
|
21
|
+
"types": "./src/styles/tokens.d.ts",
|
|
22
|
+
"import": "./src/styles/tokens.js",
|
|
23
|
+
"default": "./src/styles/tokens.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist",
|
|
28
|
+
"src/styles",
|
|
29
|
+
"README.md",
|
|
30
|
+
"LICENSE"
|
|
31
|
+
],
|
|
32
|
+
"publishConfig": {
|
|
33
|
+
"access": "public"
|
|
34
|
+
},
|
|
35
|
+
"engines": {
|
|
36
|
+
"node": ">=18"
|
|
37
|
+
},
|
|
38
|
+
"scripts": {
|
|
39
|
+
"dev": "vite",
|
|
40
|
+
"build": "vite build",
|
|
41
|
+
"build:watch": "vite build --watch",
|
|
42
|
+
"dev:link": "npm run build:watch",
|
|
43
|
+
"prepublishOnly": "npm run build",
|
|
44
|
+
"lint": "eslint --ext .ts,.tsx ./src",
|
|
45
|
+
"format": "prettier ./src/**/*.{ts,tsx} --write",
|
|
46
|
+
"storybook": "storybook dev -p 6006",
|
|
47
|
+
"build-storybook": "storybook build",
|
|
48
|
+
"generate-tokens": "tsx scripts/generate-tokens.ts"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@popperjs/core": "^2.11.8",
|
|
52
|
+
"@solar-icons/react-perf": "^1.0.0",
|
|
53
|
+
"classnames": "^2.5.1",
|
|
54
|
+
"clsx": "^2.1.1",
|
|
55
|
+
"react-popper": "^2.3.0",
|
|
56
|
+
"sonner": "^2.0.7",
|
|
57
|
+
"tailwind-merge": "^3.3.0"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
61
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
62
|
+
},
|
|
63
|
+
"peerDependenciesMeta": {
|
|
64
|
+
"sonner": {
|
|
65
|
+
"optional": true
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"devDependencies": {
|
|
69
|
+
"@eslint/js": "^9.3.0",
|
|
70
|
+
"@feature-sliced/eslint-config": "^0.1.1",
|
|
71
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
72
|
+
"@storybook/addon-interactions": "^8.6.14",
|
|
73
|
+
"@storybook/addon-links": "^8.6.14",
|
|
74
|
+
"@storybook/addon-onboarding": "^8.6.14",
|
|
75
|
+
"@storybook/blocks": "^8.6.14",
|
|
76
|
+
"@storybook/react": "^8.6.14",
|
|
77
|
+
"@storybook/react-vite": "^8.6.14",
|
|
78
|
+
"@storybook/test": "^8.6.14",
|
|
79
|
+
"@svgr/rollup": "^8.1.0",
|
|
80
|
+
"@tailwindcss/vite": "^4.0.7",
|
|
81
|
+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
82
|
+
"@types/node": "^20.12.12",
|
|
83
|
+
"@types/react": "^18.2.66",
|
|
84
|
+
"@types/react-dom": "^18.2.22",
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
86
|
+
"@typescript-eslint/parser": "^7.10.0",
|
|
87
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
88
|
+
"dayjs": "^1.11.11",
|
|
89
|
+
"eslint": "8.x",
|
|
90
|
+
"eslint-config-prettier": "^9.1.0",
|
|
91
|
+
"eslint-import-resolver-typescript": "^3.10.1",
|
|
92
|
+
"eslint-plugin-boundaries": "^4.2.1",
|
|
93
|
+
"eslint-plugin-import": "^2.32.0",
|
|
94
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
95
|
+
"eslint-plugin-react": "^7.34.1",
|
|
96
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
97
|
+
"eslint-plugin-react-refresh": "^0.4.6",
|
|
98
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
99
|
+
"globals": "^15.3.0",
|
|
100
|
+
"prettier": "^3.2.5",
|
|
101
|
+
"sass": "^1.89.2",
|
|
102
|
+
"storybook": "^8.6.14",
|
|
103
|
+
"tailwindcss": "^4.0.7",
|
|
104
|
+
"tsx": "^4.19.4",
|
|
105
|
+
"typescript": "^5.4.5",
|
|
106
|
+
"typescript-eslint": "^7.10.0",
|
|
107
|
+
"vite": "^5.2.0",
|
|
108
|
+
"vite-plugin-dts": "^4.5.4",
|
|
109
|
+
"vite-plugin-svgr": "^4.3.0"
|
|
110
|
+
},
|
|
111
|
+
"sideEffects": [
|
|
112
|
+
"**/*.css",
|
|
113
|
+
"**/*.scss"
|
|
114
|
+
],
|
|
115
|
+
"keywords": [
|
|
116
|
+
"react",
|
|
117
|
+
"ui-kit",
|
|
118
|
+
"components",
|
|
119
|
+
"design-system",
|
|
120
|
+
"tailwind"
|
|
121
|
+
]
|
|
122
|
+
}
|