@ncds/ui-admin-mcp 1.0.0-alpha.10

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 (94) hide show
  1. package/README.md +113 -0
  2. package/bin/components.bundle.js +1 -0
  3. package/bin/definitions/compliance-rules.json +64 -0
  4. package/bin/definitions/instructions.md +164 -0
  5. package/bin/definitions/js-api.json +165 -0
  6. package/bin/definitions/rules.json +59 -0
  7. package/bin/definitions/token-descriptions.json +27 -0
  8. package/bin/definitions/tool-definitions.json +58 -0
  9. package/bin/server.d.ts +1 -0
  10. package/bin/server.js +217 -0
  11. package/bin/server.mjs +8 -0
  12. package/bin/tools/getComponentProps.d.ts +4 -0
  13. package/bin/tools/getComponentProps.js +20 -0
  14. package/bin/tools/getDesignTokens.d.ts +13 -0
  15. package/bin/tools/getDesignTokens.js +20 -0
  16. package/bin/tools/listComponents.d.ts +16 -0
  17. package/bin/tools/listComponents.js +24 -0
  18. package/bin/tools/listIcons.d.ts +22 -0
  19. package/bin/tools/listIcons.js +23 -0
  20. package/bin/tools/ping.d.ts +17 -0
  21. package/bin/tools/ping.js +20 -0
  22. package/bin/tools/renderToHtml.d.ts +23 -0
  23. package/bin/tools/renderToHtml.js +267 -0
  24. package/bin/tools/searchComponent.d.ts +4 -0
  25. package/bin/tools/searchComponent.js +33 -0
  26. package/bin/tools/searchIcon.d.ts +7 -0
  27. package/bin/tools/searchIcon.js +19 -0
  28. package/bin/tools/validateHtml.d.ts +18 -0
  29. package/bin/tools/validateHtml.js +85 -0
  30. package/bin/types.d.ts +123 -0
  31. package/bin/types.js +5 -0
  32. package/bin/utils/bemValidator.d.ts +36 -0
  33. package/bin/utils/bemValidator.js +198 -0
  34. package/bin/utils/compliance.d.ts +52 -0
  35. package/bin/utils/compliance.js +199 -0
  36. package/bin/utils/dataLoader.d.ts +35 -0
  37. package/bin/utils/dataLoader.js +192 -0
  38. package/bin/utils/domEnvironment.d.ts +9 -0
  39. package/bin/utils/domEnvironment.js +75 -0
  40. package/bin/utils/fuzzyMatch.d.ts +21 -0
  41. package/bin/utils/fuzzyMatch.js +110 -0
  42. package/bin/utils/logger.d.ts +18 -0
  43. package/bin/utils/logger.js +27 -0
  44. package/bin/utils/response.d.ts +28 -0
  45. package/bin/utils/response.js +39 -0
  46. package/bin/utils/tokenValidator.d.ts +24 -0
  47. package/bin/utils/tokenValidator.js +162 -0
  48. package/bin/version.d.ts +4 -0
  49. package/bin/version.js +7 -0
  50. package/data/_icons.json +12401 -0
  51. package/data/_meta.json +12 -0
  52. package/data/_tokens.json +661 -0
  53. package/data/badge-group.json +295 -0
  54. package/data/badge.json +246 -0
  55. package/data/bread-crumb.json +87 -0
  56. package/data/button-group.json +94 -0
  57. package/data/button.json +259 -0
  58. package/data/carousel-arrow.json +87 -0
  59. package/data/carousel-number-group.json +87 -0
  60. package/data/checkbox.json +99 -0
  61. package/data/combo-box.json +173 -0
  62. package/data/date-picker.json +123 -0
  63. package/data/divider.json +91 -0
  64. package/data/dot.json +103 -0
  65. package/data/dropdown.json +258 -0
  66. package/data/empty-state.json +227 -0
  67. package/data/featured-icon.json +139 -0
  68. package/data/file-input.json +315 -0
  69. package/data/horizontal-tab.json +329 -0
  70. package/data/image-file-input.json +339 -0
  71. package/data/input-base.json +299 -0
  72. package/data/modal.json +143 -0
  73. package/data/notification.json +194 -0
  74. package/data/number-input.json +295 -0
  75. package/data/pagination.json +101 -0
  76. package/data/password-input.json +263 -0
  77. package/data/progress-bar.json +109 -0
  78. package/data/progress-circle.json +96 -0
  79. package/data/radio.json +86 -0
  80. package/data/range-date-picker-with-buttons.json +273 -0
  81. package/data/range-date-picker.json +259 -0
  82. package/data/select-box.json +193 -0
  83. package/data/select.json +132 -0
  84. package/data/slider.json +100 -0
  85. package/data/spinner.json +93 -0
  86. package/data/switch.json +156 -0
  87. package/data/tag.json +159 -0
  88. package/data/textarea.json +96 -0
  89. package/data/toggle.json +102 -0
  90. package/data/tooltip.json +185 -0
  91. package/data/vertical-tab.json +314 -0
  92. package/package.json +61 -0
  93. package/templates/.mcp.json.example +8 -0
  94. package/templates/README.md +30 -0
