@bitrix24/b24ui-nuxt 0.2.4 → 0.2.6

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.
@@ -19,8 +19,8 @@ export default {
19
19
  "avatar": "shrink-0",
20
20
  "avatarSize": "",
21
21
  "label": "",
22
- "descriptionWrapper": "text-base-950 sm:border-t sm:border-base-950/5 dark:text-white dark:sm:border-white/5 sm:[&:nth-child(2)]:border-none",
23
- "description": "text-base-900 dark:text-base-150",
22
+ "descriptionWrapper": "sm:border-t sm:[&:nth-child(2)]:border-none text-base-900 sm:border-base-950/5 dark:text-base-150 dark:sm:border-white/5",
23
+ "description": "",
24
24
  "actions": "flex flex-wrap gap-1.5 shrink-0",
25
25
  "footer": "border-t border-base-950/5 dark:border-white/5"
26
26
  },
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "slots": {
3
3
  "overlay": "fixed inset-0 bg-base-950/20 dark:bg-base-950/30",
4
- "content": "py-md2 px-5 fixed w-full h-dvh bg-white dark:bg-base-950 flex flex-col focus:outline-none",
4
+ "content": "py-md2 px-5 fixed bg-white dark:bg-base-950 flex flex-col focus:outline-none",
5
5
  "header": "pe-5 pt-0",
6
6
  "body": "flex-1 overflow-y-auto my-2.5 text-md leading-normal",
7
7
  "footer": "flex items-center justify-center gap-3 mt-2.5 pt-4 border-t border-t-1 border-t-base-900/10 dark:border-t-white/20",
@@ -21,7 +21,7 @@ export default {
21
21
  "content": "inset-0"
22
22
  },
23
23
  "false": {
24
- "content": "top-[50%] left-[50%] translate-x-[-50%] translate-y-[-50%] sm:min-w-[400px] sm:max-w-[420px] sm:h-auto sm:max-h-[calc(100vh-4rem)] sm:rounded-md sm:shadow-lg sm:ring ring-base-300 dark:ring-base-800"
24
+ "content": "top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[calc(100vw-2rem)] max-w-lg max-h-[calc(100vh-2rem)] sm:max-h-[calc(100vh-4rem)] rounded-md shadow-lg ring ring-base-300 dark:ring-base-800"
25
25
  }
26
26
  }
27
27
  }
@@ -25,7 +25,7 @@ export default {
25
25
  "slots": {
26
26
  "root": "relative",
27
27
  "fieldset": "flex",
28
- "legend": "mb-1.5 block font-medium text-base-master dark:text-base-400",
28
+ "legend": "mb-1.5 block text-base-900 dark:text-base-400",
29
29
  "item": "flex items-start",
30
30
  "base": "cursor-pointer rounded-full ring ring-inset ring-base-300 dark:ring-base-700 outline-transparent focus-visible:outline-2 focus-visible:outline-offset-2",
31
31
  "indicator": " flex items-center justify-center size-full rounded-full after:bg-white dark:after:bg-base-dark after:rounded-full",
@@ -67,7 +67,8 @@ export default {
67
67
  "itemTrailing": "ms-auto inline-flex gap-1.5 items-center",
68
68
  "itemTrailingIcon": "shrink-0",
69
69
  "itemLabel": "truncate",
70
- "input": "border-b border-base-300 dark:dark:border-base-800"
70
+ "input": "border-b border-base-300 dark:dark:border-base-800",
71
+ "focusScope": "flex flex-col min-h-0"
71
72
  },
72
73
  "variants": {
73
74
  "buttonGroup": {
package/cli/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "dependencies": {
8
8
  "citty": "^0.1.6",
9
9
  "consola": "^3.4.0",
10
- "pathe": "^2.0.2",
10
+ "pathe": "^2.0.3",
11
11
  "scule": "^1.3.0"
12
12
  }
13
13
  }
package/dist/meta.cjs CHANGED
@@ -7433,6 +7433,34 @@ const B24UIMeta = {
7433
7433
  }
7434
7434
  }
7435
7435
  },
7436
+ {
7437
+ "name": "externalIcon",
7438
+ "global": false,
7439
+ "description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
7440
+ "tags": [
7441
+ {
7442
+ "name": "defaultValue",
7443
+ "text": "icons.external = `OpenIn50Icon`"
7444
+ }
7445
+ ],
7446
+ "required": false,
7447
+ "type": "boolean | IconComponent | undefined",
7448
+ "schema": {
7449
+ "kind": "enum",
7450
+ "type": "boolean | IconComponent | undefined",
7451
+ "schema": {
7452
+ "0": "undefined",
7453
+ "1": "false",
7454
+ "2": "true",
7455
+ "3": {
7456
+ "kind": "event",
7457
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
7458
+ "schema": []
7459
+ }
7460
+ }
7461
+ },
7462
+ "default": "true"
7463
+ },
7436
7464
  {
7437
7465
  "name": "content",
7438
7466
  "global": false,
@@ -12670,6 +12698,28 @@ const B24UIMeta = {
12670
12698
  }
12671
12699
  }
12672
12700
  },
