@intlayer/design-system 8.9.8 → 8.10.0-canary.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 (40) hide show
  1. package/dist/esm/components/Browser/Browser.content.mjs +120 -0
  2. package/dist/esm/components/Browser/Browser.content.mjs.map +1 -1
  3. package/dist/esm/components/Browser/Browser.mjs +131 -9
  4. package/dist/esm/components/Browser/Browser.mjs.map +1 -1
  5. package/dist/esm/components/Browser/extractUrlFromSitemap.mjs +44 -0
  6. package/dist/esm/components/Browser/extractUrlFromSitemap.mjs.map +1 -0
  7. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +49 -1
  8. package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs.map +1 -1
  9. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs +1 -1
  10. package/dist/esm/components/DictionaryFieldEditor/KeyPathBreadcrumb.mjs.map +1 -1
  11. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +1 -1
  12. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs +8 -1
  13. package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs.map +1 -1
  14. package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
  15. package/dist/esm/components/WithResizer/index.mjs +12 -9
  16. package/dist/esm/components/WithResizer/index.mjs.map +1 -1
  17. package/dist/esm/components/index.mjs +2 -2
  18. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  19. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  20. package/dist/types/components/Badge/index.d.ts +2 -2
  21. package/dist/types/components/Browser/Browser.content.d.ts +120 -0
  22. package/dist/types/components/Browser/Browser.d.ts.map +1 -1
  23. package/dist/types/components/Browser/extractUrlFromSitemap.d.ts +5 -0
  24. package/dist/types/components/Browser/extractUrlFromSitemap.d.ts.map +1 -0
  25. package/dist/types/components/Button/Button.d.ts +5 -5
  26. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
  27. package/dist/types/components/Command/index.d.ts +3 -3
  28. package/dist/types/components/Container/index.d.ts +6 -6
  29. package/dist/types/components/DictionaryFieldEditor/ContentEditorView/TextEditor.d.ts.map +1 -1
  30. package/dist/types/components/Input/Checkbox.d.ts +2 -2
  31. package/dist/types/components/Link/Link.d.ts +4 -4
  32. package/dist/types/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.d.ts.map +1 -1
  33. package/dist/types/components/Pagination/Pagination.d.ts +2 -2
  34. package/dist/types/components/SwitchSelector/SwitchSelector.d.ts +1 -1
  35. package/dist/types/components/SwitchSelector/VerticalSwitchSelector.d.ts +1 -1
  36. package/dist/types/components/Tab/Tab.d.ts +2 -2
  37. package/dist/types/components/TabSelector/TabSelector.d.ts +1 -1
  38. package/dist/types/components/Tag/index.d.ts +3 -3
  39. package/dist/types/components/Toaster/Toast.d.ts +1 -1
  40. package/package.json +20 -20
@@ -143,6 +143,126 @@ declare const browserContent: {
143
143
  vi: string;
144
144
  uk: string;
145
145
  }>;
