@piying-lib/angular-daisyui 1.0.19 → 1.0.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.
Files changed (83) hide show
  1. package/extension/index.d.ts +59 -61
  2. package/fesm2022/piying-lib-angular-daisyui-extension.mjs +125 -69
  3. package/fesm2022/piying-lib-angular-daisyui-extension.mjs.map +1 -1
  4. package/fesm2022/piying-lib-angular-daisyui-field-group.mjs +3 -3
  5. package/fesm2022/piying-lib-angular-daisyui-field-group.mjs.map +1 -1
  6. package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs +37 -1
  7. package/fesm2022/piying-lib-angular-daisyui-non-field-control.mjs.map +1 -1
  8. package/fesm2022/piying-lib-angular-daisyui-service.mjs +1 -47
  9. package/fesm2022/piying-lib-angular-daisyui-service.mjs.map +1 -1
  10. package/field-group/index.d.ts +13 -13
  11. package/non-field-control/index.d.ts +20 -1
  12. package/package.json +2 -2
  13. package/preset-css/css/style.css +1 -1
  14. package/preset-css/css/style.split.css +8 -4
  15. package/preset-css/json/manifest.json +851 -738
  16. package/preset-css/ts/accordion.ts +9 -9
  17. package/preset-css/ts/alert.ts +12 -12
  18. package/preset-css/ts/avatar.ts +7 -7
  19. package/preset-css/ts/badge.ts +20 -20
  20. package/preset-css/ts/breadcrumbs.ts +3 -1
  21. package/preset-css/ts/browser-mockup.ts +4 -1
  22. package/preset-css/ts/button.ts +27 -27
  23. package/preset-css/ts/calendar.ts +5 -1
  24. package/preset-css/ts/card.ts +15 -15
  25. package/preset-css/ts/carousel.ts +9 -9
  26. package/preset-css/ts/chat-bubble.ts +17 -17
  27. package/preset-css/ts/checkbox.ts +16 -16
  28. package/preset-css/ts/code-mockup.ts +3 -1
  29. package/preset-css/ts/collapse.ts +9 -9
  30. package/preset-css/ts/countdown.ts +3 -1
  31. package/preset-css/ts/diff.ts +6 -1
  32. package/preset-css/ts/divider.ts +15 -15
  33. package/preset-css/ts/dock.ts +10 -10
  34. package/preset-css/ts/drawer-sidebar.ts +11 -11
  35. package/preset-css/ts/dropdown.ts +14 -13
  36. package/preset-css/ts/fab-speed-dial.ts +6 -1
  37. package/preset-css/ts/fieldset.ts +5 -1
  38. package/preset-css/ts/file-input.ts +17 -17
  39. package/preset-css/ts/filter.ts +4 -1
  40. package/preset-css/ts/footer.ts +7 -7
  41. package/preset-css/ts/hero.ts +5 -1
  42. package/preset-css/ts/hover-3-d-card.ts +3 -0
  43. package/preset-css/ts/hover-gallery.ts +3 -1
  44. package/preset-css/ts/index.ts +4 -2
  45. package/preset-css/ts/indicator.ts +10 -10
  46. package/preset-css/ts/join-group-items.ts +6 -0
  47. package/preset-css/ts/kbd.ts +8 -1
  48. package/preset-css/ts/label.ts +4 -1
  49. package/preset-css/ts/link.ts +12 -12
  50. package/preset-css/ts/list.ts +6 -1
  51. package/preset-css/ts/loading.ts +14 -14
  52. package/preset-css/ts/mask.ts +20 -20
  53. package/preset-css/ts/menu.ts +17 -17
  54. package/preset-css/ts/modal.ts +13 -13
  55. package/preset-css/ts/navbar.ts +6 -1
  56. package/preset-css/ts/pagination.ts +6 -1
  57. package/preset-css/ts/phone-mockup.ts +5 -5
  58. package/preset-css/ts/progress.ts +11 -11
  59. package/preset-css/ts/radial-progress.ts +3 -1
  60. package/preset-css/ts/radio.ts +16 -16
  61. package/preset-css/ts/range-slider.ts +16 -16
  62. package/preset-css/ts/rating.ts +10 -10
  63. package/preset-css/ts/select.ts +17 -17
  64. package/preset-css/ts/skeleton.ts +4 -1
  65. package/preset-css/ts/stack.ts +7 -1
  66. package/preset-css/ts/stat.ts +11 -11
  67. package/preset-css/ts/status.ts +16 -16
  68. package/preset-css/ts/steps.ts +15 -15
  69. package/preset-css/ts/swap.ts +9 -9
  70. package/preset-css/ts/table.ts +11 -11
  71. package/preset-css/ts/tabs.ts +17 -17
  72. package/preset-css/ts/text-input.ts +17 -17
  73. package/preset-css/ts/text-rotate.ts +3 -0
  74. package/preset-css/ts/textarea.ts +17 -17
  75. package/preset-css/ts/theme-controller.ts +3 -1
  76. package/preset-css/ts/timeline.ts +11 -11
  77. package/preset-css/ts/toast.ts +9 -9
  78. package/preset-css/ts/toggle.ts +16 -16
  79. package/preset-css/ts/tooltip.ts +17 -17
  80. package/preset-css/ts/validator.ts +4 -1
  81. package/preset-css/ts/window-mockup.ts +3 -1
  82. package/service/index.d.ts +1 -19
  83. package/wrapper/index.d.ts +4 -4