12701
+ {
12702
+ "name": "externalIcon",
12703
+ "global": false,
12704
+ "description": "",
12705
+ "tags": [],
12706
+ "required": false,
12707
+ "type": "boolean | IconComponent | undefined",
12708
+ "schema": {
12709
+ "kind": "enum",
12710
+ "type": "boolean | IconComponent | undefined",
12711
+ "schema": {
12712
+ "0": "undefined",
12713
+ "1": "false",
12714
+ "2": "true",
12715
+ "3": {
12716
+ "kind": "event",
12717
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
12718
+ "schema": []
12719
+ }
12720
+ }
12721
+ }
12722
+ },
12673
12723
  {
12674
12724
  "name": "b24uiOverride",
12675
12725
  "global": false,
@@ -12735,15 +12785,15 @@ const B24UIMeta = {
12735
12785
  }
12736
12786
  ],
12737
12787
  "required": false,
12738
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12788
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12739
12789
  "schema": {
12740
12790
  "kind": "enum",
12741
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12791
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12742
12792
  "schema": {
12743
12793
  "0": "undefined",
12744
12794
  "1": "\"start\"",
12745
- "2": "\"end\"",
12746
- "3": "\"center\""
12795
+ "2": "\"center\"",
12796
+ "3": "\"end\""
12747
12797
  }
12748
12798
  }
12749
12799
  },
@@ -19555,22 +19605,6 @@ const B24UIMeta = {
19555
19605
  }
19556
19606
  }
19557
19607
  },
19558
- {
19559
- "name": "b24ui",
19560
- "global": false,
19561
- "description": "",
19562
- "tags": [],
19563
- "required": false,
19564
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19565
- "schema": {
19566
- "kind": "enum",
19567
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19568
- "schema": {
19569
- "0": "undefined",
19570
- "1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
19571
- }
19572
- }
19573
- },
19574
19608
  {
19575
19609
  "name": "orientation",
19576
19610
  "global": false,
@@ -21444,6 +21478,22 @@ const B24UIMeta = {
21444
21478
  }
21445
21479
  }
21446
21480
  },