146
+ sitemapButtonLabel: import("@intlayer/core/transpiler").TranslationContent<unknown, {
147
+ en: string;
148
+ 'en-GB': string;
149
+ fr: string;
150
+ es: string;
151
+ de: string;
152
+ ja: string;
153
+ ko: string;
154
+ zh: string;
155
+ it: string;
156
+ pt: string;
157
+ hi: string;
158
+ ar: string;
159
+ ru: string;
160
+ tr: string;
161
+ pl: string;
162
+ id: string;
163
+ vi: string;
164
+ uk: string;
165
+ }>;
166
+ sitemapSearchPlaceholder: import("@intlayer/core/transpiler").TranslationContent<unknown, {
167
+ en: string;
168
+ 'en-GB': string;
169
+ fr: string;
170
+ es: string;
171
+ de: string;
172
+ ja: string;
173
+ ko: string;
174
+ zh: string;
175
+ it: string;
176
+ pt: string;
177
+ hi: string;
178
+ ar: string;
179
+ ru: string;
180
+ tr: string;
181
+ pl: string;
182
+ id: string;
183
+ vi: string;
184
+ uk: string;
185
+ }>;
186
+ sitemapSearchAriaLabel: import("@intlayer/core/transpiler").TranslationContent<unknown, {
187
+ en: string;
188
+ 'en-GB': string;
189
+ fr: string;
190
+ es: string;
191
+ de: string;
192
+ ja: string;
193
+ ko: string;
194
+ zh: string;
195
+ it: string;
196
+ pt: string;
197
+ hi: string;
198
+ ar: string;
199
+ ru: string;
200
+ tr: string;
201
+ pl: string;
202
+ id: string;
203
+ vi: string;
204
+ uk: string;
205
+ }>;
206
+ sitemapLoading: import("@intlayer/core/transpiler").TranslationContent<unknown, {
207
+ en: string;
208
+ 'en-GB': string;
209
+ fr: string;
210
+ es: string;
211
+ de: string;
212
+ ja: string;
213
+ ko: string;
214
+ zh: string;
215
+ it: string;
216
+ pt: string;
217
+ hi: string;
218
+ ar: string;
219
+ ru: string;
220
+ tr: string;
221
+ pl: string;
222
+ id: string;
223
+ vi: string;
224
+ uk: string;
225
+ }>;
226
+ sitemapEmpty: import("@intlayer/core/transpiler").TranslationContent<unknown, {
227
+ en: string;
228
+ 'en-GB': string;
229
+ fr: string;
230
+ es: string;
231
+ de: string;
232
+ ja: string;
233
+ ko: string;
234
+ zh: string;
235
+ it: string;
236
+ pt: string;
237
+ hi: string;
238
+ ar: string;
239
+ ru: string;
240
+ tr: string;
241
+ pl: string;
242
+ id: string;
243
+ vi: string;
244
+ uk: string;
245
+ }>;
246
+ sitemapError: import("@intlayer/core/transpiler").TranslationContent<unknown, {
247
+ en: string;
248
+ 'en-GB': string;
249
+ fr: string;
250
+ es: string;
251
+ de: string;
252
+ ja: string;
253
+ ko: string;
254
+ zh: string;
255
+ it: string;
256
+ pt: string;
257
+ hi: string;
258
+ ar: string;
259
+ ru: string;
260
+ tr: string;
261
+ pl: string;
262
+ id: string;
263
+ vi: string;
264
+ uk: string;
265
+ }>;
146
266
  };
147
267
  title: string;
148
268
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"mappings":";;;KAkBY,YAAA;EACV,UAAA;EACA,IAAA;EACA,SAAA;EACA,KAAA,GAAQ,aAAA;EACR,IAAA;EACA,YAAA;EACA,OAAA;EACA,GAAA,GAAM,SAAA,CAAU,iBAAA;EAChB,iBAAA;AAAA,IACE,cAAA,CAAe,iBAAA;AAAA,cAEN,OAAA;EAAW,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,cAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,GAWrB,YAAA,iCAAY,GAAA,CAAA,OAAA"}
1
+ {"version":3,"file":"Browser.d.ts","names":[],"sources":["../../../../src/components/Browser/Browser.tsx"],"mappings":";;;KA6BY,YAAA;EACV,UAAA;EACA,IAAA;EACA,SAAA;EACA,KAAA,GAAQ,aAAA;EACR,IAAA;EACA,YAAA;EACA,OAAA;EACA,GAAA,GAAM,SAAA,CAAU,iBAAA;EAChB,iBAAA;AAAA,IACE,cAAA,CAAe,iBAAA;AAAA,cAWN,OAAA;EAAW,UAAA;EAAA,IAAA;EAAA,SAAA;EAAA,KAAA;EAAA,IAAA;EAAA,cAAA,SAAA;EAAA,OAAA;EAAA,GAAA;EAAA,iBAAA;EAAA,GAAA;AAAA,GAWrB,YAAA,iCAAY,GAAA,CAAA,OAAA"}
@@ -0,0 +1,5 @@
1
+ //#region src/components/Browser/extractUrlFromSitemap.d.ts
2
+ declare const extractUrlFromSitemap: (pageUrl: string) => Promise<string[]>;
3
+ //#endregion
4
+ export { extractUrlFromSitemap };
5
+ //# sourceMappingURL=extractUrlFromSitemap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extractUrlFromSitemap.d.ts","names":[],"sources":["../../../../src/components/Browser/extractUrlFromSitemap.ts"],"mappings":";cAuCa,qBAAA,GACX,OAAA,aACC,OAAO"}
@@ -60,11 +60,11 @@ declare enum ButtonTextAlign {
60
60
  * Enhanced button variants with improved accessibility and focus states
61
61
  */
62
62
  declare const buttonVariants: (props?: {
63
- size?: "lg" | "md" | "xs" | "sm" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
64
- color?: "text" | "primary" | "error" | "custom" | "secondary" | "destructive" | "success" | "neutral" | "light" | "dark" | "card" | "current" | "text-inverse";
65
- roundedSize?: "lg" | "none" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full" | "4xl" | "5xl";
66
- variant?: "none" | "link" | "default" | "input" | "outline" | "hoverable" | "invisible-link" | "fade";
67
- textAlign?: "left" | "right" | "center";
63
+ size?: "xs" | "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
64
+ color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom" | "text-inverse" | "card" | "current";
65
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
66
+ variant?: "none" | "default" | "input" | "link" | "outline" | "hoverable" | "invisible-link" | "fade";
67
+ textAlign?: "left" | "center" | "right";
68
68
  isFullWidth?: boolean;
69
69
  } & import("class-variance-authority/types").ClassProp) => string;
70
70
  /**
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
4
4
  //#region src/components/CollapsibleTable/CollapsibleTable.d.ts
5
5
  declare const collapsibleTableVariants: (props?: {
6
6
  size?: "sm" | "md" | "lg" | "xl" | "full";
7
- variant?: "dark" | "default" | "ghost" | "outlined";
8
- spacing?: "none" | "sm" | "md" | "lg" | "auto";
7
+ variant?: "default" | "ghost" | "dark" | "outlined";
8
+ spacing?: "sm" | "md" | "lg" | "none" | "auto";
9
9
  } & import("class-variance-authority/types").ClassProp) => string;
10
10
  interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
11
11
  /** Table title displayed in the header */
@@ -27,7 +27,7 @@ declare const Command: {
27
27
  ref?: React.Ref<HTMLInputElement>;
28
28
  } & {
29
29
  asChild?: boolean;
30
- }, "key" | keyof import("react").InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "type" | "value"> & {
30
+ }, "key" | "asChild" | keyof import("react").InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
31
31
  value?: string;
32
32
  onValueChange?: (search: string) => void;
33
33
  } & import("react").RefAttributes<HTMLInputElement>>;
