@frame-ui-ng/components 0.4.2-beta.0 → 0.5.0-beta.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.
Files changed (88) hide show
  1. package/accordion/src/styles/_vars.css +9 -8
  2. package/accordion/src/styles/accordion.css +3 -2
  3. package/alert/src/styles/_vars.css +10 -10
  4. package/alert/src/styles/alert.css +77 -77
  5. package/avatar/src/styles/_vars.css +34 -34
  6. package/avatar/src/styles/avatar.css +209 -209
  7. package/badge/src/styles/_vars.css +9 -9
  8. package/breadcrumb/src/styles/_vars.css +2 -2
  9. package/button/src/styles/_vars.css +5 -5
  10. package/button/src/styles/button.css +26 -51
  11. package/button-group/src/styles/button-group.css +11 -4
  12. package/calendar/src/styles/_vars.css +6 -6
  13. package/card/src/styles/_vars.css +10 -2
  14. package/card/src/styles/card.css +132 -142
  15. package/carousel/src/styles/_vars.css +7 -7
  16. package/checkbox/src/styles/_vars.css +3 -3
  17. package/checkbox/src/styles/checkbox.css +95 -95
  18. package/collapsible/src/styles/_vars.css +13 -13
  19. package/combobox/src/styles/_vars.css +20 -20
  20. package/command/src/styles/_vars.css +18 -17
  21. package/command/src/styles/command.css +1 -0
  22. package/date-picker/src/styles/_vars.css +6 -6
  23. package/drag-drop/src/styles/_vars.css +8 -8
  24. package/dropdown-menu/src/styles/_vars.css +8 -8
  25. package/empty/src/styles/_vars.css +23 -23
  26. package/fesm2022/frame-ui-ng-components-button.mjs +5 -8
  27. package/fesm2022/frame-ui-ng-components-button.mjs.map +1 -1
  28. package/fesm2022/frame-ui-ng-components-carousel.mjs +4 -4
  29. package/fesm2022/frame-ui-ng-components-carousel.mjs.map +1 -1
  30. package/fesm2022/frame-ui-ng-components-confirm-modal.mjs +1 -1
  31. package/fesm2022/frame-ui-ng-components-confirm-modal.mjs.map +1 -1
  32. package/fesm2022/frame-ui-ng-components-confirm-popover.mjs +1 -1
  33. package/fesm2022/frame-ui-ng-components-confirm-popover.mjs.map +1 -1
  34. package/fesm2022/frame-ui-ng-components-modal.mjs +1 -1
  35. package/fesm2022/frame-ui-ng-components-modal.mjs.map +1 -1
  36. package/fesm2022/frame-ui-ng-components-sheet.mjs +1 -1
  37. package/fesm2022/frame-ui-ng-components-sheet.mjs.map +1 -1
  38. package/fesm2022/frame-ui-ng-components.mjs +12 -15
  39. package/fesm2022/frame-ui-ng-components.mjs.map +1 -1
  40. package/field/src/styles/_vars.css +20 -20
  41. package/hover-card/src/styles/_vars.css +21 -21
  42. package/input/src/styles/_vars.css +15 -15
  43. package/input/src/styles/input.css +0 -5
  44. package/input-otp/src/styles/_vars.css +3 -3
  45. package/input-otp/src/styles/input-otp.css +116 -116
  46. package/item/src/styles/_vars.css +9 -9
  47. package/menubar/src/styles/_vars.css +7 -7
  48. package/modal/src/styles/_vars.css +12 -12
  49. package/modal/src/styles/modal.css +1 -1
  50. package/navigation-menu/src/styles/_vars.css +9 -9
  51. package/package.json +2 -2
  52. package/pagination/src/styles/_vars.css +6 -6
  53. package/pagination/src/styles/pagination.css +14 -4
  54. package/popover/src/styles/_vars.css +24 -24
  55. package/progress/src/styles/_vars.css +2 -2
  56. package/progress/src/styles/progress.css +64 -64
  57. package/radio-group/src/styles/_vars.css +5 -5
  58. package/radio-group/src/styles/radio-group.css +2 -2
  59. package/resizable/src/styles/_vars.css +2 -2
  60. package/resizable/src/styles/resizable.css +130 -130
  61. package/select/src/styles/_vars.css +8 -8
  62. package/separator/src/styles/_vars.css +2 -2
  63. package/separator/src/styles/separator.css +25 -25
  64. package/sheet/src/styles/_vars.css +12 -12
  65. package/sheet/src/styles/sheet.css +1 -1
  66. package/sidebar/src/styles/_vars.css +24 -24
  67. package/sidebar/src/styles/sidebar.css +5 -5
  68. package/skeleton/src/styles/_vars.css +8 -8
  69. package/slider/src/styles/_vars.css +6 -6
  70. package/slider/src/styles/slider.css +147 -147
  71. package/spinner/src/styles/_vars.css +8 -9
  72. package/src/styles/blueprint.css +15 -65
  73. package/styles/blueprint.css +15 -65
  74. package/switch/src/styles/_vars.css +4 -4
  75. package/table/src/styles/_vars.css +26 -25
  76. package/table/src/styles/table.css +245 -245
  77. package/tabs/src/styles/_vars.css +19 -17
  78. package/tabs/src/styles/tabs.css +166 -164
  79. package/textarea/src/styles/_vars.css +4 -4
  80. package/toast/src/styles/_vars.css +20 -20
  81. package/toast/src/styles/toast.css +2 -2
  82. package/toggle/src/styles/_vars.css +14 -14
  83. package/toggle/src/styles/toggle.css +110 -110
  84. package/tooltip/src/styles/_vars.css +9 -9
  85. package/tooltip/src/styles/tooltip.css +18 -9
  86. package/types/frame-ui-ng-components-button.d.ts +5 -8
  87. package/types/frame-ui-ng-components-carousel.d.ts +2 -2
  88. package/types/frame-ui-ng-components.d.ts +15 -18