21481
+ {
21482
+ "name": "b24ui",
21483
+ "global": false,
21484
+ "description": "",
21485
+ "tags": [],
21486
+ "required": false,
21487
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21488
+ "schema": {
21489
+ "kind": "enum",
21490
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21491
+ "schema": {
21492
+ "0": "undefined",
21493
+ "1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
21494
+ }
21495
+ }
21496
+ },
21447
21497
  {
21448
21498
  "name": "disabled",
21449
21499
  "global": false,
@@ -29782,13 +29832,13 @@ const B24UIMeta = {
29782
29832
  "description": "",
29783
29833
  "tags": [],
29784
29834
  "required": false,
29785
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29835
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29786
29836
  "schema": {
29787
29837
  "kind": "enum",
29788
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29838
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29789
29839
  "schema": {
29790
29840
  "0": "undefined",
29791
- "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }>"
29841
+ "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
29792
29842
  }
29793
29843
  }
29794
29844
  },
@@ -35913,13 +35963,13 @@ const B24UIMeta = {
35913
35963
  "description": "",
35914
35964
  "tags": [],
35915
35965
  "required": false,
35916
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35966
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35917
35967
  "schema": {
35918
35968
  "kind": "enum",
35919
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35969
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35920
35970
  "schema": {
35921
35971
  "0": "undefined",
35922
- "1": "Partial<{ root: string; base: string; tag: string; }>"
35972
+ "1": "PartialString<{ root: string; base: string; tag: string; }>"
35923
35973
  }
35924
35974
  }
35925
35975
  }
package/dist/meta.d.cts CHANGED
@@ -7431,6 +7431,34 @@ var B24UIMeta = {
7431
7431
  }
7432
7432
  }
7433
7433
  },
7434
+ {
7435
+ "name": "externalIcon",
7436
+ "global": false,
7437
+ "description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
7438
+ "tags": [
7439
+ {
7440
+ "name": "defaultValue",
7441
+ "text": "icons.external = `OpenIn50Icon`"
7442
+ }
7443
+ ],
7444
+ "required": false,
7445
+ "type": "boolean | IconComponent | undefined",
7446
+ "schema": {
7447
+ "kind": "enum",
7448
+ "type": "boolean | IconComponent | undefined",
7449
+ "schema": {
7450
+ "0": "undefined",
7451
+ "1": "false",
7452
+ "2": "true",
7453
+ "3": {
7454
+ "kind": "event",
7455
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
7456
+ "schema": []
7457
+ }
7458
+ }
7459
+ },
7460
+ "default": "true"
7461
+ },
7434
7462
  {
7435
7463
  "name": "content",
7436
7464
  "global": false,
@@ -12668,6 +12696,28 @@ var B24UIMeta = {
12668
12696
  }
12669
12697
  }
12670
12698
  },
12699
+ {
12700
+ "name": "externalIcon",
12701
+ "global": false,
12702
+ "description": "",
12703
+ "tags": [],
12704
+ "required": false,
12705
+ "type": "boolean | IconComponent | undefined",
12706
+ "schema": {
12707
+ "kind": "enum",
12708
+ "type": "boolean | IconComponent | undefined",
12709
+ "schema": {
12710
+ "0": "undefined",
12711
+ "1": "false",
12712
+ "2": "true",
12713
+ "3": {
12714
+ "kind": "event",
12715
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
12716
+ "schema": []
12717
+ }
12718
+ }
12719
+ }
12720
+ },
12671
12721
  {
12672
12722
  "name": "b24uiOverride",
12673
12723
  "global": false,
@@ -12733,15 +12783,15 @@ var B24UIMeta = {
12733
12783
  }
12734
12784
  ],
12735
12785
  "required": false,
12736
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12786
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12737
12787
  "schema": {
12738
12788
  "kind": "enum",
12739
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12789
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12740
12790
  "schema": {
12741
12791
  "0": "undefined",
12742
12792
  "1": "\"start\"",
12743
- "2": "\"end\"",
12744
- "3": "\"center\""
12793
+ "2": "\"center\"",
12794
+ "3": "\"end\""
12745
12795
  }
12746
12796
  }
12747
12797
  },
@@ -19553,22 +19603,6 @@ var B24UIMeta = {
19553
19603
  }
19554
19604
  }
19555
19605
  },
