@reitwagen/design-components 0.6.4 → 0.6.5
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.
|
@@ -100,8 +100,8 @@ exports.Sizes = {
|
|
|
100
100
|
description: {
|
|
101
101
|
story: `
|
|
102
102
|
- Button의 크기를 변경하려면 <code>size</code> 속성을 사용하세요. 사용할 수 있는 값에는 <code>large</code>, <code>medium</code>, <code>small</code> 이 있어요. 기본값은 <code>large</code> 입니다.
|
|
103
|
+
- Button의 variant가 <code>text</code>인 경우, <code>large</code> 크기는 사용하지 않으며 <code>medium</code>, <code>small</code>만 사용합니다.
|
|
103
104
|
- Button이 부모 요소의 전체 너비를 차지하게 하려면 <code>full</code> 속성을 지정하세요.
|
|
104
|
-
- Button의 variant가 <code>text</code>인 경우, <code>large</code> 크기는 사용하지 않으며 <code>medium</code>, <code>small</code>만 사용 가능합니다.
|
|
105
105
|
`,
|
|
106
106
|
},
|
|
107
107
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.chipVariants = void 0;
|
|
4
4
|
const class_variance_authority_1 = require("class-variance-authority");
|
|
5
|
-
exports.chipVariants = (0, class_variance_authority_1.cva)("ui:flex ui:items-center ui:justify-center ui:gap-1 ui:select-none", {
|
|
5
|
+
exports.chipVariants = (0, class_variance_authority_1.cva)("ui:flex ui:items-center ui:justify-center ui:gap-1 ui:select-none ui:whitespace-nowrap", {
|
|
6
6
|
variants: {
|
|
7
7
|
variant: {
|
|
8
8
|
fill: "ui:transition-colors ui:duration-300 ui:rounded-full",
|
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reitwagen/design-components",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"**/*.css"
|
|
6
6
|
],
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"ts-node": "^10.9.2",
|
|
51
51
|
"typescript": "5.9.2",
|
|
52
52
|
"@reitwagen/eslint-config": "0.0.0",
|
|
53
|
-
"@reitwagen/
|
|
54
|
-
"@reitwagen/
|
|
53
|
+
"@reitwagen/typescript-config": "0.0.0",
|
|
54
|
+
"@reitwagen/tailwind-config": "0.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"axios": "^1.13.2",
|