@fragments-sdk/ui 0.19.0 → 0.19.1

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/README.md CHANGED
@@ -305,7 +305,7 @@ The library includes composition blocks — named patterns showing how component
305
305
  - **Dashboard Layout** — Featured card with metrics grid
306
306
  - **Settings Page** — Settings sections with cards and controls
307
307
 
308
- Access blocks via the MCP server's `fragments_blocks` tool or `fragments_context`.
308
+ Access blocks via the MCP server's `blocks` tool or `context`.
309
309
 
310
310
  ## License
311
311
 
@@ -7456,7 +7456,7 @@
7456
7456
  ._preset_11geu_388 {
7457
7457
  transition: none;
7458
7458
  }
7459
- }._prompt_bmejv_1 {
7459
+ }._prompt_1s0ha_1 {
7460
7460
  background-color: var(--fui-bg-elevated, #ffffff);
7461
7461
  border: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
7462
7462
  border-radius: var(--fui-radius-lg, 0.571rem);
@@ -7466,43 +7466,43 @@
7466
7466
  overflow: hidden;
7467
7467
  position: relative;
7468
7468
  }
7469
- ._prompt_bmejv_1::before, ._prompt_bmejv_1::after {
7469
+ ._prompt_1s0ha_1::before, ._prompt_1s0ha_1::after {
7470
7470
  content: "";
7471
7471
  position: absolute;
7472
7472
  inset: 0;
7473
7473
  border-radius: inherit;
7474
7474
  pointer-events: none;
7475
7475
  }
7476
- ._prompt_bmejv_1::before {
7476
+ ._prompt_1s0ha_1::before {
7477
7477
  inset: -1px;
7478
7478
  z-index: 0;
7479
7479
  background: conic-gradient(from var(--beam-angle, 0deg) at 50% 50%, transparent 0%, transparent 25%, var(--fui-color-accent, #18181b) 45%, transparent 50%, transparent 55%, color-mix(in srgb, var(--fui-color-accent, #18181b) 40%, transparent) 70%, transparent 75%, transparent 100%);
7480
- animation: _beam-rotate_bmejv_1 4s linear infinite;
7480
+ animation: _beam-rotate_1s0ha_1 4s linear infinite;
7481
7481
  opacity: 0.6;
7482
7482
  transition: opacity 300ms ease;
7483
7483
  }
7484
- ._prompt_bmejv_1::after {
7484
+ ._prompt_1s0ha_1::after {
7485
7485
  inset: 1px;
7486
7486
  z-index: 1;
7487
7487
  background: var(--fui-bg-elevated, #ffffff);
7488
7488
  }
7489
- ._prompt_bmejv_1 > * {
7489
+ ._prompt_1s0ha_1 > * {
7490
7490
  position: relative;
7491
7491
  z-index: 2;
7492
7492
  }
7493
- ._prompt_bmejv_1:focus-within::before {
7493
+ ._prompt_1s0ha_1:focus-within::before {
7494
7494
  opacity: 1;
7495
7495
  }
7496
- ._prompt_bmejv_1[data-disabled] {
7496
+ ._prompt_1s0ha_1[data-disabled] {
7497
7497
  opacity: 0.5;
7498
7498
  pointer-events: none;
7499
7499
  }
7500
- ._prompt_bmejv_1[data-disabled]::before {
7500
+ ._prompt_1s0ha_1[data-disabled]::before {
7501
7501
  animation-play-state: paused;
7502
7502
  opacity: 0.2;
7503
7503
  }
7504
7504
 
7505
- @keyframes _beam-rotate_bmejv_1 {
7505
+ @keyframes _beam-rotate_1s0ha_1 {
7506
7506
  from {
7507
7507
  --beam-angle: 0deg;
7508
7508
  }
@@ -7515,7 +7515,7 @@
7515
7515
  initial-value: 0deg;
7516
7516
  inherits: false;
7517
7517
  }
7518
- ._fixed_bmejv_60 {
7518
+ ._fixed_1s0ha_60 {
7519
7519
  position: fixed;
7520
7520
  bottom: var(--fui-space-4, 2rem);
7521
7521
  left: 50%;
@@ -7526,7 +7526,7 @@
7526
7526
  box-shadow: var(--fui-shadow-lg, 0 8px 12px -3px rgba(0, 0, 0, 0.06), 0 3px 5px -4px rgba(0, 0, 0, 0.04));
7527
7527
  }
7528
7528
 
7529
- ._sticky_bmejv_71 {
7529
+ ._sticky_1s0ha_71 {
7530
7530
  position: fixed;
7531
7531
  bottom: var(--fui-space-4, 2rem);
7532
7532
  left: var(--fui-prompt-inset-left, 0);
@@ -7541,7 +7541,7 @@
7541
7541
  transform: translateX(-50%);
7542
7542
  }
7543
7543
 
7544
- ._textarea_bmejv_86 {
7544
+ ._textarea_1s0ha_86 {
7545
7545
  appearance: none;
7546
7546
  background: transparent;
7547
7547
  border: none;
@@ -7551,10 +7551,10 @@
7551
7551
  color: inherit;
7552
7552
  cursor: pointer;
7553
7553
  }
7554
- ._textarea_bmejv_86:disabled {
7554
+ ._textarea_1s0ha_86:disabled {
7555
7555
  cursor: not-allowed;
7556
7556
  }
7557
- ._textarea_bmejv_86 {
7557
+ ._textarea_1s0ha_86 {
7558
7558
  font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
7559
7559
  font-size: var(--fui-font-size-sm, 1rem);
7560
7560
  line-height: var(--fui-line-height-normal, 1.5);
@@ -7571,18 +7571,18 @@
7571
7571
  overflow-y: auto;
7572
7572
  line-height: 1.5;
7573
7573
  }
7574
- ._textarea_bmejv_86::placeholder {
7574
+ ._textarea_1s0ha_86::placeholder {
7575
7575
  color: var(--fui-text-tertiary, rgb(84.3360471452, 84.3194311989, 92.9517353318));
7576
7576
  }
7577
- ._textarea_bmejv_86:focus, ._textarea_bmejv_86:focus-visible {
7577
+ ._textarea_1s0ha_86:focus, ._textarea_1s0ha_86:focus-visible {
7578
7578
  outline: none;
7579
7579
  box-shadow: none;
7580
7580
  }
7581
- ._textarea_bmejv_86:disabled {
7581
+ ._textarea_1s0ha_86:disabled {
7582
7582
  cursor: not-allowed;
7583
7583
  }
7584
7584
 
7585
- ._tabs_bmejv_127 {
7585
+ ._tabs_1s0ha_127 {
7586
7586
  display: flex;
7587
7587
  justify-content: center;
7588
7588
  margin-bottom: calc(-1 * var(--fui-space-1, 0.5rem));
@@ -7590,7 +7590,7 @@
7590
7590
  z-index: 1;
7591
7591
  }
7592
7592
 
7593
- ._tabsInner_bmejv_135 {
7593
+ ._tabsInner_1s0ha_135 {
7594
7594
  display: inline-flex;
7595
7595
  gap: 1px;
7596
7596
  background-color: var(--fui-bg-elevated, #ffffff);
@@ -7600,7 +7600,7 @@
7600
7600
  border-bottom: none;
7601
7601
  }
7602
7602
 
7603
- ._tabButton_bmejv_145 {
7603
+ ._tabButton_1s0ha_145 {
7604
7604
  appearance: none;
7605
7605
  background: transparent;
7606
7606
  border: none;
@@ -7610,10 +7610,10 @@
7610
7610
  color: inherit;
7611
7611
  cursor: pointer;
7612
7612
  }
7613
- ._tabButton_bmejv_145:disabled {
7613
+ ._tabButton_1s0ha_145:disabled {
7614
7614
  cursor: not-allowed;
7615
7615
  }
7616
- ._tabButton_bmejv_145 {
7616
+ ._tabButton_1s0ha_145 {
7617
7617
  display: flex;
7618
7618
  align-items: center;
7619
7619
  justify-content: center;
@@ -7625,16 +7625,16 @@
7625
7625
  transition: all 120ms ease;
7626
7626
  white-space: nowrap;
7627
7627
  }
7628
- ._tabButton_bmejv_145:hover {
7628
+ ._tabButton_1s0ha_145:hover {
7629
7629
  color: var(--fui-text-primary, #18181b);
7630
7630
  }
7631
7631
 
7632
- ._tabButtonActive_bmejv_174 {
7632
+ ._tabButtonActive_1s0ha_174 {
7633
7633
  background-color: var(--fui-bg-secondary, #f4f4f5);
7634
7634
  color: var(--fui-text-primary, #18181b);
7635
7635
  }
7636
7636
 
7637
- ._toolbar_bmejv_179 {
7637
+ ._toolbar_1s0ha_179 {
7638
7638
  display: flex;
7639
7639
  align-items: center;
7640
7640
  justify-content: space-between;
@@ -7644,22 +7644,21 @@
7644
7644
  border-top: 1px solid var(--fui-border, rgba(0, 0, 0, 0.05));
7645
7645
  }
7646
7646
 
7647
- ._actions_bmejv_189 {
7647
+ ._actions_1s0ha_189 {
7648
7648
  display: flex;
7649
7649
  align-items: center;
7650
7650
  align-self: flex-end;
7651
7651
  gap: var(--fui-space-1, 0.5rem);
7652
- padding: 0 var(--fui-space-2, 1rem) var(--fui-space-2, 1rem) 0;
7653
7652
  }
7654
7653
 
7655
- ._info_bmejv_197 {
7654
+ ._info_1s0ha_196 {
7656
7655
  display: flex;
7657
7656
  align-items: center;
7658
7657
  gap: var(--fui-space-2, 1rem);
7659
7658
  margin-left: auto;
7660
7659
  }
7661
7660
 
7662
- ._actionButton_bmejv_204 {
7661
+ ._actionButton_1s0ha_203 {
7663
7662
  appearance: none;
7664
7663
  background: transparent;
7665
7664
  border: none;
@@ -7669,21 +7668,21 @@
7669
7668
  color: inherit;
7670
7669
  cursor: pointer;
7671
7670
  }
7672
- ._actionButton_bmejv_204:disabled {
7671
+ ._actionButton_1s0ha_203:disabled {
7673
7672
  cursor: not-allowed;
7674
7673
  }
7675
- ._actionButton_bmejv_204 {
7674
+ ._actionButton_1s0ha_203 {
7676
7675
  transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
7677
7676
  }
7678
- ._actionButton_bmejv_204:focus-visible {
7677
+ ._actionButton_1s0ha_203:focus-visible {
7679
7678
  outline: none;
7680
7679
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
7681
7680
  }
7682
- ._actionButton_bmejv_204:disabled, ._actionButton_bmejv_204[data-disabled] {
7681
+ ._actionButton_1s0ha_203:disabled, ._actionButton_1s0ha_203[data-disabled] {
7683
7682
  opacity: 0.5;
7684
7683
  pointer-events: none;
7685
7684
  }
7686
- ._actionButton_bmejv_204 {
7685
+ ._actionButton_1s0ha_203 {
7687
7686
  display: flex;
7688
7687
  align-items: center;
7689
7688
  justify-content: center;
@@ -7694,18 +7693,18 @@
7694
7693
  color: var(--fui-text-primary, #18181b);
7695
7694
  font-size: var(--fui-font-size-sm, 1rem);
7696
7695
  }
7697
- ._actionButton_bmejv_204:hover:not(:disabled) {
7696
+ ._actionButton_1s0ha_203:hover:not(:disabled) {
7698
7697
  background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
7699
7698
  }
7700
- ._actionButton_bmejv_204:active:not(:disabled) {
7699
+ ._actionButton_1s0ha_203:active:not(:disabled) {
7701
7700
  background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
7702
7701
  }
7703
- ._actionButton_bmejv_204 svg {
7702
+ ._actionButton_1s0ha_203 svg {
7704
7703
  width: 1rem;
7705
7704
  height: 1rem;
7706
7705
  }
7707
7706
 
7708
- ._modeButton_bmejv_250 {
7707
+ ._modeButton_1s0ha_249 {
7709
7708
  appearance: none;
7710
7709
  background: transparent;
7711
7710
  border: none;
@@ -7715,21 +7714,21 @@
7715
7714
  color: inherit;
7716
7715
  cursor: pointer;
7717
7716
  }
7718
- ._modeButton_bmejv_250:disabled {
7717
+ ._modeButton_1s0ha_249:disabled {
7719
7718
  cursor: not-allowed;
7720
7719
  }
7721
- ._modeButton_bmejv_250 {
7720
+ ._modeButton_1s0ha_249 {
7722
7721
  transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
7723
7722
  }
7724
- ._modeButton_bmejv_250:focus-visible {
7723
+ ._modeButton_1s0ha_249:focus-visible {
7725
7724
  outline: none;
7726
7725
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
7727
7726
  }
7728
- ._modeButton_bmejv_250:disabled, ._modeButton_bmejv_250[data-disabled] {
7727
+ ._modeButton_1s0ha_249:disabled, ._modeButton_1s0ha_249[data-disabled] {
7729
7728
  opacity: 0.5;
7730
7729
  pointer-events: none;
7731
7730
  }
7732
- ._modeButton_bmejv_250 {
7731
+ ._modeButton_1s0ha_249 {
7733
7732
  display: flex;
7734
7733
  align-items: center;
7735
7734
  gap: var(--fui-space-1, 0.5rem);
@@ -7740,27 +7739,27 @@
7740
7739
  font-size: var(--fui-font-size-xs, 0.857rem);
7741
7740
  font-weight: var(--fui-font-weight-medium, 500);
7742
7741
  }
7743
- ._modeButton_bmejv_250:hover:not(:disabled) {
7742
+ ._modeButton_1s0ha_249:hover:not(:disabled) {
7744
7743
  background-color: var(--fui-bg-hover, rgba(0, 0, 0, 0.04));
7745
7744
  color: var(--fui-text-primary, #18181b);
7746
7745
  }
7747
- ._modeButton_bmejv_250:active:not(:disabled) {
7746
+ ._modeButton_1s0ha_249:active:not(:disabled) {
7748
7747
  background-color: var(--fui-bg-active, rgba(0, 0, 0, 0.06));
7749
7748
  }
7750
7749
 
7751
- ._modeButtonActive_bmejv_293 {
7750
+ ._modeButtonActive_1s0ha_292 {
7752
7751
  color: var(--fui-text-primary, #18181b);
7753
7752
  background-color: var(--fui-bg-tertiary, #f4f4f5);
7754
7753
  }
7755
7754
 
7756
- ._usage_bmejv_298 {
7755
+ ._usage_1s0ha_297 {
7757
7756
  font-family: var(--fui-font-sans, Geist Sans, Geist, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif);
7758
7757
  font-size: var(--fui-font-size-xs, 0.857rem);
7759
7758
  color: var(--fui-text-secondary, #52525b);
7760
7759
  white-space: nowrap;
7761
7760
  }
7762
7761
 
7763
- ._submit_bmejv_305 {
7762
+ ._submit_1s0ha_304 {
7764
7763
  appearance: none;
7765
7764
  background: transparent;
7766
7765
  border: none;
@@ -7770,21 +7769,21 @@
7770
7769
  color: inherit;
7771
7770
  cursor: pointer;
7772
7771
  }
7773
- ._submit_bmejv_305:disabled {
7772
+ ._submit_1s0ha_304:disabled {
7774
7773
  cursor: not-allowed;
7775
7774
  }
7776
- ._submit_bmejv_305 {
7775
+ ._submit_1s0ha_304 {
7777
7776
  transition: background-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), border-color var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), box-shadow var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94)), opacity var(--fui-transition-fast, 160ms cubic-bezier(0.25, 0.46, 0.45, 0.94));
7778
7777
  }
7779
- ._submit_bmejv_305:focus-visible {
7778
+ ._submit_1s0ha_304:focus-visible {
7780
7779
  outline: none;
7781
7780
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 28%, transparent), 0 0 0 calc(var(--fui-focus-ring-width, 2px) + 1px) color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 12%, transparent), 0 10px 24px -16px color-mix(in srgb, var(--fui-focus-ring-color, #18181b) 32%, transparent);
7782
7781
  }
7783
- ._submit_bmejv_305:disabled, ._submit_bmejv_305[data-disabled] {
7782
+ ._submit_1s0ha_304:disabled, ._submit_1s0ha_304[data-disabled] {
7784
7783
  opacity: 0.5;
7785
7784
  pointer-events: none;
7786
7785
  }
7787
- ._submit_bmejv_305 {
7786
+ ._submit_1s0ha_304 {
7788
7787
  display: flex;
7789
7788
  align-items: center;
7790
7789
  justify-content: center;
@@ -7794,26 +7793,26 @@
7794
7793
  background-color: var(--fui-color-accent, #18181b);
7795
7794
  color: var(--fui-color-on-accent, #000000);
7796
7795
  }
7797
- ._submit_bmejv_305:hover:not(:disabled) {
7796
+ ._submit_1s0ha_304:hover:not(:disabled) {
7798
7797
  background-color: var(--fui-color-accent-hover, rgb(12.9972909922, 12.9872137403, 15.7863772452));
7799
7798
  }
7800
- ._submit_bmejv_305:active:not(:disabled) {
7799
+ ._submit_1s0ha_304:active:not(:disabled) {
7801
7800
  background-color: var(--fui-color-accent-active, rgb(5.5629369478, 5.5468397116, 7.5708088213));
7802
7801
  }
7803
- ._submit_bmejv_305:disabled {
7802
+ ._submit_1s0ha_304:disabled {
7804
7803
  opacity: 0.5;
7805
7804
  cursor: not-allowed;
7806
7805
  }
7807
- ._submit_bmejv_305 svg {
7806
+ ._submit_1s0ha_304 svg {
7808
7807
  width: 1rem;
7809
7808
  height: 1rem;
7810
7809
  }
7811
7810
 
7812
- ._submitLoading_bmejv_354 {
7811
+ ._submitLoading_1s0ha_353 {
7813
7812
  pointer-events: none;
7814
7813
  }
7815
7814
 
7816
- ._submitSpinner_bmejv_358 {
7815
+ ._submitSpinner_1s0ha_357 {
7817
7816
  line-height: 0;
7818
7817
  }._container_1tb68_1 {
7819
7818
  width: 100%;
@@ -1,23 +1,23 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const prompt = "_prompt_bmejv_1";
4
- const fixed = "_fixed_bmejv_60";
5
- const sticky = "_sticky_bmejv_71";
6
- const textarea = "_textarea_bmejv_86";
7
- const tabs = "_tabs_bmejv_127";
8
- const tabsInner = "_tabsInner_bmejv_135";
9
- const tabButton = "_tabButton_bmejv_145";
10
- const tabButtonActive = "_tabButtonActive_bmejv_174";
11
- const toolbar = "_toolbar_bmejv_179";
12
- const actions = "_actions_bmejv_189";
13
- const info = "_info_bmejv_197";
14
- const actionButton = "_actionButton_bmejv_204";
15
- const modeButton = "_modeButton_bmejv_250";
16
- const modeButtonActive = "_modeButtonActive_bmejv_293";
17
- const usage = "_usage_bmejv_298";
18
- const submit = "_submit_bmejv_305";
19
- const submitLoading = "_submitLoading_bmejv_354";
20
- const submitSpinner = "_submitSpinner_bmejv_358";
3
+ const prompt = "_prompt_1s0ha_1";
4
+ const fixed = "_fixed_1s0ha_60";
5
+ const sticky = "_sticky_1s0ha_71";
6
+ const textarea = "_textarea_1s0ha_86";
7
+ const tabs = "_tabs_1s0ha_127";
8
+ const tabsInner = "_tabsInner_1s0ha_135";
9
+ const tabButton = "_tabButton_1s0ha_145";
10
+ const tabButtonActive = "_tabButtonActive_1s0ha_174";
11
+ const toolbar = "_toolbar_1s0ha_179";
12
+ const actions = "_actions_1s0ha_189";
13
+ const info = "_info_1s0ha_196";
14
+ const actionButton = "_actionButton_1s0ha_203";
15
+ const modeButton = "_modeButton_1s0ha_249";
16
+ const modeButtonActive = "_modeButtonActive_1s0ha_292";
17
+ const usage = "_usage_1s0ha_297";
18
+ const submit = "_submit_1s0ha_304";
19
+ const submitLoading = "_submitLoading_1s0ha_353";
20
+ const submitSpinner = "_submitSpinner_1s0ha_357";
21
21
  const styles = {
22
22
  prompt,
23
23
  fixed,
@@ -1,21 +1,21 @@
1
- const prompt = "_prompt_bmejv_1";
2
- const fixed = "_fixed_bmejv_60";
3
- const sticky = "_sticky_bmejv_71";
4
- const textarea = "_textarea_bmejv_86";
5
- const tabs = "_tabs_bmejv_127";
6
- const tabsInner = "_tabsInner_bmejv_135";
7
- const tabButton = "_tabButton_bmejv_145";
8
- const tabButtonActive = "_tabButtonActive_bmejv_174";
9
- const toolbar = "_toolbar_bmejv_179";
10
- const actions = "_actions_bmejv_189";
11
- const info = "_info_bmejv_197";
12
- const actionButton = "_actionButton_bmejv_204";
13
- const modeButton = "_modeButton_bmejv_250";
14
- const modeButtonActive = "_modeButtonActive_bmejv_293";
15
- const usage = "_usage_bmejv_298";
16
- const submit = "_submit_bmejv_305";
17
- const submitLoading = "_submitLoading_bmejv_354";
18
- const submitSpinner = "_submitSpinner_bmejv_358";
1
+ const prompt = "_prompt_1s0ha_1";
2
+ const fixed = "_fixed_1s0ha_60";
3
+ const sticky = "_sticky_1s0ha_71";
4
+ const textarea = "_textarea_1s0ha_86";
5
+ const tabs = "_tabs_1s0ha_127";
6
+ const tabsInner = "_tabsInner_1s0ha_135";
7
+ const tabButton = "_tabButton_1s0ha_145";
8
+ const tabButtonActive = "_tabButtonActive_1s0ha_174";
9
+ const toolbar = "_toolbar_1s0ha_179";
10
+ const actions = "_actions_1s0ha_189";
11
+ const info = "_info_1s0ha_196";
12
+ const actionButton = "_actionButton_1s0ha_203";
13
+ const modeButton = "_modeButton_1s0ha_249";
14
+ const modeButtonActive = "_modeButtonActive_1s0ha_292";
15
+ const usage = "_usage_1s0ha_297";
16
+ const submit = "_submit_1s0ha_304";
17
+ const submitLoading = "_submitLoading_1s0ha_353";
18
+ const submitSpinner = "_submitSpinner_1s0ha_357";
19
19
  const styles = {
20
20
  prompt,
21
21
  fixed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fragments-sdk/ui",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "license": "MIT",
5
5
  "description": "Customizable UI components built on Base UI headless primitives",
6
6
  "author": "Conan McNicholl",
@@ -216,7 +216,6 @@
216
216
  align-items: center;
217
217
  align-self: flex-end;
218
218
  gap: var(--fui-space-1, $fui-space-1);
219
- padding: 0 var(--fui-space-2, $fui-space-2) var(--fui-space-2, $fui-space-2) 0;
220
219
  }
221
220
 
222
221
  .info {