19556
- {
19557
- "name": "b24ui",
19558
- "global": false,
19559
- "description": "",
19560
- "tags": [],
19561
- "required": false,
19562
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19563
- "schema": {
19564
- "kind": "enum",
19565
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19566
- "schema": {
19567
- "0": "undefined",
19568
- "1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
19569
- }
19570
- }
19571
- },
19572
19606
  {
19573
19607
  "name": "orientation",
19574
19608
  "global": false,
@@ -21442,6 +21476,22 @@ var B24UIMeta = {
21442
21476
  }
21443
21477
  }
21444
21478
  },
21479
+ {
21480
+ "name": "b24ui",
21481
+ "global": false,
21482
+ "description": "",
21483
+ "tags": [],
21484
+ "required": false,
21485
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21486
+ "schema": {
21487
+ "kind": "enum",
21488
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21489
+ "schema": {
21490
+ "0": "undefined",
21491
+ "1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
21492
+ }
21493
+ }
21494
+ },
21445
21495
  {
21446
21496
  "name": "disabled",
21447
21497
  "global": false,
@@ -29780,13 +29830,13 @@ var B24UIMeta = {
29780
29830
  "description": "",
29781
29831
  "tags": [],
29782
29832
  "required": false,
29783
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29833
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29784
29834
  "schema": {
29785
29835
  "kind": "enum",
29786
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29836
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29787
29837
  "schema": {
29788
29838
  "0": "undefined",
29789
- "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }>"
29839
+ "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
29790
29840
  }
29791
29841
  }
29792
29842
  },
@@ -35911,13 +35961,13 @@ var B24UIMeta = {
35911
35961
  "description": "",
35912
35962
  "tags": [],
35913
35963
  "required": false,
35914
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35964
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35915
35965
  "schema": {
35916
35966
  "kind": "enum",
35917
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35967
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35918
35968
  "schema": {
35919
35969
  "0": "undefined",
35920
- "1": "Partial<{ root: string; base: string; tag: string; }>"
35970
+ "1": "PartialString<{ root: string; base: string; tag: string; }>"
35921
35971
  }
35922
35972
  }
35923
35973
  }
package/dist/meta.d.mts CHANGED
@@ -7431,6 +7431,34 @@ var B24UIMeta = {
7431
7431
  }
7432
7432
  }
7433
7433
  },
7434
+ {
7435
+ "name": "externalIcon",
7436
+ "global": false,
7437
+ "description": "The icon displayed when the item is an external link.\nSet to `false` to hide the external icon.",
7438
+ "tags": [
7439
+ {
7440
+ "name": "defaultValue",
7441
+ "text": "icons.external = `OpenIn50Icon`"
7442
+ }
7443
+ ],
7444
+ "required": false,
7445
+ "type": "boolean | IconComponent | undefined",
7446
+ "schema": {
7447
+ "kind": "enum",
7448
+ "type": "boolean | IconComponent | undefined",
7449
+ "schema": {
7450
+ "0": "undefined",
7451
+ "1": "false",
7452
+ "2": "true",
7453
+ "3": {
7454
+ "kind": "event",
7455
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
7456
+ "schema": []
7457
+ }
7458
+ }
7459
+ },
7460
+ "default": "true"
7461
+ },
7434
7462
  {
7435
7463
  "name": "content",
7436
7464
  "global": false,
@@ -12668,6 +12696,28 @@ var B24UIMeta = {
12668
12696
  }
12669
12697
  }
12670
12698
  },
12699
+ {
12700
+ "name": "externalIcon",
12701
+ "global": false,
12702
+ "description": "",
12703
+ "tags": [],
12704
+ "required": false,
12705
+ "type": "boolean | IconComponent | undefined",
12706
+ "schema": {
12707
+ "kind": "enum",
12708
+ "type": "boolean | IconComponent | undefined",
12709
+ "schema": {
12710
+ "0": "undefined",
12711
+ "1": "false",
12712
+ "2": "true",
12713
+ "3": {
12714
+ "kind": "event",
12715
+ "type": "(props: HTMLAttributes & VNodeProps & {}, ctx: Omit<{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<...>>(exposed?: Exposed | undefined) => void; }, \"expose\">): any",
12716
+ "schema": []
12717
+ }
12718
+ }
12719
+ }
12720
+ },
12671
12721
  {
12672
12722
  "name": "b24uiOverride",
12673
12723
  "global": false,
@@ -12733,15 +12783,15 @@ var B24UIMeta = {
12733
12783
  }
12734
12784
  ],