@@ -1,9 +1,9 @@
1
- export const ACCORDION_PREFIX_LIST = [
2
- 'collapse',
3
- 'collapse-title',
4
- 'collapse-content',
5
- 'collapse-arrow',
6
- 'collapse-plus',
7
- 'collapse-open',
8
- 'collapse-close',
9
- ];
1
+ export const ACCORDION_PREFIX_LIST=[
2
+ "collapse",
3
+ "collapse-title",
4
+ "collapse-content",
5
+ "collapse-arrow",
6
+ "collapse-plus",
7
+ "collapse-open",
8
+ "collapse-close"
9
+ ]
@@ -1,12 +1,12 @@
1
- export const ALERT_PREFIX_LIST = [
2
- 'alert',
3
- 'alert-outline',
4
- 'alert-dash',
5
- 'alert-soft',
6
- 'alert-info',
7
- 'alert-success',
8
- 'alert-warning',
9
- 'alert-error',
10
- 'alert-vertical',
11
- 'alert-horizontal',
12
- ];
1
+ export const ALERT_PREFIX_LIST=[
2
+ "alert",
3
+ "alert-outline",
4
+ "alert-dash",
5
+ "alert-soft",
6
+ "alert-info",
7
+ "alert-success",
8
+ "alert-warning",
9
+ "alert-error",
10
+ "alert-vertical",
11
+ "alert-horizontal"
12
+ ]
@@ -1,7 +1,7 @@
1
- export const AVATAR_PREFIX_LIST = [
2
- 'avatar',
3
- 'avatar-group',
4
- 'avatar-online',
5
- 'avatar-offline',
6
- 'avatar-placeholder',
7
- ];
1
+ export const AVATAR_PREFIX_LIST=[
2
+ "avatar",
3
+ "avatar-group",
4
+ "avatar-online",
5
+ "avatar-offline",
6
+ "avatar-placeholder"
7
+ ]
@@ -1,20 +1,20 @@
1
- export const BADGE_PREFIX_LIST = [
2
- 'badge',
3
- 'badge-outline',
4
- 'badge-dash',
5
- 'badge-soft',
6
- 'badge-ghost',
7
- 'badge-neutral',
8
- 'badge-primary',
9
- 'badge-secondary',
10
- 'badge-accent',
11
- 'badge-info',
12
- 'badge-success',
13
- 'badge-warning',
14
- 'badge-error',
15
- 'badge-xs',
16
- 'badge-sm',
17
- 'badge-md',
18
- 'badge-lg',
19
- 'badge-xl',
20
- ];
1
+ export const BADGE_PREFIX_LIST=[
2
+ "badge",
3
+ "badge-outline",
4
+ "badge-dash",
5
+ "badge-soft",
6
+ "badge-ghost",
7
+ "badge-neutral",
8
+ "badge-primary",
9
+ "badge-secondary",
10
+ "badge-accent",
11
+ "badge-info",
12
+ "badge-success",
13
+ "badge-warning",
14
+ "badge-error",
15
+ "badge-xs",
16
+ "badge-sm",
17
+ "badge-md",
18
+ "badge-lg",
19
+ "badge-xl"
20
+ ]
@@ -1 +1,3 @@
1
- export const BREADCRUMBS_PREFIX_LIST = ['breadcrumbs'];
1
+ export const BREADCRUMBS_PREFIX_LIST=[
2
+ "breadcrumbs"
3
+ ]
@@ -1 +1,4 @@
1
- export const BROWSER_MOCKUP_PREFIX_LIST = ['mockup-browser', 'mockup-browser-toolbar'];
1
+ export const BROWSER_MOCKUP_PREFIX_LIST=[
2
+ "mockup-browser",
3
+ "mockup-browser-toolbar"
4
+ ]
@@ -1,27 +1,27 @@
1
- export const BUTTON_PREFIX_LIST = [
2
- 'btn',
3
- 'btn-neutral',
4
- 'btn-primary',
5
- 'btn-secondary',
6
- 'btn-accent',
7
- 'btn-info',
8
- 'btn-success',
9
- 'btn-warning',
10
- 'btn-error',
11
- 'btn-outline',
12
- 'btn-dash',
13
- 'btn-soft',
14
- 'btn-ghost',
15
- 'btn-link',
16
- 'btn-active',
17
- 'btn-disabled',
18
- 'btn-xs',
19
- 'btn-sm',
20
- 'btn-md',
21
- 'btn-lg',
22
- 'btn-xl',
23
- 'btn-wide',
24
- 'btn-block',
25
- 'btn-square',
26
- 'btn-circle',
27
- ];
1
+ export const BUTTON_PREFIX_LIST=[
2
+ "btn",
3
+ "btn-neutral",
4
+ "btn-primary",
5
+ "btn-secondary",
6
+ "btn-accent",
7
+ "btn-info",
8
+ "btn-success",
9
+ "btn-warning",
10
+ "btn-error",
11
+ "btn-outline",
12
+ "btn-dash",
13
+ "btn-soft",
14
+ "btn-ghost",
15
+ "btn-link",
16
+ "btn-active",
17
+ "btn-disabled",
18
+ "btn-xs",
19
+ "btn-sm",
20
+ "btn-md",
21
+ "btn-lg",
22
+ "btn-xl",
23
+ "btn-wide",
24
+ "btn-block",
25
+ "btn-square",
26
+ "btn-circle"
27
+ ]
@@ -1 +1,5 @@
1
- export const CALENDAR_PREFIX_LIST = ['cally', 'pika-single', 'react-day-picker'];
1
+ export const CALENDAR_PREFIX_LIST=[
2
+ "cally",
3
+ "pika-single",
4
+ "react-day-picker"
5
+ ]
@@ -1,15 +1,15 @@
1
- export const CARD_PREFIX_LIST = [
2
- 'card',
3
- 'card-title',
4
- 'card-body',
5
- 'card-actions',
6
- 'card-border',
7
- 'card-dash',
8
- 'card-side',
9
- 'image-full',
10
- 'card-xs',
11
- 'card-sm',
12
- 'card-md',
13
- 'card-lg',
14
- 'card-xl',
15
- ];
1
+ export const CARD_PREFIX_LIST=[
2
+ "card",
3
+ "card-title",
4
+ "card-body",
5
+ "card-actions",
6
+ "card-border",
7
+ "card-dash",
8
+ "card-side",
9
+ "image-full",
10
+ "card-xs",
11
+ "card-sm",
12
+ "card-md",
13
+ "card-lg",
14
+ "card-xl"
15
+ ]
@@ -1,9 +1,9 @@
1
- export const CAROUSEL_PREFIX_LIST = [
2
- 'carousel',
3
- 'carousel-item',
4
- 'carousel-start',
5
- 'carousel-center',
6
- 'carousel-end',
7
- 'carousel-horizontal',
8
- 'carousel-vertical',
9
- ];
1
+ export const CAROUSEL_PREFIX_LIST=[
2
+ "carousel",
3
+ "carousel-item",
4
+ "carousel-start",
5
+ "carousel-center",
6
+ "carousel-end",
7
+ "carousel-horizontal",
8
+ "carousel-vertical"
9
+ ]
@@ -1,17 +1,17 @@
1
- export const CHAT_BUBBLE_PREFIX_LIST = [
2
- 'chat',
3
- 'chat-image',
4
- 'chat-header',
5
- 'chat-footer',
6
- 'chat-bubble',
7
- 'chat-start',
8
- 'chat-end',
9
- 'chat-bubble-neutral',
10
- 'chat-bubble-primary',
11
- 'chat-bubble-secondary',
12
- 'chat-bubble-accent',
13
- 'chat-bubble-info',
14
- 'chat-bubble-success',
15
- 'chat-bubble-warning',
16
- 'chat-bubble-error',
17
- ];
1
+ export const CHAT_BUBBLE_PREFIX_LIST=[
2
+ "chat",
3
+ "chat-image",
4
+ "chat-header",
5
+ "chat-footer",
6
+ "chat-bubble",
7
+ "chat-start",
8
+ "chat-end",
9
+ "chat-bubble-neutral",
10
+ "chat-bubble-primary",
11
+ "chat-bubble-secondary",
12
+ "chat-bubble-accent",
13
+ "chat-bubble-info",
14
+ "chat-bubble-success",
15
+ "chat-bubble-warning",
16
+ "chat-bubble-error"
17
+ ]
@@ -1,16 +1,16 @@
1
- export const CHECKBOX_PREFIX_LIST = [
2
- 'checkbox',
3
- 'checkbox-primary',
4
- 'checkbox-secondary',
5
- 'checkbox-accent',
6
- 'checkbox-neutral',
7
- 'checkbox-success',
8
- 'checkbox-warning',
9
- 'checkbox-info',
10
- 'checkbox-error',
11
- 'checkbox-xs',
12
- 'checkbox-sm',
13
- 'checkbox-md',
14
- 'checkbox-lg',
15
- 'checkbox-xl',
16
- ];
1
+ export const CHECKBOX_PREFIX_LIST=[
2
+ "checkbox",
3
+ "checkbox-primary",
4
+ "checkbox-secondary",
5
+ "checkbox-accent",
6
+ "checkbox-neutral",
7
+ "checkbox-success",
8
+ "checkbox-warning",
9
+ "checkbox-info",
10
+ "checkbox-error",
11
+ "checkbox-xs",
12
+ "checkbox-sm",
13
+ "checkbox-md",
14
+ "checkbox-lg",
15
+ "checkbox-xl"
16
+ ]
@@ -1 +1,3 @@
1
- export const CODE_MOCKUP_PREFIX_LIST = ['mockup-code'];
1
+ export const CODE_MOCKUP_PREFIX_LIST=[
2
+ "mockup-code"
3
+ ]
@@ -1,9 +1,9 @@
1
- export const COLLAPSE_PREFIX_LIST = [
2
- 'collapse',
3
- 'collapse-title',
4
- 'collapse-content',
5
- 'collapse-arrow',
6
- 'collapse-plus',
7
- 'collapse-open',
8
- 'collapse-close',
9
- ];
1
+ export const COLLAPSE_PREFIX_LIST=[
2
+ "collapse",
3
+ "collapse-title",
4
+ "collapse-content",
5
+ "collapse-arrow",
6
+ "collapse-plus",
7
+ "collapse-open",
8
+ "collapse-close"
9
+ ]
@@ -1 +1,3 @@
1
- export const COUNTDOWN_PREFIX_LIST = ['countdown'];
1
+ export const COUNTDOWN_PREFIX_LIST=[
2
+ "countdown"
3
+ ]
@@ -1 +1,6 @@
1
- export const DIFF_PREFIX_LIST = ['diff', 'diff-item-1', 'diff-item-2', 'diff-resizer'];
1
+ export const DIFF_PREFIX_LIST=[
2
+ "diff",
3
+ "diff-item-1",
4
+ "diff-item-2",
5
+ "diff-resizer"
6
+ ]
@@ -1,15 +1,15 @@
1
- export const DIVIDER_PREFIX_LIST = [
2
- 'divider',
3
- 'divider-neutral',
4
- 'divider-primary',
5
- 'divider-secondary',
6
- 'divider-accent',
7
- 'divider-success',
8
- 'divider-warning',
9
- 'divider-info',
10
- 'divider-error',
11
- 'divider-vertical',
12
- 'divider-horizontal',
13
- 'divider-start',
14
- 'divider-end',
15
- ];
1
+ export const DIVIDER_PREFIX_LIST=[
2
+ "divider",
3
+ "divider-neutral",
4
+ "divider-primary",
5
+ "divider-secondary",
6
+ "divider-accent",
7
+ "divider-success",
8
+ "divider-warning",
9
+ "divider-info",
10
+ "divider-error",
11
+ "divider-vertical",
12
+ "divider-horizontal",
13
+ "divider-start",
14
+ "divider-end"
15
+ ]
@@ -1,10 +1,10 @@
1
- export const DOCK_PREFIX_LIST = [
2
- 'dock',
3
- 'dock-label',
4
- 'dock-active',
5
- 'dock-xs',
6
- 'dock-sm',
7
- 'dock-md',
8
- 'dock-lg',
9
- 'dock-xl',
10
- ];
1
+ export const DOCK_PREFIX_LIST=[
2
+ "dock",
3
+ "dock-label",
4
+ "dock-active",
5
+ "dock-xs",
6
+ "dock-sm",
7
+ "dock-md",
8
+ "dock-lg",
9
+ "dock-xl"
10
+ ]
@@ -1,11 +1,11 @@
1
- export const DRAWER_SIDEBAR_PREFIX_LIST = [
2
- 'drawer',
3
- 'drawer-toggle',
4
- 'drawer-content',
5
- 'drawer-side',
6
- 'drawer-overlay',
7
- 'drawer-end',
8
- 'drawer-open',
9
- 'is-drawer-open:',
10
- 'is-drawer-close:',
11
- ];
1
+ export const DRAWER_SIDEBAR_PREFIX_LIST=[
2
+ "drawer",
3
+ "drawer-toggle",
4
+ "drawer-content",
5
+ "drawer-side",
6
+ "drawer-overlay",
7
+ "drawer-end",
8
+ "drawer-open",
9
+ "is-drawer-open:",
10
+ "is-drawer-close:"
11
+ ]
@@ -1,13 +1,14 @@
1
- export const DROPDOWN_PREFIX_LIST = [
2
- 'dropdown',
3
- 'dropdown-content',
4
- 'dropdown-start',
5
- 'dropdown-center',
6
- 'dropdown-end',
7
- 'dropdown-top',
8
- 'dropdown-bottom',
9
- 'dropdown-left',
10
- 'dropdown-right',
11
- 'dropdown-hover',
12
- 'dropdown-open',
13
- ];
1
+ export const DROPDOWN_PREFIX_LIST=[
2
+ "dropdown",
3
+ "dropdown-content",
4
+ "dropdown-start",
5
+ "dropdown-center",
6
+ "dropdown-end",
7
+ "dropdown-top",
8
+ "dropdown-bottom",
9
+ "dropdown-left",
10
+ "dropdown-right",
11
+ "dropdown-hover",
12
+ "dropdown-open",
13
+ "dropdown-close"
14
+ ]
@@ -1 +1,6 @@
1
- export const FAB_SPEED_DIAL_PREFIX_LIST = ['fab', 'fab-close', 'fab-main-action', 'fab-flower'];
1
+ export const FAB_SPEED_DIAL_PREFIX_LIST=[
2
+ "fab",
3
+ "fab-close",
4
+ "fab-main-action",
5
+ "fab-flower"
6
+ ]
@@ -1 +1,5 @@
1
- export const FIELDSET_PREFIX_LIST = ['fieldset', 'label', 'fieldset-legend'];
1
+ export const FIELDSET_PREFIX_LIST=[
2
+ "fieldset",
3
+ "label",
4
+ "fieldset-legend"
5
+ ]
@@ -1,17 +1,17 @@
1
- export const FILE_INPUT_PREFIX_LIST = [
2
- 'file-input',
3
- 'file-input-ghost',
4
- 'file-input-neutral',
5
- 'file-input-primary',
6
- 'file-input-secondary',
7
- 'file-input-accent',
8
- 'file-input-info',
9
- 'file-input-success',
10
- 'file-input-warning',
11
- 'file-input-error',
12
- 'file-input-xs',
13
- 'file-input-sm',
14
- 'file-input-md',
15
- 'file-input-lg',
16
- 'file-input-xl',
17
- ];
1
+ export const FILE_INPUT_PREFIX_LIST=[
2
+ "file-input",
3
+ "file-input-ghost",
4
+ "file-input-neutral",
5
+ "file-input-primary",
6
+ "file-input-secondary",
7
+ "file-input-accent",
8
+ "file-input-info",
9
+ "file-input-success",
10
+ "file-input-warning",
11
+ "file-input-error",
12
+ "file-input-xs",
13
+ "file-input-sm",
14
+ "file-input-md",
15
+ "file-input-lg",
16
+ "file-input-xl"
17
+ ]
@@ -1 +1,4 @@
1
- export const FILTER_PREFIX_LIST = ['filter', 'filter-reset'];
1
+ export const FILTER_PREFIX_LIST=[
2
+ "filter",
3
+ "filter-reset"
4
+ ]
@@ -1,7 +1,7 @@
1
- export const FOOTER_PREFIX_LIST = [
2
- 'footer',
3
- 'footer-title',
4
- 'footer-center',
5
- 'footer-horizontal',
6
- 'footer-vertical',
7
- ];
1
+ export const FOOTER_PREFIX_LIST=[
2
+ "footer",
3
+ "footer-title",
4
+ "footer-center",
5
+ "footer-horizontal",
6
+ "footer-vertical"
7
+ ]
@@ -1 +1,5 @@
1
- export const HERO_PREFIX_LIST = ['hero', 'hero-content', 'hero-overlay'];
1
+ export const HERO_PREFIX_LIST=[
2
+ "hero",
3
+ "hero-content",
4
+ "hero-overlay"
5
+ ]
@@ -0,0 +1,3 @@
1
+ export const HOVER_3_D_CARD_PREFIX_LIST=[
2
+ "hover-3d"
3
+ ]
@@ -1 +1,3 @@
1
- export const HOVER_GALLERY_PREFIX_LIST = ['hover-gallery'];
1
+ export const HOVER_GALLERY_PREFIX_LIST=[
2
+ "hover-gallery"
3
+ ]
@@ -22,10 +22,11 @@ export * from './file-input';
22
22
  export * from './filter';