@@ -1,110 +1,110 @@
1
- @import './_vars.css';
2
-
3
- [frToggle] {
4
- appearance: none;
5
- display: inline-flex;
6
- min-block-size: var(--frame-toggle-height);
7
- align-items: center;
8
- justify-content: center;
9
- gap: var(--frame-toggle-gap);
10
- border: 1px solid var(--frame-toggle-border);
11
- border-radius: var(--frame-toggle-radius);
12
- background: var(--frame-toggle-bg);
13
- color: var(--frame-toggle-color);
14
- cursor: pointer;
15
- font: inherit;
16
- font-size: var(--frame-toggle-font-size);
17
- font-weight: var(--frame-toggle-font-weight);
18
- line-height: 1;
19
- padding-block: 0;
20
- padding-inline: var(--frame-toggle-padding-x);
21
- text-decoration: none;
22
- transition:
23
- background-color var(--frame-toggle-transition-duration) ease,
24
- border-color var(--frame-toggle-transition-duration) ease,
25
- box-shadow var(--frame-toggle-transition-duration) ease,
26
- color var(--frame-toggle-transition-duration) ease,
27
- opacity var(--frame-toggle-transition-duration) ease,
28
- transform var(--frame-toggle-transition-duration) ease;
29
- user-select: none;
30
- vertical-align: middle;
31
- white-space: nowrap;
32
- }
33
-
34
- [frToggle]:where(:not(:disabled, [data-disabled])):hover {
35
- background: var(--frame-toggle-hover-bg);
36
- color: var(--frame-toggle-hover-color);
37
- }
38
-
39
- [frToggle]:where(:not(:disabled, [data-disabled])):active {
40
- transform: translateY(1px);
41
- }
42
-
43
- [frToggle]:focus-visible {
44
- outline: 2px solid transparent;
45
- outline-offset: 2px;
46
- box-shadow: var(--frame-toggle-focus-shadow);
47
- }
48
-
49
- [frToggle][data-state='on'] {
50
- background: var(--frame-toggle-pressed-bg);
51
- color: var(--frame-toggle-pressed-color);
52
- box-shadow: var(--frame-toggle-pressed-shadow);
53
- }
54
-
55
- [frToggle][data-variant='outline'] {
56
- --frame-toggle-bg: var(--frame-toggle-outline-bg);
57
- --frame-toggle-border: var(--frame-toggle-outline-border);
58
- --frame-toggle-hover-bg: var(--frame-toggle-outline-hover-bg);
59
- --frame-toggle-pressed-bg: var(--frame-toggle-outline-pressed-bg);
60
- }
61
-
62
- [frToggle][data-size='sm'] {
63
- --frame-toggle-height: 2rem;
64
- --frame-toggle-padding-x: 0.625rem;
65
- --frame-toggle-font-size: 0.8125rem;
66
- --frame-toggle-icon-size: 0.9375rem;
67
- }
68
-
69
- [frToggle][data-size='lg'] {
70
- --frame-toggle-height: 2.75rem;
71
- --frame-toggle-padding-x: 1rem;
72
- --frame-toggle-font-size: 0.9375rem;
73
- --frame-toggle-icon-size: 1.125rem;
74
- }
75
-
76
- [frToggle]:where(:disabled, [data-disabled]) {
77
- cursor: not-allowed;
78
- opacity: var(--frame-toggle-disabled-opacity);
79
- }
80
-
81
- [frToggleIcon],
82
- .frame-toggle__icon {
83
- display: inline-flex;
84
- inline-size: var(--frame-toggle-icon-size);
85
- block-size: var(--frame-toggle-icon-size);
86
- align-items: center;
87
- justify-content: center;
88
- flex: 0 0 auto;
89
- }
90
-
91
- [frToggleIcon] ng-icon,
92
- .frame-toggle__icon ng-icon {
93
- inline-size: var(--frame-toggle-icon-size);
94
- block-size: var(--frame-toggle-icon-size);
95
- }
96
-
97
- [frToggleLabel],
98
- .frame-toggle__label {
99
- min-inline-size: 0;
100
- }
101
-
102
- @media (prefers-reduced-motion: reduce) {
103
- [frToggle] {
104
- transition: none;
105
- }
106
-
107
- [frToggle]:where(:not(:disabled, [data-disabled])):active {
108
- transform: none;
109
- }
110
- }
1
+ @import './_vars.css';
2
+
3
+ [frToggle] {
4
+ appearance: none;
5
+ display: inline-flex;
6
+ min-block-size: var(--frame-toggle-height);
7
+ align-items: center;
8
+ justify-content: center;
9
+ gap: var(--frame-toggle-gap);
10
+ border: 1px solid var(--frame-toggle-border);
11
+ border-radius: var(--frame-toggle-radius);
12
+ background: var(--frame-toggle-bg);
13
+ color: var(--frame-toggle-color);
14
+ cursor: pointer;
15
+ font: inherit;
16
+ font-size: var(--frame-toggle-font-size);
17
+ font-weight: var(--frame-toggle-font-weight);
18
+ line-height: 1;
19
+ padding-block: 0;
20
+ padding-inline: var(--frame-toggle-padding-x);
21
+ text-decoration: none;
22
+ transition:
23
+ background-color var(--frame-toggle-transition-duration) ease,
24
+ border-color var(--frame-toggle-transition-duration) ease,
25
+ box-shadow var(--frame-toggle-transition-duration) ease,
26
+ color var(--frame-toggle-transition-duration) ease,
27
+ opacity var(--frame-toggle-transition-duration) ease,
28
+ transform var(--frame-toggle-transition-duration) ease;
29
+ user-select: none;
30
+ vertical-align: middle;
31
+ white-space: nowrap;
32
+ }
33
+
34
+ [frToggle]:where(:not(:disabled, [data-disabled])):hover {
35
+ background: var(--frame-toggle-hover-bg);
36
+ color: var(--frame-toggle-hover-color);
37
+ }
38
+
39
+ [frToggle]:where(:not(:disabled, [data-disabled])):active {
40
+ transform: translateY(1px);
41
+ }
42
+
43
+ [frToggle]:focus-visible {
44
+ outline: 2px solid transparent;
45
+ outline-offset: 2px;
46
+ box-shadow: var(--frame-toggle-focus-shadow);
47
+ }
48
+
49
+ [frToggle][data-state='on'] {
50
+ background: var(--frame-toggle-pressed-bg);
51
+ color: var(--frame-toggle-pressed-color);
52
+ box-shadow: var(--frame-toggle-pressed-shadow);
53
+ }
54
+
55
+ [frToggle][data-variant='outline'] {
56
+ --frame-toggle-bg: var(--frame-toggle-outline-bg);
57
+ --frame-toggle-border: var(--frame-toggle-outline-border);
58
+ --frame-toggle-hover-bg: var(--frame-toggle-outline-hover-bg);
59
+ --frame-toggle-pressed-bg: var(--frame-toggle-outline-pressed-bg);
60
+ }
61
+
62
+ [frToggle][data-size='sm'] {
63
+ --frame-toggle-height: var(--frame-density-control-height-sm);
64
+ --frame-toggle-padding-x: 0.625rem;
65
+ --frame-toggle-font-size: 0.8125rem;
66
+ --frame-toggle-icon-size: 0.9375rem;
67
+ }
68
+
69
+ [frToggle][data-size='lg'] {
70
+ --frame-toggle-height: var(--frame-density-control-height-xl);
71
+ --frame-toggle-padding-x: 1rem;
72
+ --frame-toggle-font-size: 0.9375rem;
73
+ --frame-toggle-icon-size: 1.125rem;
74
+ }
75
+
76
+ [frToggle]:where(:disabled, [data-disabled]) {
77
+ cursor: not-allowed;
78
+ opacity: var(--frame-toggle-disabled-opacity);
79
+ }
80
+
81
+ [frToggleIcon],
82
+ .frame-toggle__icon {
83
+ display: inline-flex;
84
+ inline-size: var(--frame-toggle-icon-size);
85
+ block-size: var(--frame-toggle-icon-size);
86
+ align-items: center;
87
+ justify-content: center;
88
+ flex: 0 0 auto;
89
+ }
90
+
91
+ [frToggleIcon] ng-icon,
92
+ .frame-toggle__icon ng-icon {
93
+ inline-size: var(--frame-toggle-icon-size);
94
+ block-size: var(--frame-toggle-icon-size);
95
+ }
96
+
97
+ [frToggleLabel],
98
+ .frame-toggle__label {
99
+ min-inline-size: 0;
100
+ }
101
+
102
+ @media (prefers-reduced-motion: reduce) {
103
+ [frToggle] {
104
+ transition: none;
105
+ }
106
+
107
+ [frToggle]:where(:not(:disabled, [data-disabled])):active {
108
+ transform: none;
109
+ }
110
+ }
@@ -1,17 +1,17 @@
1
- :root {
2
- --frame-tooltip-content-bg: var(--frame-surface, #fff);
3
- --frame-tooltip-content-color: var(--frame-foreground, #09090b);
4
- --frame-tooltip-content-border: var(--frame-frame-line-muted, var(--frame-border, #d4d4d8));
5
- --frame-tooltip-content-radius: var(--frame-radius-md, 0.5rem);
6
- --frame-tooltip-content-shadow: 0 12px 32px rgb(0 0 0 / 0.18);
7
- --frame-tooltip-content-padding: 0.375rem 0.625rem;
1
+ :where(:root) {
2
+ --frame-tooltip-content-bg: var(--frame-surface);
3
+ --frame-tooltip-content-color: var(--frame-foreground);
4
+ --frame-tooltip-content-border: var(--frame-frame-line-muted, var(--frame-border));
5
+ --frame-tooltip-content-radius: var(--frame-radius-md);
6
+ --frame-tooltip-content-shadow: var(--frame-shadow-md);
7
+ --frame-tooltip-content-padding: var(--frame-density-overlay-padding-block) var(--frame-density-overlay-padding-inline);
8
8
  --frame-tooltip-content-max-width: 18rem;
9
9
  --frame-tooltip-content-font-size: 0.8125rem;
10
10
  --frame-tooltip-content-font-weight: 500;
11
11
  --frame-tooltip-content-line-height: 1.35;
12
12
  --frame-tooltip-shortcut-bg: color-mix(in srgb, currentColor 14%, transparent);
13
- --frame-tooltip-shortcut-radius: 0;
14
- --frame-tooltip-shortcut-padding: 0.0625rem 0.3125rem;
13
+ --frame-tooltip-shortcut-radius: var(--frame-radius-sm);
14
+ --frame-tooltip-shortcut-padding: var(--frame-density-shortcut-padding-block) var(--frame-density-shortcut-padding-inline);
15
15
  --frame-tooltip-shortcut-font-size: 0.75rem;
16
16
  --frame-tooltip-arrow-size: 0.5rem;
17
17
  --frame-tooltip-motion-duration: 140ms;
@@ -44,6 +44,7 @@
44
44
  position: absolute;
45
45
  inline-size: var(--frame-tooltip-arrow-size);
46
46
  block-size: var(--frame-tooltip-arrow-size);
47
+ border: 1px solid var(--frame-tooltip-content-border);
47
48
  background: var(--frame-tooltip-content-bg);
48
49
  transform: rotate(45deg);
49
50
  }
@@ -51,22 +52,30 @@
51
52
  .frame-tooltip__content[data-arrow][data-side='top']::after {
52
53
  inset-block-end: calc(var(--frame-tooltip-arrow-size) / -2);
53
54
  inset-inline-start: var(--frame-tooltip-arrow-x, calc(50% - var(--frame-tooltip-arrow-size) / 2));
55
+ border-block-start: 0;
56
+ border-inline-start: 0;
54
57
  }
55
58
 
56
59
  .frame-tooltip__content[data-arrow][data-side='bottom']::after {
57
60
  inset-block-start: calc(var(--frame-tooltip-arrow-size) / -2);
58
61
  inset-inline-start: var(--frame-tooltip-arrow-x, calc(50% - var(--frame-tooltip-arrow-size) / 2));
62
+ border-block-end: 0;
63
+ border-inline-end: 0;
59
64
  }
60
65
 
61
- .frame-tooltip__content[data-arrow][data-side='left']::after {
62
- inset-block-start: var(--frame-tooltip-arrow-y, calc(50% - var(--frame-tooltip-arrow-size) / 2));
63
- inset-inline-end: calc(var(--frame-tooltip-arrow-size) / -2);
64
- }
65
-
66
- .frame-tooltip__content[data-arrow][data-side='right']::after {
67
- inset-block-start: var(--frame-tooltip-arrow-y, calc(50% - var(--frame-tooltip-arrow-size) / 2));
68
- inset-inline-start: calc(var(--frame-tooltip-arrow-size) / -2);
69
- }
66
+ .frame-tooltip__content[data-arrow][data-side='left']::after {
67
+ inset-block-start: var(--frame-tooltip-arrow-y, calc(50% - var(--frame-tooltip-arrow-size) / 2));
68
+ inset-inline-end: calc(var(--frame-tooltip-arrow-size) / -2);
69
+ border-block-end: 0;
70
+ border-inline-start: 0;
71
+ }
72
+
73
+ .frame-tooltip__content[data-arrow][data-side='right']::after {
74
+ inset-block-start: var(--frame-tooltip-arrow-y, calc(50% - var(--frame-tooltip-arrow-size) / 2));
75
+ inset-inline-start: calc(var(--frame-tooltip-arrow-size) / -2);
76
+ border-block-start: 0;
77
+ border-inline-end: 0;
78
+ }
70
79
 
71
80
  [frTooltipShortcut],
72
81
  .frame-tooltip__shortcut {
@@ -2,11 +2,9 @@ import * as i0 from '@angular/core';
2
2
 
3
3
  declare const FR_BUTTON_APPEARANCES: readonly ["ghost", "outline", "primary"];
4
4
  declare const FR_BUTTON_LOADING_DISPLAYS: readonly ["inline", "replace"];
5
- declare const FR_BUTTON_RADII: readonly ["full", "lg", "md", "none", "sm"];
6
5
  declare const FR_BUTTON_SIZES: readonly ["sm", "md", "lg"];
7
6
  type FrButtonAppearance = (typeof FR_BUTTON_APPEARANCES)[number];
8
7
  type FrButtonLoadingDisplay = (typeof FR_BUTTON_LOADING_DISPLAYS)[number];
9
- type FrButtonRadius = (typeof FR_BUTTON_RADII)[number];
10
8
  type FrButtonSize = (typeof FR_BUTTON_SIZES)[number];
11
9
  /** Button host with FrameUI size and appearance variants. */
12
10
  declare class FrButton {
@@ -16,18 +14,17 @@ declare class FrButton {
16
14
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
17
15
  readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
18
16
  readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
19
- readonly radius: i0.InputSignal<"full" | "lg" | "md" | "none" | "sm">;
20
- readonly size: i0.InputSignal<"lg" | "md" | "sm">;
17
+ readonly size: i0.InputSignal<"sm" | "md" | "lg">;
21
18
  protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
22
19
  protected readonly isUnavailable: i0.Signal<boolean>;
23
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrButton, "a[frButton], button[frButton]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDisplay": { "alias": "loadingDisplay"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["loadingIndicator", "spinnerIndicator"], never, true, never>;
21
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrButton, "a[frButton], button[frButton]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDisplay": { "alias": "loadingDisplay"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["loadingIndicator", "spinnerIndicator"], never, true, never>;
25
22
  }
26
23
  /** Icon-only button host with square sizing. */
27
24
  declare class FrIconButton {
28
25
  readonly ariaLabel: i0.InputSignal<string | null>;
29
26
  static ɵfac: i0.ɵɵFactoryDeclaration<FrIconButton, never>;
30
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrIconButton, "a[frIconButton], button[frIconButton]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "loading": "loading"; "loadingDisplay": "loadingDisplay"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrIconButton, "a[frIconButton], button[frIconButton]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "loading": "loading"; "loadingDisplay": "loadingDisplay"; "size": "size"; }; outputs: {}; }]>;
31
28
  }
32
29
  /** Icon slot for button. */
33
30
  declare class FrButtonIcon {
@@ -51,5 +48,5 @@ declare class FrButtonModule {
51
48
  static ɵinj: i0.ɵɵInjectorDeclaration<FrButtonModule>;
52
49
  }
53
50
 
54
- export { FR_BUTTON_APPEARANCES, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FrButton, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrButtonModule, FrIconButton };
55
- export type { FrButtonAppearance, FrButtonLoadingDisplay, FrButtonRadius, FrButtonSize };
51
+ export { FR_BUTTON_APPEARANCES, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_SIZES, FrButton, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrButtonModule, FrIconButton };
52
+ export type { FrButtonAppearance, FrButtonLoadingDisplay, FrButtonSize };
@@ -106,14 +106,14 @@ declare class FrCarouselPrevious {
106
106
  protected readonly carousel: FrCarousel;
107
107
  readonly label: _angular_core.InputSignal<string>;
108
108
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FrCarouselPrevious, never>;
109
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FrCarouselPrevious, "button[frCarouselPrevious]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
109
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FrCarouselPrevious, "button[frCarouselPrevious]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "size": "size"; }; outputs: {}; }]>;
110
110
  }
111
111
  /** Next-slide control for carousel. */
112
112
  declare class FrCarouselNext {
113
113
  protected readonly carousel: FrCarousel;
114
114
  readonly label: _angular_core.InputSignal<string>;
115
115
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<FrCarouselNext, never>;
116
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FrCarouselNext, "button[frCarouselNext]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
116
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FrCarouselNext, "button[frCarouselNext]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "size": "size"; }; outputs: {}; }]>;
117
117
  }
118
118
 
119
119
  declare class FrCarouselModule {
@@ -136,7 +136,7 @@ declare class FrAvatarFallback {
136
136
  /** Group slot for avatar. */
137
137
  declare class FrAvatarGroup {
138
138
  readonly expandOnHover: i0.InputSignalWithTransform<boolean, unknown>;
139
- readonly size: i0.InputSignal<"sm" | "md" | "lg" | "xs">;
139
+ readonly size: i0.InputSignal<"xs" | "sm" | "md" | "lg">;
140
140
  static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatarGroup, never>;
141
141
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrAvatarGroup, "[frAvatarGroup]", never, { "expandOnHover": { "alias": "expandOnHover"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
142
142
  }
@@ -166,7 +166,7 @@ declare class FrAvatarImage implements AfterViewInit {
166
166
 
167
167
  /** Avatar component primitive. */
168
168
  declare class FrAvatar {
169
- readonly size: i0.InputSignal<"sm" | "md" | "lg" | "xs">;
169
+ readonly size: i0.InputSignal<"xs" | "sm" | "md" | "lg">;
170
170
  readonly status: i0.WritableSignal<"error" | "idle" | "loaded">;
171
171
  setStatus(status: 'error' | 'idle' | 'loaded'): void;
172
172
  static ɵfac: i0.ɵɵFactoryDeclaration<FrAvatar, never>;
@@ -244,11 +244,9 @@ declare class FrBreadcrumbEllipsis {
244
244
 
245
245
  declare const FR_BUTTON_APPEARANCES: readonly ["ghost", "outline", "primary"];
246
246
  declare const FR_BUTTON_LOADING_DISPLAYS: readonly ["inline", "replace"];
247
- declare const FR_BUTTON_RADII: readonly ["full", "lg", "md", "none", "sm"];
248
247
  declare const FR_BUTTON_SIZES: readonly ["sm", "md", "lg"];
249
248
  type FrButtonAppearance = (typeof FR_BUTTON_APPEARANCES)[number];
250
249
  type FrButtonLoadingDisplay = (typeof FR_BUTTON_LOADING_DISPLAYS)[number];
251
- type FrButtonRadius = (typeof FR_BUTTON_RADII)[number];
252
250
  type FrButtonSize = (typeof FR_BUTTON_SIZES)[number];
253
251
  /** Button host with FrameUI size and appearance variants. */
254
252
  declare class FrButton {
@@ -258,18 +256,17 @@ declare class FrButton {
258
256
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
259
257
  readonly loading: i0.InputSignalWithTransform<boolean, unknown>;
260
258
  readonly loadingDisplay: i0.InputSignal<"inline" | "replace">;
261
- readonly radius: i0.InputSignal<"full" | "sm" | "md" | "lg" | "none">;
262
259
  readonly size: i0.InputSignal<"sm" | "md" | "lg">;
263
260
  protected readonly hasCustomLoadingIndicator: i0.Signal<boolean>;
264
261
  protected readonly isUnavailable: i0.Signal<boolean>;
265
262
  static ɵfac: i0.ɵɵFactoryDeclaration<FrButton, never>;
266
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrButton, "a[frButton], button[frButton]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDisplay": { "alias": "loadingDisplay"; "required": false; "isSignal": true; }; "radius": { "alias": "radius"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["loadingIndicator", "spinnerIndicator"], never, true, never>;
263
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrButton, "a[frButton], button[frButton]", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDisplay": { "alias": "loadingDisplay"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, ["loadingIndicator", "spinnerIndicator"], never, true, never>;
267
264
  }
268
265
  /** Icon-only button host with square sizing. */
269
266
  declare class FrIconButton {
270
267
  readonly ariaLabel: i0.InputSignal<string | null>;
271
268
  static ɵfac: i0.ɵɵFactoryDeclaration<FrIconButton, never>;
272
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrIconButton, "a[frIconButton], button[frIconButton]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "loading": "loading"; "loadingDisplay": "loadingDisplay"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
269
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrIconButton, "a[frIconButton], button[frIconButton]", never, { "ariaLabel": { "alias": "aria-label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "loading": "loading"; "loadingDisplay": "loadingDisplay"; "size": "size"; }; outputs: {}; }]>;
273
270
  }
274
271
  /** Icon slot for button. */
275
272
  declare class FrButtonIcon {
@@ -409,7 +406,7 @@ type FrCardSpacing = (typeof FR_CARD_SPACINGS)[number];
409
406
  type FrCardFooterAlign = (typeof FR_CARD_FOOTER_ALIGNS)[number];
410
407
  /** Card container with size and spacing controls. */
411
408
  declare class FrCard {
412
- readonly size: i0.InputSignal<"sm" | "default">;
409
+ readonly size: i0.InputSignal<"default" | "sm">;
413
410
  readonly spacing: i0.InputSignal<"sm" | "md" | "lg" | "xl" | null>;
414
411
  protected readonly spacingValue: i0.Signal<string | null>;
415
412
  static ɵfac: i0.ɵɵFactoryDeclaration<FrCard, never>;
@@ -551,14 +548,14 @@ declare class FrCarouselPrevious {
551
548
  protected readonly carousel: FrCarousel;
552
549
  readonly label: i0.InputSignal<string>;
553
550
  static ɵfac: i0.ɵɵFactoryDeclaration<FrCarouselPrevious, never>;
554
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselPrevious, "button[frCarouselPrevious]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
551
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselPrevious, "button[frCarouselPrevious]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "size": "size"; }; outputs: {}; }]>;
555
552
  }
556
553
  /** Next-slide control for carousel. */
557
554
  declare class FrCarouselNext {
558
555
  protected readonly carousel: FrCarousel;
559
556
  readonly label: i0.InputSignal<string>;
560
557
  static ɵfac: i0.ɵɵFactoryDeclaration<FrCarouselNext, never>;
561
- static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselNext, "button[frCarouselNext]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "radius": "radius"; "size": "size"; }; outputs: {}; }]>;
558
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FrCarouselNext, "button[frCarouselNext]", never, { "label": { "alias": "label"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1$1.FrButton; inputs: { "appearance": "appearance"; "disabled": "disabled"; "size": "size"; }; outputs: {}; }]>;
562
559
  }
563
560
 
564
561
  /** Checkbox input styled as a FrameUI control. */
@@ -1922,7 +1919,7 @@ type FrItemMediaVariant = (typeof FR_ITEM_MEDIA_VARIANTS)[number];
1922
1919
  declare class FrItem {
1923
1920
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
1924
1921
  readonly interactive: i0.InputSignalWithTransform<boolean, unknown>;
1925
- readonly size: i0.InputSignal<"sm" | "default" | "xs">;
1922
+ readonly size: i0.InputSignal<"default" | "xs" | "sm">;
1926
1923
  readonly variant: i0.InputSignal<"default" | "outline" | "muted">;
1927
1924
  static ɵfac: i0.ɵɵFactoryDeclaration<FrItem, never>;
1928
1925
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrItem, "[frItem], frame-item", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -2157,7 +2154,7 @@ declare class FrModalPanel {
2157
2154
  protected readonly panelLayout: _frame_ui_ng_components.FrModalPanelLayout | null;
2158
2155
  readonly scrollable: i0.InputSignalWithTransform<boolean, unknown>;
2159
2156
  readonly showCloseButton: i0.InputSignalWithTransform<boolean, unknown>;
2160
- readonly size: i0.InputSignal<"full" | "sm" | "md" | "lg" | "xl">;
2157
+ readonly size: i0.InputSignal<"sm" | "md" | "lg" | "full" | "xl">;
2161
2158
  readonly stickyFooter: i0.InputSignalWithTransform<boolean, unknown>;
2162
2159
  static ɵfac: i0.ɵɵFactoryDeclaration<FrModalPanel, never>;
2163
2160
  static ɵcmp: i0.ɵɵComponentDeclaration<FrModalPanel, "[frModalPanel], frame-modal-panel", never, { "scrollable": { "alias": "scrollable"; "required": false; "isSignal": true; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "stickyFooter": { "alias": "stickyFooter"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
@@ -2260,7 +2257,7 @@ declare class FrNavigationMenuLink {
2260
2257
  }
2261
2258
  /** Grid layout helper for navigation menu content. */
2262
2259
  declare class FrNavigationMenuGrid {
2263
- readonly columns: i0.InputSignal<1 | 2 | 3>;
2260
+ readonly columns: i0.InputSignal<2 | 3 | 1>;
2264
2261
  static ɵfac: i0.ɵɵFactoryDeclaration<FrNavigationMenuGrid, never>;
2265
2262
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrNavigationMenuGrid, "[frNavigationMenuGrid]", never, { "columns": { "alias": "columns"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
2266
2263
  }
@@ -2940,7 +2937,7 @@ declare class FrSidebar {
2940
2937
  readonly provider: FrSidebarProvider | null;
2941
2938
  readonly side: i0.InputSignalWithTransform<"left" | "right", unknown>;
2942
2939
  readonly variant: i0.InputSignalWithTransform<"inset" | "sidebar" | "floating", unknown>;
2943
- readonly collapsible: i0.InputSignalWithTransform<"none" | "icon" | "offcanvas", unknown>;
2940
+ readonly collapsible: i0.InputSignalWithTransform<"icon" | "none" | "offcanvas", unknown>;
2944
2941
  readonly minSize: i0.InputSignalWithTransform<number | null, unknown>;
2945
2942
  readonly maxSize: i0.InputSignalWithTransform<number | null, unknown>;
2946
2943
  readonly resizable: i0.InputSignalWithTransform<boolean, unknown>;
@@ -3031,7 +3028,7 @@ declare class FrSidebarMenuItem {
3031
3028
  declare class FrSidebarMenuButton {
3032
3029
  readonly active: i0.InputSignalWithTransform<boolean, unknown>;
3033
3030
  readonly disabled: i0.InputSignalWithTransform<boolean, unknown>;
3034
- readonly size: i0.InputSignalWithTransform<"sm" | "lg" | "default", unknown>;
3031
+ readonly size: i0.InputSignalWithTransform<"default" | "sm" | "lg", unknown>;
3035
3032
  readonly variant: i0.InputSignalWithTransform<"default" | "outline", unknown>;
3036
3033
  readonly tooltip: i0.InputSignal<string | null>;
3037
3034
  handleClick(event: Event): void;
@@ -3079,7 +3076,7 @@ declare const FR_SWITCH_SIZES: readonly ["sm", "default"];
3079
3076
  type FrSwitchSize = (typeof FR_SWITCH_SIZES)[number];
3080
3077
  /** Switch input styled as a FrameUI control. */
3081
3078
  declare class FrSwitch {
3082
- readonly size: i0.InputSignal<"sm" | "default">;
3079
+ readonly size: i0.InputSignal<"default" | "sm">;
3083
3080
  static ɵfac: i0.ɵɵFactoryDeclaration<FrSwitch, never>;
3084
3081
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrSwitch, "input[type=checkbox][frSwitch]", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3085
3082
  }
@@ -3218,5 +3215,5 @@ declare class FrVirtualViewport {
3218
3215
  static ɵdir: i0.ɵɵDirectiveDeclaration<FrVirtualViewport, "[frVirtualViewport], frame-virtual-viewport", ["frVirtualViewport"], { "itemSize": { "alias": "itemSize"; "required": true; "isSignal": true; }; "overscan": { "alias": "overscan"; "required": false; "isSignal": true; }; "height": { "alias": "height"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3219
3216
  }
3220
3217
 
3221
- export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_RADII, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_GROUP_ADDON_VARIANTS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_MODAL_PANEL_LAYOUT, FR_MODAL_REF, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_ICON_POSITIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrConfirmPopover, FrConfirmPopoverPanel, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalRef, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
3222
- export type { FrAccordionType, FrAlertVariant, FrAvatarSize, FrBadgeIconPosition, FrBadgeVariant, FrButtonAppearance, FrButtonGroupOrientation, FrButtonLoadingDisplay, FrButtonRadius, FrButtonSize, FrCalendarCaptionLayout, FrCalendarCellContext, FrCalendarDateRange, FrCalendarDisabledMatcher, FrCalendarMode, FrCardFooterAlign, FrCardSize, FrCardSpacing, FrCarouselAlign, FrCarouselApi, FrCarouselDirection, FrCarouselEvent, FrCarouselOptions, FrCarouselOrientation, FrCarouselPlugin, FrComboboxStringifier, FrComboboxValue, FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter, FrConfirmPopoverConfig, FrConfirmPopoverResult, FrDatePickerFormatter, FrDatePickerParser, FrDatePickerPreset, FrDatePickerValue, FrDropdownMenuAlignment, FrDropdownMenuItemVariant, FrDropdownMenuParent, FrDropdownMenuSide, FrDropdownMenuTriggerMode, FrEmptyMediaVariant, FrEmptyOrientation, FrEmptyVariant, FrFieldErrorLike, FrFieldLegendVariant, FrFieldOrientation, FrHoverCardAlignment, FrHoverCardSide, FrInputGroupAddonAlign, FrInputGroupAddonVariant, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalPanelLayout, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIconPosition, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };
3218
+ export { FR_ACCORDION_TYPES, FR_ALERT_VARIANTS, FR_AVATAR_SIZES, FR_BADGE_ICON_POSITIONS, FR_BADGE_VARIANTS, FR_BUTTON_APPEARANCES, FR_BUTTON_GROUP_ORIENTATIONS, FR_BUTTON_LOADING_DISPLAYS, FR_BUTTON_SIZES, FR_CARD_FOOTER_ALIGNS, FR_CARD_SIZES, FR_CARD_SPACINGS, FR_CAROUSEL_ALIGNS, FR_CAROUSEL_DIRECTIONS, FR_CAROUSEL_ORIENTATIONS, FR_CONTEXT_MENU_CONTENT, FR_DROPDOWN_MENU_ALIGNMENTS, FR_DROPDOWN_MENU_CONTENT, FR_DROPDOWN_MENU_ITEM_VARIANTS, FR_DROPDOWN_MENU_PARENT, FR_DROPDOWN_MENU_SIDES, FR_DROPDOWN_MENU_TRIGGER_MODES, FR_EMPTY_MEDIA_VARIANTS, FR_EMPTY_ORIENTATIONS, FR_EMPTY_VARIANTS, FR_FIELD_LEGEND_VARIANTS, FR_FIELD_ORIENTATIONS, FR_HOVER_CARD_ALIGNMENTS, FR_HOVER_CARD_SIDES, FR_INPUT_GROUP_ADDON_ALIGNS, FR_INPUT_GROUP_ADDON_VARIANTS, FR_INPUT_OTP_PATTERN_DIGITS, FR_INPUT_OTP_PATTERN_DIGITS_AND_CHARS, FR_ITEM_MEDIA_VARIANTS, FR_ITEM_SIZES, FR_ITEM_VARIANTS, FR_MENUBAR_PARENT, FR_MODAL_DATA, FR_MODAL_PANEL_LAYOUT, FR_MODAL_REF, FR_NAVIGATION_MENU_PARENT, FR_POPOVER_ALIGNMENTS, FR_POPOVER_SIDES, FR_RADIO_GROUP_ORIENTATIONS, FR_RADIO_GROUP_VARIANTS, FR_RESIZABLE_ORIENTATIONS, FR_SELECT_ICON_POSITIONS, FR_SELECT_INDICATOR_POSITIONS, FR_SELECT_POSITIONS, FR_SEPARATOR_ORIENTATIONS, FR_SHEET_DATA, FR_SHEET_SIDES, FR_SIDEBAR_COLLAPSIBLES, FR_SIDEBAR_MENU_BUTTON_SIZES, FR_SIDEBAR_MENU_BUTTON_VARIANTS, FR_SIDEBAR_PROVIDER, FR_SIDEBAR_SIDES, FR_SIDEBAR_VARIANTS, FR_SLIDER_ORIENTATIONS, FR_SWITCH_SIZES, FrAccordion, FrAccordionContent, FrAccordionIcon, FrAccordionItem, FrAccordionTrigger, FrAlert, FrAlertDescription, FrAlertIcon, FrAlertTitle, FrAvatar, FrAvatarBadge, FrAvatarFallback, FrAvatarGroup, FrAvatarGroupCount, FrAvatarIcon, FrAvatarImage, FrBadge, FrBadgeIcon, FrBadgeLabel, FrBadgeSpinner, FrBreadcrumb, FrBreadcrumbEllipsis, FrBreadcrumbItem, FrBreadcrumbLink, FrBreadcrumbList, FrBreadcrumbPage, FrBreadcrumbSeparator, FrButton, FrButtonGroup, FrButtonIcon, FrButtonLabel, FrButtonLoading, FrCalendar, FrCard, FrCardAction, FrCardContent, FrCardDescription, FrCardFooter, FrCardHeader, FrCardTitle, FrCarousel, FrCarouselContent, FrCarouselItem, FrCarouselNext, FrCarouselPrevious, FrCheckbox, FrCheckboxField, FrCheckboxLabel, FrCollapsible, FrCollapsibleContent, FrCollapsibleTrigger, FrCombobox, FrComboboxChip, FrComboboxChipRemove, FrComboboxChips, FrComboboxChipsInput, FrComboboxClear, FrComboboxCollection, FrComboboxContent, FrComboboxEmpty, FrComboboxError, FrComboboxGroup, FrComboboxInput, FrComboboxItem, FrComboboxItemIndicator, FrComboboxLabel, FrComboboxList, FrComboboxPanel, FrComboboxRootLookup, FrComboboxSeparator, FrComboboxTrigger, FrComboboxValueList, FrCommand, FrCommandDialog, FrCommandDialogTrigger, FrCommandEmpty, FrCommandFooter, FrCommandGroup, FrCommandGroupHeading, FrCommandInput, FrCommandItem, FrCommandItemIcon, FrCommandList, FrCommandSeparator, FrCommandService, FrCommandShortcut, FrConfirmPopover, FrConfirmPopoverPanel, FrContextMenu, FrContextMenuCheckboxItem, FrContextMenuContent, FrContextMenuItem, FrContextMenuItemIndicator, FrContextMenuLabel, FrContextMenuPanel, FrContextMenuRadioGroup, FrContextMenuRadioItem, FrContextMenuSeparator, FrContextMenuShortcut, FrContextMenuSub, FrContextMenuSubTrigger, FrContextMenuTrigger, FrControlValueAccessor, FrDatePicker, FrDropdownMenu, FrDropdownMenuCheckboxItem, FrDropdownMenuContent, FrDropdownMenuItem, FrDropdownMenuItemIndicator, FrDropdownMenuLabel, FrDropdownMenuPanel, FrDropdownMenuRadioGroup, FrDropdownMenuRadioItem, FrDropdownMenuSeparator, FrDropdownMenuShortcut, FrDropdownMenuSub, FrDropdownMenuSubTrigger, FrDropdownMenuTree, FrDropdownMenuTrigger, FrEmpty, FrEmptyContent, FrEmptyDescription, FrEmptyHeader, FrEmptyMedia, FrEmptyTitle, FrField, FrFieldContent, FrFieldDescription, FrFieldError, FrFieldGroup, FrFieldLabel, FrFieldLegend, FrFieldSeparator, FrFieldSet, FrHoverCardRoot as FrHoverCard, FrHoverCardContent, FrHoverCardPanel, FrHoverCardTrigger, FrIconButton, FrInput, FrInputBadge, FrInputControl, FrInputDescription, FrInputError, FrInputField, FrInputFieldGroup, FrInputGroup, FrInputGroupAddon, FrInputGroupInput, FrInputGroupText, FrInputHeader, FrInputLabel, FrInputOtp, FrInputOtpGroup, FrInputOtpSeparator, FrInputOtpSlot, FrItem, FrItemActions, FrItemContent, FrItemDescription, FrItemFooter, FrItemGroup, FrItemHeader, FrItemMedia, FrItemSeparator, FrItemTitle, FrMenuBar, FrMenuBarCheckboxItem, FrMenuBarContent, FrMenuBarItem, FrMenuBarItemIndicator, FrMenuBarLabel, FrMenuBarMenu, FrMenuBarPanel, FrMenuBarRadioGroup, FrMenuBarRadioItem, FrMenuBarSeparator, FrMenuBarShortcut, FrMenuBarSub, FrMenuBarSubTrigger, FrMenuBarTrigger, FrModalBody, FrModalClose, FrModalContent, FrModalDescription, FrModalFooter, FrModalHeader, FrModalPanel, FrModalRef, FrModalService, FrModalShell, FrModalTitle, FrModalTrigger, FrNavigationLinkSeparator, FrNavigationMenu, FrNavigationMenuContent, FrNavigationMenuFeature, FrNavigationMenuGrid, FrNavigationMenuIndicator, FrNavigationMenuItem, FrNavigationMenuLink, FrNavigationMenuLinkDescription, FrNavigationMenuLinkTitle, FrNavigationMenuList, FrNavigationMenuPanel, FrNavigationMenuTrigger, FrNavigationMenuViewport, FrPagination, FrPaginationContent, FrPaginationEllipsis, FrPaginationIcon, FrPaginationItem, FrPaginationLink, FrPaginationNext, FrPaginationPrevious, FrPopoverRoot as FrPopover, FrPopoverBody, FrPopoverClose, FrPopoverContent, FrPopoverDescription, FrPopoverFooter, FrPopoverHeader, FrPopoverPanel, FrPopoverTitle, FrPopoverTrigger, FrProgress, FrProgressIndicator, FrRadioGroup, FrRadioGroupCard, FrRadioGroupCardMeta, FrRadioGroupField, FrRadioGroupItem, FrResizableHandle, FrResizablePanel, FrResizablePanelGroup, FrSelect, FrSelectContent, FrSelectError, FrSelectGroup, FrSelectIcon, FrSelectItem, FrSelectItemIndicator, FrSelectLabel, FrSelectPanel, FrSelectSeparator, FrSelectValue, FrSeparator, FrSheetBody, FrSheetClose, FrSheetContent, FrSheetDescription, FrSheetFooter, FrSheetHeader, FrSheetPanel, FrSheetService, FrSheetShell, FrSheetTitle, FrSheetTrigger, FrSidebar, FrSidebarContent, FrSidebarFooter, FrSidebarGroup, FrSidebarGroupAction, FrSidebarGroupContent, FrSidebarGroupLabel, FrSidebarHeader, FrSidebarInset, FrSidebarMenu, FrSidebarMenuAction, FrSidebarMenuBadge, FrSidebarMenuButton, FrSidebarMenuItem, FrSidebarMenuSkeleton, FrSidebarMenuSub, FrSidebarMenuSubButton, FrSidebarMenuSubItem, FrSidebarProvider, FrSidebarRail, FrSidebarTrigger, FrSlider, FrSwitch, FrSwitchContent, FrSwitchDescription, FrSwitchError, FrSwitchField, FrSwitchLabel, FrTextarea, FrVirtualContent, FrVirtualFor, FrVirtualItem, FrVirtualItemMeta, FrVirtualList, FrVirtualPanel, FrVirtualViewport, buildConnectedPositions, calculateScrollOffsetForIndex, calculateVirtualRange, defaultPositions, provideDsValueAccessor };
3219
+ export type { FrAccordionType, FrAlertVariant, FrAvatarSize, FrBadgeIconPosition, FrBadgeVariant, FrButtonAppearance, FrButtonGroupOrientation, FrButtonLoadingDisplay, FrButtonSize, FrCalendarCaptionLayout, FrCalendarCellContext, FrCalendarDateRange, FrCalendarDisabledMatcher, FrCalendarMode, FrCardFooterAlign, FrCardSize, FrCardSpacing, FrCarouselAlign, FrCarouselApi, FrCarouselDirection, FrCarouselEvent, FrCarouselOptions, FrCarouselOrientation, FrCarouselPlugin, FrComboboxStringifier, FrComboboxValue, FrCommandDialogConfig, FrCommandDialogRef, FrCommandFilter, FrConfirmPopoverConfig, FrConfirmPopoverResult, FrDatePickerFormatter, FrDatePickerParser, FrDatePickerPreset, FrDatePickerValue, FrDropdownMenuAlignment, FrDropdownMenuItemVariant, FrDropdownMenuParent, FrDropdownMenuSide, FrDropdownMenuTriggerMode, FrEmptyMediaVariant, FrEmptyOrientation, FrEmptyVariant, FrFieldErrorLike, FrFieldLegendVariant, FrFieldOrientation, FrHoverCardAlignment, FrHoverCardSide, FrInputGroupAddonAlign, FrInputGroupAddonVariant, FrInputOtpPattern, FrItemMediaVariant, FrItemSize, FrItemVariant, FrModalConfig, FrModalFooterAction, FrModalPanelLayout, FrModalShellOptions, FrModalSize, FrPaginationPage, FrPopoverAlignment, FrPopoverSide, FrRadioGroupOrientation, FrRadioGroupVariant, FrResizableOrientation, FrSelectIconPosition, FrSelectIndicatorPosition, FrSelectPosition, FrSeparatorOrientation, FrSheetConfig, FrSheetFooterAction, FrSheetRef, FrSheetShellOptions, FrSheetSide, FrSidebarCollapsible, FrSidebarMenuButtonSize, FrSidebarMenuButtonVariant, FrSidebarSide, FrSidebarState, FrSidebarVariant, FrSliderOrientation, FrSliderValue, FrSwitchSize, FrVirtualForContext, FrVirtualRange, FrVirtualRangeOptions, FrVirtualScrollAlignment, FrVirtualTrackBy };