@intlayer/design-system 8.0.5 → 8.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 (92) hide show
  1. package/dist/esm/components/Accordion/Accordion.mjs +1 -1
  2. package/dist/esm/components/Avatar/index.mjs +1 -1
  3. package/dist/esm/components/Breadcrumb/index.mjs +1 -1
  4. package/dist/esm/components/Browser/Browser.mjs +1 -1
  5. package/dist/esm/components/Carousel/index.mjs +1 -1
  6. package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
  7. package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
  8. package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
  9. package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
  10. package/dist/esm/components/CopyButton/index.mjs +1 -1
  11. package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
  12. package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
  13. package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
  14. package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
  15. package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
  16. package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
  17. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
  18. package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
  19. package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
  20. package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
  21. package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
  22. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
  23. package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
  24. package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
  25. package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
  26. package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
  27. package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
  28. package/dist/esm/components/HideShow/index.mjs +1 -1
  29. package/dist/esm/components/IDE/FileTree.mjs +1 -1
  30. package/dist/esm/components/Input/InputPassword.mjs +1 -1
  31. package/dist/esm/components/Input/OTPInput.mjs +1 -1
  32. package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
  33. package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
  34. package/dist/esm/components/Link/Link.mjs +1 -1
  35. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
  36. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  37. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +1 -1
  38. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  39. package/dist/esm/components/Modal/Modal.mjs +3 -3
  40. package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
  41. package/dist/esm/components/Pagination/Pagination.mjs +2 -2
  42. package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
  43. package/dist/esm/components/Select/Multiselect.mjs +1 -1
  44. package/dist/esm/components/SwitchSelector/index.mjs +1 -1
  45. package/dist/esm/components/Tab/Tab.mjs +1 -1
  46. package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
  47. package/dist/esm/components/Table/Table.mjs +1 -1
  48. package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
  49. package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
  50. package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
  51. package/dist/esm/components/Toaster/Toast.mjs +2 -2
  52. package/dist/esm/components/index.mjs +3 -3
  53. package/dist/esm/hooks/index.mjs +5 -5
  54. package/dist/esm/providers/ReactQueryProvider.mjs +1 -1
  55. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +1 -1
  56. package/dist/types/components/Browser/Browser.content.d.ts +8 -8
  57. package/dist/types/components/Button/Button.d.ts +4 -4
  58. package/dist/types/components/Carousel/index.content.d.ts +3 -3
  59. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  60. package/dist/types/components/Command/index.d.ts +1 -1
  61. package/dist/types/components/Container/index.d.ts +5 -5
  62. package/dist/types/components/CopyButton/CopyButton.content.d.ts +1 -1
  63. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +12 -12
  64. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +4 -4
  65. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +27 -27
  66. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +16 -16
  67. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +12 -12
  68. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +16 -16
  69. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +4 -4
  70. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +3 -3
  71. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +2 -2
  72. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +15 -15
  73. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +1 -1
  74. package/dist/types/components/IDE/code.content.d.ts +2 -2
  75. package/dist/types/components/IDE/copyCode.content.d.ts +2 -2
  76. package/dist/types/components/IDE/selectors.content.d.ts +6 -6
  77. package/dist/types/components/Input/Checkbox.d.ts +2 -2
  78. package/dist/types/components/Input/Input.d.ts +1 -1
  79. package/dist/types/components/Link/Link.d.ts +3 -3
  80. package/dist/types/components/Loader/index.content.d.ts +1 -1
  81. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +8 -8
  82. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +6 -6
  83. package/dist/types/components/Pagination/Pagination.d.ts +1 -1
  84. package/dist/types/components/Pagination/pagination.content.d.ts +5 -5
  85. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +2 -2
  86. package/dist/types/components/SwitchSelector/index.d.ts +1 -1
  87. package/dist/types/components/TabSelector/TabSelector.d.ts +1 -1
  88. package/dist/types/components/Table/table.content.d.ts +1 -1
  89. package/dist/types/components/Tag/index.d.ts +3 -3
  90. package/dist/types/components/Terminal/terminal.content.d.ts +2 -2
  91. package/dist/types/components/Toaster/Toast.d.ts +1 -1
  92. package/package.json +18 -18
