@fleetia/components 1.1.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.
Files changed (245) hide show
  1. package/dist/Badge/Badge.css.d.ts +1 -0
  2. package/dist/Badge/Badge.d.ts +7 -0
  3. package/dist/Badge/Badge.js +9 -0
  4. package/dist/Badge/Badge.styles.js +6 -0
  5. package/dist/Badge/index.d.ts +1 -0
  6. package/dist/Badge/index.js +1 -0
  7. package/dist/Box/Box.css.d.ts +4 -0
  8. package/dist/Box/Box.d.ts +8 -0
  9. package/dist/Box/Box.js +14 -0
  10. package/dist/Box/Box.styles.js +9 -0
  11. package/dist/Box/index.d.ts +1 -0
  12. package/dist/Box/index.js +1 -0
  13. package/dist/Breadcrumb/Breadcrumb.css.d.ts +4 -0
  14. package/dist/Breadcrumb/Breadcrumb.d.ts +11 -0
  15. package/dist/Breadcrumb/Breadcrumb.js +10 -0
  16. package/dist/Breadcrumb/Breadcrumb.styles.js +9 -0
  17. package/dist/Breadcrumb/index.d.ts +1 -0
  18. package/dist/Breadcrumb/index.js +1 -0
  19. package/dist/Button/Button.css.d.ts +2 -0
  20. package/dist/Button/Button.d.ts +12 -0
  21. package/dist/Button/Button.js +9 -0
  22. package/dist/Button/Button.styles.js +7 -0
  23. package/dist/Button/index.d.ts +1 -0
  24. package/dist/Button/index.js +1 -0
  25. package/dist/CardPagination/CardPagination.css.d.ts +3 -0
  26. package/dist/CardPagination/CardPagination.d.ts +9 -0
  27. package/dist/CardPagination/CardPagination.js +15 -0
  28. package/dist/CardPagination/CardPagination.styles.js +8 -0
  29. package/dist/CardPagination/index.d.ts +1 -0
  30. package/dist/CardPagination/index.js +1 -0
  31. package/dist/Checkbox/Checkbox.css.d.ts +3 -0
  32. package/dist/Checkbox/Checkbox.d.ts +9 -0
  33. package/dist/Checkbox/Checkbox.js +11 -0
  34. package/dist/Checkbox/Checkbox.styles.js +8 -0
  35. package/dist/Checkbox/index.d.ts +1 -0
  36. package/dist/Checkbox/index.js +1 -0
  37. package/dist/CollapsibleSection/CollapsibleSection.css.d.ts +3 -0
  38. package/dist/CollapsibleSection/CollapsibleSection.d.ts +8 -0
  39. package/dist/CollapsibleSection/CollapsibleSection.js +11 -0
  40. package/dist/CollapsibleSection/CollapsibleSection.styles.js +8 -0
  41. package/dist/CollapsibleSection/index.d.ts +1 -0
  42. package/dist/CollapsibleSection/index.js +1 -0
  43. package/dist/ColorPicker/ColorPicker.constants.d.ts +5 -0
  44. package/dist/ColorPicker/ColorPicker.constants.js +8 -0
  45. package/dist/ColorPicker/ColorPicker.css.d.ts +19 -0
  46. package/dist/ColorPicker/ColorPicker.d.ts +6 -0
  47. package/dist/ColorPicker/ColorPicker.js +55 -0
  48. package/dist/ColorPicker/ColorPicker.styles.js +24 -0
  49. package/dist/ColorPicker/ColorPicker.type.d.ts +8 -0
  50. package/dist/ColorPicker/ColorPicker.utils.d.ts +6 -0
  51. package/dist/ColorPicker/ColorPicker.utils.js +49 -0
  52. package/dist/ColorPicker/NativeColorPicker.d.ts +2 -0
  53. package/dist/ColorPicker/NativeColorPicker.js +13 -0
  54. package/dist/ColorPicker/index.d.ts +1 -0
  55. package/dist/ColorPicker/index.js +1 -0
  56. package/dist/ColorPicker/useColorPanel.d.ts +11 -0
  57. package/dist/ColorPicker/useColorPanel.js +38 -0
  58. package/dist/ColorPicker/useColorWheel.d.ts +18 -0
  59. package/dist/ColorPicker/useColorWheel.js +232 -0
  60. package/dist/ColorRow/ColorRow.css.d.ts +1 -0
  61. package/dist/ColorRow/ColorRow.d.ts +9 -0
  62. package/dist/ColorRow/ColorRow.js +9 -0
  63. package/dist/ColorRow/ColorRow.styles.js +5 -0
  64. package/dist/ColorRow/index.d.ts +1 -0
  65. package/dist/ColorRow/index.js +1 -0
  66. package/dist/ConfirmDialog/ConfirmDialog.css.d.ts +7 -0
  67. package/dist/ConfirmDialog/ConfirmDialog.d.ts +4 -0
  68. package/dist/ConfirmDialog/ConfirmDialog.js +22 -0
  69. package/dist/ConfirmDialog/ConfirmDialog.styles.js +12 -0
  70. package/dist/ConfirmDialog/ConfirmDialog.type.d.ts +9 -0
  71. package/dist/ConfirmDialog/index.d.ts +1 -0
  72. package/dist/ConfirmDialog/index.js +1 -0
  73. package/dist/ContextMenu/ContextMenu.css.d.ts +3 -0
  74. package/dist/ContextMenu/ContextMenu.d.ts +5 -0
  75. package/dist/ContextMenu/ContextMenu.js +16 -0
  76. package/dist/ContextMenu/ContextMenu.styles.js +8 -0
  77. package/dist/ContextMenu/ContextMenu.type.d.ts +11 -0
  78. package/dist/ContextMenu/index.d.ts +1 -0
  79. package/dist/ContextMenu/index.js +1 -0
  80. package/dist/ContextMenu/useContextMenuKeyboard.d.ts +5 -0
  81. package/dist/ContextMenu/useContextMenuKeyboard.js +63 -0
  82. package/dist/ContextMenu/useViewportClamp.d.ts +2 -0
  83. package/dist/ContextMenu/useViewportClamp.js +18 -0
  84. package/dist/DateInput/DateInput.css.d.ts +5 -0
  85. package/dist/DateInput/DateInput.d.ts +11 -0
  86. package/dist/DateInput/DateInput.js +23 -0
  87. package/dist/DateInput/DateInput.styles.js +10 -0
  88. package/dist/DateInput/index.d.ts +1 -0
  89. package/dist/DateInput/index.js +1 -0
  90. package/dist/IconButton/IconButton.css.d.ts +7 -0
  91. package/dist/IconButton/IconButton.d.ts +5 -0
  92. package/dist/IconButton/IconButton.js +22 -0
  93. package/dist/IconButton/IconButton.styles.js +12 -0
  94. package/dist/IconButton/IconButton.type.d.ts +27 -0
  95. package/dist/IconButton/index.d.ts +1 -0
  96. package/dist/IconButton/index.js +1 -0
  97. package/dist/Modal/Modal.css.d.ts +6 -0
  98. package/dist/Modal/Modal.d.ts +4 -0
  99. package/dist/Modal/Modal.js +19 -0
  100. package/dist/Modal/Modal.styles.js +11 -0
  101. package/dist/Modal/Modal.type.d.ts +9 -0
  102. package/dist/Modal/index.d.ts +1 -0
  103. package/dist/Modal/index.js +1 -0
  104. package/dist/NavigationButton/NavigationButton.css.d.ts +1 -0
  105. package/dist/NavigationButton/NavigationButton.d.ts +8 -0
  106. package/dist/NavigationButton/NavigationButton.js +14 -0
  107. package/dist/NavigationButton/NavigationButton.styles.js +6 -0
  108. package/dist/NavigationButton/index.d.ts +1 -0
  109. package/dist/NavigationButton/index.js +1 -0
  110. package/dist/PositionGrid/PositionGrid.css.d.ts +10 -0
  111. package/dist/PositionGrid/PositionGrid.d.ts +5 -0
  112. package/dist/PositionGrid/PositionGrid.js +17 -0
  113. package/dist/PositionGrid/PositionGrid.styles.js +15 -0
  114. package/dist/PositionGrid/PositionGrid.type.d.ts +13 -0
  115. package/dist/PositionGrid/index.d.ts +1 -0
  116. package/dist/PositionGrid/index.js +1 -0
  117. package/dist/RadioGroup/RadioGroup.css.d.ts +3 -0
  118. package/dist/RadioGroup/RadioGroup.d.ts +15 -0
  119. package/dist/RadioGroup/RadioGroup.js +15 -0
  120. package/dist/RadioGroup/RadioGroup.styles.js +8 -0
  121. package/dist/RadioGroup/index.d.ts +1 -0
  122. package/dist/RadioGroup/index.js +1 -0
  123. package/dist/RangeInput/RangeInput.css.d.ts +4 -0
  124. package/dist/RangeInput/RangeInput.d.ts +12 -0
  125. package/dist/RangeInput/RangeInput.js +10 -0
  126. package/dist/RangeInput/RangeInput.styles.js +9 -0
  127. package/dist/RangeInput/index.d.ts +1 -0
  128. package/dist/RangeInput/index.js +1 -0
  129. package/dist/Select/Select.css.d.ts +4 -0
  130. package/dist/Select/Select.d.ts +20 -0
  131. package/dist/Select/Select.js +15 -0
  132. package/dist/Select/Select.styles.js +8 -0
  133. package/dist/Select/index.d.ts +1 -0
  134. package/dist/Select/index.js +1 -0
  135. package/dist/Sidebar/Sidebar.css.d.ts +3 -0
  136. package/dist/Sidebar/Sidebar.d.ts +10 -0
  137. package/dist/Sidebar/Sidebar.js +9 -0
  138. package/dist/Sidebar/Sidebar.styles.js +8 -0
  139. package/dist/Sidebar/index.d.ts +1 -0
  140. package/dist/Sidebar/index.js +1 -0
  141. package/dist/Tabs/Tabs.css.d.ts +5 -0
  142. package/dist/Tabs/Tabs.d.ts +14 -0
  143. package/dist/Tabs/Tabs.js +33 -0
  144. package/dist/Tabs/Tabs.styles.js +10 -0
  145. package/dist/Tabs/index.d.ts +1 -0
  146. package/dist/Tabs/index.js +1 -0
  147. package/dist/TextInput/TextInput.css.d.ts +5 -0
  148. package/dist/TextInput/TextInput.d.ts +17 -0
  149. package/dist/TextInput/TextInput.js +14 -0
  150. package/dist/TextInput/TextInput.styles.js +10 -0
  151. package/dist/TextInput/index.d.ts +1 -0
  152. package/dist/TextInput/index.js +1 -0
  153. package/dist/Toggle/Toggle.css.d.ts +4 -0
  154. package/dist/Toggle/Toggle.d.ts +9 -0
  155. package/dist/Toggle/Toggle.js +14 -0
  156. package/dist/Toggle/Toggle.styles.js +9 -0
  157. package/dist/Toggle/index.d.ts +1 -0
  158. package/dist/Toggle/index.js +1 -0
  159. package/dist/Tree/Tree.css.d.ts +10 -0
  160. package/dist/Tree/Tree.d.ts +4 -0
  161. package/dist/Tree/Tree.js +72 -0
  162. package/dist/Tree/Tree.styles.js +15 -0
  163. package/dist/Tree/Tree.type.d.ts +26 -0
  164. package/dist/Tree/TreeLevel.d.ts +3 -0
  165. package/dist/Tree/TreeLevel.js +42 -0
  166. package/dist/Tree/index.d.ts +1 -0
  167. package/dist/Tree/index.js +1 -0
  168. package/dist/hooks/index.d.ts +2 -0
  169. package/dist/hooks/index.js +2 -0
  170. package/dist/hooks/useBodyScrollLock.d.ts +1 -0
  171. package/dist/hooks/useBodyScrollLock.js +15 -0
  172. package/dist/hooks/useFocusTrap.d.ts +7 -0
  173. package/dist/hooks/useFocusTrap.js +59 -0
  174. package/dist/i18n/I18nProvider.d.ts +8 -0
  175. package/dist/i18n/I18nProvider.js +13 -0
  176. package/dist/i18n/context.d.ts +9 -0
  177. package/dist/i18n/context.js +15 -0
  178. package/dist/i18n/index.d.ts +3 -0
  179. package/dist/i18n/index.js +2 -0
  180. package/dist/i18n/locales/en.d.ts +3 -0
  181. package/dist/i18n/locales/en.js +152 -0
  182. package/dist/i18n/locales/ja.d.ts +3 -0
  183. package/dist/i18n/locales/ja.js +152 -0
  184. package/dist/i18n/locales/ko.d.ts +3 -0
  185. package/dist/i18n/locales/ko.js +152 -0
  186. package/dist/i18n/types.d.ts +3 -0
  187. package/dist/icons/ChevronLeftIcon.d.ts +7 -0
  188. package/dist/icons/ChevronLeftIcon.js +7 -0
  189. package/dist/icons/ChevronRightIcon.d.ts +7 -0
  190. package/dist/icons/ChevronRightIcon.js +7 -0
  191. package/dist/icons/DragHandleIcon.d.ts +7 -0
  192. package/dist/icons/DragHandleIcon.js +7 -0
  193. package/dist/icons/EyeIcon.d.ts +8 -0
  194. package/dist/icons/EyeIcon.js +10 -0
  195. package/dist/icons/FolderIcon.d.ts +7 -0
  196. package/dist/icons/FolderIcon.js +7 -0
  197. package/dist/icons/GearIcon.d.ts +7 -0
  198. package/dist/icons/GearIcon.js +7 -0
  199. package/dist/icons/TriangleDownIcon.d.ts +7 -0
  200. package/dist/icons/TriangleDownIcon.js +7 -0
  201. package/dist/icons/TriangleUpIcon.d.ts +7 -0
  202. package/dist/icons/TriangleUpIcon.js +7 -0
  203. package/dist/icons/index.d.ts +8 -0
  204. package/dist/icons/index.js +8 -0
  205. package/dist/index.d.ts +5 -0
  206. package/dist/index.js +6 -0
  207. package/dist/styles/Badge/Badge.css +22 -0
  208. package/dist/styles/Box/Box.css +20 -0
  209. package/dist/styles/Breadcrumb/Breadcrumb.css +28 -0
  210. package/dist/styles/Button/Button.css +51 -0
  211. package/dist/styles/CardPagination/CardPagination.css +29 -0
  212. package/dist/styles/Checkbox/Checkbox.css +22 -0
  213. package/dist/styles/CollapsibleSection/CollapsibleSection.css +21 -0
  214. package/dist/styles/ColorPicker/ColorPicker.css +153 -0
  215. package/dist/styles/ColorRow/ColorRow.css +9 -0
  216. package/dist/styles/ConfirmDialog/ConfirmDialog.css +52 -0
  217. package/dist/styles/ContextMenu/ContextMenu.css +34 -0
  218. package/dist/styles/DateInput/DateInput.css +47 -0
  219. package/dist/styles/IconButton/IconButton.css +79 -0
  220. package/dist/styles/Modal/Modal.css +58 -0
  221. package/dist/styles/NavigationButton/NavigationButton.css +13 -0
  222. package/dist/styles/PositionGrid/PositionGrid.css +70 -0
  223. package/dist/styles/RadioGroup/RadioGroup.css +26 -0
  224. package/dist/styles/RangeInput/RangeInput.css +33 -0
  225. package/dist/styles/Select/Select.css +39 -0
  226. package/dist/styles/Sidebar/Sidebar.css +18 -0
  227. package/dist/styles/Tabs/Tabs.css +61 -0
  228. package/dist/styles/TextInput/TextInput.css +37 -0
  229. package/dist/styles/Toggle/Toggle.css +46 -0
  230. package/dist/styles/Tree/Tree.css +89 -0
  231. package/dist/styles/tokens.css +13 -0
  232. package/dist/styles/tokens.css.d.ts +15 -0
  233. package/dist/styles/tokens.styles.js +5 -0
  234. package/dist/theme/index.d.ts +2 -0
  235. package/dist/theme/index.js +1 -0
  236. package/dist/theme/presets.d.ts +3 -0
  237. package/dist/theme/presets.js +22 -0
  238. package/dist/theme/types.d.ts +10 -0
  239. package/dist/utils/colorUtils.d.ts +32 -0
  240. package/dist/utils/colorUtils.js +227 -0
  241. package/dist/utils/cssVariable.d.ts +2 -0
  242. package/dist/utils/cssVariable.js +11 -0
  243. package/dist/utils/index.d.ts +2 -0
  244. package/dist/utils/index.js +2 -0
  245. package/package.json +191 -0