@@ -0,0 +1,258 @@
1
+ {
2
+ "name": "dropdown",
3
+ "exportName": "Dropdown",
4
+ "importPath": "@ncds/ui-admin",
5
+ "jsRequired": false,
6
+ "category": "overlay",
7
+ "description": "Dropdown(메뉴형)은 버튼, 아이콘, 아바타 등 트리거 요소를 통해 숨겨진 메뉴 또는 작업(Action) 목록을 레이어 형태로 노출하는 컴포넌트입니다.",
8
+ "aliases": [
9
+ "Dropdown",
10
+ "드롭다운",
11
+ "Trigger",
12
+ "Layer",
13
+ "Menu",
14
+ "IconTrigger",
15
+ "AvatarTrigger",
16
+ "ButtonTrigger",
17
+ "TextTrigger",
18
+ "CustomTrigger",
19
+ "DropdownGroup",
20
+ "DropdownItem",
21
+ "Header",
22
+ "Divider",
23
+ "Danger",
24
+ "align",
25
+ "closeOnClickItem",
26
+ "NCDS"
27
+ ],
28
+ "hasChildren": true,
29
+ "whenToUse": [
30
+ "Dropdown은 값 선택이 아닌 액션 실행 컴포넌트입니다",
31
+ "제한된 화면 공간에서 다수의 작업을 구조적으로 제공할 때 사용합니다"
32
+ ],
33
+ "forbiddenRules": [
34
+ "메뉴명 말줄임 처리 금지",
35
+ "10개 이상 메뉴 구성 지양",
36
+ "내부 스크롤 지양",
37
+ "값 선택 용도 사용 금지",
38
+ "별도 전용 버튼 생성 금지",
39
+ "Danger 스타일 남용 금지"
40
+ ],
41
+ "seeAlso": [
42
+ "button",
43
+ "selectbox",
44
+ "icon",
45
+ "icon-button"
46
+ ],
47
+ "usageExamples": {
48
+ "buttonTrigger": {
49
+ "trigger": {
50
+ "type": "button",
51
+ "text": "메뉴"
52
+ },
53
+ "groups": [
54
+ {
55
+ "items": [
56
+ {
57
+ "id": "edit",
58
+ "text": "수정"
59
+ },
60
+ {
61
+ "id": "copy",
62
+ "text": "복사"
63
+ },
64
+ {
65
+ "id": "delete",
66
+ "text": "삭제",
67
+ "type": "danger"
68
+ }
69
+ ]
70
+ }
71
+ ]
72
+ },
73
+ "iconTrigger": {
74
+ "trigger": {
75
+ "type": "icon"
76
+ },
77
+ "groups": [
78
+ {
79
+ "items": [
80
+ {
81
+ "id": "setting",
82
+ "text": "설정"
83
+ },
84
+ {
85
+ "id": "logout",
86
+ "text": "로그아웃"
87
+ }
88
+ ]
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ "props": {
94
+ "align": {
95
+ "type": "enum",
96
+ "required": false,
97
+ "values": [
98
+ "left",
99
+ "right"
100
+ ],
101
+ "default": "left"
102
+ },
103
+ "className": {
104
+ "type": "string",
105
+ "required": false
106
+ },
107
+ "closeOnClickItem": {
108
+ "type": "boolean",
109
+ "required": false,
110
+ "default": true
111
+ },
112
+ "closeOnClickOutside": {
113
+ "type": "boolean",
114
+ "required": false,
115
+ "default": true
116
+ },
117
+ "groups": {
118
+ "type": "object",
119
+ "required": true,
120
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownGroup[]",
121
+ "properties": {
122
+ "items": {
123
+ "type": "object",
124
+ "required": true,
125
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownItemType[]",
126
+ "properties": {
127
+ "id": {
128
+ "type": "string",
129
+ "required": true
130
+ },
131
+ "text": {
132
+ "type": "string",
133
+ "required": true
134
+ },
135
+ "icon": {
136
+ "type": "function",
137
+ "required": false
138
+ },
139
+ "shortcut": {
140
+ "type": "string",
141
+ "required": false
142
+ },
143
+ "onClick": {
144
+ "type": "function",
145
+ "required": false
146
+ },
147
+ "disabled": {
148
+ "type": "boolean",
149
+ "required": false
150
+ },
151
+ "type": {
152
+ "type": "enum",
153
+ "required": false,
154
+ "values": [
155
+ "danger",
156
+ "default"
157
+ ]
158
+ },
159
+ "className": {
160
+ "type": "string",
161
+ "required": false
162
+ }
163
+ }
164
+ }
165
+ }
166
+ },
167
+ "header": {
168
+ "type": "object",
169
+ "required": false,
170
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").DropdownHeaderType | undefined",
171
+ "properties": {
172
+ "type": {
173
+ "type": "string",
174
+ "required": true,
175
+ "rawType": "\"avatar\""
176
+ },
177
+ "avatar": {
178
+ "type": "string",
179
+ "required": false
180
+ },
181
+ "title": {
182
+ "type": "string",
183
+ "required": true
184
+ },
185
+ "subtitle": {
186
+ "type": "string",
187
+ "required": false
188
+ }
189
+ }
190
+ },
191
+ "opened": {
192
+ "type": "boolean",
193
+ "required": false,
194
+ "default": false
195
+ },
196
+ "trigger": {
197
+ "type": "object",
198
+ "required": true,
199
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").AvatarTrigger | import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").ButtonTrigger | import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").IconTrigger | import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/dropdown/Dropdown\").CustomTrigger",
200
+ "properties": {
201
+ "type": {
202
+ "type": "string",
203
+ "required": true,
204
+ "rawType": "\"avatar\""
205
+ },
206
+ "avatar": {
207
+ "type": "string",
208
+ "required": false
209
+ },
210
+ "text": {
211
+ "type": "string",
212
+ "required": false
213
+ },
214
+ "icon": {
215
+ "type": "function",
216
+ "required": false
217
+ },
218
+ "children": {
219
+ "type": "ReactNode",
220
+ "required": false
221
+ }
222
+ }
223
+ }
224
+ },
225
+ "html": {},
226
+ "bemClasses": [
227
+ "ncua-dropdown",
228
+ "ncua-dropdown--right",
229
+ "ncua-dropdown__avatar",
230
+ "ncua-dropdown__group",
231
+ "ncua-dropdown__header",
232
+ "ncua-dropdown__header-avatar-group",
233
+ "ncua-dropdown__header-subtitle",
234
+ "ncua-dropdown__header-text",
235
+ "ncua-dropdown__header-title",
236
+ "ncua-dropdown__item",
237
+ "ncua-dropdown__item-clickable-layer",
238
+ "ncua-dropdown__item-content",
239
+ "ncua-dropdown__item-icon",
240
+ "ncua-dropdown__item-shortcut",
241
+ "ncua-dropdown__item-text",
242
+ "ncua-dropdown__item-text-group",
243
+ "ncua-dropdown__menu",
244
+ "ncua-dropdown__menu-items",
245
+ "ncua-dropdown__trigger",
246
+ "ncua-dropdown__trigger ncua-dropdown__trigger--avatar",
247
+ "ncua-dropdown__trigger ncua-dropdown__trigger--button",
248
+ "ncua-dropdown__trigger ncua-dropdown__trigger--icon"
249
+ ],
250
+ "usage": {
251
+ "import": "import { Dropdown } from '@ncds/ui-admin';",
252
+ "react": {
253
+ "default": "<Dropdown groups=\"\" trigger=\"\" />",
254
+ "align:left": "<Dropdown align=\"left\" groups=\"\" trigger=\"\" />",
255
+ "align:right": "<Dropdown align=\"right\" groups=\"\" trigger=\"\" />"
256
+ }
257
+ }
258
+ }
@@ -0,0 +1,227 @@
1
+ {
2
+ "name": "empty-state",
3
+ "exportName": "EmptyState",
4
+ "importPath": "@ncds/ui-admin",
5
+ "jsRequired": false,
6
+ "category": "feedback",
7
+ "description": "EmptyState는 앱에서 사용자에게 표시할 데이터가 없거나 검색어가 0개의 결과를 반환하는 순간을 표시하는 컴포넌트입니다.",
8
+ "aliases": [
9
+ "EmptyState",
10
+ "빈상태",
11
+ "빈화면",
12
+ "검색결과없음",
13
+ "데이터없음",
14
+ "안내메시지",
15
+ "title",
16
+ "description",
17
+ "buttons",
18
+ "액션버튼",
19
+ "NCDS"
20
+ ],
21
+ "hasChildren": false,
22
+ "whenToUse": [
23
+ "빈 상태의 이유를 명확하게 설명하고 사용자가 취할 수 있는 다음 단계와 명확한 작업에 대한 지침을 제공",
24
+ "충분한 지침이 있으면 작업이 예상대로 작동하지 않을 때에도 원활한 경험을 보장"
25
+ ],
26
+ "forbiddenRules": [
27
+ "빈 상태 무시 금지(반드시 EmptyState로 안내 메시지 제공)",
28
+ "모호한 메시지 금지",
29
+ "과도한 버튼 사용 금지",
30
+ "장식 용도 금지",
31
+ "로딩 중 표시 금지"
32
+ ],
33
+ "seeAlso": [
34
+ "spinner"
35
+ ],
36
+ "props": {
37
+ "buttons": {
38
+ "type": "object",
39
+ "required": false,
40
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/empty-state/EmptyState\").ButtonOptions | import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/components/empty-state/EmptyState\").ButtonOptions[] | undefined",
41
+ "properties": {
42
+ "label": {
43
+ "type": "string",
44
+ "required": true
45
+ },
46
+ "onClick": {
47
+ "type": "function",
48
+ "required": false
49
+ },
50
+ "disabled": {
51
+ "type": "boolean",
52
+ "required": false
53
+ },
54
+ "hierarchy": {
55
+ "type": "enum",
56
+ "required": false,
57
+ "values": [
58
+ "destructive",
59
+ "primary",
60
+ "secondary",
61
+ "secondary-gray",
62
+ "tertiary",
63
+ "tertiary-gray",
64
+ "text",
65
+ "text-gray",
66
+ "text-red"
67
+ ]
68
+ },
69
+ "size": {
70
+ "type": "enum",
71
+ "required": false,
72
+ "values": [
73
+ "md",
74
+ "sm",
75
+ "xs",
76
+ "xxs"
77
+ ]
78
+ },
79
+ "leadingIcon": {
80
+ "type": "object",
81
+ "required": false,
82
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
83
+ "properties": {
84
+ "type": {
85
+ "type": "string",
86
+ "required": true,
87
+ "rawType": "\"icon\""
88
+ },
89
+ "icon": {
90
+ "type": "function",
91
+ "required": false
92
+ },
93
+ "color": {
94
+ "type": "enum",
95
+ "required": false,
96
+ "values": [
97
+ "black",
98
+ "blue500",
99
+ "blue600",
100
+ "currentColor",
101
+ "gray100",
102
+ "gray200",
103
+ "gray300",
104
+ "gray400",
105
+ "gray500",
106
+ "gray600",
107
+ "gray700",
108
+ "green500",
109
+ "green600",
110
+ "orange500",
111
+ "orange600",
112
+ "pink100",
113
+ "pink600",
114
+ "red500",
115
+ "red600",
116
+ "secondary-gray-blue-100",
117
+ "secondary-gray-blue-200",
118
+ "secondary-gray-blue-300",
119
+ "secondary-gray-blue-400",
120
+ "secondary-gray-blue-450",
121
+ "secondary-gray-blue-50",
122
+ "secondary-gray-blue-500",
123
+ "secondary-gray-blue-600",
124
+ "secondary-gray-blue-700",
125
+ "violet300",
126
+ "violet600",
127
+ "white",
128
+ "yellow600"
129
+ ]
130
+ },
131
+ "size": {
132
+ "type": "number",
133
+ "required": false
134
+ },
135
+ "children": {
136
+ "type": "ReactNode",
137
+ "required": false
138
+ }
139
+ }
140
+ },
141
+ "trailingIcon": {
142
+ "type": "object",
143
+ "required": false,
144
+ "rawType": "import(\"/Users/nhncommerce/Desktop/company/ai-driven-ncds/packages/ui-admin/src/types/side-slot\").SideSlotType | undefined",
145
+ "properties": {
146
+ "type": {
147
+ "type": "string",
148
+ "required": true,
149
+ "rawType": "\"icon\""
150
+ },
151
+ "icon": {
152
+ "type": "function",
153
+ "required": false
154
+ },
155
+ "color": {
156
+ "type": "enum",
157
+ "required": false,
158
+ "values": [
159
+ "black",
160
+ "blue500",
161
+ "blue600",
162
+ "currentColor",
163
+ "gray100",
164
+ "gray200",
165
+ "gray300",
166
+ "gray400",
167
+ "gray500",
168
+ "gray600",
169
+ "gray700",
170
+ "green500",
171
+ "green600",
172
+ "orange500",
173
+ "orange600",
174
+ "pink100",
175
+ "pink600",
176
+ "red500",
177
+ "red600",
178
+ "secondary-gray-blue-100",
179
+ "secondary-gray-blue-200",
180
+ "secondary-gray-blue-300",
181
+ "secondary-gray-blue-400",
182
+ "secondary-gray-blue-450",
183
+ "secondary-gray-blue-50",
184
+ "secondary-gray-blue-500",
185
+ "secondary-gray-blue-600",
186
+ "secondary-gray-blue-700",
187
+ "violet300",
188
+ "violet600",
189
+ "white",
190
+ "yellow600"
191
+ ]
192
+ },
193
+ "size": {
194
+ "type": "number",
195
+ "required": false
196
+ },
197
+ "children": {
198
+ "type": "ReactNode",
199
+ "required": false
200
+ }
201
+ }
202
+ }
203
+ }
204
+ },
205
+ "description": {
206
+ "type": "string",
207
+ "required": true
208
+ },
209
+ "title": {
210
+ "type": "string",
211
+ "required": true
212
+ }
213
+ },
214
+ "html": {},
215
+ "bemClasses": [
216
+ "ncua-empty-state",
217
+ "ncua-empty-state__button-group",
218
+ "ncua-empty-state__description",
219
+ "ncua-empty-state__title"
220
+ ],
221
+ "usage": {
222
+ "import": "import { EmptyState } from '@ncds/ui-admin';",
223
+ "react": {
224
+ "default": "<EmptyState description=\"\" title=\"\" />"
225
+ }
226
+ }
227
+ }
@@ -0,0 +1,139 @@
1
+ {
2
+ "name": "featured-icon",
3
+ "exportName": "FeaturedIcon",
4
+ "importPath": "@ncds/ui-admin",
5
+ "jsRequired": true,
6
+ "category": "icon",
7
+ "description": "FeaturedIcon은 상태(Status), 결과(Result), 중요 액션(Action)을 시각적으로 강조하기 위한 아이콘 강조 컴포넌트입니다",
8
+ "aliases": [
9
+ "FeaturedIcon",
10
+ "피처드아이콘",
11
+ "아이콘강조",
12
+ "상태아이콘",
13
+ "light-circle",
14
+ "dark-circle",
15
+ "outline-circle",
16
+ "square-outline",
17
+ "neutral",
18
+ "error",
19
+ "warning",
20
+ "success",
21
+ "컨테이너아이콘",
22
+ "NCDS"
23
+ ],
24
+ "hasChildren": false,
25
+ "whenToUse": [
26
+ "상태 결과 페이지",
27
+ "에러 페이지",
28
+ "단독 메시지 영역",
29
+ "알림/승인 결과",
30
+ "시스템 메시지"
31
+ ],
32
+ "forbiddenRules": [
33
+ "버튼 트리거로 사용 금지",
34
+ "임의 색상 사용 금지",
35
+ "의미와 맞지 않는 색상 사용 금지",
36
+ "Interactive 사용 지양",
37
+ "반복적 나열 지양"
38
+ ],
39
+ "seeAlso": [
40
+ "icon",
41
+ "icon-button",
42
+ "badge",
43
+ "dot"
44
+ ],
45
+ "htmlElement": "div",
46
+ "usageExamples": {
47
+ "success": {
48
+ "icon": "CheckCircle",
49
+ "color": "success",
50
+ "theme": "light-circle",
51
+ "size": "md"
52
+ },
53
+ "error": {
54
+ "icon": "AlertCircle",
55
+ "color": "error",
56
+ "theme": "dark-circle",
57
+ "size": "lg"
58
+ }
59
+ },
60
+ "props": {
61
+ "className": {
62
+ "type": "string",
63
+ "required": false
64
+ },
65
+ "color": {
66
+ "type": "enum",
67
+ "required": false,
68
+ "values": [
69
+ "error",
70
+ "neutral",
71
+ "success",
72
+ "warning"
73
+ ],
74
+ "default": "neutral"
75
+ },
76
+ "icon": {
77
+ "type": "function",
78
+ "required": true
79
+ },
80
+ "size": {
81
+ "type": "enum",
82
+ "required": false,
83
+ "values": [
84
+ "lg",
85
+ "md",
86
+ "sm",
87
+ "xl"
88
+ ],
89
+ "default": "md"
90
+ },
91
+ "theme": {
92
+ "type": "enum",
93
+ "required": false,
94
+ "values": [
95
+ "dark-circle",
96
+ "light-circle",
97
+ "outline-circle",
98
+ "square-outline"
99
+ ],
100
+ "default": "light-circle"
101
+ }
102
+ },
103
+ "html": {},
104
+ "bemClasses": [
105
+ "ncua-featured-icon",
106
+ "ncua-featured-icon--dark-circle",
107
+ "ncua-featured-icon--error",
108
+ "ncua-featured-icon--lg",
109
+ "ncua-featured-icon--light-circle",
110
+ "ncua-featured-icon--md",
111
+ "ncua-featured-icon--neutral",
112
+ "ncua-featured-icon--outline-circle",
113
+ "ncua-featured-icon--sm",
114
+ "ncua-featured-icon--square-outline",
115
+ "ncua-featured-icon--success",
116
+ "ncua-featured-icon--warning",
117
+ "ncua-featured-icon--xl",
118
+ "ncua-featured-icon__outline ncua-featured-icon__outline--inner",
119
+ "ncua-featured-icon__outline ncua-featured-icon__outline--outer"
120
+ ],
121
+ "usage": {
122
+ "import": "import { FeaturedIcon } from '@ncds/ui-admin';",
123
+ "react": {
124
+ "default": "<FeaturedIcon icon=\"\" />",
125
+ "color:error": "<FeaturedIcon color=\"error\" icon=\"\" />",
126
+ "color:neutral": "<FeaturedIcon color=\"neutral\" icon=\"\" />",
127
+ "color:success": "<FeaturedIcon color=\"success\" icon=\"\" />",
128
+ "color:warning": "<FeaturedIcon color=\"warning\" icon=\"\" />",
129
+ "size:lg": "<FeaturedIcon size=\"lg\" icon=\"\" />",
130
+ "size:md": "<FeaturedIcon size=\"md\" icon=\"\" />",
131
+ "size:sm": "<FeaturedIcon size=\"sm\" icon=\"\" />",
132
+ "size:xl": "<FeaturedIcon size=\"xl\" icon=\"\" />",
133
+ "theme:dark-circle": "<FeaturedIcon theme=\"dark-circle\" icon=\"\" />",
134
+ "theme:light-circle": "<FeaturedIcon theme=\"light-circle\" icon=\"\" />",
135
+ "theme:outline-circle": "<FeaturedIcon theme=\"outline-circle\" icon=\"\" />",
136
+ "theme:square-outline": "<FeaturedIcon theme=\"square-outline\" icon=\"\" />"
137
+ }
138
+ }
139
+ }