@@ -25,7 +25,7 @@ declare const dictionaryFieldEditorContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
28
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -68,7 +68,7 @@ declare const dictionaryFieldEditorContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
71
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;
@@ -24,7 +24,7 @@ declare const nodeTypeSelectorContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const nodeTypeSelectorContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -110,7 +110,7 @@ declare const nodeTypeSelectorContent: {
110
110
  vi: string;
111
111
  uk: string;
112
112
  }, {
113
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
113
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -153,7 +153,7 @@ declare const nodeTypeSelectorContent: {
153
153
  vi: string;
154
154
  uk: string;
155
155
  }, {
156
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
156
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
157
157
  } & {
158
158
  translation: {
159
159
  en: string;
@@ -196,7 +196,7 @@ declare const nodeTypeSelectorContent: {
196
196
  vi: string;
197
197
  uk: string;
198
198
  }, {
199
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
199
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
200
200
  } & {
201
201
  translation: {
202
202
  en: string;
@@ -239,7 +239,7 @@ declare const nodeTypeSelectorContent: {
239
239
  vi: string;
240
240
  uk: string;
241
241
  }, {
242
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
242
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
243
243
  } & {
244
244
  translation: {
245
245
  en: string;
@@ -282,7 +282,7 @@ declare const nodeTypeSelectorContent: {
282
282
  vi: string;
283
283
  uk: string;
284
284
  }, {
285
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
285
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
286
286
  } & {
287
287
  translation: {
288
288
  en: string;
@@ -325,7 +325,7 @@ declare const nodeTypeSelectorContent: {
325
325
  vi: string;
326
326
  uk: string;
327
327
  }, {
328
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
328
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
329
329
  } & {
330
330
  translation: {
331
331
  en: string;
@@ -368,7 +368,7 @@ declare const nodeTypeSelectorContent: {
368
368
  vi: string;
369
369
  uk: string;
370
370
  }, {
371
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
371
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
372
372
  } & {
373
373
  translation: {
374
374
  en: string;
@@ -411,7 +411,7 @@ declare const nodeTypeSelectorContent: {
411
411
  vi: string;
412
412
  uk: string;
413
413
  }, {
414
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
414
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
415
415
  } & {
416
416
  translation: {
417
417
  en: string;
@@ -454,7 +454,7 @@ declare const nodeTypeSelectorContent: {
454
454
  vi: string;
455
455
  uk: string;
456
456
  }, {
457
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
457
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
458
458
  } & {
459
459
  translation: {
460
460
  en: string;
@@ -497,7 +497,7 @@ declare const nodeTypeSelectorContent: {
497
497
  vi: string;
498
498
  uk: string;
499
499
  }, {
500
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
500
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
501
501
  } & {
502
502
  translation: {
503
503
  en: string;
@@ -540,7 +540,7 @@ declare const nodeTypeSelectorContent: {
540
540
  vi: string;
541
541
  uk: string;
542
542
  }, {
543
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
543
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
544
544
  } & {
545
545
  translation: {
546
546
  en: string;
@@ -583,7 +583,7 @@ declare const nodeTypeSelectorContent: {
583
583
  vi: string;
584
584
  uk: string;
585
585
  }, {
586
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
586
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
587
587
  } & {
588
588
  translation: {
589
589
  en: string;
@@ -626,7 +626,7 @@ declare const nodeTypeSelectorContent: {
626
626
  vi: string;
627
627
  uk: string;
628
628
  }, {
629
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
629
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
630
630
  } & {
631
631
  translation: {
632
632
  en: string;
@@ -25,7 +25,7 @@ declare const expandCollapseContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
28
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -24,7 +24,7 @@ declare const codeContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const codeContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -24,7 +24,7 @@ declare const copyContentContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const copyContentContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -25,7 +25,7 @@ declare const selectorsContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
28
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -68,7 +68,7 @@ declare const selectorsContent: {
68
68
  vi: string;
69
69
  uk: string;
70
70
  }, {
71
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
71
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  en: string;
@@ -113,7 +113,7 @@ declare const selectorsContent: {
113
113
  vi: string;
114
114
  uk: string;
115
115
  }, {
116
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
116
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
117
117
  } & {
118
118
  translation: {
119
119
  en: string;
@@ -156,7 +156,7 @@ declare const selectorsContent: {
156
156
  vi: string;
157
157
  uk: string;
158
158
  }, {
159
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
159
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
160
160
  } & {
161
161
  translation: {
162
162
  en: string;
@@ -201,7 +201,7 @@ declare const selectorsContent: {
201
201
  vi: string;
202
202
  uk: string;
203
203
  }, {
204
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
204
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
205
205
  } & {
206
206
  translation: {
207
207
  en: string;
@@ -244,7 +244,7 @@ declare const selectorsContent: {
244
244
  vi: string;
245
245
  uk: string;
246
246
  }, {
247
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
247
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
248
248
  } & {
249
249
  translation: {
250
250
  en: string;
@@ -6,8 +6,8 @@ import { VariantProps } from "class-variance-authority";
6
6
  declare const checkboxVariants: (props?: {
7
7
  variant?: "default";
8
8
  size?: "sm" | "md" | "lg";
9
- color?: "custom" | "error" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "success";
10
- validationStyleEnabled?: "enabled" | "disabled";
9
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "error" | "success" | "custom";
10
+ validationStyleEnabled?: "disabled" | "enabled";
11
11
  } & class_variance_authority_types0.ClassProp) => string;
12
12
  declare enum CheckboxSize {
13
13
  SM = "sm",
@@ -6,7 +6,7 @@ import { VariantProps } from "class-variance-authority";
6
6
  declare const inputVariants: (props?: {
7
7
  variant?: "default" | "invisible";
8
8
  size?: "sm" | "md" | "lg";
9
- validationStyleEnabled?: "enabled" | "disabled";
9
+ validationStyleEnabled?: "disabled" | "enabled";
10
10
  } & class_variance_authority_types0.ClassProp) => string;
11
11
  declare enum InputVariant {
12
12
  DEFAULT = "default",
@@ -54,9 +54,9 @@ declare enum LinkUnderlined {
54
54
  }
55
55
  declare const linkVariants: (props?: {
56
56
  variant?: "default" | "invisible-link" | "hoverable" | "button" | "button-outlined";
57
- roundedSize?: "none" | "md" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "full";
58
- color?: "error" | "custom" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "success";
59
- size?: "custom" | "md" | "sm" | "lg" | "xl";
57
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
58
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text" | "text-inverse" | "error" | "success" | "custom";
59
+ size?: "sm" | "md" | "lg" | "xl" | "custom";
60
60
  underlined?: boolean | LinkUnderlined.DEFAULT;
61
61
  } & class_variance_authority_types0.ClassProp) => string;
62
62
  type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
@@ -24,7 +24,7 @@ declare const loaderContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const localeSwitcherContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -110,7 +110,7 @@ declare const localeSwitcherContent: {
110
110
  vi: string;
111
111
  uk: string;
112
112
  }, {
113
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
113
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -154,7 +154,7 @@ declare const localeSwitcherContent: {
154
154
  vi: string;
155
155
  uk: string;
156
156
  }, {
157
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
157
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
158
158
  } & {
159
159
  translation: {
160
160
  en: string;
@@ -197,7 +197,7 @@ declare const localeSwitcherContent: {
197
197
  vi: string;
198
198
  uk: string;
199
199
  }, {
200
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
200
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
201
201
  } & {
202
202
  translation: {
203
203
  en: string;
@@ -240,7 +240,7 @@ declare const localeSwitcherContent: {
240
240
  vi: string;
241
241
  uk: string;
242
242
  }, {
243
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
243
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
244
244
  } & {
245
245
  translation: {
246
246
  en: string;
@@ -285,7 +285,7 @@ declare const localeSwitcherContent: {
285
285
  vi: string;
286
286
  uk: string;
287
287
  }, {
288
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
288
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
289
289
  } & {
290
290
  translation: {
291
291
  en: string;
@@ -328,7 +328,7 @@ declare const localeSwitcherContent: {
328
328
  vi: string;
329
329
  uk: string;
330
330
  }, {
331
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
331
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
332
332
  } & {
333
333
  translation: {
334
334
  en: string;
@@ -24,7 +24,7 @@ declare const localeSwitcherContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const localeSwitcherContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -110,7 +110,7 @@ declare const localeSwitcherContent: {
110
110
  vi: string;
111
111
  uk: string;
112
112
  }, {
113
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
113
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
114
114
  } & {
115
115
  translation: {
116
116
  en: string;
@@ -154,7 +154,7 @@ declare const localeSwitcherContent: {
154
154
  vi: string;
155
155
  uk: string;
156
156
  }, {
157
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
157
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
158
158
  } & {
159
159
  translation: {
160
160
  en: string;
@@ -197,7 +197,7 @@ declare const localeSwitcherContent: {
197
197
  vi: string;
198
198
  uk: string;
199
199
  }, {
200
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
200
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
201
201
  } & {
202
202
  translation: {
203
203
  en: string;
@@ -240,7 +240,7 @@ declare const localeSwitcherContent: {
240
240
  vi: string;
241
241
  uk: string;
242
242
  }, {
243
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
243
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
244
244
  } & {
245
245
  translation: {
246
246
  en: string;
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
5
5
  //#region src/components/Pagination/Pagination.d.ts
6
6
  declare const paginationVariants: (props?: {
7
7
  size?: "sm" | "md" | "lg";
8
- color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
8
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "text";
9
9
  variant?: "default" | "ghost" | "bordered";
10
10
  } & class_variance_authority_types0.ClassProp) => string;
11
11
  declare enum PaginationSize {
@@ -25,7 +25,7 @@ declare const paginationContent: {
25
25
  vi: string;
26
26
  uk: string;
27
27
  }, {
28
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
28
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
29
29
  } & {
30
30
  translation: {
31
31
  en: string;
@@ -68,7 +68,7 @@ declare const paginationContent: {
68
68
  vi: string;
69
69
  zh: string;
70
70
  }, {
71
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
71
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
72
72
  } & {
73
73
  translation: {
74
74
  ar: string;
@@ -111,7 +111,7 @@ declare const paginationContent: {
111
111
  vi: string;
112
112
  uk: string;
113
113
  }, {
114
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
114
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
115
115
  } & {
116
116
  translation: {
117
117
  en: string;
@@ -154,7 +154,7 @@ declare const paginationContent: {
154
154
  vi: string;
155
155
  uk: string;
156
156
  }, {
157
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
157
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
158
158
  } & {
159
159
  translation: {
160
160
  en: string;
@@ -197,7 +197,7 @@ declare const paginationContent: {
197
197
  vi: string;
198
198
  uk: string;
199
199
  }, {
200
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
200
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
201
201
  } & {
202
202
  translation: {
203
203
  en: string;
@@ -24,7 +24,7 @@ declare const rightDrawerContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const rightDrawerContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -37,7 +37,7 @@ declare enum SwitchSelectorSize {
37
37
  LG = "lg"
38
38
  }
39
39
  declare const choiceVariant: (props?: {
40
- size?: "md" | "sm" | "lg";
40
+ size?: "sm" | "md" | "lg";
41
41
  } & class_variance_authority_types0.ClassProp) => string;
42
42
  /**
43
43
  *
@@ -15,7 +15,7 @@ declare enum TabSelectorColor {
15
15
  TEXT = "text"
16
16
  }
17
17
  declare const tabSelectorVariant: (props?: {
18
- color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
18
+ color?: "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "text";
19
19
  } & class_variance_authority_types0.ClassProp) => string;
20
20
  type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
21
21
  key: string | number;
@@ -24,7 +24,7 @@ declare const tableContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -185,9 +185,9 @@ declare enum TagBackground {
185
185
  WITH = "with"
186
186
  }
187
187
  declare const containerVariants: (props?: {
188
- roundedSize?: "none" | "md" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "full";
189
- color?: "error" | "primary" | "neutral" | "text" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
- size?: "md" | "sm" | "lg" | "xl" | "xs";
188
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "none" | "2xl" | "3xl" | "full";
189
+ color?: "primary" | "neutral" | "text" | "error" | "success" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
190
+ size?: "xs" | "sm" | "md" | "lg" | "xl";
191
191
  border?: "none" | "with";
192
192
  background?: "none" | "with";
193
193
  } & class_variance_authority_types0.ClassProp) => string;
@@ -24,7 +24,7 @@ declare const terminalContent: {
24
24
  vi: string;
25
25
  uk: string;
26
26
  }, {
27
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
27
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
28
28
  } & {
29
29
  translation: {
30
30
  en: string;
@@ -67,7 +67,7 @@ declare const terminalContent: {
67
67
  vi: string;
68
68
  uk: string;
69
69
  }, {
70
- nodeType: _intlayer_types0.NodeType.Translation | "translation";
70
+ nodeType: "translation" | _intlayer_types0.NodeType.Translation;
71
71
  } & {
72
72
  translation: {
73
73
  en: string;
@@ -25,7 +25,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
25
25
  * ```
26
26
  */
27
27
  declare const toastVariants: (props?: {
28
- variant?: "default" | "error" | "success";
28
+ variant?: "error" | "success" | "default";
29
29
  } & class_variance_authority_types0.ClassProp) => string;
30
30
  /**
31
31
  * Toast Component