@@ -0,0 +1,152 @@
1
+ const ko = {
2
+ // IconButton
3
+ "iconButton.add": "추가",
4
+ // NavigationButton
5
+ "navigation.previous": "이전",
6
+ "navigation.next": "다음",
7
+ // CardPagination
8
+ "pagination.previousPage": "이전 페이지",
9
+ "pagination.nextPage": "다음 페이지",
10
+ // NewTabApp
11
+ "newtab.options": "옵션",
12
+ "contextMenu.changeIcon": "아이콘 변경",
13
+ "contextMenu.resetIcon": "아이콘 초기화",
14
+ "contextMenu.delete": "북마크 삭제",
15
+ // OptionsSidebar - Primary tabs
16
+ "sidebar.tab.appearance": "외형",
17
+ "sidebar.tab.layout": "배치",
18
+ "sidebar.tab.css": "CSS",
19
+ "sidebar.tab.groups": "그룹",
20
+ "sidebar.tab.general": "일반",
21
+ // OptionsSidebar - Appearance sub tabs
22
+ "sidebar.appearance.background": "배경",
23
+ "sidebar.appearance.container": "컨테이너",
24
+ "sidebar.appearance.bookmark": "북마크",
25
+ "sidebar.appearance.folder": "폴더",
26
+ // OptionsSidebar - Background section
27
+ "sidebar.background.image": "배경 이미지",
28
+ "sidebar.background.urlPlaceholder": "URL을 입력하세요",
29
+ "sidebar.background.apply": "적용",
30
+ "sidebar.background.fileUpload": "파일 업로드",
31
+ "sidebar.background.remove": "제거",
32
+ "sidebar.background.box": "배경 박스",
33
+ "sidebar.background.color": "색상",
34
+ "sidebar.background.processing": "처리 중",
35
+ "sidebar.background.preview": "배경 미리보기",
36
+ // OptionsSidebar - Container section
37
+ "sidebar.container.title": "제목",
38
+ "sidebar.container.text": "텍스트",
39
+ "sidebar.container.size": "크기",
40
+ "sidebar.container.hover": "호버",
41
+ "sidebar.container.border": "테두리",
42
+ "sidebar.container.borderColor": "테두리 색상",
43
+ "sidebar.container.borderWidth": "두께",
44
+ "sidebar.container.subtitle": "부제목",
45
+ "sidebar.container.containerBox": "컨테이너 박스",
46
+ "sidebar.container.borderRadius": "모서리 둥글기",
47
+ "sidebar.container.preview": "컨테이너 미리보기",
48
+ "sidebar.container.mockupTitle": "제목",
49
+ "sidebar.container.mockupSubtitle": "부제목 / 경로",
50
+ // OptionsSidebar - Bookmark section
51
+ "sidebar.bookmark.horizontalIcon": "아이콘을 가로로 사용",
52
+ "sidebar.bookmark.scale": "스케일 (em)",
53
+ "sidebar.bookmark.horizontalSize": "가로 사이즈",
54
+ "sidebar.bookmark.verticalSize": "세로 사이즈",
55
+ "sidebar.bookmark.iconSize": "아이콘 크기",
56
+ "sidebar.bookmark.borderRadius": "둥글기",
57
+ "sidebar.bookmark.iconBorderRadius": "아이콘 둥글기",
58
+ "sidebar.bookmark.boxColor": "박스 색상",
59
+ "sidebar.bookmark.text": "텍스트",
60
+ "sidebar.bookmark.hoverBackground": "호버 배경",
61
+ "sidebar.bookmark.hoverText": "호버 텍스트",
62
+ "sidebar.bookmark.preview": "북마크 미리보기",
63
+ "sidebar.bookmark.mockupName": "북마크",
64
+ // OptionsSidebar - Folder section
65
+ "sidebar.folder.horizontalIcon": "아이콘을 가로로 사용",
66
+ "sidebar.folder.background": "배경",
67
+ "sidebar.folder.iconBackground": "아이콘 배경",
68
+ "sidebar.folder.iconColor": "아이콘 색상",
69
+ "sidebar.folder.text": "텍스트",
70
+ "sidebar.folder.border": "테두리",
71
+ "sidebar.folder.preview": "폴더 미리보기",
72
+ "sidebar.folder.mockupName": "폴더",
73
+ // OptionsSidebar - Layout section
74
+ "sidebar.layout.expandBookmarks": "북마크를 펼치기",
75
+ "sidebar.layout.horizontalIcon": "아이콘을 가로로 사용",
76
+ "sidebar.layout.expandLayout": "펼치기 레이아웃",
77
+ "sidebar.layout.scrollLayout": "스크롤 레이아웃",
78
+ "sidebar.layout.cardColumns": "카드 가로 개수",
79
+ "sidebar.layout.horizontalSize": "가로사이즈",
80
+ "sidebar.layout.cardInnerColumns": "카드 내 가로 개수",
81
+ "sidebar.layout.horizontalColumnCount": "가로 열 개수",
82
+ "sidebar.layout.cardGap": "카드 간격",
83
+ "sidebar.layout.bookmarkGap": "북마크 간격",
84
+ "sidebar.layout.count": "개수",
85
+ "sidebar.layout.columnCount": "가로 개수",
86
+ "sidebar.layout.rowCount": "세로 개수",
87
+ "sidebar.layout.gap": "간격",
88
+ "sidebar.layout.positionMargin": "위치 + 여백",
89
+ "sidebar.layout.preview": "배치 미리보기",
90
+ "sidebar.preview.note": "미리보기는 편의를 위해 제공하므로 실제 동작과 동일하지 않습니다.",
91
+ // OptionsSidebar - CSS section
92
+ "sidebar.css.title": "커스텀 CSS",
93
+ "sidebar.css.placeholder": "/* 최우선 적용되는 커스텀 CSS */\n.my-class-* {\n color: red;\n}",
94
+ // OptionsSidebar - General section
95
+ "sidebar.general.language": "언어",
96
+ "sidebar.general.openInNewTab": "기본적으로 새 탭에서 열기",
97
+ "sidebar.general.exportImport": "내보내기 / 가져오기",
98
+ "sidebar.general.export": "내보내기",
99
+ "sidebar.general.import": "가져오기",
100
+ "sidebar.general.reset": "초기화",
101
+ "sidebar.general.resetTheme": "기본 테마로 초기화",
102
+ "sidebar.general.resetAll": "전체 초기화",
103
+ "sidebar.general.credits": "크레딧",
104
+ "sidebar.general.credits.dev": "개발 & 디자인",
105
+ "sidebar.general.credits.planning": "기획 & QA",
106
+ "sidebar.general.credits.github": "GitHub",
107
+ "sidebar.general.credits.readme": "README",
108
+ "sidebar.general.credits.postype": "Postype",
109
+ "sidebar.general.credits.bugReport": "버그 제보",
110
+ "sidebar.general.credits.homepage": "홈페이지",
111
+ "sidebar.general.credits.buyMeACoffee": "Buy me a coffee",
112
+ // OptionsSidebar - Footer / Confirm
113
+ "sidebar.cancel": "취소",
114
+ "sidebar.save": "저장",
115
+ "sidebar.confirm.unsavedChanges": "저장하지 않은 변경사항이 있습니다. 닫을까요?",
116
+ "sidebar.confirm.yes": "예",
117
+ "sidebar.confirm.no": "아니오",
118
+ // BookmarkTreeSelector
119
+ "groups.rootGroup": "루트 그룹",
120
+ "groups.allTopLevel": "전체 (최상위)",
121
+ "groups.hide": "숨기기",
122
+ "groups.show": "보이기",
123
+ "groups.dragToReorder": "드래그하여 순서 변경",
124
+ // PopupApp
125
+ "popup.active": "활성화됨",
126
+ "popup.inactive": "비활성화됨",
127
+ "popup.deactivate": "비활성화",
128
+ "popup.activate": "활성화",
129
+ "popup.description": "현재 탭에서 Starlit 기능을 사용할 수 있습니다.",
130
+ "popup.settings": "설정",
131
+ // ConfirmDialog
132
+ "confirmDialog.confirm": "확인",
133
+ "confirmDialog.cancel": "취소",
134
+ // Tree
135
+ "tree.collapse": "접기",
136
+ "tree.expand": "펼치기",
137
+ "tree.hide": "숨기기",
138
+ "tree.show": "보이기",
139
+ "tree.dragToReorder": "드래그하여 순서 변경",
140
+ // Modal
141
+ "modal.close": "닫기",
142
+ // PositionGrid
143
+ "positionGrid.group": "위치 그리드",
144
+ "positionGrid.margin.top": "위쪽 여백",
145
+ "positionGrid.margin.bottom": "아래쪽 여백",
146
+ "positionGrid.margin.left": "왼쪽 여백",
147
+ "positionGrid.margin.right": "오른쪽 여백",
148
+ // Content script
149
+ "content.activated": "Starlit 활성화됨"
150
+ };
151
+
152
+ export { ko as default };
@@ -0,0 +1,3 @@
1
+ export type Locale = "en" | "ko" | "ja";
2
+ export type TranslationKey = "iconButton.add" | "navigation.previous" | "navigation.next" | "pagination.previousPage" | "pagination.nextPage" | "newtab.options" | "contextMenu.changeIcon" | "contextMenu.resetIcon" | "contextMenu.delete" | "sidebar.tab.appearance" | "sidebar.tab.layout" | "sidebar.tab.css" | "sidebar.tab.groups" | "sidebar.tab.general" | "sidebar.appearance.background" | "sidebar.appearance.container" | "sidebar.appearance.bookmark" | "sidebar.appearance.folder" | "sidebar.background.image" | "sidebar.background.urlPlaceholder" | "sidebar.background.apply" | "sidebar.background.fileUpload" | "sidebar.background.remove" | "sidebar.background.box" | "sidebar.background.color" | "sidebar.background.processing" | "sidebar.background.preview" | "sidebar.container.title" | "sidebar.container.text" | "sidebar.container.size" | "sidebar.container.hover" | "sidebar.container.border" | "sidebar.container.borderColor" | "sidebar.container.borderWidth" | "sidebar.container.subtitle" | "sidebar.container.containerBox" | "sidebar.container.borderRadius" | "sidebar.container.preview" | "sidebar.container.mockupTitle" | "sidebar.container.mockupSubtitle" | "sidebar.bookmark.horizontalIcon" | "sidebar.bookmark.scale" | "sidebar.bookmark.horizontalSize" | "sidebar.bookmark.verticalSize" | "sidebar.bookmark.iconSize" | "sidebar.bookmark.borderRadius" | "sidebar.bookmark.iconBorderRadius" | "sidebar.bookmark.boxColor" | "sidebar.bookmark.text" | "sidebar.bookmark.hoverBackground" | "sidebar.bookmark.hoverText" | "sidebar.bookmark.preview" | "sidebar.bookmark.mockupName" | "sidebar.folder.horizontalIcon" | "sidebar.folder.background" | "sidebar.folder.iconBackground" | "sidebar.folder.iconColor" | "sidebar.folder.text" | "sidebar.folder.border" | "sidebar.folder.preview" | "sidebar.folder.mockupName" | "sidebar.layout.expandBookmarks" | "sidebar.layout.horizontalIcon" | "sidebar.layout.expandLayout" | "sidebar.layout.scrollLayout" | "sidebar.layout.cardColumns" | "sidebar.layout.horizontalSize" | "sidebar.layout.cardInnerColumns" | "sidebar.layout.horizontalColumnCount" | "sidebar.layout.cardGap" | "sidebar.layout.bookmarkGap" | "sidebar.layout.count" | "sidebar.layout.columnCount" | "sidebar.layout.rowCount" | "sidebar.layout.gap" | "sidebar.layout.positionMargin" | "sidebar.layout.preview" | "sidebar.preview.note" | "sidebar.css.title" | "sidebar.css.placeholder" | "sidebar.general.language" | "sidebar.general.openInNewTab" | "sidebar.general.exportImport" | "sidebar.general.export" | "sidebar.general.import" | "sidebar.general.reset" | "sidebar.general.resetTheme" | "sidebar.general.resetAll" | "sidebar.general.credits" | "sidebar.general.credits.dev" | "sidebar.general.credits.planning" | "sidebar.general.credits.github" | "sidebar.general.credits.readme" | "sidebar.general.credits.postype" | "sidebar.general.credits.bugReport" | "sidebar.general.credits.homepage" | "sidebar.general.credits.buyMeACoffee" | "sidebar.cancel" | "sidebar.save" | "sidebar.confirm.unsavedChanges" | "sidebar.confirm.yes" | "sidebar.confirm.no" | "groups.rootGroup" | "groups.allTopLevel" | "groups.hide" | "groups.show" | "groups.dragToReorder" | "popup.active" | "popup.inactive" | "popup.deactivate" | "popup.activate" | "popup.description" | "popup.settings" | "confirmDialog.confirm" | "confirmDialog.cancel" | "tree.collapse" | "tree.expand" | "tree.hide" | "tree.show" | "tree.dragToReorder" | "modal.close" | "content.activated" | "positionGrid.group" | "positionGrid.margin.top" | "positionGrid.margin.bottom" | "positionGrid.margin.left" | "positionGrid.margin.right";
3
+ export type Translations = Record<TranslationKey, string>;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function ChevronLeftIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { ChevronLeftIcon };
@@ -0,0 +1,7 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+
3
+ function ChevronLeftIcon({ width = 24, height = 24, ...props }) {
4
+ return (jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", ...props, children: jsx("path", { d: "M15 18L9 12L15 6", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
5
+ }
6
+
7
+ export { ChevronLeftIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function ChevronRightIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { ChevronRightIcon };
@@ -0,0 +1,7 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+
3
+ function ChevronRightIcon({ width = 24, height = 24, ...props }) {
4
+ return (jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", ...props, children: jsx("path", { d: "M9 6L15 12L9 18", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
5
+ }
6
+
7
+ export { ChevronRightIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function DragHandleIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { DragHandleIcon };
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function DragHandleIcon({ width = 14, height = 14, ...props }) {
4
+ return (jsxs("svg", { width: width, height: height, viewBox: "0 0 16 16", fill: "currentColor", ...props, children: [jsx("circle", { cx: "6", cy: "3.5", r: "1.5" }), jsx("circle", { cx: "10", cy: "3.5", r: "1.5" }), jsx("circle", { cx: "6", cy: "8", r: "1.5" }), jsx("circle", { cx: "10", cy: "8", r: "1.5" }), jsx("circle", { cx: "6", cy: "12.5", r: "1.5" }), jsx("circle", { cx: "10", cy: "12.5", r: "1.5" })] }));
5
+ }
6
+
7
+ export { DragHandleIcon };
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ type EyeIconProps = React.SVGProps<SVGSVGElement> & {
3
+ isVisible: boolean;
4
+ width?: number;
5
+ height?: number;
6
+ };
7
+ declare function EyeIcon({ isVisible, width, height, ...props }: EyeIconProps): React.ReactElement;
8
+ export { EyeIcon };
@@ -0,0 +1,10 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function EyeIcon({ isVisible, width = 14, height = 14, ...props }) {
4
+ if (isVisible) {
5
+ return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: [jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }), jsx("circle", { cx: "12", cy: "12", r: "3" })] }));
6
+ }
7
+ return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", ...props, children: [jsx("path", { d: "M17.94 17.94A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.5 18.5 0 01-2.16 3.19m-6.72-1.07a3 3 0 11-4.24-4.24" }), jsx("line", { x1: "1", y1: "1", x2: "23", y2: "23" })] }));
8
+ }
9
+
10
+ export { EyeIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: string;
4
+ height?: string;
5
+ };
6
+ declare function FolderIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { FolderIcon };
@@ -0,0 +1,7 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+
3
+ function FolderIcon({ width = "60%", height = "60%", ...props }) {
4
+ return (jsx("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", ...props, children: jsx("path", { d: "M3 7V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9C21 7.89543 20.1046 7 19 7H12L10 5H5C3.89543 5 3 5.89543 3 7Z", fill: "currentColor", opacity: "0.25", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }));
5
+ }
6
+
7
+ export { FolderIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function GearIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { GearIcon };
@@ -0,0 +1,7 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+
3
+ function GearIcon({ width = 20, height = 20, ...props }) {
4
+ return (jsxs("svg", { width: width, height: height, viewBox: "0 0 24 24", fill: "none", ...props, children: [jsx("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31074 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81312 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80618 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31074 4.6 9C4.73312 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81312 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80618 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73312 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15Z", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
5
+ }
6
+
7
+ export { GearIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function TriangleDownIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { TriangleDownIcon };
@@ -0,0 +1,7 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+
3
+ function TriangleDownIcon({ width = 12, height = 8, ...props }) {
4
+ return (jsx("svg", { width: width, height: height, viewBox: "0 0 12 8", fill: "none", ...props, children: jsx("path", { d: "M6 8L0 0H12L6 8Z", fill: "currentColor" }) }));
5
+ }
6
+
7
+ export { TriangleDownIcon };
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = React.SVGProps<SVGSVGElement> & {
3
+ width?: number;
4
+ height?: number;
5
+ };
6
+ declare function TriangleUpIcon({ width, height, ...props }: IconProps): React.ReactElement;
7
+ export { TriangleUpIcon };
@@ -0,0 +1,7 @@
1
+ import { jsx } from 'react/jsx-runtime';
2
+
3
+ function TriangleUpIcon({ width = 12, height = 8, ...props }) {
4
+ return (jsx("svg", { width: width, height: height, viewBox: "0 0 12 8", fill: "none", ...props, children: jsx("path", { d: "M6 0L12 8H0L6 0Z", fill: "currentColor" }) }));
5
+ }
6
+
7
+ export { TriangleUpIcon };
@@ -0,0 +1,8 @@
1
+ export { ChevronLeftIcon } from "./ChevronLeftIcon";
2
+ export { ChevronRightIcon } from "./ChevronRightIcon";
3
+ export { TriangleUpIcon } from "./TriangleUpIcon";
4
+ export { TriangleDownIcon } from "./TriangleDownIcon";
5
+ export { GearIcon } from "./GearIcon";
6
+ export { FolderIcon } from "./FolderIcon";
7
+ export { EyeIcon } from "./EyeIcon";
8
+ export { DragHandleIcon } from "./DragHandleIcon";
@@ -0,0 +1,8 @@
1
+ export { ChevronLeftIcon } from './ChevronLeftIcon.js';
2
+ export { ChevronRightIcon } from './ChevronRightIcon.js';
3
+ export { TriangleUpIcon } from './TriangleUpIcon.js';
4
+ export { TriangleDownIcon } from './TriangleDownIcon.js';
5
+ export { GearIcon } from './GearIcon.js';
6
+ export { FolderIcon } from './FolderIcon.js';
7
+ export { EyeIcon } from './EyeIcon.js';
8
+ export { DragHandleIcon } from './DragHandleIcon.js';
@@ -0,0 +1,5 @@
1
+ export { vars } from "./styles/tokens.css";
2
+ export { lightTheme, darkTheme, type ColorTheme } from "./theme";
3
+ export { I18nProvider, useTranslation, localeMap, type Locale, type Translations } from "./i18n";
4
+ export { setCSSVariable, setCSSVariables } from "./utils/cssVariable";
5
+ export { type HSLA, type ColorFormat, type Point, hslToRgb, rgbToHsl, rgbToHex, hexToRgb, parseColor, formatColor } from "./utils/colorUtils";
package/dist/index.js ADDED
@@ -0,0 +1,6 @@
1
+ export { vars } from './styles/tokens.styles.js';
2
+ export { darkTheme, lightTheme } from './theme/presets.js';
3
+ export { I18nProvider } from './i18n/I18nProvider.js';
4
+ export { localeMap, useTranslation } from './i18n/context.js';
5
+ export { setCSSVariable, setCSSVariables } from './utils/cssVariable.js';
6
+ export { formatColor, hexToRgb, hslToRgb, parseColor, rgbToHex, rgbToHsl } from './utils/colorUtils.js';
@@ -0,0 +1,22 @@
1
+ .Badge_base__oin6dk0 {
2
+ display: inline-block;
3
+ padding: 0.2em 0.6em;
4
+ font-size: 0.75rem;
5
+ font-weight: 500;
6
+ text-align: center;
7
+ white-space: nowrap;
8
+ border: 1px solid var(--c-border);
9
+ }
10
+ .Badge_variant_active__oin6dk1 {
11
+ background: var(--c-accent);
12
+ color: var(--c-accent-text);
13
+ border-color: var(--c-accent);
14
+ }
15
+ .Badge_variant_inactive__oin6dk2 {
16
+ background: var(--c-surface);
17
+ color: var(--c-text);
18
+ }
19
+ .Badge_variant_default__oin6dk3 {
20
+ background: rgba(0, 0, 0, 0.04);
21
+ color: var(--c-muted);
22
+ }
@@ -0,0 +1,20 @@
1
+ .Box_container__141rrv70 {
2
+ border: 1px solid var(--c-border);
3
+ padding: 0.5em 0.75em 0.75em;
4
+ background: var(--c-surface);
5
+ }
6
+ .Box_header__141rrv71 {
7
+ display: grid;
8
+ align-items: center;
9
+ gap: 0.25em;
10
+ margin-bottom: 0.6em;
11
+ }
12
+ .Box_title__141rrv72 {
13
+ font-weight: 600;
14
+ font-size: 16px;
15
+ color: #000;
16
+ }
17
+ .Box_subtitle__141rrv73 {
18
+ font-size: 0.75rem;
19
+ color: var(--c-muted);
20
+ }
@@ -0,0 +1,28 @@
1
+ .Breadcrumb_breadcrumb__1bb9vx80 {
2
+ display: flex;
3
+ align-items: center;
4
+ gap: 0.25em;
5
+ flex-wrap: wrap;
6
+ }
7
+ .Breadcrumb_breadcrumbItem__1bb9vx81 {
8
+ background: none;
9
+ border: none;
10
+ color: var(--c-muted);
11
+ font-size: 0.85em;
12
+ cursor: pointer;
13
+ padding: 0;
14
+ }
15
+ .Breadcrumb_breadcrumbItem__1bb9vx81:hover {
16
+ color: var(--c-accent);
17
+ }
18
+ .Breadcrumb_breadcrumbItemActive__1bb9vx82 {
19
+ color: var(--heading-title-color, var(--c-text));
20
+ font-size: var(--heading-title-size, inherit);
21
+ font-weight: 600;
22
+ -webkit-text-stroke: var(--heading-text-stroke, 0 transparent);
23
+ paint-order: stroke fill;
24
+ }
25
+ .Breadcrumb_breadcrumbSeparator__1bb9vx83 {
26
+ color: var(--c-muted);
27
+ font-size: 0.75em;
28
+ }
@@ -0,0 +1,51 @@
1
+ .Button_base__171gz8m0 {
2
+ cursor: pointer;
3
+ font-weight: 500;
4
+ border-radius: 4px;
5
+ transition: all 0.15s;
6
+ border: 1px solid var(--c-border);
7
+ }
8
+ .Button_base__171gz8m0:disabled {
9
+ opacity: 0.4;
10
+ cursor: default;
11
+ }
12
+ .Button_size_sm__171gz8m1 {
13
+ padding: 0.3em 0.6em;
14
+ font-size: 0.75rem;
15
+ }
16
+ .Button_size_md__171gz8m2 {
17
+ padding: 0.4em 1em;
18
+ font-size: 0.8rem;
19
+ }
20
+ .Button_variant_primary__171gz8m3 {
21
+ background: var(--c-accent);
22
+ color: var(--c-accent-text);
23
+ border-color: var(--c-accent);
24
+ }
25
+ .Button_variant_secondary__171gz8m4 {
26
+ background: var(--c-surface);
27
+ color: var(--c-text);
28
+ }
29
+ .Button_variant_ghost__171gz8m5 {
30
+ background: transparent;
31
+ color: var(--c-text);
32
+ border-color: transparent;
33
+ }
34
+ .Button_variant_danger__171gz8m6 {
35
+ background: #dc3545;
36
+ color: #ffffff;
37
+ border-color: #dc3545;
38
+ }
39
+ @media (hover: hover) {
40
+ .Button_variant_secondary__171gz8m4:hover:not(:disabled) {
41
+ background: var(--c-hover-bg);
42
+ color: var(--c-hover-text);
43
+ }
44
+ .Button_variant_ghost__171gz8m5:hover:not(:disabled) {
45
+ background: rgba(0, 0, 0, 0.04);
46
+ }
47
+ .Button_variant_danger__171gz8m6:hover:not(:disabled) {
48
+ background: #c82333;
49
+ border-color: #c82333;
50
+ }
51
+ }
@@ -0,0 +1,29 @@
1
+ .CardPagination_cardNav__nwr0gc0 {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ gap: 0.5em;
6
+ }
7
+ .CardPagination_cardNavButton__nwr0gc1 {
8
+ cursor: pointer;
9
+ border: 1px solid var(--c-border);
10
+ background: var(--c-surface);
11
+ color: var(--c-text);
12
+ padding: 2px 6px;
13
+ line-height: 1;
14
+ transition: all 0.15s;
15
+ }
16
+ .CardPagination_cardNavButton__nwr0gc1:hover:not(:disabled) {
17
+ background: var(--c-hover-bg);
18
+ color: var(--c-hover-text);
19
+ }
20
+ .CardPagination_cardNavButton__nwr0gc1:disabled {
21
+ opacity: 0.3;
22
+ cursor: default;
23
+ }
24
+ .CardPagination_cardNavIndicator__nwr0gc2 {
25
+ font-size: 0.7em;
26
+ color: var(--c-muted);
27
+ min-width: 2em;
28
+ text-align: center;
29
+ }
@@ -0,0 +1,22 @@
1
+ .Checkbox_wrapper__9vz1120 {
2
+ display: flex;
3
+ align-items: center;
4
+ gap: 0.25em;
5
+ cursor: pointer;
6
+ }
7
+ .Checkbox_wrapper__9vz1120[data-disabled] {
8
+ opacity: 0.5;
9
+ cursor: default;
10
+ }
11
+ .Checkbox_input__9vz1121 {
12
+ accent-color: var(--c-accent);
13
+ cursor: pointer;
14
+ }
15
+ .Checkbox_wrapper__9vz1120[data-disabled] .Checkbox_input__9vz1121 {
16
+ cursor: default;
17
+ }
18
+ .Checkbox_label__9vz1122 {
19
+ font-size: 0.8rem;
20
+ color: var(--c-text);
21
+ user-select: none;
22
+ }
@@ -0,0 +1,21 @@
1
+ .CollapsibleSection_item__1ktikzy0 {
2
+ border: 1px solid var(--c-border);
3
+ padding: 0.5em 0.75em 0.75em;
4
+ background: var(--c-surface);
5
+ margin-bottom: 0.5em;
6
+ }
7
+ .CollapsibleSection_title__1ktikzy1 {
8
+ display: block;
9
+ width: 100%;
10
+ font-weight: 600;
11
+ font-size: 0.85rem;
12
+ cursor: pointer;
13
+ background: none;
14
+ border: none;
15
+ padding: 0;
16
+ text-align: left;
17
+ color: inherit;
18
+ }
19
+ .CollapsibleSection_body__1ktikzy2 {
20
+ padding-top: 0.75em;
21
+ }