Skip to content

Commit 769cf0b

Browse files
committed
Merge branch 'dev' of github.com:daangn/seed-design into feat/docs-404-page
2 parents c7d40ae + cd9a46c commit 769cf0b

File tree

21 files changed

+99
-109
lines changed

21 files changed

+99
-109
lines changed

.changeset/bumpy-olives-crash.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@seed-design/stylesheet": patch
3+
"@seed-design/css": patch
4+
---
5+
6+
color-scheme의 light-only와 dark-only에 `only` 키워드를 추가합니다

docs/app/react/[[...slug]]/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ export default async function Page(props: { params: Promise<{ slug?: string[] }>
3737
}}
3838
full={page.data.full}
3939
lastUpdate={lastModified}
40-
article={{
41-
className: "isolate",
42-
}}
4340
>
4441
<DocsTitle>{displayTitle}</DocsTitle>
4542
<DocsDescription>{displayDescription}</DocsDescription>

docs/content/react/components/floating-action-button.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ description: 화면 상에 떠 있으며 주요 액션을 실행하는 버튼입
1212
```
1313
</ComponentExample>
1414

15+
## Installation
16+
17+
```package-install
18+
npx @seed-design/cli@latest add ui:floating-action-button
19+
```
20+
21+
<ManualInstallation name="floating-action-button" />
22+
1523
## Props
1624

1725
<react-type-table path="./registry/ui/floating-action-button.tsx" name="FloatingActionButtonProps" />

docs/public/rootage/components/image-frame-floater.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"properties": {
1414
"offset": {
1515
"type": "dimension",
16-
"description": "오버레이가 이미지 프레임 가장자리에서 떨어진 거리입니다."
16+
"description": "image-frame root slot의 padding property로 대체되었습니다."
1717
}
1818
}
1919
}

docs/public/rootage/components/image-frame.json

Lines changed: 21 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
},
2222
"cornerRadius": {
2323
"type": "dimension",
24-
"description": "rounded 옵션 사용 시 적용되는 모서리 반경입니다."
24+
"description": "이 값은 기본값이며 변경할 수 있습니다."
25+
},
26+
"padding": {
27+
"type": "dimension",
28+
"description": "내부에 오버레이 요소가 존재하는 경우 이미지 모서리와 오버레이 요소 사이의 간격입니다. 이 값은 기본값이며 변경할 수 있습니다."
2529
}
2630
}
2731
}
@@ -53,26 +57,17 @@
5357
},
5458
"definitions": [
5559
{
56-
"variants": {
57-
"stroke": "true"
58-
},
60+
"variants": {},
5961
"definitions": [
6062
{
6163
"states": [
6264
"enabled"
6365
],
6466
"slots": {
6567
"root": {
66-
"strokeColor": {
67-
"type": "color",
68-
"value": "$color.stroke.neutral-subtle"
69-
},
70-
"strokeWidth": {
68+
"padding": {
7169
"type": "dimension",
72-
"value": {
73-
"value": 1,
74-
"unit": "px"
75-
}
70+
"value": "$dimension.x1_5"
7671
}
7772
}
7873
}
@@ -81,7 +76,7 @@
8176
},
8277
{
8378
"variants": {
84-
"stroke": "false"
79+
"stroke": "true"
8580
},
8681
"definitions": [
8782
{
@@ -90,10 +85,14 @@
9085
],
9186
"slots": {
9287
"root": {
88+
"strokeColor": {
89+
"type": "color",
90+
"value": "$color.stroke.neutral-subtle"
91+
},
9392
"strokeWidth": {
9493
"type": "dimension",
9594
"value": {
96-
"value": 0,
95+
"value": 1,
9796
"unit": "px"
9897
}
9998
}
@@ -102,6 +101,12 @@
102101
}
103102
]
104103
},
104+
{
105+
"variants": {
106+
"stroke": "false"
107+
},
108+
"definitions": []
109+
},
105110
{
106111
"variants": {
107112
"rounded": "true"
@@ -126,24 +131,7 @@
126131
"variants": {
127132
"rounded": "false"
128133
},
129-
"definitions": [
130-
{
131-
"states": [
132-
"enabled"
133-
],
134-
"slots": {
135-
"root": {
136-
"cornerRadius": {
137-
"type": "dimension",
138-
"value": {
139-
"value": 0,
140-
"unit": "px"
141-
}
142-
}
143-
}
144-
}
145-
}
146-
]
134+
"definitions": []
147135
}
148136
]
149137
}

packages/css/all.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,12 @@
236236

237237
[data-seed-color-mode="light-only"] {
238238
color-scheme: light;
239+
color-scheme: light only;
239240
}
240241

241242
[data-seed-color-mode="dark-only"] {
242243
color-scheme: dark;
244+
color-scheme: dark only;
243245
}
244246

245247
:root {

packages/css/all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css/base.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,12 @@
236236

237237
[data-seed-color-mode="light-only"] {
238238
color-scheme: light;
239+
color-scheme: light only;
239240
}
240241

241242
[data-seed-color-mode="dark-only"] {
242243
color-scheme: dark;
244+
color-scheme: dark only;
243245
}
244246

245247
:root {

packages/css/base.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css/vars/component/image-frame-floater.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export declare const vars: {
22
"base": {
33
"enabled": {
44
"root": {
5-
/** 오버레이가 이미지 프레임 가장자리에서 떨어진 거리입니다. */
5+
/** image-frame root slot의 padding property로 대체되었습니다. */
66
"offset": "6px"
77
}
88
}

0 commit comments

Comments
 (0)