@ncds/ui-admin-mcp 1.0.0-alpha.2 → 1.0.0-alpha.21
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 +3 -3
- package/bin/components.bundle.js +18 -9
- package/bin/definitions/external/editor.d.ts +50 -0
- package/bin/definitions/external/editor.js +53 -0
- package/bin/definitions/external/step-guide.d.ts +61 -0
- package/bin/definitions/external/step-guide.js +52 -0
- package/bin/definitions/instructions.md +194 -10
- package/bin/definitions/js-api.json +352 -0
- package/bin/definitions/rules.json +36 -4
- package/bin/definitions/tool-definitions.json +33 -9
- package/bin/overrides/composition.json +2473 -0
- package/bin/server.d.ts +5 -0
- package/bin/server.js +97 -33
- package/bin/server.mjs +0 -0
- package/bin/tools/external/editor.d.ts +18 -0
- package/bin/tools/external/editor.js +88 -0
- package/bin/tools/external/step-guide.d.ts +19 -0
- package/bin/tools/external/step-guide.js +79 -0
- package/bin/tools/getComponentProps.d.ts +3 -0
- package/bin/tools/getComponentProps.js +12 -3
- package/bin/tools/listCompositionOverrides.d.ts +61 -0
- package/bin/tools/listCompositionOverrides.js +156 -0
- package/bin/tools/listSidecarOverrides.d.ts +54 -0
- package/bin/tools/listSidecarOverrides.js +96 -0
- package/bin/tools/ping.d.ts +1 -1
- package/bin/tools/renderToHtml.d.ts +38 -7
- package/bin/tools/renderToHtml.js +785 -110
- package/bin/tools/searchComponent.d.ts +5 -0
- package/bin/tools/searchComponent.js +3 -3
- package/bin/tools/validateHtml.d.ts +8 -6
- package/bin/tools/validateHtml.js +74 -6
- package/bin/types.d.ts +60 -1
- package/bin/utils/bemValidator.d.ts +16 -8
- package/bin/utils/bemValidator.js +16 -4
- package/bin/utils/compliance.d.ts +7 -6
- package/bin/utils/compliance.js +8 -4
- package/bin/utils/dataLoader.d.ts +43 -14
- package/bin/utils/dataLoader.js +125 -22
- package/bin/utils/domEnvironment.js +51 -0
- package/bin/utils/fuzzyMatch.d.ts +4 -0
- package/bin/utils/fuzzyMatch.js +13 -3
- package/bin/utils/logger.d.ts +5 -5
- package/bin/utils/logger.js +5 -5
- package/bin/utils/response.d.ts +4 -2
- package/bin/utils/response.js +15 -4
- package/bin/utils/tokenValidator.d.ts +4 -3
- package/bin/utils/tokenValidator.js +13 -11
- package/bin/version.d.ts +4 -2
- package/bin/version.js +4 -2
- package/data/_icons.json +357 -2
- package/data/_meta.json +4 -5
- package/data/_tokens.json +8 -8
- package/data/badge-group.json +181 -4
- package/data/badge.json +146 -14
- package/data/block-container.json +95 -0
- package/data/block-header.json +208 -0
- package/data/bread-crumb.json +38 -2
- package/data/button-group.json +59 -0
- package/data/button.json +124 -1
- package/data/carousel-arrow.json +6 -11
- package/data/carousel-number-group.json +2 -12
- package/data/checkbox.json +1 -1
- package/data/combo-box.json +36 -8
- package/data/data-grid.json +240 -0
- package/data/date-picker.json +22 -2
- package/data/divider.json +1 -1
- package/data/dot.json +2 -2
- package/data/dropdown.json +187 -20
- package/data/editor.json +85 -0
- package/data/empty-state.json +168 -3
- package/data/featured-icon.json +20 -5
- package/data/file-input.json +176 -10
- package/data/horizontal-tab.json +219 -3
- package/data/image-file-input.json +177 -10
- package/data/input-base.json +165 -4
- package/data/modal.json +266 -5
- package/data/notification.json +56 -40
- package/data/number-input.json +164 -4
- package/data/page-title.json +135 -0
- package/data/pagination.json +8 -4
- package/data/password-input.json +252 -13
- package/data/progress-bar.json +28 -8
- package/data/progress-circle.json +9 -6
- package/data/radio.json +4 -3
- package/data/range-date-picker-with-buttons.json +187 -7
- package/data/range-date-picker.json +186 -6
- package/data/select-box.json +52 -16
- package/data/select.json +35 -25
- package/data/slider.json +1 -1
- package/data/spinner.json +3 -4
- package/data/step-guide.json +130 -0
- package/data/switch.json +66 -6
- package/data/table.json +293 -0
- package/data/tag.json +68 -6
- package/data/textarea.json +1 -1
- package/data/toggle.json +2 -2
- package/data/tooltip.json +20 -3
- package/data/vertical-tab.json +220 -3
- package/package.json +28 -26
- package/templates/README.md +1 -1
- package/bin/instructions.d.ts +0 -1
- package/bin/instructions.js +0 -14
- package/bin/tools/getComponentHtml.d.ts +0 -3
- package/bin/tools/getComponentHtml.js +0 -30
package/data/_icons.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"totalCount":
|
|
3
|
-
"fillCount":
|
|
2
|
+
"totalCount": 2542,
|
|
3
|
+
"fillCount": 1198,
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
6
|
"name": "Activity",
|
|
@@ -137,6 +137,11 @@
|
|
|
137
137
|
"kebab": "align-bottom02-fill",
|
|
138
138
|
"fill": true
|
|
139
139
|
},
|
|
140
|
+
{
|
|
141
|
+
"name": "AlignBottom03",
|
|
142
|
+
"kebab": "align-bottom03",
|
|
143
|
+
"fill": false
|
|
144
|
+
},
|
|
140
145
|
{
|
|
141
146
|
"name": "AlignCenter",
|
|
142
147
|
"kebab": "align-center",
|
|
@@ -167,6 +172,11 @@
|
|
|
167
172
|
"kebab": "align-horizontal-centre02-fill",
|
|
168
173
|
"fill": true
|
|
169
174
|
},
|
|
175
|
+
{
|
|
176
|
+
"name": "AlignHorizontalCentre03",
|
|
177
|
+
"kebab": "align-horizontal-centre03",
|
|
178
|
+
"fill": false
|
|
179
|
+
},
|
|
170
180
|
{
|
|
171
181
|
"name": "AlignJustify",
|
|
172
182
|
"kebab": "align-justify",
|
|
@@ -202,6 +212,11 @@
|
|
|
202
212
|
"kebab": "align-left02-fill",
|
|
203
213
|
"fill": true
|
|
204
214
|
},
|
|
215
|
+
{
|
|
216
|
+
"name": "AlignLeft03",
|
|
217
|
+
"kebab": "align-left03",
|
|
218
|
+
"fill": false
|
|
219
|
+
},
|
|
205
220
|
{
|
|
206
221
|
"name": "AlignLeftFill",
|
|
207
222
|
"kebab": "align-left-fill",
|
|
@@ -232,6 +247,11 @@
|
|
|
232
247
|
"kebab": "align-right02-fill",
|
|
233
248
|
"fill": true
|
|
234
249
|
},
|
|
250
|
+
{
|
|
251
|
+
"name": "AlignRight03",
|
|
252
|
+
"kebab": "align-right03",
|
|
253
|
+
"fill": false
|
|
254
|
+
},
|
|
235
255
|
{
|
|
236
256
|
"name": "AlignRightFill",
|
|
237
257
|
"kebab": "align-right-fill",
|
|
@@ -257,6 +277,11 @@
|
|
|
257
277
|
"kebab": "align-top02-fill",
|
|
258
278
|
"fill": true
|
|
259
279
|
},
|
|
280
|
+
{
|
|
281
|
+
"name": "AlignTop03",
|
|
282
|
+
"kebab": "align-top03",
|
|
283
|
+
"fill": false
|
|
284
|
+
},
|
|
260
285
|
{
|
|
261
286
|
"name": "AlignVerticalCenter01",
|
|
262
287
|
"kebab": "align-vertical-center01",
|
|
@@ -277,6 +302,66 @@
|
|
|
277
302
|
"kebab": "align-vertical-center02-fill",
|
|
278
303
|
"fill": true
|
|
279
304
|
},
|
|
305
|
+
{
|
|
306
|
+
"name": "AlignVerticalCenter03",
|
|
307
|
+
"kebab": "align-vertical-center03",
|
|
308
|
+
"fill": false
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "AlignmentBottomCenterFill",
|
|
312
|
+
"kebab": "alignment-bottom-center-fill",
|
|
313
|
+
"fill": true
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "AlignmentCenterFill",
|
|
317
|
+
"kebab": "alignment-center-fill",
|
|
318
|
+
"fill": true
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "AlignmentHorizontalFill",
|
|
322
|
+
"kebab": "alignment-horizontal-fill",
|
|
323
|
+
"fill": true
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "AlignmentLeftCenterFill",
|
|
327
|
+
"kebab": "alignment-left-center-fill",
|
|
328
|
+
"fill": true
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "AlignmentLeftEndFill",
|
|
332
|
+
"kebab": "alignment-left-end-fill",
|
|
333
|
+
"fill": true
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"name": "AlignmentLeftStartFill",
|
|
337
|
+
"kebab": "alignment-left-start-fill",
|
|
338
|
+
"fill": true
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"name": "AlignmentRightCenterFill",
|
|
342
|
+
"kebab": "alignment-right-center-fill",
|
|
343
|
+
"fill": true
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"name": "AlignmentRightEndFill",
|
|
347
|
+
"kebab": "alignment-right-end-fill",
|
|
348
|
+
"fill": true
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"name": "AlignmentRightStartFill",
|
|
352
|
+
"kebab": "alignment-right-start-fill",
|
|
353
|
+
"fill": true
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
"name": "AlignmentTopCenterFill",
|
|
357
|
+
"kebab": "alignment-top-center-fill",
|
|
358
|
+
"fill": true
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "AlignmentVerticalFill",
|
|
362
|
+
"kebab": "alignment-vertical-fill",
|
|
363
|
+
"fill": true
|
|
364
|
+
},
|
|
280
365
|
{
|
|
281
366
|
"name": "Anchor",
|
|
282
367
|
"kebab": "anchor",
|
|
@@ -1927,6 +2012,11 @@
|
|
|
1927
2012
|
"kebab": "bus-fill",
|
|
1928
2013
|
"fill": true
|
|
1929
2014
|
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "Button",
|
|
2017
|
+
"kebab": "button",
|
|
2018
|
+
"fill": false
|
|
2019
|
+
},
|
|
1930
2020
|
{
|
|
1931
2021
|
"name": "Calculator",
|
|
1932
2022
|
"kebab": "calculator",
|
|
@@ -1937,6 +2027,11 @@
|
|
|
1937
2027
|
"kebab": "calculator-fill",
|
|
1938
2028
|
"fill": true
|
|
1939
2029
|
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "Calendar",
|
|
2032
|
+
"kebab": "calendar",
|
|
2033
|
+
"fill": false
|
|
2034
|
+
},
|
|
1940
2035
|
{
|
|
1941
2036
|
"name": "CalendarCheck01Fill",
|
|
1942
2037
|
"kebab": "calendar-check01-fill",
|
|
@@ -2067,6 +2162,11 @@
|
|
|
2067
2162
|
"kebab": "car02-fill",
|
|
2068
2163
|
"fill": true
|
|
2069
2164
|
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "CartAlert",
|
|
2167
|
+
"kebab": "cart-alert",
|
|
2168
|
+
"fill": false
|
|
2169
|
+
},
|
|
2070
2170
|
{
|
|
2071
2171
|
"name": "Certificate01",
|
|
2072
2172
|
"kebab": "certificate01",
|
|
@@ -2327,6 +2427,11 @@
|
|
|
2327
2427
|
"kebab": "chrome-cast-fill",
|
|
2328
2428
|
"fill": true
|
|
2329
2429
|
},
|
|
2430
|
+
{
|
|
2431
|
+
"name": "Circle",
|
|
2432
|
+
"kebab": "circle",
|
|
2433
|
+
"fill": false
|
|
2434
|
+
},
|
|
2330
2435
|
{
|
|
2331
2436
|
"name": "CircleCut",
|
|
2332
2437
|
"kebab": "circle-cut",
|
|
@@ -2422,11 +2527,21 @@
|
|
|
2422
2527
|
"kebab": "clipboard-x-fill",
|
|
2423
2528
|
"fill": true
|
|
2424
2529
|
},
|
|
2530
|
+
{
|
|
2531
|
+
"name": "Clock",
|
|
2532
|
+
"kebab": "clock",
|
|
2533
|
+
"fill": false
|
|
2534
|
+
},
|
|
2425
2535
|
{
|
|
2426
2536
|
"name": "ClockCheckFill",
|
|
2427
2537
|
"kebab": "clock-check-fill",
|
|
2428
2538
|
"fill": true
|
|
2429
2539
|
},
|
|
2540
|
+
{
|
|
2541
|
+
"name": "ClockFastForward",
|
|
2542
|
+
"kebab": "clock-fast-forward",
|
|
2543
|
+
"fill": false
|
|
2544
|
+
},
|
|
2430
2545
|
{
|
|
2431
2546
|
"name": "ClockFastForwardFill",
|
|
2432
2547
|
"kebab": "clock-fast-forward-fill",
|
|
@@ -2762,6 +2877,11 @@
|
|
|
2762
2877
|
"kebab": "codepen-fill",
|
|
2763
2878
|
"fill": true
|
|
2764
2879
|
},
|
|
2880
|
+
{
|
|
2881
|
+
"name": "CoinStopwatch",
|
|
2882
|
+
"kebab": "coin-stopwatch",
|
|
2883
|
+
"fill": false
|
|
2884
|
+
},
|
|
2765
2885
|
{
|
|
2766
2886
|
"name": "Coins01",
|
|
2767
2887
|
"kebab": "coins01",
|
|
@@ -4687,6 +4807,11 @@
|
|
|
4687
4807
|
"kebab": "dots-grid",
|
|
4688
4808
|
"fill": false
|
|
4689
4809
|
},
|
|
4810
|
+
{
|
|
4811
|
+
"name": "DotsGrid02",
|
|
4812
|
+
"kebab": "dots-grid02",
|
|
4813
|
+
"fill": false
|
|
4814
|
+
},
|
|
4690
4815
|
{
|
|
4691
4816
|
"name": "DotsGridFill",
|
|
4692
4817
|
"kebab": "dots-grid-fill",
|
|
@@ -4712,6 +4837,31 @@
|
|
|
4712
4837
|
"kebab": "dots-vertical-fill",
|
|
4713
4838
|
"fill": true
|
|
4714
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
"name": "DottedLine1",
|
|
4842
|
+
"kebab": "dotted-line1",
|
|
4843
|
+
"fill": false
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"name": "DottedLine2",
|
|
4847
|
+
"kebab": "dotted-line2",
|
|
4848
|
+
"fill": false
|
|
4849
|
+
},
|
|
4850
|
+
{
|
|
4851
|
+
"name": "DottedLineArrowBoth",
|
|
4852
|
+
"kebab": "dotted-line-arrow-both",
|
|
4853
|
+
"fill": false
|
|
4854
|
+
},
|
|
4855
|
+
{
|
|
4856
|
+
"name": "DottedLineArrowLeft",
|
|
4857
|
+
"kebab": "dotted-line-arrow-left",
|
|
4858
|
+
"fill": false
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"name": "DottedLineArrowRight",
|
|
4862
|
+
"kebab": "dotted-line-arrow-right",
|
|
4863
|
+
"fill": false
|
|
4864
|
+
},
|
|
4715
4865
|
{
|
|
4716
4866
|
"name": "Download01",
|
|
4717
4867
|
"kebab": "download01",
|
|
@@ -5717,6 +5867,26 @@
|
|
|
5717
5867
|
"kebab": "flag06-fill",
|
|
5718
5868
|
"fill": true
|
|
5719
5869
|
},
|
|
5870
|
+
{
|
|
5871
|
+
"name": "FlagCh",
|
|
5872
|
+
"kebab": "flag-ch",
|
|
5873
|
+
"fill": false
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"name": "FlagEn",
|
|
5877
|
+
"kebab": "flag-en",
|
|
5878
|
+
"fill": false
|
|
5879
|
+
},
|
|
5880
|
+
{
|
|
5881
|
+
"name": "FlagJp",
|
|
5882
|
+
"kebab": "flag-jp",
|
|
5883
|
+
"fill": false
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"name": "FlagKr",
|
|
5887
|
+
"kebab": "flag-kr",
|
|
5888
|
+
"fill": false
|
|
5889
|
+
},
|
|
5720
5890
|
{
|
|
5721
5891
|
"name": "Flash",
|
|
5722
5892
|
"kebab": "flash",
|
|
@@ -9192,6 +9362,11 @@
|
|
|
9192
9362
|
"kebab": "pilcrow-square-fill",
|
|
9193
9363
|
"fill": true
|
|
9194
9364
|
},
|
|
9365
|
+
{
|
|
9366
|
+
"name": "Pill",
|
|
9367
|
+
"kebab": "pill",
|
|
9368
|
+
"fill": false
|
|
9369
|
+
},
|
|
9195
9370
|
{
|
|
9196
9371
|
"name": "Pin01",
|
|
9197
9372
|
"kebab": "pin01",
|
|
@@ -9412,6 +9587,41 @@
|
|
|
9412
9587
|
"kebab": "qr-code02-fill",
|
|
9413
9588
|
"fill": true
|
|
9414
9589
|
},
|
|
9590
|
+
{
|
|
9591
|
+
"name": "Ratio16By9",
|
|
9592
|
+
"kebab": "ratio16-by9",
|
|
9593
|
+
"fill": false
|
|
9594
|
+
},
|
|
9595
|
+
{
|
|
9596
|
+
"name": "Ratio1By1",
|
|
9597
|
+
"kebab": "ratio1-by1",
|
|
9598
|
+
"fill": false
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"name": "Ratio2By3",
|
|
9602
|
+
"kebab": "ratio2-by3",
|
|
9603
|
+
"fill": false
|
|
9604
|
+
},
|
|
9605
|
+
{
|
|
9606
|
+
"name": "Ratio3By2",
|
|
9607
|
+
"kebab": "ratio3-by2",
|
|
9608
|
+
"fill": false
|
|
9609
|
+
},
|
|
9610
|
+
{
|
|
9611
|
+
"name": "Ratio3By4",
|
|
9612
|
+
"kebab": "ratio3-by4",
|
|
9613
|
+
"fill": false
|
|
9614
|
+
},
|
|
9615
|
+
{
|
|
9616
|
+
"name": "Ratio4By3",
|
|
9617
|
+
"kebab": "ratio4-by3",
|
|
9618
|
+
"fill": false
|
|
9619
|
+
},
|
|
9620
|
+
{
|
|
9621
|
+
"name": "Ratio9By16",
|
|
9622
|
+
"kebab": "ratio9-by16",
|
|
9623
|
+
"fill": false
|
|
9624
|
+
},
|
|
9415
9625
|
{
|
|
9416
9626
|
"name": "Receipt",
|
|
9417
9627
|
"kebab": "receipt",
|
|
@@ -9462,6 +9672,21 @@
|
|
|
9462
9672
|
"kebab": "recording03-fill",
|
|
9463
9673
|
"fill": true
|
|
9464
9674
|
},
|
|
9675
|
+
{
|
|
9676
|
+
"name": "Rectangle",
|
|
9677
|
+
"kebab": "rectangle",
|
|
9678
|
+
"fill": false
|
|
9679
|
+
},
|
|
9680
|
+
{
|
|
9681
|
+
"name": "RectangleRound",
|
|
9682
|
+
"kebab": "rectangle-round",
|
|
9683
|
+
"fill": false
|
|
9684
|
+
},
|
|
9685
|
+
{
|
|
9686
|
+
"name": "RectangleSlider",
|
|
9687
|
+
"kebab": "rectangle-slider",
|
|
9688
|
+
"fill": false
|
|
9689
|
+
},
|
|
9465
9690
|
{
|
|
9466
9691
|
"name": "Reflect01",
|
|
9467
9692
|
"kebab": "reflect01",
|
|
@@ -9982,6 +10207,26 @@
|
|
|
9982
10207
|
"kebab": "search-sm-fill",
|
|
9983
10208
|
"fill": true
|
|
9984
10209
|
},
|
|
10210
|
+
{
|
|
10211
|
+
"name": "Section",
|
|
10212
|
+
"kebab": "section",
|
|
10213
|
+
"fill": false
|
|
10214
|
+
},
|
|
10215
|
+
{
|
|
10216
|
+
"name": "SectionBottom",
|
|
10217
|
+
"kebab": "section-bottom",
|
|
10218
|
+
"fill": false
|
|
10219
|
+
},
|
|
10220
|
+
{
|
|
10221
|
+
"name": "SectionCenter",
|
|
10222
|
+
"kebab": "section-center",
|
|
10223
|
+
"fill": false
|
|
10224
|
+
},
|
|
10225
|
+
{
|
|
10226
|
+
"name": "SectionTop",
|
|
10227
|
+
"kebab": "section-top",
|
|
10228
|
+
"fill": false
|
|
10229
|
+
},
|
|
9985
10230
|
{
|
|
9986
10231
|
"name": "Send01",
|
|
9987
10232
|
"kebab": "send01",
|
|
@@ -10307,6 +10552,21 @@
|
|
|
10307
10552
|
"kebab": "shopping-bag03-fill",
|
|
10308
10553
|
"fill": true
|
|
10309
10554
|
},
|
|
10555
|
+
{
|
|
10556
|
+
"name": "ShoppingBagAlert",
|
|
10557
|
+
"kebab": "shopping-bag-alert",
|
|
10558
|
+
"fill": false
|
|
10559
|
+
},
|
|
10560
|
+
{
|
|
10561
|
+
"name": "ShoppingBagRepeat",
|
|
10562
|
+
"kebab": "shopping-bag-repeat",
|
|
10563
|
+
"fill": false
|
|
10564
|
+
},
|
|
10565
|
+
{
|
|
10566
|
+
"name": "ShoppingBagX",
|
|
10567
|
+
"kebab": "shopping-bag-x",
|
|
10568
|
+
"fill": false
|
|
10569
|
+
},
|
|
10310
10570
|
{
|
|
10311
10571
|
"name": "ShoppingCart01",
|
|
10312
10572
|
"kebab": "shopping-cart01",
|
|
@@ -10527,6 +10787,96 @@
|
|
|
10527
10787
|
"kebab": "snowflake02-fill",
|
|
10528
10788
|
"fill": true
|
|
10529
10789
|
},
|
|
10790
|
+
{
|
|
10791
|
+
"name": "SocialApple",
|
|
10792
|
+
"kebab": "social-apple",
|
|
10793
|
+
"fill": false
|
|
10794
|
+
},
|
|
10795
|
+
{
|
|
10796
|
+
"name": "SocialFacebook",
|
|
10797
|
+
"kebab": "social-facebook",
|
|
10798
|
+
"fill": false
|
|
10799
|
+
},
|
|
10800
|
+
{
|
|
10801
|
+
"name": "SocialGoogle",
|
|
10802
|
+
"kebab": "social-google",
|
|
10803
|
+
"fill": false
|
|
10804
|
+
},
|
|
10805
|
+
{
|
|
10806
|
+
"name": "SocialInstagram",
|
|
10807
|
+
"kebab": "social-instagram",
|
|
10808
|
+
"fill": false
|
|
10809
|
+
},
|
|
10810
|
+
{
|
|
10811
|
+
"name": "SocialKakao",
|
|
10812
|
+
"kebab": "social-kakao",
|
|
10813
|
+
"fill": false
|
|
10814
|
+
},
|
|
10815
|
+
{
|
|
10816
|
+
"name": "SocialNaver",
|
|
10817
|
+
"kebab": "social-naver",
|
|
10818
|
+
"fill": false
|
|
10819
|
+
},
|
|
10820
|
+
{
|
|
10821
|
+
"name": "SocialNaverBlog",
|
|
10822
|
+
"kebab": "social-naver-blog",
|
|
10823
|
+
"fill": false
|
|
10824
|
+
},
|
|
10825
|
+
{
|
|
10826
|
+
"name": "SocialPayco",
|
|
10827
|
+
"kebab": "social-payco",
|
|
10828
|
+
"fill": false
|
|
10829
|
+
},
|
|
10830
|
+
{
|
|
10831
|
+
"name": "SocialTiktok",
|
|
10832
|
+
"kebab": "social-tiktok",
|
|
10833
|
+
"fill": false
|
|
10834
|
+
},
|
|
10835
|
+
{
|
|
10836
|
+
"name": "SocialTistory",
|
|
10837
|
+
"kebab": "social-tistory",
|
|
10838
|
+
"fill": false
|
|
10839
|
+
},
|
|
10840
|
+
{
|
|
10841
|
+
"name": "SocialVemeo",
|
|
10842
|
+
"kebab": "social-vemeo",
|
|
10843
|
+
"fill": false
|
|
10844
|
+
},
|
|
10845
|
+
{
|
|
10846
|
+
"name": "SocialX",
|
|
10847
|
+
"kebab": "social-x",
|
|
10848
|
+
"fill": false
|
|
10849
|
+
},
|
|
10850
|
+
{
|
|
10851
|
+
"name": "SocialYoutube",
|
|
10852
|
+
"kebab": "social-youtube",
|
|
10853
|
+
"fill": false
|
|
10854
|
+
},
|
|
10855
|
+
{
|
|
10856
|
+
"name": "SolidLine1",
|
|
10857
|
+
"kebab": "solid-line1",
|
|
10858
|
+
"fill": false
|
|
10859
|
+
},
|
|
10860
|
+
{
|
|
10861
|
+
"name": "SolidLine2",
|
|
10862
|
+
"kebab": "solid-line2",
|
|
10863
|
+
"fill": false
|
|
10864
|
+
},
|
|
10865
|
+
{
|
|
10866
|
+
"name": "SolidLineArrowBoth",
|
|
10867
|
+
"kebab": "solid-line-arrow-both",
|
|
10868
|
+
"fill": false
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
"name": "SolidLineArrowLeft",
|
|
10872
|
+
"kebab": "solid-line-arrow-left",
|
|
10873
|
+
"fill": false
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"name": "SolidLineArrowRight",
|
|
10877
|
+
"kebab": "solid-line-arrow-right",
|
|
10878
|
+
"fill": false
|
|
10879
|
+
},
|
|
10530
10880
|
{
|
|
10531
10881
|
"name": "SpacingHeight01",
|
|
10532
10882
|
"kebab": "spacing-height01",
|
|
@@ -10637,6 +10987,11 @@
|
|
|
10637
10987
|
"kebab": "speedometer04-fill",
|
|
10638
10988
|
"fill": true
|
|
10639
10989
|
},
|
|
10990
|
+
{
|
|
10991
|
+
"name": "Square",
|
|
10992
|
+
"kebab": "square",
|
|
10993
|
+
"fill": false
|
|
10994
|
+
},
|
|
10640
10995
|
{
|
|
10641
10996
|
"name": "SquareFill",
|
|
10642
10997
|
"kebab": "square-fill",
|
package/data/_meta.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"cdn": {
|
|
3
|
-
"version": "1.
|
|
4
|
-
"css": "https://fe-sdk.cdn-nhncommerce.com/@ncds/ui-admin/1.
|
|
5
|
-
"js": "https://fe-sdk.cdn-nhncommerce.com/@ncds/ui-admin/1.
|
|
3
|
+
"version": "1.8",
|
|
4
|
+
"css": "https://fe-sdk.cdn-nhncommerce.com/@ncds/ui-admin/1.8/main.min.css",
|
|
5
|
+
"js": "https://fe-sdk.cdn-nhncommerce.com/@ncds/ui-admin/1.8/main.min.js"
|
|
6
6
|
},
|
|
7
7
|
"icon": {
|
|
8
8
|
"packageName": "@ncds/ui-admin-icon",
|
|
9
|
-
"version": "0.1"
|
|
10
|
-
"cdn": "https://fe-sdk.cdn-nhncommerce.com/@ncds/ui-admin-icon/0.1/main.min.js"
|
|
9
|
+
"version": "0.1"
|
|
11
10
|
}
|
|
12
11
|
}
|
package/data/_tokens.json
CHANGED
|
@@ -557,42 +557,42 @@
|
|
|
557
557
|
]
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
-
"name": "shadow
|
|
560
|
+
"name": "shadow",
|
|
561
561
|
"category": "shadow",
|
|
562
562
|
"description": "기본 Elevation. 내부 요소는 외부 요소보다 낮은 단계를 사용.",
|
|
563
563
|
"tokens": [
|
|
564
564
|
{
|
|
565
|
-
"name": "--shadow-
|
|
565
|
+
"name": "--shadow-xs",
|
|
566
566
|
"value": "0 1px 2px 0 rgba(16, 24, 40, 0.05)",
|
|
567
567
|
"description": "내부 카드, 버튼, Input"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
|
-
"name": "--shadow-
|
|
570
|
+
"name": "--shadow-sm",
|
|
571
571
|
"value": "0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06)",
|
|
572
572
|
"description": "Block Container, PageTitle"
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
|
-
"name": "--shadow-
|
|
575
|
+
"name": "--shadow-md",
|
|
576
576
|
"value": "0 4px 8px -2px rgba(16, 24, 40, 0.10), 0 2px 4px -2px rgba(16, 24, 40, 0.06)",
|
|
577
577
|
"description": "드래그 중, 플로팅"
|
|
578
578
|
},
|
|
579
579
|
{
|
|
580
|
-
"name": "--shadow-
|
|
580
|
+
"name": "--shadow-lg",
|
|
581
581
|
"value": "0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03)",
|
|
582
582
|
"description": "Dropdown 오버레이"
|
|
583
583
|
},
|
|
584
584
|
{
|
|
585
|
-
"name": "--shadow-
|
|
585
|
+
"name": "--shadow-xl",
|
|
586
586
|
"value": "0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03)",
|
|
587
587
|
"description": ""
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"name": "--shadow-
|
|
590
|
+
"name": "--shadow-2xl",
|
|
591
591
|
"value": "0 24px 48px -12px rgba(16, 24, 40, 0.18)",
|
|
592
592
|
"description": ""
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
|
-
"name": "--shadow-
|
|
595
|
+
"name": "--shadow-3xl",
|
|
596
596
|
"value": "0 32px 64px -12px rgba(16, 24, 40, 0.14)",
|
|
597
597
|
"description": ""
|
|
598
598
|
}
|