23
23
  export * from './footer';
24
24
  export * from './hero';
25
+ export * from './hover-3-d-card';
25
26
  export * from './hover-gallery';
26
27
  export * from './indicator';
27
28
  export * from './text-input';
28
- export * from './join';
29
+ export * from './join-group-items';
29
30
  export * from './kbd';
30
31
  export * from './label';
31
32
  export * from './link';
@@ -54,10 +55,11 @@ export * from './steps';
54
55
  export * from './swap';
55
56
  export * from './tabs';
56
57
  export * from './table';
58
+ export * from './text-rotate';
57
59
  export * from './textarea';
58
60
  export * from './theme-controller';
59
61
  export * from './timeline';
60
62
  export * from './toast';
61
63
  export * from './toggle';
62
64
  export * from './tooltip';
63
- export * from './validator';
65
+ export * from './validator';
@@ -1,10 +1,10 @@
1
- export const INDICATOR_PREFIX_LIST = [
2
- 'indicator',
3
- 'indicator-item',
4
- 'indicator-start',
5
- 'indicator-center',
6
- 'indicator-end',
7
- 'indicator-top',
8
- 'indicator-middle',
9
- 'indicator-bottom',
10
- ];
1
+ export const INDICATOR_PREFIX_LIST=[
2
+ "indicator",
3
+ "indicator-item",
4
+ "indicator-start",
5
+ "indicator-center",
6
+ "indicator-end",
7
+ "indicator-top",
8
+ "indicator-middle",
9
+ "indicator-bottom"
10
+ ]
@@ -0,0 +1,6 @@
1
+ export const JOIN_GROUP_ITEMS_PREFIX_LIST=[
2
+ "join",
3
+ "join-item",
4
+ "join-vertical",
5
+ "join-horizontal"
6
+ ]
@@ -1 +1,8 @@
1
- export const KBD_PREFIX_LIST = ['kbd', 'kbd-xs', 'kbd-sm', 'kbd-md', 'kbd-lg', 'kbd-xl'];
1
+ export const KBD_PREFIX_LIST=[
2
+ "kbd",
3
+ "kbd-xs",
4
+ "kbd-sm",
5
+ "kbd-md",
6
+ "kbd-lg",
7
+ "kbd-xl"
8
+ ]
@@ -1 +1,4 @@
1
- export const LABEL_PREFIX_LIST = ['label', 'floating-label'];
1
+ export const LABEL_PREFIX_LIST=[
2
+ "label",
3
+ "floating-label"
4
+ ]