@memelabui/ui 0.7.0 → 0.8.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/README.md +429 -429
- package/dist/index.cjs +231 -171
- package/dist/index.d.cts +30 -4
- package/dist/index.d.ts +30 -4
- package/dist/index.js +230 -173
- package/dist/styles/index.css +2496 -2490
- package/package.json +118 -120
package/package.json
CHANGED
|
@@ -1,120 +1,118 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@memelabui/ui",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MemeLab shared UI component library — React + Tailwind + Glassmorphism",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"sideEffects": [
|
|
7
|
-
"*.css"
|
|
8
|
-
],
|
|
9
|
-
"main": "./dist/index.cjs",
|
|
10
|
-
"module": "./dist/index.js",
|
|
11
|
-
"types": "./dist/index.d.ts",
|
|
12
|
-
"exports": {
|
|
13
|
-
".": {
|
|
14
|
-
"import": {
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"default": "./dist/index.js"
|
|
17
|
-
},
|
|
18
|
-
"require": {
|
|
19
|
-
"types": "./dist/index.d.cts",
|
|
20
|
-
"default": "./dist/index.cjs"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"./styles": "./dist/styles/index.css",
|
|
24
|
-
"./preset": {
|
|
25
|
-
"import": {
|
|
26
|
-
"types": "./dist/preset/index.d.ts",
|
|
27
|
-
"default": "./dist/preset/index.js"
|
|
28
|
-
},
|
|
29
|
-
"require": {
|
|
30
|
-
"types": "./dist/preset/index.d.cts",
|
|
31
|
-
"default": "./dist/preset/index.cjs"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"./tokens": {
|
|
35
|
-
"import": {
|
|
36
|
-
"types": "./dist/tokens/index.d.ts",
|
|
37
|
-
"default": "./dist/tokens/index.js"
|
|
38
|
-
},
|
|
39
|
-
"require": {
|
|
40
|
-
"types": "./dist/tokens/index.d.cts",
|
|
41
|
-
"default": "./dist/tokens/index.cjs"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
"files": [
|
|
46
|
-
"dist",
|
|
47
|
-
"README.md"
|
|
48
|
-
],
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
"react": "^18.
|
|
65
|
-
"react-dom": "^18.
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@memelabui/ui",
|
|
3
|
+
"version": "0.8.1",
|
|
4
|
+
"description": "MemeLab shared UI component library — React + Tailwind + Glassmorphism",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"*.css"
|
|
8
|
+
],
|
|
9
|
+
"main": "./dist/index.cjs",
|
|
10
|
+
"module": "./dist/index.js",
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"default": "./dist/index.js"
|
|
17
|
+
},
|
|
18
|
+
"require": {
|
|
19
|
+
"types": "./dist/index.d.cts",
|
|
20
|
+
"default": "./dist/index.cjs"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"./styles": "./dist/styles/index.css",
|
|
24
|
+
"./preset": {
|
|
25
|
+
"import": {
|
|
26
|
+
"types": "./dist/preset/index.d.ts",
|
|
27
|
+
"default": "./dist/preset/index.js"
|
|
28
|
+
},
|
|
29
|
+
"require": {
|
|
30
|
+
"types": "./dist/preset/index.d.cts",
|
|
31
|
+
"default": "./dist/preset/index.cjs"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"./tokens": {
|
|
35
|
+
"import": {
|
|
36
|
+
"types": "./dist/tokens/index.d.ts",
|
|
37
|
+
"default": "./dist/tokens/index.js"
|
|
38
|
+
},
|
|
39
|
+
"require": {
|
|
40
|
+
"types": "./dist/tokens/index.d.cts",
|
|
41
|
+
"default": "./dist/tokens/index.cjs"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"files": [
|
|
46
|
+
"dist",
|
|
47
|
+
"README.md"
|
|
48
|
+
],
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
51
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
52
|
+
"tailwindcss": "^3.4.0"
|
|
53
|
+
},
|
|
54
|
+
"devDependencies": {
|
|
55
|
+
"@storybook/addon-a11y": "^8.6.4",
|
|
56
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
57
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
58
|
+
"@storybook/react": "^8.6.4",
|
|
59
|
+
"@storybook/react-vite": "^8.6.4",
|
|
60
|
+
"@storybook/test": "^8.6.4",
|
|
61
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
62
|
+
"@testing-library/react": "^16.3.0",
|
|
63
|
+
"@testing-library/user-event": "^14.6.1",
|
|
64
|
+
"@types/react": "^18.3.18",
|
|
65
|
+
"@types/react-dom": "^18.3.5",
|
|
66
|
+
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
|
67
|
+
"@typescript-eslint/parser": "^8.22.0",
|
|
68
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
69
|
+
"autoprefixer": "^10.4.20",
|
|
70
|
+
"eslint": "^9.19.0",
|
|
71
|
+
"eslint-plugin-react": "^7.37.4",
|
|
72
|
+
"eslint-plugin-react-hooks": "^5.1.0",
|
|
73
|
+
"jsdom": "^25.0.1",
|
|
74
|
+
"postcss": "^8.5.1",
|
|
75
|
+
"postcss-cli": "^11.0.0",
|
|
76
|
+
"postcss-import": "^16.1.0",
|
|
77
|
+
"prettier": "^3.4.2",
|
|
78
|
+
"react": "^18.3.1",
|
|
79
|
+
"react-dom": "^18.3.1",
|
|
80
|
+
"storybook": "^8.6.4",
|
|
81
|
+
"tailwindcss": "^3.4.17",
|
|
82
|
+
"tsup": "^8.3.6",
|
|
83
|
+
"typescript": "^5.7.3",
|
|
84
|
+
"vite": "^6.0.11",
|
|
85
|
+
"vitest": "^3.0.5"
|
|
86
|
+
},
|
|
87
|
+
"publishConfig": {
|
|
88
|
+
"access": "public",
|
|
89
|
+
"registry": "https://registry.npmjs.org/"
|
|
90
|
+
},
|
|
91
|
+
"license": "MIT",
|
|
92
|
+
"repository": {
|
|
93
|
+
"type": "git",
|
|
94
|
+
"url": "https://github.com/batalovmv/memelab-ui"
|
|
95
|
+
},
|
|
96
|
+
"keywords": [
|
|
97
|
+
"memelab",
|
|
98
|
+
"ui",
|
|
99
|
+
"react",
|
|
100
|
+
"tailwindcss",
|
|
101
|
+
"glassmorphism",
|
|
102
|
+
"dark-theme",
|
|
103
|
+
"component-library"
|
|
104
|
+
],
|
|
105
|
+
"scripts": {
|
|
106
|
+
"dev": "storybook dev -p 6006",
|
|
107
|
+
"build": "tsup && pnpm build:css",
|
|
108
|
+
"build:css": "postcss src/styles/index.css -o dist/styles/index.css",
|
|
109
|
+
"build:storybook": "storybook build -o storybook-static",
|
|
110
|
+
"test": "vitest",
|
|
111
|
+
"test:ci": "vitest --run",
|
|
112
|
+
"typecheck": "tsc --noEmit",
|
|
113
|
+
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
|
|
114
|
+
"lint:fix": "eslint src --ext ts,tsx --fix",
|
|
115
|
+
"format": "prettier --check \"src/**/*.{ts,tsx,css}\"",
|
|
116
|
+
"format:fix": "prettier --write \"src/**/*.{ts,tsx,css}\""
|
|
117
|
+
}
|
|
118
|
+
}
|