@akira-io/ui 2.0.0 → 2.2.0
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/dist/blocks.d.ts +4 -4
- package/dist/blocks.js +11 -10
- package/dist/blocks.js.map +1 -1
- package/dist/{chunk-3Z2VGVPI.js → chunk-53V4J7MC.js} +2 -2
- package/dist/{chunk-VA6A4HZ2.js → chunk-BH3B26DK.js} +5 -5
- package/dist/{chunk-TM5MN3MI.js → chunk-BP2YDMMI.js} +2 -2
- package/dist/{chunk-DE2AJ54R.js → chunk-BR3JI3KN.js} +6 -6
- package/dist/{chunk-YBXRJSR3.js → chunk-CAUTXZ4U.js} +2 -2
- package/dist/chunk-EXTOGROG.js +42 -0
- package/dist/chunk-EXTOGROG.js.map +1 -0
- package/dist/{chunk-SZUXATOF.js → chunk-MCHHCLV3.js} +4 -4
- package/dist/{chunk-2V6HUWST.js → chunk-NKPFIA32.js} +2 -2
- package/dist/{chunk-E26KKMGS.js → chunk-OS7YY5R4.js} +1 -1
- package/dist/{chunk-E26KKMGS.js.map → chunk-OS7YY5R4.js.map} +1 -1
- package/dist/{chunk-UXVI326F.js → chunk-PCYYU332.js} +3 -3
- package/dist/{chunk-KHOA4TEI.js → chunk-PPWJK5T3.js} +7 -1
- package/dist/chunk-PPWJK5T3.js.map +1 -0
- package/dist/{chunk-B3L6PRLX.js → chunk-PYXUFFMO.js} +12 -5
- package/dist/chunk-PYXUFFMO.js.map +1 -0
- package/dist/{chunk-EYPM6IMS.js → chunk-QZRSQVCN.js} +2 -2
- package/dist/{chunk-UCJTM3UM.js → chunk-RE4M2G2Y.js} +139 -55
- package/dist/chunk-RE4M2G2Y.js.map +1 -0
- package/dist/code.js +3 -3
- package/dist/{context-Soro3B1I.d.ts → context-Dqf-5Qne.d.ts} +10 -2
- package/dist/editor.js +5 -5
- package/dist/index.d.ts +23 -10
- package/dist/index.js +156 -123
- package/dist/index.js.map +1 -1
- package/dist/inertia.js +9 -8
- package/dist/inertia.js.map +1 -1
- package/dist/locales/fr.d.ts +44 -0
- package/dist/locales/fr.js +248 -0
- package/dist/locales/fr.js.map +1 -0
- package/dist/locales/pt.d.ts +2 -2
- package/dist/locales/pt.js.map +1 -1
- package/dist/shells.d.ts +1 -1
- package/dist/shells.js +6 -5
- package/dist/shells.js.map +1 -1
- package/dist/{sidebar-BLL2tgTt.d.ts → sidebar-_xQ3IehY.d.ts} +3 -1
- package/package.json +5 -1
- package/theme.css +11 -0
- package/dist/chunk-B3L6PRLX.js.map +0 -1
- package/dist/chunk-KHOA4TEI.js.map +0 -1
- package/dist/chunk-UCJTM3UM.js.map +0 -1
- /package/dist/{chunk-3Z2VGVPI.js.map → chunk-53V4J7MC.js.map} +0 -0
- /package/dist/{chunk-VA6A4HZ2.js.map → chunk-BH3B26DK.js.map} +0 -0
- /package/dist/{chunk-TM5MN3MI.js.map → chunk-BP2YDMMI.js.map} +0 -0
- /package/dist/{chunk-DE2AJ54R.js.map → chunk-BR3JI3KN.js.map} +0 -0
- /package/dist/{chunk-YBXRJSR3.js.map → chunk-CAUTXZ4U.js.map} +0 -0
- /package/dist/{chunk-SZUXATOF.js.map → chunk-MCHHCLV3.js.map} +0 -0
- /package/dist/{chunk-2V6HUWST.js.map → chunk-NKPFIA32.js.map} +0 -0
- /package/dist/{chunk-UXVI326F.js.map → chunk-PCYYU332.js.map} +0 -0
- /package/dist/{chunk-EYPM6IMS.js.map → chunk-QZRSQVCN.js.map} +0 -0
package/dist/blocks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { D as DateFilterValue, a as DateFilterLabels, b as DateFilterOption, c as DateFilterUnit, C as CopyButtonLabels } from './context-
|
|
2
|
-
export { d as CommandPalette, e as CommandPaletteGroup, f as CommandPaletteItem, g as CommandPaletteProps, h as DATE_FILTER_LABELS, i as DATE_FILTER_OPERATORS, j as DATE_FILTER_PRESETS, k as DATE_FILTER_UNITS, l as DateFilterMode, m as DateFilterOperator, S as SettingsEntry, n as SettingsEntryProps, o as SettingsGroup, p as SettingsGroupProps, q as SettingsLabels, r as SettingsPage, s as SettingsPageProps, t as SettingsSection, u as SettingsSectionProps, U as UiLabelSections, v as UiLabels, w as UiLocaleProvider, x as settingsLabels, y as useCommandPalette, z as useUiLabels, A as useUiLocale } from './context-
|
|
1
|
+
import { D as DateFilterValue, a as DateFilterLabels, b as DateFilterOption, c as DateFilterUnit, C as CopyButtonLabels } from './context-Dqf-5Qne.js';
|
|
2
|
+
export { d as CommandPalette, e as CommandPaletteGroup, f as CommandPaletteItem, g as CommandPaletteProps, h as DATE_FILTER_LABELS, i as DATE_FILTER_OPERATORS, j as DATE_FILTER_PRESETS, k as DATE_FILTER_UNITS, l as DateFilterMode, m as DateFilterOperator, S as SettingsEntry, n as SettingsEntryProps, o as SettingsGroup, p as SettingsGroupProps, q as SettingsLabels, r as SettingsPage, s as SettingsPageProps, t as SettingsSection, u as SettingsSectionProps, U as UiLabelSections, v as UiLabels, w as UiLocaleProvider, x as settingsLabels, y as useCommandPalette, z as useUiLabels, A as useUiLocale } from './context-Dqf-5Qne.js';
|
|
3
3
|
import { F as FormOverlayIntent, a as FormOverlayLabels, T as TwoFactorLabelProps, b as TwoFactorCodeMode, c as TwoFactorQrProps } from './types-CfAUvz--.js';
|
|
4
4
|
export { D as DangerZone, d as DangerZoneAction, e as DangerZoneLabels, f as DangerZoneProps, g as FormOverlayActions, h as FormOverlayActionsProps, i as TwoFactorLabels, j as TwoFactorSetupStep, k as dangerZoneLabels, l as formOverlayDefaultLabels, t as twoFactorLabels } from './types-CfAUvz--.js';
|
|
5
5
|
import * as React from 'react';
|
|
@@ -277,7 +277,7 @@ declare function ToggleRow({ id, label, description, checked, onChange, disabled
|
|
|
277
277
|
|
|
278
278
|
interface SettingsFieldProps {
|
|
279
279
|
id?: string;
|
|
280
|
-
label:
|
|
280
|
+
label: ReactNode;
|
|
281
281
|
description?: string;
|
|
282
282
|
error?: string;
|
|
283
283
|
required?: boolean;
|
|
@@ -287,7 +287,7 @@ interface SettingsFieldProps {
|
|
|
287
287
|
declare function SettingsField({ id, label, description, error, required, className, children, slotName, }: SettingsFieldProps & SlotNameProps): React.JSX.Element;
|
|
288
288
|
interface ControlProps<T> {
|
|
289
289
|
id?: string;
|
|
290
|
-
label:
|
|
290
|
+
label: ReactNode;
|
|
291
291
|
description?: string;
|
|
292
292
|
error?: string;
|
|
293
293
|
required?: boolean;
|
package/dist/blocks.js
CHANGED
|
@@ -30,10 +30,10 @@ import {
|
|
|
30
30
|
TabsList,
|
|
31
31
|
TabsTrigger,
|
|
32
32
|
Textarea
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-RE4M2G2Y.js";
|
|
34
34
|
import {
|
|
35
35
|
CopyButton
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-PCYYU332.js";
|
|
37
37
|
import {
|
|
38
38
|
Dialog,
|
|
39
39
|
DialogContent,
|
|
@@ -41,10 +41,10 @@ import {
|
|
|
41
41
|
DialogFooter,
|
|
42
42
|
DialogHeader,
|
|
43
43
|
DialogTitle
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-QZRSQVCN.js";
|
|
45
45
|
import {
|
|
46
46
|
Card
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-NKPFIA32.js";
|
|
48
48
|
import {
|
|
49
49
|
DEFAULT_TOUR_LABELS,
|
|
50
50
|
LoginForm,
|
|
@@ -64,27 +64,28 @@ import {
|
|
|
64
64
|
useLoginFormContext,
|
|
65
65
|
useTour,
|
|
66
66
|
useTourController
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-BR3JI3KN.js";
|
|
68
68
|
import {
|
|
69
69
|
Alert,
|
|
70
70
|
AlertDescription,
|
|
71
71
|
FieldError
|
|
72
|
-
} from "./chunk-
|
|
72
|
+
} from "./chunk-BH3B26DK.js";
|
|
73
73
|
import {
|
|
74
74
|
UiLocaleProvider,
|
|
75
75
|
useUiLabels,
|
|
76
76
|
useUiLocale
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-OS7YY5R4.js";
|
|
78
78
|
import {
|
|
79
79
|
Label
|
|
80
|
-
} from "./chunk-
|
|
80
|
+
} from "./chunk-BP2YDMMI.js";
|
|
81
81
|
import {
|
|
82
82
|
resolveLink
|
|
83
83
|
} from "./chunk-L2H5GIF7.js";
|
|
84
|
+
import "./chunk-EXTOGROG.js";
|
|
84
85
|
import {
|
|
85
86
|
Input,
|
|
86
87
|
Separator
|
|
87
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-53V4J7MC.js";
|
|
88
89
|
import {
|
|
89
90
|
Button,
|
|
90
91
|
Spinner,
|
|
@@ -95,7 +96,7 @@ import {
|
|
|
95
96
|
focusRing,
|
|
96
97
|
nestedSurfaceReset,
|
|
97
98
|
recessedSurface
|
|
98
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-PPWJK5T3.js";
|
|
99
100
|
|
|
100
101
|
// src/blocks/command-palette.tsx
|
|
101
102
|
import { useCallback, useEffect, useState } from "react";
|