@ramong26/xp-components 1.0.13 → 1.0.14
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 +20 -20
- package/dist/index.css +9 -9
- package/package.json +15 -16
- /package/dist/{index.cjs.js → index.cjs} +0 -0
package/README.md
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
# @ramong26/xp-components
|
|
2
|
-
|
|
3
|
-
React와 TypeScript로 만든 최소한의 UI 컴포넌트 라이브러리입니다.
|
|
4
|
-
현재는 테스트 중입니다.
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## 설치
|
|
9
|
-
|
|
10
|
-
```bash
|
|
11
|
-
# pnpm 사용
|
|
12
|
-
pnpm add @ramong26/xp-components
|
|
13
|
-
|
|
14
|
-
# npm 사용
|
|
15
|
-
npm install @ramong26/xp-components
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
사용법은 위키에 자세히 추가 될 예정입니다
|
|
1
|
+
# @ramong26/xp-components
|
|
2
|
+
|
|
3
|
+
React와 TypeScript로 만든 최소한의 UI 컴포넌트 라이브러리입니다.
|
|
4
|
+
현재는 테스트 중입니다.
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
## 설치
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
# pnpm 사용
|
|
12
|
+
pnpm add @ramong26/xp-components
|
|
13
|
+
|
|
14
|
+
# npm 사용
|
|
15
|
+
npm install @ramong26/xp-components
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
사용법은 위키에 자세히 추가 될 예정입니다
|
package/dist/index.css
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
color: #888;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
/*
|
|
42
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Button/Button.css */
|
|
43
43
|
.btn {
|
|
44
44
|
background: #fffbea;
|
|
45
45
|
background-size: cover;
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
border-color: #000;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
/*
|
|
109
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Carousel/Carousel.css */
|
|
110
110
|
.carousel {
|
|
111
111
|
position: relative;
|
|
112
112
|
overflow: hidden;
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
}
|
|
265
265
|
|
|
266
|
-
/*
|
|
266
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Checkbox/Checkbox.css */
|
|
267
267
|
.checkbox {
|
|
268
268
|
display: flex;
|
|
269
269
|
flex-direction: row;
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
}
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
/*
|
|
383
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Chips/Chips.css */
|
|
384
384
|
.chip {
|
|
385
385
|
width: fit-content;
|
|
386
386
|
height: fit-content;
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
}
|
|
544
544
|
}
|
|
545
545
|
|
|
546
|
-
/*
|
|
546
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Input/Input.css */
|
|
547
547
|
.input__wrapper {
|
|
548
548
|
position: relative;
|
|
549
549
|
cursor: text;
|
|
@@ -679,7 +679,7 @@
|
|
|
679
679
|
padding: 0 4px;
|
|
680
680
|
}
|
|
681
681
|
|
|
682
|
-
/*
|
|
682
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Select/Select.css */
|
|
683
683
|
.select {
|
|
684
684
|
position: relative;
|
|
685
685
|
cursor: pointer;
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
}
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
/*
|
|
872
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Slider/Slider.css */
|
|
873
873
|
.slider {
|
|
874
874
|
display: flex;
|
|
875
875
|
flex-direction: row;
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
-
/*
|
|
990
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Switch/Switch.css */
|
|
991
991
|
.switch {
|
|
992
992
|
display: inline-flex;
|
|
993
993
|
align-items: center;
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
/*
|
|
1119
|
+
/* ../../../Users/rlatn/AppData/Local/Temp/tmp-19012-ecoCawL8v1sv/xp-components/src/components/Tag/Tag.css */
|
|
1120
1120
|
.tag {
|
|
1121
1121
|
display: inline-flex;
|
|
1122
1122
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ramong26/xp-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "dist/index.cjs
|
|
6
|
+
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
9
9
|
"exports": {
|
|
10
10
|
".": {
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
12
12
|
"import": "./dist/index.mjs",
|
|
13
|
-
"require": "./dist/index.cjs
|
|
13
|
+
"require": "./dist/index.cjs",
|
|
14
14
|
"default": "./dist/index.mjs"
|
|
15
15
|
},
|
|
16
16
|
"./styles": "./dist/index.css",
|
|
@@ -42,6 +42,17 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
+
"scripts": {
|
|
46
|
+
"dev": "vite",
|
|
47
|
+
"build:lib": "tsup src/index.ts --dts --format cjs,esm --out-dir dist --clean",
|
|
48
|
+
"build": "pnpm build:lib",
|
|
49
|
+
"storybook": "storybook dev -p 6006",
|
|
50
|
+
"build-storybook": "storybook build",
|
|
51
|
+
"test": "vitest",
|
|
52
|
+
"pack": "pnpm build:lib && npm pack",
|
|
53
|
+
"lint": "pnpm exec eslint . --ext .ts,.tsx",
|
|
54
|
+
"typecheck": "tsc --noEmit"
|
|
55
|
+
},
|
|
45
56
|
"peerDependencies": {
|
|
46
57
|
"react": ">=18 <20",
|
|
47
58
|
"react-dom": ">=18 <20"
|
|
@@ -74,19 +85,7 @@
|
|
|
74
85
|
"vitest": "^3.2.4"
|
|
75
86
|
},
|
|
76
87
|
"dependencies": {
|
|
77
|
-
"@ramong26/xp-components": "file:/home/runner/work/xp-components/xp-components/ramong26-xp-components-1.0.13.tgz",
|
|
78
88
|
"@testing-library/react": "^16.3.0",
|
|
79
89
|
"@testing-library/user-event": "^14.6.1"
|
|
80
|
-
},
|
|
81
|
-
"scripts": {
|
|
82
|
-
"dev": "vite",
|
|
83
|
-
"build:lib": "tsup src/index.ts --dts --format cjs,esm --out-dir dist --clean",
|
|
84
|
-
"build": "pnpm build:lib",
|
|
85
|
-
"storybook": "storybook dev -p 6006",
|
|
86
|
-
"build-storybook": "storybook build",
|
|
87
|
-
"test": "vitest",
|
|
88
|
-
"pack": "pnpm build:lib && npm pack",
|
|
89
|
-
"lint": "pnpm exec eslint . --ext .ts,.tsx",
|
|
90
|
-
"typecheck": "tsc --noEmit"
|
|
91
90
|
}
|
|
92
|
-
}
|
|
91
|
+
}
|
|
File without changes
|