@@ -53,7 +53,7 @@ declare const Command: {
53
53
  ref?: React.Ref<HTMLDivElement>;
54
54
  } & {
55
55
  asChild?: boolean;
56
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "heading" | "value"> & {
56
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "value" | "heading"> & {
57
57
  heading?: React.ReactNode;
58
58
  value?: string;
59
59
  forceMount?: boolean;
@@ -71,7 +71,7 @@ declare const Command: {
71
71
  ref?: React.Ref<HTMLDivElement>;
72
72
  } & {
73
73
  asChild?: boolean;
74
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "value" | "disabled"> & {
74
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
75
75
  disabled?: boolean;
76
76
  onSelect?: (value: string) => void;
77
77
  value?: string;
@@ -7,14 +7,14 @@ import { VariantProps } from "class-variance-authority";
7
7
  * Provides flexible styling options for background, padding, borders, and layout
8
8
  */
9
9
  declare const containerVariants: (props?: {
10
- roundedSize?: "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "full";
11
- transparency?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs";
12
- padding?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
13
- separator?: "without" | "x" | "y" | "both";
10
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "full";
11
+ transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
12
+ padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
13
+ separator?: "both" | "without" | "x" | "y";
14
14
  border?: "none" | "with";
15
- borderColor?: "primary" | "secondary" | "neutral" | "card" | "text" | "error" | "warning" | "success";
15
+ borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
16
16
  background?: "none" | "with" | "hoverable";
17
- gap?: "none" | "sm" | "md" | "lg" | "xl" | "2xl";
17
+ gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
18
18
  } & import("class-variance-authority/types").ClassProp) => string;
19
19
  /** Available rounded corner sizes for the container */
20
20
  declare enum ContainerRoundedSize {
@@ -1 +1 @@
1
- {"version":3,"file":"TextEditor.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx"],"mappings":";;;;;cA6Fa,SAAA;AAAA,KA2ID,eAAA;EACV,UAAA,EAAY,UAAA;EACZ,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,WAAA;EACT,UAAA;EACA,aAAA,IAAiB,OAAA,aAAoB,SAAA;EACrC,eAAA,IAAmB,QAAA;AAAA;AAAA,cAspBR,UAAA,kBAAU,oBAAA,CAAA,eAAA;AAAA,cAmMV,mBAAA,kBAAmB,oBAAA,CAAA,eAAA"}
1
+ {"version":3,"file":"TextEditor.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx"],"mappings":";;;;;cA+Fa,SAAA;AAAA,KA2ID,eAAA;EACV,UAAA,EAAY,UAAA;EACZ,OAAA,EAAS,OAAA;EACT,OAAA,EAAS,WAAA;EACT,UAAA;EACA,aAAA,IAAiB,OAAA,aAAoB,SAAA;EACrC,eAAA,IAAmB,QAAA;AAAA;AAAA,cAqsBR,UAAA,kBAAU,oBAAA,CAAA,eAAA;AAAA,cA8MV,mBAAA,kBAAmB,oBAAA,CAAA,eAAA"}
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
4
4
  //#region src/components/Input/Checkbox.d.ts
5
5
  declare const checkboxVariants: (props?: {
6
6
  variant?: "default";
7
- size?: "sm" | "md" | "lg" | "xs";
8
- color?: "primary" | "secondary" | "neutral" | "text" | "error" | "success" | "destructive" | "light" | "dark" | "custom" | "text-inverse";
7
+ size?: "xs" | "sm" | "md" | "lg";
8
+ color?: "error" | "success" | "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark" | "custom" | "text-inverse";
9
9
  validationStyleEnabled?: "enabled" | "disabled";
10
10
  } & import("class-variance-authority/types").ClassProp) => string;
11
11
  declare enum CheckboxSize {
@@ -52,10 +52,10 @@ declare enum LinkUnderlined {
52
52
  FALSE = "false"
53
53
  }
54
54
  declare const linkVariants: (props?: {
55
- variant?: "button" | "default" | "hoverable" | "invisible-link" | "button-outlined";
56
- roundedSize?: "lg" | "none" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full";
57
- color?: "text" | "primary" | "error" | "custom" | "secondary" | "destructive" | "success" | "neutral" | "light" | "dark" | "text-inverse";
58
- size?: "lg" | "md" | "sm" | "xl" | "custom";
55
+ variant?: "default" | "button" | "hoverable" | "invisible-link" | "button-outlined";
56
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
57
+ color?: "text" | "primary" | "secondary" | "destructive" | "success" | "error" | "neutral" | "light" | "dark" | "custom" | "text-inverse";
58
+ size?: "sm" | "md" | "lg" | "xl" | "custom";
59
59
  underlined?: boolean | LinkUnderlined.DEFAULT;
60
60
  } & import("class-variance-authority/types").ClassProp) => string;
61
61
  type LinkProps = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> & VariantProps<typeof linkVariants> & {
@@ -1 +1 @@
1
- {"version":3,"file":"LocaleSwitcherContentContext.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx"],"mappings":";;;;KAcK,iCAAA;EACH,gBAAA,EAAkB,aAAA;EAClB,eAAA,EAAiB,aAAA;EACjB,kBAAA,EAAoB,QAAA,CAAS,cAAA,CAAe,aAAA;AAAA;AAAA,cAUjC,wBAAA,QAAwB,iCACK;AAAA,KAErC,kCAAA;EACH,gBAAA,EAAkB,aAAA;EAClB,sBAAA,GAAyB,aAAa;AAAA;AAAA,cAG3B,6BAAA,EAA+B,EAAA,CAC1C,iBAAA,CAAkB,kCAAA"}
1
+ {"version":3,"file":"LocaleSwitcherContentContext.d.ts","names":[],"sources":["../../../../src/components/LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.tsx"],"mappings":";;;;KAeK,iCAAA;EACH,gBAAA,EAAkB,aAAA;EAClB,eAAA,EAAiB,aAAA;EACjB,kBAAA,EAAoB,QAAA,CAAS,cAAA,CAAe,aAAA;AAAA;AAAA,cAUjC,wBAAA,QAAwB,iCACK;AAAA,KAErC,kCAAA;EACH,gBAAA,EAAkB,aAAA;EAClB,sBAAA,GAAyB,aAAa;AAAA;AAAA,cAG3B,6BAAA,EAA+B,EAAA,CAC1C,iBAAA,CAAkB,kCAAA"}
@@ -4,8 +4,8 @@ import { VariantProps } from "class-variance-authority";
4
4
  //#region src/components/Pagination/Pagination.d.ts
5
5
  declare const paginationVariants: (props?: {
6
6
  size?: "sm" | "md" | "lg";
7
- color?: "primary" | "secondary" | "neutral" | "text" | "destructive";
8
- variant?: "default" | "ghost" | "bordered";
7
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral";
8
+ variant?: "default" | "bordered" | "ghost";
9
9
  } & import("class-variance-authority/types").ClassProp) => string;
10
10
  declare enum PaginationSize {
11
11
  SM = "sm",
@@ -40,7 +40,7 @@ declare const switchSelectorVariant: (props?: {
40
40
  disabled?: boolean;
41
41
  } & import("class-variance-authority/types").ClassProp) => string;
42
42
  declare const choiceVariant: (props?: {
43
- size?: "lg" | "md" | "xs" | "sm";
43
+ size?: "xs" | "sm" | "md" | "lg";
44
44
  } & import("class-variance-authority/types").ClassProp) => string;
45
45
  declare const indicatorVariant: (props?: {
46
46
  color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
@@ -7,7 +7,7 @@ declare const verticalSwitchSelectorVariant: (props?: {
7
7
  disabled?: boolean;
8
8
  } & import("class-variance-authority/types").ClassProp) => string;
9
9
  declare const verticalChoiceVariant: (props?: {
10
- size?: "lg" | "md" | "sm";
10
+ size?: "sm" | "md" | "lg";
11
11
  } & import("class-variance-authority/types").ClassProp) => string;
12
12
  type VerticalSwitchSelectorProps<T = boolean> = SwitchSelectorBaseProps<T> & VariantProps<typeof verticalSwitchSelectorVariant> & VariantProps<typeof verticalChoiceVariant>;
13
13
  /**
@@ -3,8 +3,8 @@ import { VariantProps } from "class-variance-authority";
3
3
 
4
4
  //#region src/components/Tab/Tab.d.ts
5
5
  declare const tabContainerVariant: (props?: {
6
- background?: "without" | "with";
7
- variant?: "default" | "ghost" | "bordered";
6
+ background?: "with" | "without";
7
+ variant?: "default" | "bordered" | "ghost";
8
8
  } & import("class-variance-authority/types").ClassProp) => string;
9
9
  type TabProps = HTMLAttributes<HTMLDivElement> & VariantProps<typeof tabContainerVariant> & {
10
10
  defaultTab?: string;
@@ -13,7 +13,7 @@ declare enum TabSelectorColor {
13
13
  TEXT = "text"
14
14
  }
15
15
  declare const tabSelectorVariant: (props?: {
16
- color?: "primary" | "secondary" | "neutral" | "text" | "destructive" | "light" | "dark";
16
+ color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "light" | "dark";
17
17
  } & import("class-variance-authority/types").ClassProp) => string;
18
18
  type TabSelectorItemProps = HTMLAttributes<HTMLElement> & {
19
19
  key: string | number;
@@ -184,9 +184,9 @@ declare enum TagBackground {
184
184
  WITH = "with"
185
185
  }
186
186
  declare const containerVariants: (props?: {
187
- roundedSize?: "lg" | "none" | "md" | "sm" | "xl" | "2xl" | "3xl" | "full";
188
- color?: "text" | "primary" | "error" | "success" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
189
- size?: "lg" | "md" | "xs" | "sm" | "xl";
187
+ roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "full";
188
+ color?: "text" | "primary" | "success" | "error" | "neutral" | "warning" | "blue" | "yellow" | "green" | "red" | "orange" | "purple" | "pink" | "brown" | "gray" | "black" | "white";
189
+ size?: "xs" | "sm" | "md" | "lg" | "xl";
190
190
  border?: "none" | "with";
191
191
  background?: "none" | "with";
192
192
  } & import("class-variance-authority/types").ClassProp) => string;
@@ -24,7 +24,7 @@ declare const ToastViewport: FC<ComponentProps<typeof ToastPrimitives.Viewport>>
24
24
  * ```
25
25
  */
26
26
  declare const toastVariants: (props?: {
27
- variant?: "error" | "success" | "default";
27
+ variant?: "error" | "default" | "success";
28
28
  } & import("class-variance-authority/types").ClassProp) => string;
29
29
  /**
30
30
  * Toast Component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "8.9.8",
3
+ "version": "8.10.0-canary.1",
4
4
  "private": false,
5
5
  "description": "Intlayer design system, including UI components used in the Intlayer editor, website, and visual editor/CMS.",
6
6
  "keywords": [
@@ -421,12 +421,12 @@
421
421
  "dependencies": {
422
422
  "@better-auth/passkey": "1.6.11",
423
423
  "@better-auth/sso": "1.6.11",
424
- "@intlayer/api": "8.9.8",
425
- "@intlayer/config": "8.9.8",
426
- "@intlayer/core": "8.9.8",
427
- "@intlayer/dictionaries-entry": "8.9.8",
428
- "@intlayer/editor-react": "8.9.8",
429
- "@intlayer/types": "8.9.8",
424
+ "@intlayer/api": "8.10.0-canary.1",
425
+ "@intlayer/config": "8.10.0-canary.1",
426
+ "@intlayer/core": "8.10.0-canary.1",
427
+ "@intlayer/dictionaries-entry": "8.10.0-canary.1",
428
+ "@intlayer/editor-react": "8.10.0-canary.1",
429
+ "@intlayer/types": "8.10.0-canary.1",
430
430
  "@radix-ui/react-dialog": "1.1.15",
431
431
  "@radix-ui/react-select": "2.2.6",
432
432
  "@radix-ui/react-slot": "1.2.4",
@@ -441,12 +441,12 @@
441
441
  "defu": "6.1.7",
442
442
  "dompurify": "^3.4.3",
443
443
  "isomorphic-dompurify": "^3.13.0",
444
- "react-intlayer": "8.9.8",
444
+ "react-intlayer": "8.10.0-canary.1",
445
445
  "rollup-preserve-directives": "1.1.3",
446
446
  "zod": "4.4.3"
447
447
  },
448
448
  "devDependencies": {
449
- "@intlayer/backend": "8.9.8",
449
+ "@intlayer/backend": "8.10.0-canary.1",
450
450
  "@shikijs/transformers": "4.0.2",
451
451
  "@storybook/addon-a11y": "8.6.14",
452
452
  "@storybook/addon-essentials": "8.6.14",
@@ -470,14 +470,14 @@
470
470
  "@testing-library/user-event": "14.6.1",
471
471
  "@types/dompurify": "^3.2.0",
472
472
  "@types/espree": "11.1.0",
473
- "@types/node": "25.8.0",
474
- "@types/react": "19.2.14",
473
+ "@types/node": "25.9.1",
474
+ "@types/react": "19.2.15",
475
475
  "@types/react-dom": "19.2.3",
476
476
  "@utils/ts-config": "1.0.4",
477
477
  "@utils/ts-config-types": "1.0.4",
478
478
  "clsx": "2.1.1",
479
479
  "fast-glob": "3.3.3",
480
- "intlayer": "8.9.8",
480
+ "intlayer": "8.10.0-canary.1",
481
481
  "rimraf": "6.1.3",
482
482
  "shiki": "4.0.2",
483
483
  "storybook": "8.6.17",
@@ -485,26 +485,26 @@
485
485
  "tsdown": "0.22.00",
486
486
  "typescript": "6.0.3",
487
487
  "vite": "8.0.13",
488
- "vite-intlayer": "8.9.8",
489
- "vite-plugin-dts": "5.0.0",
488
+ "vite-intlayer": "8.10.0-canary.1",
489
+ "vite-plugin-dts": "5.0.1",
490
490
  "vitest": "4.1.6"
491
491
  },
492
492
  "peerDependencies": {
493
493
  "@better-fetch/fetch": "1.1.21",
494
494
  "@hookform/resolvers": "5.2.2",
495
- "@intlayer/backend": "8.9.8",
495
+ "@intlayer/backend": "8.10.0-canary.1",
496
496
  "@monaco-editor/react": "4.7.0",
497
497
  "@shikijs/transformers": "4.0.2",
498
- "@tanstack/react-query": "5.100.10",
499
- "@tanstack/react-query-devtools": "5.100.10",
500
- "framer-motion": "12.38.0",
498
+ "@tanstack/react-query": "5.100.11",
499
+ "@tanstack/react-query-devtools": "5.100.11",
500
+ "framer-motion": "12.39.0",
501
501
  "fuse.js": "7.3.0",
502
- "intlayer": "8.9.8",
502
+ "intlayer": "8.10.0-canary.1",
503
503
  "lucide-react": "1.16.0",
504
504
  "react": ">=16.0.0",
505
505
  "react-dom": ">=16.0.0",
506
506
  "react-hook-form": "7.76.0",
507
- "react-intlayer": "8.9.8",
507
+ "react-intlayer": "8.10.0-canary.1",
508
508
  "shiki": "4.0.2",
509
509
  "tailwindcss": "4.3.0"
510
510
  },