@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 CHANGED
@@ -1,5 +1,5 @@
1
- import { D as DateFilterValue, a as DateFilterLabels, b as DateFilterOption, c as DateFilterUnit, C as CopyButtonLabels } from './context-2wTOwxCk.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-2wTOwxCk.js';
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: string;
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: string;
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-DPLCEU34.js";
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