@akira-io/ui 2.1.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 +2 -1
- package/dist/blocks.js.map +1 -1
- package/dist/chunk-EXTOGROG.js +42 -0
- package/dist/chunk-EXTOGROG.js.map +1 -0
- package/dist/{chunk-XLAOE5MV.js → chunk-MCHHCLV3.js} +2 -2
- package/dist/{chunk-ZQXZ4UGE.js → chunk-PYXUFFMO.js} +10 -3
- package/dist/chunk-PYXUFFMO.js.map +1 -0
- package/dist/{chunk-DPLCEU34.js → chunk-RE4M2G2Y.js} +76 -85
- package/dist/chunk-RE4M2G2Y.js.map +1 -0
- package/dist/{context-2wTOwxCk.d.ts → context-Dqf-5Qne.d.ts} +2 -1
- package/dist/index.d.ts +22 -9
- package/dist/index.js +147 -114
- package/dist/index.js.map +1 -1
- package/dist/inertia.js +3 -2
- package/dist/inertia.js.map +1 -1
- package/dist/locales/fr.d.ts +1 -1
- package/dist/locales/pt.d.ts +1 -1
- package/dist/shells.d.ts +1 -1
- package/dist/shells.js +3 -2
- package/dist/shells.js.map +1 -1
- package/dist/{sidebar-BLL2tgTt.d.ts → sidebar-_xQ3IehY.d.ts} +3 -1
- package/package.json +1 -1
- package/dist/chunk-DPLCEU34.js.map +0 -1
- package/dist/chunk-ZQXZ4UGE.js.map +0 -1
- /package/dist/{chunk-XLAOE5MV.js.map → chunk-MCHHCLV3.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,7 +30,7 @@ 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
36
|
} from "./chunk-PCYYU332.js";
|
|
@@ -81,6 +81,7 @@ import {
|
|
|
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
|