@intlayer/design-system 8.9.4-canary.0 → 8.9.4

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.
@@ -1,9 +1,9 @@
1
1
  import { Button, ButtonColor, ButtonTextAlign, ButtonVariant } from "../../Button/Button.mjs";
2
2
  import { Accordion } from "../../Accordion/Accordion.mjs";
3
3
  import { getIsEditableSection } from "../getIsEditableSection.mjs";
4
+ import { internationalization } from "@intlayer/config/built";
4
5
  import { ChevronRight, Plus } from "lucide-react";
5
6
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
- import { internationalization } from "@intlayer/config/built";
7
7
  import { useEditedContentActions, useEditorLocale, useFocusUnmergedDictionary } from "@intlayer/editor-react";
8
8
  import { useIntlayer } from "react-intlayer";
9
9
  import { getContentNodeByKeyPath, getEmptyNode, getNodeType } from "@intlayer/core/dictionaryManipulator";
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
 
3
- import { useQuery } from "@tanstack/react-query";
4
3
  import configuration from "@intlayer/config/built";
4
+ import { useQuery } from "@tanstack/react-query";
5
5
  import { useConfiguration } from "@intlayer/editor-react";
6
6
  import { getOAuthAPI } from "@intlayer/api";
7
7
  import { defu } from "defu";
@@ -2,8 +2,8 @@
2
2
 
3
3
  import { getAuthAPI } from "../../libs/auth.mjs";
4
4
  import { useQueryClient } from "../reactQuery.mjs";
5
- import { useQuery } from "@tanstack/react-query";
6
5
  import configuration from "@intlayer/config/built";
6
+ import { useQuery } from "@tanstack/react-query";
7
7
  import { useConfiguration } from "@intlayer/editor-react";
8
8
 
9
9
  //#region src/hooks/useAuth/useSession.ts
@@ -63,7 +63,7 @@ declare const buttonVariants: (props?: {
63
63
  size?: "sm" | "md" | "lg" | "xl" | "icon-sm" | "icon-md" | "icon-lg" | "icon-xl";
64
64
  color?: "text" | "primary" | "secondary" | "destructive" | "neutral" | "card" | "light" | "dark" | "current" | "text-inverse" | "error" | "success" | "custom";
65
65
  roundedSize?: "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | "full";
66
- variant?: "none" | "default" | "input" | "outline" | "link" | "invisible-link" | "hoverable" | "fade";
66
+ variant?: "input" | "none" | "default" | "outline" | "link" | "invisible-link" | "hoverable" | "fade";
67
67
  textAlign?: "left" | "center" | "right";
68
68
  isFullWidth?: boolean;
69
69
  } & _$class_variance_authority_types0.ClassProp) => string;
@@ -29,7 +29,7 @@ declare const Command: {
29
29
  ref?: React.Ref<HTMLInputElement>;
30
30
  } & {
31
31
  asChild?: boolean;
32
- }, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "type" | "value"> & {
32
+ }, "key" | keyof _$react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "type" | "onChange" | "value"> & {
33
33
  value?: string;
34
34
  onValueChange?: (search: string) => void;
35
35
  } & _$react.RefAttributes<HTMLInputElement>>;
@@ -12,9 +12,9 @@ declare const containerVariants: (props?: {
12
12
  transparency?: "xs" | "sm" | "md" | "lg" | "xl" | "none" | "full";
13
13
  padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
14
14
  separator?: "both" | "without" | "x" | "y";
15
- border?: "none" | "with";
15
+ border?: "with" | "none";
16
16
  borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
17
- background?: "none" | "with" | "hoverable";
17
+ background?: "with" | "none" | "hoverable";
18
18
  gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
19
19
  } & _$class_variance_authority_types0.ClassProp) => string;
20
20
  /** Available rounded corner sizes for the container */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/design-system",
3
- "version": "8.9.4-canary.0",
3
+ "version": "8.9.4",
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.9",
423
423
  "@better-auth/sso": "1.6.9",
424
- "@intlayer/api": "8.9.4-canary.0",
425
- "@intlayer/config": "8.9.4-canary.0",
426
- "@intlayer/core": "8.9.4-canary.0",
427
- "@intlayer/dictionaries-entry": "8.9.4-canary.0",
428
- "@intlayer/editor-react": "8.9.4-canary.0",
429
- "@intlayer/types": "8.9.4-canary.0",
424
+ "@intlayer/api": "8.9.4",
425
+ "@intlayer/config": "8.9.4",
426
+ "@intlayer/core": "8.9.4",
427
+ "@intlayer/dictionaries-entry": "8.9.4",
428
+ "@intlayer/editor-react": "8.9.4",
429
+ "@intlayer/types": "8.9.4",
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",
@@ -438,12 +438,12 @@
438
438
  "class-variance-authority": "0.7.1",
439
439
  "cmdk": "1.1.1",
440
440
  "defu": "6.1.7",
441
- "react-intlayer": "8.9.4-canary.0",
441
+ "react-intlayer": "8.9.4",
442
442
  "rollup-preserve-directives": "1.1.3",
443
443
  "zod": "4.4.3"
444
444
  },
445
445
  "devDependencies": {
446
- "@intlayer/backend": "8.9.4-canary.0",
446
+ "@intlayer/backend": "8.9.4",
447
447
  "@shikijs/transformers": "4.0.2",
448
448
  "@storybook/addon-a11y": "8.6.14",
449
449
  "@storybook/addon-essentials": "8.6.14",
@@ -473,7 +473,7 @@
473
473
  "@utils/ts-config-types": "1.0.4",
474
474
  "clsx": "2.1.1",
475
475
  "fast-glob": "3.3.3",
476
- "intlayer": "8.9.4-canary.0",
476
+ "intlayer": "8.9.4",
477
477
  "rimraf": "6.1.3",
478
478
  "shiki": "4.0.2",
479
479
  "storybook": "8.6.17",
@@ -481,26 +481,26 @@
481
481
  "tsdown": "0.22.00",
482
482
  "typescript": "6.0.3",
483
483
  "vite": "8.0.11",
484
- "vite-intlayer": "8.9.4-canary.0",
484
+ "vite-intlayer": "8.9.4",
485
485
  "vite-plugin-dts": "5.0.0",
486
486
  "vitest": "4.1.5"
487
487
  },
488
488
  "peerDependencies": {
489
489
  "@better-fetch/fetch": "1.1.21",
490
490
  "@hookform/resolvers": "5.2.2",
491
- "@intlayer/backend": "8.9.4-canary.0",
491
+ "@intlayer/backend": "8.9.4",
492
492
  "@monaco-editor/react": "4.7.0",
493
493
  "@shikijs/transformers": "4.0.2",
494
494
  "@tanstack/react-query": "5.100.9",
495
495
  "@tanstack/react-query-devtools": "5.100.9",
496
496
  "framer-motion": "12.38.0",
497
497
  "fuse.js": "7.3.0",
498
- "intlayer": "8.9.4-canary.0",
498
+ "intlayer": "8.9.4",
499
499
  "lucide-react": "1.14.0",
500
500
  "react": ">=16.0.0",
501
501
  "react-dom": ">=16.0.0",
502
502
  "react-hook-form": "7.75.0",
503
- "react-intlayer": "8.9.4-canary.0",
503
+ "react-intlayer": "8.9.4",
504
504
  "shiki": "4.0.2",
505
505
  "tailwindcss": "4.2.4"
506
506
  },