@ramong26/xp-components 1.0.4 → 1.0.6
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/index.css +1 -1
- package/package.json +82 -92
package/dist/index.css
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
color: #888;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
/* ../../AppData/Local/Temp/tmp-
|
|
40
|
+
/* ../../AppData/Local/Temp/tmp-24696-liJefVRyhxF5/xp-components/src/components/Button/Button.css */
|
|
41
41
|
.btn {
|
|
42
42
|
background: #fffbea;
|
|
43
43
|
background-size: cover;
|
package/package.json
CHANGED
|
@@ -1,92 +1,82 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ramong26/xp-components",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"module": "dist/index.mjs",
|
|
8
|
-
"types": "dist/index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"import": "./dist/index.mjs",
|
|
12
|
-
"require": "./dist/index.js"
|
|
13
|
-
},
|
|
14
|
-
"./styles": "./dist/index.css"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"dist",
|
|
18
|
-
"README.md"
|
|
19
|
-
],
|
|
20
|
-
"keywords": [
|
|
21
|
-
"react",
|
|
22
|
-
"components",
|
|
23
|
-
"ui",
|
|
24
|
-
"typescript"
|
|
25
|
-
],
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/ramong26/xp-components.git"
|
|
29
|
-
},
|
|
30
|
-
"homepage": "https://github.com/ramong26/xp-components",
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/ramong26/xp-components/issues"
|
|
33
|
-
},
|
|
34
|
-
"author": "ramong23",
|
|
35
|
-
"license": "MIT",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
"
|
|
49
|
-
"react
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"react
|
|
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
|
-
"prettier": "^3.6.2",
|
|
84
|
-
"sass": "^1.90.0",
|
|
85
|
-
"storybook": "9.1.2",
|
|
86
|
-
"tsup": "^8.5.0",
|
|
87
|
-
"typescript": "~5.8.3",
|
|
88
|
-
"typescript-eslint": "^8.39.1",
|
|
89
|
-
"vite": "^7.1.2",
|
|
90
|
-
"vitest": "^3.2.4"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ramong26/xp-components",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.6",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.cjs.js",
|
|
7
|
+
"module": "dist/index.mjs",
|
|
8
|
+
"types": "dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": "./dist/index.mjs",
|
|
12
|
+
"require": "./dist/index.cjs.js"
|
|
13
|
+
},
|
|
14
|
+
"./styles": "./dist/index.css"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist",
|
|
18
|
+
"README.md"
|
|
19
|
+
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"react",
|
|
22
|
+
"components",
|
|
23
|
+
"ui",
|
|
24
|
+
"typescript"
|
|
25
|
+
],
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/ramong26/xp-components.git"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/ramong26/xp-components",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/ramong26/xp-components/issues"
|
|
33
|
+
},
|
|
34
|
+
"author": "ramong23",
|
|
35
|
+
"license": "MIT",
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"react": ">=18 <20",
|
|
38
|
+
"react-dom": ">=18 <20"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@eslint/js": "^9.36.0",
|
|
42
|
+
"@storybook/react-vite": "^9.1.8",
|
|
43
|
+
"@testing-library/jest-dom": "^6.8.0",
|
|
44
|
+
"@types/jsdom": "^21.1.7",
|
|
45
|
+
"@types/react": "^18.3.24",
|
|
46
|
+
"@types/react-dom": "^18.3.7",
|
|
47
|
+
"@typescript-eslint/eslint-plugin": "^8.44.1",
|
|
48
|
+
"@typescript-eslint/parser": "^8.44.1",
|
|
49
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
50
|
+
"esbuild-plugin-sass": "^1.0.1",
|
|
51
|
+
"eslint": "^9.36.0",
|
|
52
|
+
"eslint-plugin-react": "^7.37.5",
|
|
53
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.21",
|
|
55
|
+
"eslint-plugin-storybook": "^9.1.8",
|
|
56
|
+
"globals": "^16.4.0",
|
|
57
|
+
"happy-dom": "^18.0.1",
|
|
58
|
+
"jsdom": "^27.0.0",
|
|
59
|
+
"sass": "^1.90.0",
|
|
60
|
+
"storybook": "9.1.2",
|
|
61
|
+
"tsup": "^8.5.0",
|
|
62
|
+
"typescript": "~5.8.3",
|
|
63
|
+
"typescript-eslint": "^8.44.1",
|
|
64
|
+
"vite": "^7.1.2",
|
|
65
|
+
"vitest": "^3.2.4"
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@testing-library/react": "^16.3.0",
|
|
69
|
+
"@testing-library/user-event": "^14.6.1"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"dev": "vite",
|
|
73
|
+
"build:lib": "tsup src/index.ts --dts --format cjs,esm --out-dir dist --clean",
|
|
74
|
+
"build": "pnpm build:lib",
|
|
75
|
+
"storybook": "storybook dev -p 6006",
|
|
76
|
+
"build-storybook": "storybook build",
|
|
77
|
+
"test": "vitest",
|
|
78
|
+
"pack": "pnpm build:lib && npm pack",
|
|
79
|
+
"lint": "pnpm exec eslint . --ext .ts,.tsx",
|
|
80
|
+
"typecheck": "tsc --noEmit"
|
|
81
|
+
}
|
|
82
|
+
}
|