12735
12785
  "required": false,
12736
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12786
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12737
12787
  "schema": {
12738
12788
  "kind": "enum",
12739
- "type": "\"start\" | \"end\" | \"center\" | undefined",
12789
+ "type": "\"start\" | \"center\" | \"end\" | undefined",
12740
12790
  "schema": {
12741
12791
  "0": "undefined",
12742
12792
  "1": "\"start\"",
12743
- "2": "\"end\"",
12744
- "3": "\"center\""
12793
+ "2": "\"center\"",
12794
+ "3": "\"end\""
12745
12795
  }
12746
12796
  }
12747
12797
  },
@@ -19553,22 +19603,6 @@ var B24UIMeta = {
19553
19603
  }
19554
19604
  }
19555
19605
  },
19556
- {
19557
- "name": "b24ui",
19558
- "global": false,
19559
- "description": "",
19560
- "tags": [],
19561
- "required": false,
19562
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19563
- "schema": {
19564
- "kind": "enum",
19565
- "type": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
19566
- "schema": {
19567
- "0": "undefined",
19568
- "1": "Partial<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
19569
- }
19570
- }
19571
- },
19572
19606
  {
19573
19607
  "name": "orientation",
19574
19608
  "global": false,
@@ -21442,6 +21476,22 @@ var B24UIMeta = {
21442
21476
  }
21443
21477
  }
21444
21478
  },
21479
+ {
21480
+ "name": "b24ui",
21481
+ "global": false,
21482
+ "description": "",
21483
+ "tags": [],
21484
+ "required": false,
21485
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21486
+ "schema": {
21487
+ "kind": "enum",
21488
+ "type": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }> | undefined",
21489
+ "schema": {
21490
+ "0": "undefined",
21491
+ "1": "PartialString<{ root: string; base: string; increment: string; decrement: string; tag: string; }>"
21492
+ }
21493
+ }
21494
+ },
21445
21495
  {
21446
21496
  "name": "disabled",
21447
21497
  "global": false,
@@ -29780,13 +29830,13 @@ var B24UIMeta = {
29780
29830
  "description": "",
29781
29831
  "tags": [],
29782
29832
  "required": false,
29783
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29833
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29784
29834
  "schema": {
29785
29835
  "kind": "enum",
29786
- "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }> | undefined",
29836
+ "type": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }> | undefined",
29787
29837
  "schema": {
29788
29838
  "0": "undefined",
29789
- "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 18 more ...; input: string; }>"
29839
+ "1": "PartialString<{ root: string; base: string; leading: string; leadingIcon: string; leadingAvatar: string; leadingAvatarSize: string; trailing: string; trailingIcon: string; tag: string; value: string; placeholder: string; ... 19 more ...; focusScope: string; }>"
29790
29840
  }
29791
29841
  }
29792
29842
  },
@@ -35911,13 +35961,13 @@ var B24UIMeta = {
35911
35961
  "description": "",
35912
35962
  "tags": [],
35913
35963
  "required": false,
35914
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35964
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35915
35965
  "schema": {
35916
35966
  "kind": "enum",
35917
- "type": "Partial<{ root: string; base: string; tag: string; }> | undefined",
35967
+ "type": "PartialString<{ root: string; base: string; tag: string; }> | undefined",
35918
35968
  "schema": {
35919
35969
  "0": "undefined",
35920
- "1": "Partial<{ root: string; base: string; tag: string; }>"
35970
+ "1": "PartialString<{ root: string; base: string; tag: string; }>"
35921
35971
  }
35922
35972
  }
35923
35973
  }