@razorpay/blade 8.12.1 → 8.14.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.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { ReactChild, ReactElement, ReactNode, SyntheticEvent, KeyboardEvent } from 'react';
4
- import { AccessibilityRole, ViewStyle, View, GestureResponderEvent } from 'react-native';
4
+ import { View, ViewStyle, AccessibilityRole, GestureResponderEvent } from 'react-native';
5
5
  import * as styled_components from 'styled-components';
6
6
  import { CSSObject } from 'styled-components';
7
7
  import * as csstype from 'csstype';
@@ -26,6 +26,8 @@ type BorderRadius = Readonly<{
26
26
  type BorderWidth = Readonly<{
27
27
  /** none: 0(px/rem/pt) */
28
28
  none: 0;
29
+ /** thinner: 0.5(px/rem/pt) */
30
+ thinner: 0.5;
29
31
  /** thin: 1(px/rem/pt) */
30
32
  thin: 1;
31
33
  /** thick: 1.5(px/rem/pt) */
@@ -444,335 +446,25 @@ type ThemeTokens = {
444
446
  typography: TypographyWithPlatforms;
445
447
  };
446
448
 
447
- // All the WAI-ARIA 1.1 role attribute values from https://www.w3.org/TR/wai-aria-1.1/#role_definitions
448
- type AriaRoles =
449
- | Exclude<AccessibilityRole, 'header' | 'adjustable' | 'image' | 'none' | 'summary'>
450
- | 'alert'
451
- | 'alertdialog'
452
- | 'application'
453
- | 'article'
454
- | 'banner'
455
- | 'button'
456
- | 'cell'
457
- | 'checkbox'
458
- | 'columnheader'
459
- | 'combobox'
460
- | 'complementary'
461
- | 'contentinfo'
462
- | 'definition'
463
- | 'dialog'
464
- | 'directory'
465
- | 'document'
466
- | 'feed'
467
- | 'figure'
468
- | 'form'
469
- | 'grid'
470
- | 'gridcell'
471
- | 'group'
472
- | 'heading'
473
- | 'img'
474
- | 'link'
475
- | 'list'
476
- | 'listbox'
477
- | 'listitem'
478
- | 'log'
479
- | 'main'
480
- | 'marquee'
481
- | 'math'
482
- | 'menu'
483
- | 'menubar'
484
- | 'menuitem'
485
- | 'menuitemcheckbox'
486
- | 'menuitemradio'
487
- | 'meter'
488
- | 'navigation'
489
- | 'none'
490
- | 'note'
491
- | 'option'
492
- | 'presentation'
493
- | 'progressbar'
494
- | 'radio'
495
- | 'radiogroup'
496
- | 'region'
497
- | 'row'
498
- | 'rowgroup'
499
- | 'rowheader'
500
- | 'scrollbar'
501
- | 'search'
502
- | 'searchbox'
503
- | 'separator'
504
- | 'slider'
505
- | 'spinbutton'
506
- | 'status'
507
- | 'switch'
508
- | 'tab'
509
- | 'table'
510
- | 'tablist'
511
- | 'tabpanel'
512
- | 'term'
513
- | 'textbox'
514
- | 'timer'
515
- | 'toolbar'
516
- | 'tooltip'
517
- | 'tree'
518
- | 'treegrid'
519
- | 'treeitem';
520
- type AccessibilityProps = AriaAttributes;
449
+ /* eslint-disable @typescript-eslint/no-explicit-any */
521
450
 
522
- type AriaAttributes = {
523
- role: AriaRoles;
524
- /**
525
- * Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
526
- */
527
- activeDescendant?: string;
528
- /**
529
- * Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
530
- */
531
- atomic?: boolean;
532
- /**
533
- * Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
534
- */
535
- autoComplete?: 'none' | 'inline' | 'list' | 'both';
536
- /**
537
- * Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
538
- */
539
- busy?: boolean;
540
- /**
541
- * Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
542
- * @see aria-pressed @see aria-selected.
543
- */
544
- checked?: boolean | 'mixed';
545
- /**
546
- * Defines the total number of columns in a table, grid, or treegrid.
547
- * @see aria-colindex.
548
- */
549
- colCount?: number;
550
- /**
551
- * Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
552
- * @see aria-colcount @see aria-colspan.
553
- */
554
- colIndex?: number;
555
- /**
556
- * Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
557
- * @see aria-colindex @see aria-rowspan.
558
- */
559
- colSpan?: number;
560
- /**
561
- * Identifies the element (or elements) whose contents or presence are controlled by the current element.
562
- * @see aria-owns.
563
- */
564
- controls?: string;
565
- /**
566
- * Indicates the element that represents the current item within a container or set of related elements.
567
- */
568
- current?: boolean | 'page' | 'step' | 'location' | 'date' | 'time';
569
- /**
570
- * Identifies the element (or elements) that describes the object.
571
- * @see aria-labelledby
572
- */
573
- describedBy?: string;
574
- /**
575
- * Identifies the element that provides a detailed, extended description for the object.
576
- * @see aria-describedby.
577
- */
578
- details?: string;
579
- /**
580
- * Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
581
- * @see aria-hidden @see aria-readonly.
582
- */
583
- disabled?: boolean;
584
- /**
585
- * Indicates what functions can be performed when a dragged object is released on the drop target.
586
- * @deprecated in ARIA 1.1
587
- */
588
- dropEffect?: 'none' | 'copy' | 'execute' | 'link' | 'move' | 'popup';
589
- /**
590
- * Identifies the element that provides an error message for the object.
591
- * @see aria-invalid @see aria-describedby.
592
- */
593
- errorMessage?: string;
594
- /**
595
- * Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
596
- */
597
- expanded?: boolean;
598
- /**
599
- * Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
600
- * allows assistive technology to override the general default of reading in document source order.
601
- */
602
- flowTo?: string;
603
- /**
604
- * Indicates an element's "grabbed" state in a drag-and-drop operation.
605
- * @deprecated in ARIA 1.1
606
- */
607
- grabbed?: boolean;
608
- /**
609
- * Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
610
- */
611
- hasPopup?: boolean | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
612
- /**
613
- * Indicates whether the element is exposed to an accessibility API.
614
- * @see aria-disabled.
615
- */
616
- hidden?: boolean;
617
- /**
618
- * Indicates the entered value does not conform to the format expected by the application.
619
- * @see aria-errormessage.
620
- */
621
- invalid?: boolean | 'grammar' | 'spelling';
622
- /**
623
- * Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
624
- */
625
- keyShortcuts?: string;
626
- /**
627
- * Defines a string value that labels the current element.
628
- * @see aria-labelledby.
629
- */
630
- label?: string;
631
- /**
632
- * Identifies the element (or elements) that labels the current element.
633
- * @see aria-describedby.
634
- */
635
- labelledBy?: string;
636
- /**
637
- * Defines the hierarchical level of an element within a structure.
638
- */
639
- level?: number;
640
- /**
641
- * Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
642
- */
643
- liveRegion?: 'off' | 'assertive' | 'polite';
644
- /**
645
- * Indicates whether an element is modal when displayed.
646
- */
647
- modal?: boolean;
648
- /**
649
- * Indicates whether a text box accepts multiple lines of input or only a single line.
650
- */
651
- multiline?: boolean;
652
- /**
653
- * Indicates that the user may select more than one item from the current selectable descendants.
654
- */
655
- multiSelectable?: boolean;
656
- /**
657
- * Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
658
- */
659
- orientation?: 'horizontal' | 'vertical';
660
- /**
661
- * Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
662
- * between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
663
- * @see aria-controls.
664
- */
665
- owns?: string;
666
- /**
667
- * Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
668
- * A hint could be a sample value or a brief description of the expected format.
669
- */
670
- placeholder?: string;
671
- /**
672
- * Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
673
- * @see aria-setsize.
674
- */
675
- posInSet?: number;
676
- /**
677
- * Indicates the current "pressed" state of toggle buttons.
678
- * @see aria-checked @see aria-selected.
679
- */
680
- pressed?: boolean | 'mixed';
451
+ /**
452
+ * Brands a type making them act as nominal
453
+ * @see https://medium.com/@KevinBGreene/surviving-the-typescript-ecosystem-branding-and-type-tagging-6cf6e516523d
454
+ */
455
+ type Brand<Type, Name extends string> = Type & { __brand__?: Name };
456
+
457
+ type NativeOrWebBrand = Brand<any, 'native' | 'web'>;
458
+
459
+ /* eslint-disable @typescript-eslint/no-namespace */
460
+
461
+
462
+ declare namespace Platform {
463
+ export type Name = 'web';
681
464
  /**
682
- * Indicates that the element is not editable, but is otherwise operable.
683
- * @see aria-disabled.
684
- */
685
- readOnly?: boolean;
686
- /**
687
- * Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
688
- * @see aria-atomic.
689
- */
690
- relevant?:
691
- | 'additions'
692
- | 'additions removals'
693
- | 'additions text'
694
- | 'all'
695
- | 'removals'
696
- | 'removals additions'
697
- | 'removals text'
698
- | 'text'
699
- | 'text additions'
700
- | 'text removals';
701
- /**
702
- * Indicates that user input is required on the element before a form may be submitted.
703
- */
704
- required?: boolean;
705
- /**
706
- * Defines a human-readable, author-localized description for the role of an element.
707
- */
708
- roleDescription?: string;
709
- /**
710
- * Defines the total number of rows in a table, grid, or treegrid.
711
- * @see aria-rowindex.
712
- */
713
- rowCount?: number;
714
- /**
715
- * Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
716
- * @see aria-rowcount @see aria-rowspan.
717
- */
718
- rowIndex?: number;
719
- /**
720
- * Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
721
- * @see aria-rowindex @see aria-colspan.
722
- */
723
- rowSpan?: number;
724
- /**
725
- * Indicates the current "selected" state of various widgets.
726
- * @see aria-checked @see aria-pressed.
727
- */
728
- selected?: boolean;
729
- /**
730
- * Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
731
- * @see aria-posinset.
732
- */
733
- setSize?: number;
734
- /**
735
- * Indicates if items in a table or grid are sorted in ascending or descending order.
736
- */
737
- sort?: 'none' | 'ascending' | 'descending' | 'other';
738
- /**
739
- * Defines the maximum allowed value for a range widget.
740
- */
741
- valueMax?: number;
742
- /**
743
- * Defines the minimum allowed value for a range widget.
744
- */
745
- valueMin?: number;
746
- /**
747
- * Defines the current value for a range widget.
748
- * @see aria-valuetext.
749
- */
750
- valueNow?: number;
751
- /**
752
- * Defines the human readable text alternative of aria-valuenow for a range widget.
753
- */
754
- valueText?: string;
755
- };
756
-
757
- /* eslint-disable @typescript-eslint/no-explicit-any */
758
-
759
- /**
760
- * Brands a type making them act as nominal
761
- * @see https://medium.com/@KevinBGreene/surviving-the-typescript-ecosystem-branding-and-type-tagging-6cf6e516523d
762
- */
763
- type Brand<Type, Name extends string> = Type & { __brand__?: Name };
764
-
765
- type NativeOrWebBrand = Brand<any, 'native' | 'web'>;
766
-
767
- /* eslint-disable @typescript-eslint/no-namespace */
768
-
769
-
770
- declare namespace Platform {
771
- export type Name = 'web';
772
- /**
773
- * Right now, the module resolution is set to resolve `.web` files,
774
- *
775
- * Thus Platform.Select<> type will return the `web` type
465
+ * Right now, the module resolution is set to resolve `.web` files,
466
+ *
467
+ * Thus Platform.Select<> type will return the `web` type
776
468
  */
777
469
  export type Select<Options extends { web: unknown; native: unknown }> = Brand<
778
470
  Options[Name],
@@ -915,6 +607,9 @@ type Elevation = Record<
915
607
 
916
608
  type ElevationWithColorModes = Record<ColorSchemeModes, Elevation>;
917
609
 
610
+ /* eslint-disable @typescript-eslint/no-explicit-any */
611
+
612
+
918
613
  /**
919
614
  * @template TokenType token type generic
920
615
  * @description Tokenises objects to dot notation strings, eg: `surface.text.normal.lowContrast`
@@ -1006,6 +701,13 @@ type PickCSSByPlatform<T extends keyof React__default.CSSProperties | keyof View
1006
701
  native: PickIfExist<ViewStyle, T>;
1007
702
  }>;
1008
703
 
704
+ type BladeElementRef = Platform.Select<{
705
+ web:
706
+ | Pick<HTMLElement, 'focus' | 'scrollIntoView' | 'getBoundingClientRect' | 'clientHeight'>
707
+ | Pick<View, 'focus'>;
708
+ native: React__default.MutableRefObject<any>;
709
+ }>;
710
+
1009
711
  declare type ActionListContextProp = Pick<ActionListProps, 'surfaceLevel'>;
1010
712
  declare const useActionListContext: () => ActionListContextProp;
1011
713
  declare type ActionListProps = {
@@ -1667,17 +1369,10 @@ declare const validBoxAsValues$1 = [
1667
1369
 
1668
1370
  type BoxAsType$1 = typeof validBoxAsValues$1[number];
1669
1371
 
1670
- type BaseBoxVisualProps = MakeObjectResponsive$1<
1372
+ // Visual props that are common for both Box and BaseBox
1373
+ type CommonBoxVisualProps$1 = MakeObjectResponsive$1<
1671
1374
  {
1672
1375
  borderRadius: keyof Border['radius'];
1673
- backgroundColor:
1674
- | BackgroundColorString$1<'feedback'>
1675
- | BackgroundColorString$1<'surface'>
1676
- | BackgroundColorString$1<'action'>
1677
- | (string & Record<never, never>);
1678
- lineHeight: SpacingValueType$1;
1679
- touchAction: CSSObject['touchAction'];
1680
- userSelect: CSSObject['userSelect'];
1681
1376
  borderWidth: keyof Border['width'];
1682
1377
  borderColor: BorderColorString$1<'surface'>;
1683
1378
  borderTopWidth: keyof Border['width'];
@@ -1692,6 +1387,27 @@ type BaseBoxVisualProps = MakeObjectResponsive$1<
1692
1387
  borderTopRightRadius: keyof Border['radius'];
1693
1388
  borderBottomRightRadius: keyof Border['radius'];
1694
1389
  borderBottomLeftRadius: keyof Border['radius'];
1390
+ } & PickCSSByPlatform<
1391
+ | 'backgroundImage'
1392
+ | 'backgroundSize'
1393
+ | 'backgroundPosition'
1394
+ | 'backgroundOrigin'
1395
+ | 'backgroundRepeat'
1396
+ >
1397
+ >;
1398
+
1399
+ // Visual props that are specific BaseBox
1400
+ // This is used to ensure some of the more flexible BaseBox props are not passed to Box
1401
+ type BaseBoxVisualProps = MakeObjectResponsive$1<
1402
+ {
1403
+ backgroundColor:
1404
+ | BackgroundColorString$1<'feedback'>
1405
+ | BackgroundColorString$1<'surface'>
1406
+ | BackgroundColorString$1<'action'>
1407
+ | (string & Record<never, never>);
1408
+ lineHeight: SpacingValueType$1;
1409
+ touchAction: CSSObject['touchAction'];
1410
+ userSelect: CSSObject['userSelect'];
1695
1411
  } & PickCSSByPlatform<
1696
1412
  | 'border'
1697
1413
  | 'borderLeft'
@@ -1703,23 +1419,9 @@ type BaseBoxVisualProps = MakeObjectResponsive$1<
1703
1419
  >
1704
1420
  >;
1705
1421
 
1422
+ // Visual props that are specific to Box
1706
1423
  type BoxVisualProps$1 = MakeObjectResponsive$1<{
1707
1424
  backgroundColor: BackgroundColorString$1<'surface'>;
1708
- borderWidth: keyof Border['width'];
1709
- borderColor: BorderColorString$1<'surface'>;
1710
- borderTopWidth: keyof Border['width'];
1711
- borderTopColor: BorderColorString$1<'surface'>;
1712
- borderRightWidth: keyof Border['width'];
1713
- borderRightColor: BorderColorString$1<'surface'>;
1714
- borderBottomWidth: keyof Border['width'];
1715
- borderBottomColor: BorderColorString$1<'surface'>;
1716
- borderLeftWidth: keyof Border['width'];
1717
- borderLeftColor: BorderColorString$1<'surface'>;
1718
- borderRadius: keyof Border['radius'];
1719
- borderTopLeftRadius: keyof Border['radius'];
1720
- borderTopRightRadius: keyof Border['radius'];
1721
- borderBottomRightRadius: keyof Border['radius'];
1722
- borderBottomLeftRadius: keyof Border['radius'];
1723
1425
  }> & {
1724
1426
  // Intentionally keeping this outside of MakeObjectResponsive since we only want as to be string and not responsive object
1725
1427
  // styled-components do not support passing `as` prop as an object
@@ -1790,6 +1492,7 @@ type BoxProps$1 = Partial<
1790
1492
  PositionProps$1 &
1791
1493
  GridProps$1 &
1792
1494
  BoxCallbackProps$1 &
1495
+ CommonBoxVisualProps$1 &
1793
1496
  BoxVisualProps$1 & {
1794
1497
  children?: React.ReactNode | React.ReactNode[];
1795
1498
  tabIndex?: number;
@@ -1809,6 +1512,316 @@ type BaseBoxProps = Omit<BoxProps$1, keyof BoxVisualProps$1> &
1809
1512
  > &
1810
1513
  BladeCommonEvents$1;
1811
1514
 
1515
+ // All the WAI-ARIA 1.1 role attribute values from https://www.w3.org/TR/wai-aria-1.1/#role_definitions
1516
+ type AriaRoles =
1517
+ | Exclude<AccessibilityRole, 'header' | 'adjustable' | 'image' | 'none' | 'summary'>
1518
+ | 'alert'
1519
+ | 'alertdialog'
1520
+ | 'application'
1521
+ | 'article'
1522
+ | 'banner'
1523
+ | 'button'
1524
+ | 'cell'
1525
+ | 'checkbox'
1526
+ | 'columnheader'
1527
+ | 'combobox'
1528
+ | 'complementary'
1529
+ | 'contentinfo'
1530
+ | 'definition'
1531
+ | 'dialog'
1532
+ | 'directory'
1533
+ | 'document'
1534
+ | 'feed'
1535
+ | 'figure'
1536
+ | 'form'
1537
+ | 'grid'
1538
+ | 'gridcell'
1539
+ | 'group'
1540
+ | 'heading'
1541
+ | 'img'
1542
+ | 'link'
1543
+ | 'list'
1544
+ | 'listbox'
1545
+ | 'listitem'
1546
+ | 'log'
1547
+ | 'main'
1548
+ | 'marquee'
1549
+ | 'math'
1550
+ | 'menu'
1551
+ | 'menubar'
1552
+ | 'menuitem'
1553
+ | 'menuitemcheckbox'
1554
+ | 'menuitemradio'
1555
+ | 'meter'
1556
+ | 'navigation'
1557
+ | 'none'
1558
+ | 'note'
1559
+ | 'option'
1560
+ | 'presentation'
1561
+ | 'progressbar'
1562
+ | 'radio'
1563
+ | 'radiogroup'
1564
+ | 'region'
1565
+ | 'row'
1566
+ | 'rowgroup'
1567
+ | 'rowheader'
1568
+ | 'scrollbar'
1569
+ | 'search'
1570
+ | 'searchbox'
1571
+ | 'separator'
1572
+ | 'slider'
1573
+ | 'spinbutton'
1574
+ | 'status'
1575
+ | 'switch'
1576
+ | 'tab'
1577
+ | 'table'
1578
+ | 'tablist'
1579
+ | 'tabpanel'
1580
+ | 'term'
1581
+ | 'textbox'
1582
+ | 'timer'
1583
+ | 'toolbar'
1584
+ | 'tooltip'
1585
+ | 'tree'
1586
+ | 'treegrid'
1587
+ | 'treeitem';
1588
+ type AccessibilityProps = AriaAttributes;
1589
+
1590
+ type AriaAttributes = {
1591
+ role: AriaRoles;
1592
+ /**
1593
+ * Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
1594
+ */
1595
+ activeDescendant?: string;
1596
+ /**
1597
+ * Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
1598
+ */
1599
+ atomic?: boolean;
1600
+ /**
1601
+ * Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
1602
+ */
1603
+ autoComplete?: 'none' | 'inline' | 'list' | 'both';
1604
+ /**
1605
+ * Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.
1606
+ */
1607
+ busy?: boolean;
1608
+ /**
1609
+ * Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.
1610
+ * @see aria-pressed @see aria-selected.
1611
+ */
1612
+ checked?: boolean | 'mixed';
1613
+ /**
1614
+ * Defines the total number of columns in a table, grid, or treegrid.
1615
+ * @see aria-colindex.
1616
+ */
1617
+ colCount?: number;
1618
+ /**
1619
+ * Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.
1620
+ * @see aria-colcount @see aria-colspan.
1621
+ */
1622
+ colIndex?: number;
1623
+ /**
1624
+ * Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.
1625
+ * @see aria-colindex @see aria-rowspan.
1626
+ */
1627
+ colSpan?: number;
1628
+ /**
1629
+ * Identifies the element (or elements) whose contents or presence are controlled by the current element.
1630
+ * @see aria-owns.
1631
+ */
1632
+ controls?: string;
1633
+ /**
1634
+ * Indicates the element that represents the current item within a container or set of related elements.
1635
+ */
1636
+ current?: boolean | 'page' | 'step' | 'location' | 'date' | 'time';
1637
+ /**
1638
+ * Identifies the element (or elements) that describes the object.
1639
+ * @see aria-labelledby
1640
+ */
1641
+ describedBy?: string;
1642
+ /**
1643
+ * Identifies the element that provides a detailed, extended description for the object.
1644
+ * @see aria-describedby.
1645
+ */
1646
+ details?: string;
1647
+ /**
1648
+ * Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
1649
+ * @see aria-hidden @see aria-readonly.
1650
+ */
1651
+ disabled?: boolean;
1652
+ /**
1653
+ * Indicates what functions can be performed when a dragged object is released on the drop target.
1654
+ * @deprecated in ARIA 1.1
1655
+ */
1656
+ dropEffect?: 'none' | 'copy' | 'execute' | 'link' | 'move' | 'popup';
1657
+ /**
1658
+ * Identifies the element that provides an error message for the object.
1659
+ * @see aria-invalid @see aria-describedby.
1660
+ */
1661
+ errorMessage?: string;
1662
+ /**
1663
+ * Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
1664
+ */
1665
+ expanded?: boolean;
1666
+ /**
1667
+ * Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
1668
+ * allows assistive technology to override the general default of reading in document source order.
1669
+ */
1670
+ flowTo?: string;
1671
+ /**
1672
+ * Indicates an element's "grabbed" state in a drag-and-drop operation.
1673
+ * @deprecated in ARIA 1.1
1674
+ */
1675
+ grabbed?: boolean;
1676
+ /**
1677
+ * Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
1678
+ */
1679
+ hasPopup?: boolean | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
1680
+ /**
1681
+ * Indicates whether the element is exposed to an accessibility API.
1682
+ * @see aria-disabled.
1683
+ */
1684
+ hidden?: boolean;
1685
+ /**
1686
+ * Indicates the entered value does not conform to the format expected by the application.
1687
+ * @see aria-errormessage.
1688
+ */
1689
+ invalid?: boolean | 'grammar' | 'spelling';
1690
+ /**
1691
+ * Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
1692
+ */
1693
+ keyShortcuts?: string;
1694
+ /**
1695
+ * Defines a string value that labels the current element.
1696
+ * @see aria-labelledby.
1697
+ */
1698
+ label?: string;
1699
+ /**
1700
+ * Identifies the element (or elements) that labels the current element.
1701
+ * @see aria-describedby.
1702
+ */
1703
+ labelledBy?: string;
1704
+ /**
1705
+ * Defines the hierarchical level of an element within a structure.
1706
+ */
1707
+ level?: number;
1708
+ /**
1709
+ * Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
1710
+ */
1711
+ liveRegion?: 'off' | 'assertive' | 'polite';
1712
+ /**
1713
+ * Indicates whether an element is modal when displayed.
1714
+ */
1715
+ modal?: boolean;
1716
+ /**
1717
+ * Indicates whether a text box accepts multiple lines of input or only a single line.
1718
+ */
1719
+ multiline?: boolean;
1720
+ /**
1721
+ * Indicates that the user may select more than one item from the current selectable descendants.
1722
+ */
1723
+ multiSelectable?: boolean;
1724
+ /**
1725
+ * Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
1726
+ */
1727
+ orientation?: 'horizontal' | 'vertical';
1728
+ /**
1729
+ * Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
1730
+ * between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
1731
+ * @see aria-controls.
1732
+ */
1733
+ owns?: string;
1734
+ /**
1735
+ * Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
1736
+ * A hint could be a sample value or a brief description of the expected format.
1737
+ */
1738
+ placeholder?: string;
1739
+ /**
1740
+ * Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
1741
+ * @see aria-setsize.
1742
+ */
1743
+ posInSet?: number;
1744
+ /**
1745
+ * Indicates the current "pressed" state of toggle buttons.
1746
+ * @see aria-checked @see aria-selected.
1747
+ */
1748
+ pressed?: boolean | 'mixed';
1749
+ /**
1750
+ * Indicates that the element is not editable, but is otherwise operable.
1751
+ * @see aria-disabled.
1752
+ */
1753
+ readOnly?: boolean;
1754
+ /**
1755
+ * Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
1756
+ * @see aria-atomic.
1757
+ */
1758
+ relevant?:
1759
+ | 'additions'
1760
+ | 'additions removals'
1761
+ | 'additions text'
1762
+ | 'all'
1763
+ | 'removals'
1764
+ | 'removals additions'
1765
+ | 'removals text'
1766
+ | 'text'
1767
+ | 'text additions'
1768
+ | 'text removals';
1769
+ /**
1770
+ * Indicates that user input is required on the element before a form may be submitted.
1771
+ */
1772
+ required?: boolean;
1773
+ /**
1774
+ * Defines a human-readable, author-localized description for the role of an element.
1775
+ */
1776
+ roleDescription?: string;
1777
+ /**
1778
+ * Defines the total number of rows in a table, grid, or treegrid.
1779
+ * @see aria-rowindex.
1780
+ */
1781
+ rowCount?: number;
1782
+ /**
1783
+ * Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.
1784
+ * @see aria-rowcount @see aria-rowspan.
1785
+ */
1786
+ rowIndex?: number;
1787
+ /**
1788
+ * Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.
1789
+ * @see aria-rowindex @see aria-colspan.
1790
+ */
1791
+ rowSpan?: number;
1792
+ /**
1793
+ * Indicates the current "selected" state of various widgets.
1794
+ * @see aria-checked @see aria-pressed.
1795
+ */
1796
+ selected?: boolean;
1797
+ /**
1798
+ * Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
1799
+ * @see aria-posinset.
1800
+ */
1801
+ setSize?: number;
1802
+ /**
1803
+ * Indicates if items in a table or grid are sorted in ascending or descending order.
1804
+ */
1805
+ sort?: 'none' | 'ascending' | 'descending' | 'other';
1806
+ /**
1807
+ * Defines the maximum allowed value for a range widget.
1808
+ */
1809
+ valueMax?: number;
1810
+ /**
1811
+ * Defines the minimum allowed value for a range widget.
1812
+ */
1813
+ valueMin?: number;
1814
+ /**
1815
+ * Defines the current value for a range widget.
1816
+ * @see aria-valuetext.
1817
+ */
1818
+ valueNow?: number;
1819
+ /**
1820
+ * Defines the human readable text alternative of aria-valuenow for a range widget.
1821
+ */
1822
+ valueText?: string;
1823
+ };
1824
+
1812
1825
  type FeedbackIconColors$1 = `feedback.icon.${DotNotationColorStringToken<
1813
1826
  Theme$1['colors']['feedback']['icon']
1814
1827
  >}`;
@@ -2634,8 +2647,8 @@ declare type BackgroundColorString<T extends ColorObjects> = `${T}.background.${
2634
2647
  declare type BorderColorString<T extends ColorObjects> = `${T}.border.${DotNotationColorStringToken<Theme$1['colors'][T]['border']>}`;
2635
2648
  declare const validBoxAsValues: readonly ["div", "section", "footer", "header", "main", "aside", "nav", "span", "label"];
2636
2649
  declare type BoxAsType = typeof validBoxAsValues[number];
2637
- declare type BoxVisualProps = MakeObjectResponsive<{
2638
- backgroundColor: BackgroundColorString<'surface'>;
2650
+ declare type CommonBoxVisualProps = MakeObjectResponsive<{
2651
+ borderRadius: keyof Border['radius'];
2639
2652
  borderWidth: keyof Border['width'];
2640
2653
  borderColor: BorderColorString<'surface'>;
2641
2654
  borderTopWidth: keyof Border['width'];
@@ -2646,11 +2659,13 @@ declare type BoxVisualProps = MakeObjectResponsive<{
2646
2659
  borderBottomColor: BorderColorString<'surface'>;
2647
2660
  borderLeftWidth: keyof Border['width'];
2648
2661
  borderLeftColor: BorderColorString<'surface'>;
2649
- borderRadius: keyof Border['radius'];
2650
2662
  borderTopLeftRadius: keyof Border['radius'];
2651
2663
  borderTopRightRadius: keyof Border['radius'];
2652
2664
  borderBottomRightRadius: keyof Border['radius'];
2653
2665
  borderBottomLeftRadius: keyof Border['radius'];
2666
+ } & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat'>>;
2667
+ declare type BoxVisualProps = MakeObjectResponsive<{
2668
+ backgroundColor: BackgroundColorString<'surface'>;
2654
2669
  }> & {
2655
2670
  as: BoxAsType;
2656
2671
  };
@@ -2687,7 +2702,7 @@ declare type BoxCallbackProps = Omit<Platform.Select<{
2687
2702
  };
2688
2703
  native: Record<'onMouseOver' | 'onMouseEnter' | 'onMouseLeave' | 'onScroll', undefined>;
2689
2704
  }>, '__brand__'>;
2690
- declare type BoxProps = Partial<PaddingProps & MarginProps & LayoutProps & FlexboxProps & PositionProps & GridProps & BoxCallbackProps & BoxVisualProps & {
2705
+ declare type BoxProps = Partial<PaddingProps & MarginProps & LayoutProps & FlexboxProps & PositionProps & GridProps & BoxCallbackProps & CommonBoxVisualProps & BoxVisualProps & {
2691
2706
  children?: React.ReactNode | React.ReactNode[];
2692
2707
  tabIndex?: number;
2693
2708
  } & TestID$1>;
@@ -2713,14 +2728,6 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
2713
2728
  readonly l?: csstype.Property.Display | undefined;
2714
2729
  readonly xl?: csstype.Property.Display | undefined;
2715
2730
  } | undefined;
2716
- overflow?: csstype.Property.Overflow | {
2717
- readonly base?: csstype.Property.Overflow | undefined;
2718
- readonly xs?: csstype.Property.Overflow | undefined;
2719
- readonly s?: csstype.Property.Overflow | undefined;
2720
- readonly m?: csstype.Property.Overflow | undefined;
2721
- readonly l?: csstype.Property.Overflow | undefined;
2722
- readonly xl?: csstype.Property.Overflow | undefined;
2723
- } | undefined;
2724
2731
  height: SpacingValueType | {
2725
2732
  readonly base?: SpacingValueType | undefined;
2726
2733
  readonly xs?: SpacingValueType | undefined;
@@ -2785,6 +2792,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
2785
2792
  readonly l?: csstype.Property.TextAlign | undefined;
2786
2793
  readonly xl?: csstype.Property.TextAlign | undefined;
2787
2794
  } | undefined;
2795
+ overflow?: csstype.Property.Overflow | {
2796
+ readonly base?: csstype.Property.Overflow | undefined;
2797
+ readonly xs?: csstype.Property.Overflow | undefined;
2798
+ readonly s?: csstype.Property.Overflow | undefined;
2799
+ readonly m?: csstype.Property.Overflow | undefined;
2800
+ readonly l?: csstype.Property.Overflow | undefined;
2801
+ readonly xl?: csstype.Property.Overflow | undefined;
2802
+ } | undefined;
2788
2803
  __brand__?: "platform-web" | {
2789
2804
  readonly base?: "platform-web" | undefined;
2790
2805
  readonly xs?: "platform-web" | undefined;
@@ -2794,14 +2809,6 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
2794
2809
  readonly xl?: "platform-web" | undefined;
2795
2810
  } | undefined;
2796
2811
  } & {
2797
- order?: csstype.Property.Order | {
2798
- readonly base?: csstype.Property.Order | undefined;
2799
- readonly xs?: csstype.Property.Order | undefined;
2800
- readonly s?: csstype.Property.Order | undefined;
2801
- readonly m?: csstype.Property.Order | undefined;
2802
- readonly l?: csstype.Property.Order | undefined;
2803
- readonly xl?: csstype.Property.Order | undefined;
2804
- } | undefined;
2805
2812
  alignContent?: csstype.Property.AlignContent | {
2806
2813
  readonly base?: csstype.Property.AlignContent | undefined;
2807
2814
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -2898,6 +2905,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
2898
2905
  readonly l?: csstype.Property.JustifySelf | undefined;
2899
2906
  readonly xl?: csstype.Property.JustifySelf | undefined;
2900
2907
  } | undefined;
2908
+ order?: csstype.Property.Order | {
2909
+ readonly base?: csstype.Property.Order | undefined;
2910
+ readonly xs?: csstype.Property.Order | undefined;
2911
+ readonly s?: csstype.Property.Order | undefined;
2912
+ readonly m?: csstype.Property.Order | undefined;
2913
+ readonly l?: csstype.Property.Order | undefined;
2914
+ readonly xl?: csstype.Property.Order | undefined;
2915
+ } | undefined;
2901
2916
  rowGap: SpacingValueType | {
2902
2917
  readonly base?: SpacingValueType | undefined;
2903
2918
  readonly xs?: SpacingValueType | undefined;
@@ -2996,14 +3011,6 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
2996
3011
  readonly xl?: "platform-web" | undefined;
2997
3012
  } | undefined;
2998
3013
  } & {
2999
- grid?: csstype.Property.Grid | {
3000
- readonly base?: csstype.Property.Grid | undefined;
3001
- readonly xs?: csstype.Property.Grid | undefined;
3002
- readonly s?: csstype.Property.Grid | undefined;
3003
- readonly m?: csstype.Property.Grid | undefined;
3004
- readonly l?: csstype.Property.Grid | undefined;
3005
- readonly xl?: csstype.Property.Grid | undefined;
3006
- } | undefined;
3007
3014
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
3008
3015
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
3009
3016
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -3084,6 +3091,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
3084
3091
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
3085
3092
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
3086
3093
  } | undefined;
3094
+ grid?: csstype.Property.Grid | {
3095
+ readonly base?: csstype.Property.Grid | undefined;
3096
+ readonly xs?: csstype.Property.Grid | undefined;
3097
+ readonly s?: csstype.Property.Grid | undefined;
3098
+ readonly m?: csstype.Property.Grid | undefined;
3099
+ readonly l?: csstype.Property.Grid | undefined;
3100
+ readonly xl?: csstype.Property.Grid | undefined;
3101
+ } | undefined;
3087
3102
  gridArea?: csstype.Property.GridArea | {
3088
3103
  readonly base?: csstype.Property.GridArea | undefined;
3089
3104
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -3129,25 +3144,179 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
3129
3144
  onMouseEnter: React__default.MouseEventHandler<HTMLElement>;
3130
3145
  onMouseLeave: React__default.MouseEventHandler<HTMLElement>;
3131
3146
  onScroll: React__default.UIEventHandler<HTMLElement>;
3147
+ } & {
3148
+ backgroundImage?: csstype.Property.BackgroundImage | {
3149
+ readonly base?: csstype.Property.BackgroundImage | undefined;
3150
+ readonly xs?: csstype.Property.BackgroundImage | undefined;
3151
+ readonly s?: csstype.Property.BackgroundImage | undefined;
3152
+ readonly m?: csstype.Property.BackgroundImage | undefined;
3153
+ readonly l?: csstype.Property.BackgroundImage | undefined;
3154
+ readonly xl?: csstype.Property.BackgroundImage | undefined;
3155
+ } | undefined;
3156
+ backgroundOrigin?: csstype.Property.BackgroundOrigin | {
3157
+ readonly base?: csstype.Property.BackgroundOrigin | undefined;
3158
+ readonly xs?: csstype.Property.BackgroundOrigin | undefined;
3159
+ readonly s?: csstype.Property.BackgroundOrigin | undefined;
3160
+ readonly m?: csstype.Property.BackgroundOrigin | undefined;
3161
+ readonly l?: csstype.Property.BackgroundOrigin | undefined;
3162
+ readonly xl?: csstype.Property.BackgroundOrigin | undefined;
3163
+ } | undefined;
3164
+ backgroundRepeat?: csstype.Property.BackgroundRepeat | {
3165
+ readonly base?: csstype.Property.BackgroundRepeat | undefined;
3166
+ readonly xs?: csstype.Property.BackgroundRepeat | undefined;
3167
+ readonly s?: csstype.Property.BackgroundRepeat | undefined;
3168
+ readonly m?: csstype.Property.BackgroundRepeat | undefined;
3169
+ readonly l?: csstype.Property.BackgroundRepeat | undefined;
3170
+ readonly xl?: csstype.Property.BackgroundRepeat | undefined;
3171
+ } | undefined;
3172
+ backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
3173
+ readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
3174
+ readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
3175
+ readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
3176
+ readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
3177
+ readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
3178
+ readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
3179
+ } | undefined;
3180
+ borderBottomColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
3181
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3182
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3183
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3184
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3185
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3186
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3187
+ };
3188
+ borderBottomLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
3189
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3190
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3191
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3192
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3193
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3194
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3195
+ };
3196
+ borderBottomRightRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
3197
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3198
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3199
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3200
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3201
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3202
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3203
+ };
3204
+ borderBottomWidth: "none" | "thinner" | "thin" | "thick" | {
3205
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
3206
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
3207
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
3208
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
3209
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
3210
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
3211
+ };
3212
+ borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
3213
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3214
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3215
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3216
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3217
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3218
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3219
+ };
3220
+ borderLeftWidth: "none" | "thinner" | "thin" | "thick" | {
3221
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
3222
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
3223
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
3224
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
3225
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
3226
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
3227
+ };
3228
+ borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
3229
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3230
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3231
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3232
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3233
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3234
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3235
+ };
3236
+ borderRightWidth: "none" | "thinner" | "thin" | "thick" | {
3237
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
3238
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
3239
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
3240
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
3241
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
3242
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
3243
+ };
3244
+ borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
3245
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3246
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3247
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3248
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3249
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3250
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3251
+ };
3252
+ borderTopLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
3253
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3254
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3255
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3256
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3257
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3258
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3259
+ };
3260
+ borderTopRightRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
3261
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3262
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3263
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3264
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3265
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3266
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3267
+ };
3268
+ borderTopWidth: "none" | "thinner" | "thin" | "thick" | {
3269
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
3270
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
3271
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
3272
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
3273
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
3274
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
3275
+ };
3276
+ backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
3277
+ readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
3278
+ readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
3279
+ readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
3280
+ readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
3281
+ readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
3282
+ readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
3283
+ } | undefined;
3284
+ borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
3285
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3286
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3287
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3288
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3289
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3290
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
3291
+ };
3292
+ borderRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
3293
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3294
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3295
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3296
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3297
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3298
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
3299
+ };
3300
+ borderWidth: "none" | "thinner" | "thin" | "thick" | {
3301
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
3302
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
3303
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
3304
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
3305
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
3306
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
3307
+ };
3308
+ __brand__?: "platform-web" | {
3309
+ readonly base?: "platform-web" | undefined;
3310
+ readonly xs?: "platform-web" | undefined;
3311
+ readonly s?: "platform-web" | undefined;
3312
+ readonly m?: "platform-web" | undefined;
3313
+ readonly l?: "platform-web" | undefined;
3314
+ readonly xl?: "platform-web" | undefined;
3315
+ } | undefined;
3132
3316
  } & MakeObjectResponsive<{
3133
3317
  backgroundColor: "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast";
3134
- borderWidth: "none" | "thin" | "thick";
3135
- borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
3136
- borderTopWidth: "none" | "thin" | "thick";
3137
- borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
3138
- borderRightWidth: "none" | "thin" | "thick";
3139
- borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
3140
- borderBottomWidth: "none" | "thin" | "thick";
3141
- borderBottomColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
3142
- borderLeftWidth: "none" | "thin" | "thick";
3143
- borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
3144
- borderRadius: "none" | "small" | "medium" | "large" | "max" | "round";
3145
- borderTopLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round";
3146
- borderTopRightRadius: "none" | "small" | "medium" | "large" | "max" | "round";
3147
- borderBottomRightRadius: "none" | "small" | "medium" | "large" | "max" | "round";
3148
- borderBottomLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round";
3149
- }, "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderColor" | "borderRadius" | "borderWidth"> & {
3150
- as: "header" | "main" | "label" | "aside" | "div" | "footer" | "nav" | "section" | "span";
3318
+ }, "backgroundColor"> & {
3319
+ as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
3151
3320
  } & {
3152
3321
  children?: React__default.ReactNode | React__default.ReactNode[];
3153
3322
  tabIndex?: number | undefined;
@@ -3216,16 +3385,6 @@ declare type CardBodyProps = {
3216
3385
  } & TestID$1;
3217
3386
  declare const CardBody: ({ children, testID }: CardBodyProps) => React__default.ReactElement;
3218
3387
 
3219
- /* eslint-disable @typescript-eslint/no-explicit-any */
3220
-
3221
-
3222
- type BladeElementRef = Platform.Select<{
3223
- web:
3224
- | Pick<HTMLElement, 'focus' | 'scrollIntoView' | 'getBoundingClientRect' | 'clientHeight'>
3225
- | Pick<View, 'focus'>;
3226
- native: React.MutableRefObject<any>;
3227
- }>;
3228
-
3229
3388
  declare type BaseLinkCommonProps = {
3230
3389
  intent?: 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
3231
3390
  contrast?: 'low' | 'high';
@@ -3537,6 +3696,7 @@ type TextCommonProps$1 = {
3537
3696
  */
3538
3697
  color?: BaseTextProps$1['color'];
3539
3698
  textAlign?: BaseTextProps$1['textAlign'];
3699
+ textDecorationLine?: BaseTextProps$1['textDecorationLine'];
3540
3700
  } & TestID$1 &
3541
3701
  StyledPropsBlade;
3542
3702
 
@@ -3840,14 +4000,6 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
3840
4000
  */
3841
4001
  tabIndex?: number | undefined;
3842
4002
  } & TestID$1 & Partial<Omit<MarginProps & Pick<{
3843
- order?: csstype.Property.Order | {
3844
- readonly base?: csstype.Property.Order | undefined;
3845
- readonly xs?: csstype.Property.Order | undefined;
3846
- readonly s?: csstype.Property.Order | undefined;
3847
- readonly m?: csstype.Property.Order | undefined;
3848
- readonly l?: csstype.Property.Order | undefined;
3849
- readonly xl?: csstype.Property.Order | undefined;
3850
- } | undefined;
3851
4003
  alignContent?: csstype.Property.AlignContent | {
3852
4004
  readonly base?: csstype.Property.AlignContent | undefined;
3853
4005
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -3944,6 +4096,14 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
3944
4096
  readonly l?: csstype.Property.JustifySelf | undefined;
3945
4097
  readonly xl?: csstype.Property.JustifySelf | undefined;
3946
4098
  } | undefined;
4099
+ order?: csstype.Property.Order | {
4100
+ readonly base?: csstype.Property.Order | undefined;
4101
+ readonly xs?: csstype.Property.Order | undefined;
4102
+ readonly s?: csstype.Property.Order | undefined;
4103
+ readonly m?: csstype.Property.Order | undefined;
4104
+ readonly l?: csstype.Property.Order | undefined;
4105
+ readonly xl?: csstype.Property.Order | undefined;
4106
+ } | undefined;
3947
4107
  rowGap: SpacingValueType | {
3948
4108
  readonly base?: SpacingValueType | undefined;
3949
4109
  readonly xs?: SpacingValueType | undefined;
@@ -3984,7 +4144,7 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
3984
4144
  readonly l?: "platform-web" | undefined;
3985
4145
  readonly xl?: "platform-web" | undefined;
3986
4146
  } | undefined;
3987
- }, "order" | "alignSelf" | "justifySelf" | "placeSelf"> & {
4147
+ }, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
3988
4148
  bottom: SpacingValueType | {
3989
4149
  readonly base?: SpacingValueType | undefined;
3990
4150
  readonly xs?: SpacingValueType | undefined;
@@ -4042,14 +4202,6 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
4042
4202
  readonly xl?: "platform-web" | undefined;
4043
4203
  } | undefined;
4044
4204
  } & Pick<{
4045
- grid?: csstype.Property.Grid | {
4046
- readonly base?: csstype.Property.Grid | undefined;
4047
- readonly xs?: csstype.Property.Grid | undefined;
4048
- readonly s?: csstype.Property.Grid | undefined;
4049
- readonly m?: csstype.Property.Grid | undefined;
4050
- readonly l?: csstype.Property.Grid | undefined;
4051
- readonly xl?: csstype.Property.Grid | undefined;
4052
- } | undefined;
4053
4205
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
4054
4206
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
4055
4207
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -4130,6 +4282,14 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
4130
4282
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
4131
4283
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
4132
4284
  } | undefined;
4285
+ grid?: csstype.Property.Grid | {
4286
+ readonly base?: csstype.Property.Grid | undefined;
4287
+ readonly xs?: csstype.Property.Grid | undefined;
4288
+ readonly s?: csstype.Property.Grid | undefined;
4289
+ readonly m?: csstype.Property.Grid | undefined;
4290
+ readonly l?: csstype.Property.Grid | undefined;
4291
+ readonly xl?: csstype.Property.Grid | undefined;
4292
+ } | undefined;
4133
4293
  gridArea?: csstype.Property.GridArea | {
4134
4294
  readonly base?: csstype.Property.GridArea | undefined;
4135
4295
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -4248,6 +4408,50 @@ declare type CheckboxGroupProps = {
4248
4408
  } & TestID$1 & StyledPropsBlade;
4249
4409
  declare const CheckboxGroup: ({ children, label, helpText, isDisabled, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, ...styledProps }: CheckboxGroupProps) => React__default.ReactElement;
4250
4410
 
4411
+ declare type DividerProps = {
4412
+ /**
4413
+ * Sets the orientation of divider
4414
+ *
4415
+ * @default 'horizontal'
4416
+ */
4417
+ orientation?: 'horizontal' | 'vertical';
4418
+ /**
4419
+ * Sets the style of divider
4420
+ *
4421
+ * @default 'solid'
4422
+ */
4423
+ dividerStyle?: 'solid' | 'dashed';
4424
+ /**
4425
+ * Sets the variant of divider
4426
+ *
4427
+ * @default 'normal'
4428
+ */
4429
+ variant?: 'normal' | 'subtle';
4430
+ /**
4431
+ * Sets the thickness of divider
4432
+ *
4433
+ * @default 'thin'
4434
+ */
4435
+ thickness?: 'thinner' | 'thin' | 'thick';
4436
+ /**
4437
+ * Sets the contrast of divider
4438
+ *
4439
+ * @default 'low'
4440
+ */
4441
+ contrast?: 'low' | 'high';
4442
+ /**
4443
+ * Sets the height of divider. Divider uses Flex by default, use height only when parent is not flex.
4444
+ *
4445
+ */
4446
+ height?: CSSObject['height'];
4447
+ /**
4448
+ * Sets the width of divider. Divider uses Flex by default, use width only when parent is not flex.
4449
+ *
4450
+ */
4451
+ width?: CSSObject['width'];
4452
+ };
4453
+ declare const Divider: ({ orientation, dividerStyle, variant, thickness, contrast, height, width, }: DividerProps) => React__default.ReactElement;
4454
+
4251
4455
  declare type DropdownProps = {
4252
4456
  selectionType?: 'single' | 'multiple';
4253
4457
  onDismiss?: () => void;
@@ -5142,7 +5346,7 @@ declare type TextInputProps = Pick<BaseInputProps, 'label' | 'labelPosition' | '
5142
5346
  */
5143
5347
  type?: Type;
5144
5348
  } & StyledPropsBlade;
5145
- declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "name" | "testID" | "placeholder" | "label" | "value" | "prefix" | "onBlur" | "onFocus" | "defaultValue" | "autoCapitalize" | "onChange" | "onSubmit" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "suffix" | "maxCharacters" | "keyboardReturnKeyType" | "autoCompleteSuggestionType"> & {
5349
+ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "placeholder" | "name" | "testID" | "prefix" | "value" | "label" | "onBlur" | "onFocus" | "defaultValue" | "autoCapitalize" | "onChange" | "onSubmit" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "suffix" | "maxCharacters" | "keyboardReturnKeyType" | "autoCompleteSuggestionType"> & {
5146
5350
  /**
5147
5351
  * Decides whether to render a clear icon button
5148
5352
  */
@@ -5171,17 +5375,9 @@ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInput
5171
5375
  * Check out [Why the GOV.UK Design System team changed the input type for numbers](https://technology.blog.gov.uk/2020/02/24/why-the-gov-uk-design-system-team-changed-the-input-type-for-numbers/) for reasoning
5172
5376
  *
5173
5377
  * @default text
5174
- */
5175
- type?: Type;
5176
- } & Partial<Omit<MarginProps & Pick<{
5177
- order?: csstype.Property.Order | {
5178
- readonly base?: csstype.Property.Order | undefined;
5179
- readonly xs?: csstype.Property.Order | undefined;
5180
- readonly s?: csstype.Property.Order | undefined;
5181
- readonly m?: csstype.Property.Order | undefined;
5182
- readonly l?: csstype.Property.Order | undefined;
5183
- readonly xl?: csstype.Property.Order | undefined;
5184
- } | undefined;
5378
+ */
5379
+ type?: Type;
5380
+ } & Partial<Omit<MarginProps & Pick<{
5185
5381
  alignContent?: csstype.Property.AlignContent | {
5186
5382
  readonly base?: csstype.Property.AlignContent | undefined;
5187
5383
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -5278,6 +5474,14 @@ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInput
5278
5474
  readonly l?: csstype.Property.JustifySelf | undefined;
5279
5475
  readonly xl?: csstype.Property.JustifySelf | undefined;
5280
5476
  } | undefined;
5477
+ order?: csstype.Property.Order | {
5478
+ readonly base?: csstype.Property.Order | undefined;
5479
+ readonly xs?: csstype.Property.Order | undefined;
5480
+ readonly s?: csstype.Property.Order | undefined;
5481
+ readonly m?: csstype.Property.Order | undefined;
5482
+ readonly l?: csstype.Property.Order | undefined;
5483
+ readonly xl?: csstype.Property.Order | undefined;
5484
+ } | undefined;
5281
5485
  rowGap: SpacingValueType | {
5282
5486
  readonly base?: SpacingValueType | undefined;
5283
5487
  readonly xs?: SpacingValueType | undefined;
@@ -5318,7 +5522,7 @@ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInput
5318
5522
  readonly l?: "platform-web" | undefined;
5319
5523
  readonly xl?: "platform-web" | undefined;
5320
5524
  } | undefined;
5321
- }, "order" | "alignSelf" | "justifySelf" | "placeSelf"> & {
5525
+ }, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
5322
5526
  bottom: SpacingValueType | {
5323
5527
  readonly base?: SpacingValueType | undefined;
5324
5528
  readonly xs?: SpacingValueType | undefined;
@@ -5376,14 +5580,6 @@ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInput
5376
5580
  readonly xl?: "platform-web" | undefined;
5377
5581
  } | undefined;
5378
5582
  } & Pick<{
5379
- grid?: csstype.Property.Grid | {
5380
- readonly base?: csstype.Property.Grid | undefined;
5381
- readonly xs?: csstype.Property.Grid | undefined;
5382
- readonly s?: csstype.Property.Grid | undefined;
5383
- readonly m?: csstype.Property.Grid | undefined;
5384
- readonly l?: csstype.Property.Grid | undefined;
5385
- readonly xl?: csstype.Property.Grid | undefined;
5386
- } | undefined;
5387
5583
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
5388
5584
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
5389
5585
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -5464,6 +5660,14 @@ declare const TextInput: React__default.ForwardRefExoticComponent<Pick<BaseInput
5464
5660
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
5465
5661
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
5466
5662
  } | undefined;
5663
+ grid?: csstype.Property.Grid | {
5664
+ readonly base?: csstype.Property.Grid | undefined;
5665
+ readonly xs?: csstype.Property.Grid | undefined;
5666
+ readonly s?: csstype.Property.Grid | undefined;
5667
+ readonly m?: csstype.Property.Grid | undefined;
5668
+ readonly l?: csstype.Property.Grid | undefined;
5669
+ readonly xl?: csstype.Property.Grid | undefined;
5670
+ } | undefined;
5467
5671
  gridArea?: csstype.Property.GridArea | {
5468
5672
  readonly base?: csstype.Property.GridArea | undefined;
5469
5673
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -5537,15 +5741,7 @@ declare type PasswordInputExtraProps = {
5537
5741
  autoCompleteSuggestionType?: Extract<BaseInputProps['autoCompleteSuggestionType'], 'none' | 'password' | 'newPassword'>;
5538
5742
  };
5539
5743
  declare type PasswordInputProps = Pick<BaseInputProps, 'label' | 'labelPosition' | 'maxCharacters' | 'validationState' | 'errorText' | 'successText' | 'helpText' | 'isDisabled' | 'defaultValue' | 'placeholder' | 'isRequired' | 'value' | 'onChange' | 'onBlur' | 'onSubmit' | 'onFocus' | 'name' | 'autoFocus' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType' | 'testID'> & PasswordInputExtraProps & StyledPropsBlade;
5540
- declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "name" | "testID" | "placeholder" | "label" | "value" | "onBlur" | "onFocus" | "defaultValue" | "onChange" | "onSubmit" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "successText" | "isRequired" | "maxCharacters" | "keyboardReturnKeyType" | "autoCompleteSuggestionType"> & PasswordInputExtraProps & Partial<Omit<MarginProps & Pick<{
5541
- order?: csstype.Property.Order | {
5542
- readonly base?: csstype.Property.Order | undefined;
5543
- readonly xs?: csstype.Property.Order | undefined;
5544
- readonly s?: csstype.Property.Order | undefined;
5545
- readonly m?: csstype.Property.Order | undefined;
5546
- readonly l?: csstype.Property.Order | undefined;
5547
- readonly xl?: csstype.Property.Order | undefined;
5548
- } | undefined;
5744
+ declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "placeholder" | "name" | "testID" | "value" | "label" | "onBlur" | "onFocus" | "defaultValue" | "onChange" | "onSubmit" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "successText" | "isRequired" | "maxCharacters" | "keyboardReturnKeyType" | "autoCompleteSuggestionType"> & PasswordInputExtraProps & Partial<Omit<MarginProps & Pick<{
5549
5745
  alignContent?: csstype.Property.AlignContent | {
5550
5746
  readonly base?: csstype.Property.AlignContent | undefined;
5551
5747
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -5642,6 +5838,14 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseI
5642
5838
  readonly l?: csstype.Property.JustifySelf | undefined;
5643
5839
  readonly xl?: csstype.Property.JustifySelf | undefined;
5644
5840
  } | undefined;
5841
+ order?: csstype.Property.Order | {
5842
+ readonly base?: csstype.Property.Order | undefined;
5843
+ readonly xs?: csstype.Property.Order | undefined;
5844
+ readonly s?: csstype.Property.Order | undefined;
5845
+ readonly m?: csstype.Property.Order | undefined;
5846
+ readonly l?: csstype.Property.Order | undefined;
5847
+ readonly xl?: csstype.Property.Order | undefined;
5848
+ } | undefined;
5645
5849
  rowGap: SpacingValueType | {
5646
5850
  readonly base?: SpacingValueType | undefined;
5647
5851
  readonly xs?: SpacingValueType | undefined;
@@ -5682,7 +5886,7 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseI
5682
5886
  readonly l?: "platform-web" | undefined;
5683
5887
  readonly xl?: "platform-web" | undefined;
5684
5888
  } | undefined;
5685
- }, "order" | "alignSelf" | "justifySelf" | "placeSelf"> & {
5889
+ }, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
5686
5890
  bottom: SpacingValueType | {
5687
5891
  readonly base?: SpacingValueType | undefined;
5688
5892
  readonly xs?: SpacingValueType | undefined;
@@ -5740,14 +5944,6 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseI
5740
5944
  readonly xl?: "platform-web" | undefined;
5741
5945
  } | undefined;
5742
5946
  } & Pick<{
5743
- grid?: csstype.Property.Grid | {
5744
- readonly base?: csstype.Property.Grid | undefined;
5745
- readonly xs?: csstype.Property.Grid | undefined;
5746
- readonly s?: csstype.Property.Grid | undefined;
5747
- readonly m?: csstype.Property.Grid | undefined;
5748
- readonly l?: csstype.Property.Grid | undefined;
5749
- readonly xl?: csstype.Property.Grid | undefined;
5750
- } | undefined;
5751
5947
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
5752
5948
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
5753
5949
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -5828,6 +6024,14 @@ declare const PasswordInput: React__default.ForwardRefExoticComponent<Pick<BaseI
5828
6024
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
5829
6025
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
5830
6026
  } | undefined;
6027
+ grid?: csstype.Property.Grid | {
6028
+ readonly base?: csstype.Property.Grid | undefined;
6029
+ readonly xs?: csstype.Property.Grid | undefined;
6030
+ readonly s?: csstype.Property.Grid | undefined;
6031
+ readonly m?: csstype.Property.Grid | undefined;
6032
+ readonly l?: csstype.Property.Grid | undefined;
6033
+ readonly xl?: csstype.Property.Grid | undefined;
6034
+ } | undefined;
5831
6035
  gridArea?: csstype.Property.GridArea | {
5832
6036
  readonly base?: csstype.Property.GridArea | undefined;
5833
6037
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -5880,7 +6084,7 @@ declare type TextAreaProps = Pick<BaseInputProps, 'label' | 'labelPosition' | 'n
5880
6084
  */
5881
6085
  onClearButtonClick?: () => void;
5882
6086
  } & StyledPropsBlade;
5883
- declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "name" | "testID" | "placeholder" | "label" | "value" | "onBlur" | "onFocus" | "defaultValue" | "onChange" | "onSubmit" | "numberOfLines" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "maxCharacters"> & {
6087
+ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "placeholder" | "name" | "testID" | "value" | "label" | "onBlur" | "onFocus" | "defaultValue" | "onChange" | "onSubmit" | "autoFocus" | "numberOfLines" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "maxCharacters"> & {
5884
6088
  /**
5885
6089
  * Decides whether to render a clear icon button
5886
6090
  */
@@ -5890,14 +6094,6 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputP
5890
6094
  */
5891
6095
  onClearButtonClick?: (() => void) | undefined;
5892
6096
  } & Partial<Omit<MarginProps & Pick<{
5893
- order?: csstype.Property.Order | {
5894
- readonly base?: csstype.Property.Order | undefined;
5895
- readonly xs?: csstype.Property.Order | undefined;
5896
- readonly s?: csstype.Property.Order | undefined;
5897
- readonly m?: csstype.Property.Order | undefined;
5898
- readonly l?: csstype.Property.Order | undefined;
5899
- readonly xl?: csstype.Property.Order | undefined;
5900
- } | undefined;
5901
6097
  alignContent?: csstype.Property.AlignContent | {
5902
6098
  readonly base?: csstype.Property.AlignContent | undefined;
5903
6099
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -5994,6 +6190,14 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputP
5994
6190
  readonly l?: csstype.Property.JustifySelf | undefined;
5995
6191
  readonly xl?: csstype.Property.JustifySelf | undefined;
5996
6192
  } | undefined;
6193
+ order?: csstype.Property.Order | {
6194
+ readonly base?: csstype.Property.Order | undefined;
6195
+ readonly xs?: csstype.Property.Order | undefined;
6196
+ readonly s?: csstype.Property.Order | undefined;
6197
+ readonly m?: csstype.Property.Order | undefined;
6198
+ readonly l?: csstype.Property.Order | undefined;
6199
+ readonly xl?: csstype.Property.Order | undefined;
6200
+ } | undefined;
5997
6201
  rowGap: SpacingValueType | {
5998
6202
  readonly base?: SpacingValueType | undefined;
5999
6203
  readonly xs?: SpacingValueType | undefined;
@@ -6034,7 +6238,7 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputP
6034
6238
  readonly l?: "platform-web" | undefined;
6035
6239
  readonly xl?: "platform-web" | undefined;
6036
6240
  } | undefined;
6037
- }, "order" | "alignSelf" | "justifySelf" | "placeSelf"> & {
6241
+ }, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
6038
6242
  bottom: SpacingValueType | {
6039
6243
  readonly base?: SpacingValueType | undefined;
6040
6244
  readonly xs?: SpacingValueType | undefined;
@@ -6092,14 +6296,6 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputP
6092
6296
  readonly xl?: "platform-web" | undefined;
6093
6297
  } | undefined;
6094
6298
  } & Pick<{
6095
- grid?: csstype.Property.Grid | {
6096
- readonly base?: csstype.Property.Grid | undefined;
6097
- readonly xs?: csstype.Property.Grid | undefined;
6098
- readonly s?: csstype.Property.Grid | undefined;
6099
- readonly m?: csstype.Property.Grid | undefined;
6100
- readonly l?: csstype.Property.Grid | undefined;
6101
- readonly xl?: csstype.Property.Grid | undefined;
6102
- } | undefined;
6103
6299
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
6104
6300
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
6105
6301
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -6180,6 +6376,14 @@ declare const TextArea: React__default.ForwardRefExoticComponent<Pick<BaseInputP
6180
6376
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
6181
6377
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
6182
6378
  } | undefined;
6379
+ grid?: csstype.Property.Grid | {
6380
+ readonly base?: csstype.Property.Grid | undefined;
6381
+ readonly xs?: csstype.Property.Grid | undefined;
6382
+ readonly s?: csstype.Property.Grid | undefined;
6383
+ readonly m?: csstype.Property.Grid | undefined;
6384
+ readonly l?: csstype.Property.Grid | undefined;
6385
+ readonly xl?: csstype.Property.Grid | undefined;
6386
+ } | undefined;
6183
6387
  gridArea?: csstype.Property.GridArea | {
6184
6388
  readonly base?: csstype.Property.GridArea | undefined;
6185
6389
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -6324,7 +6528,7 @@ declare type SelectInputProps = Pick<BaseInputProps, 'label' | 'labelPosition' |
6324
6528
  *
6325
6529
  * Checkout {@link https://blade.razorpay.com/?path=/docs/components-dropdown-with-select--with-single-select SelectInput Documentation}.
6326
6530
  */
6327
- declare const SelectInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "name" | "testID" | "placeholder" | "label" | "prefix" | "onBlur" | "onFocus" | "onClick" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "suffix"> & {
6531
+ declare const SelectInput: React__default.ForwardRefExoticComponent<Pick<BaseInputProps, "placeholder" | "name" | "testID" | "prefix" | "label" | "onBlur" | "onFocus" | "onClick" | "autoFocus" | "isDisabled" | "labelPosition" | "validationState" | "helpText" | "errorText" | "necessityIndicator" | "successText" | "isRequired" | "suffix"> & {
6328
6532
  icon?: IconComponent$1 | undefined;
6329
6533
  /**
6330
6534
  * Controlled value of the Select. Use it in combination of `onChange`.
@@ -6477,8 +6681,9 @@ declare type TitleProps = {
6477
6681
  type?: TextTypes;
6478
6682
  children: React.ReactNode;
6479
6683
  textAlign?: BaseTextProps['textAlign'];
6684
+ textDecorationLine?: BaseTextProps['textDecorationLine'];
6480
6685
  } & TestID$1 & StyledPropsBlade;
6481
- declare const Title: ({ as, size, type, contrast, color, children, testID, textAlign, ...styledProps }: TitleProps) => ReactElement;
6686
+ declare const Title: ({ as, size, type, contrast, color, children, testID, textAlign, textDecorationLine, ...styledProps }: TitleProps) => ReactElement;
6482
6687
 
6483
6688
  declare type HeadingVariant = 'regular' | 'subheading';
6484
6689
  declare type HeadingSize = 'small' | 'medium' | 'large';
@@ -6495,6 +6700,7 @@ declare type HeadingCommonProps = {
6495
6700
  contrast?: ColorContrastTypes;
6496
6701
  children: React.ReactNode;
6497
6702
  textAlign?: BaseTextProps['textAlign'];
6703
+ textDecorationLine?: BaseTextProps['textDecorationLine'];
6498
6704
  } & TestID$1 & StyledPropsBlade;
6499
6705
  declare type HeadingNormalVariant = HeadingCommonProps & {
6500
6706
  variant?: Exclude<HeadingVariant, 'subheading'>;
@@ -6522,7 +6728,7 @@ declare type HeadingProps<T> = T extends {
6522
6728
  } ? Variant extends Exclude<HeadingVariant, 'subheading'> ? HeadingNormalVariant : Variant extends 'subheading' ? HeadingSubHeadingVariant : T : T;
6523
6729
  declare const Heading: <T extends {
6524
6730
  variant: HeadingVariant;
6525
- }>({ as, variant, size, type, weight, contrast, color, children, testID, textAlign, ...styledProps }: HeadingProps<T>) => ReactElement;
6731
+ }>({ as, variant, size, type, weight, contrast, color, children, testID, textAlign, textDecorationLine, ...styledProps }: HeadingProps<T>) => ReactElement;
6526
6732
 
6527
6733
  declare const validAsValues: readonly ["p", "span", "div", "abbr", "figcaption", "cite", "q"];
6528
6734
  declare type TextCommonProps = {
@@ -6539,6 +6745,7 @@ declare type TextCommonProps = {
6539
6745
  */
6540
6746
  color?: BaseTextProps['color'];
6541
6747
  textAlign?: BaseTextProps['textAlign'];
6748
+ textDecorationLine?: BaseTextProps['textDecorationLine'];
6542
6749
  } & TestID$1 & StyledPropsBlade;
6543
6750
  declare type TextVariant = 'body' | 'caption';
6544
6751
  declare type TextBodyVariant = TextCommonProps & {
@@ -6559,13 +6766,13 @@ declare type TextProps<T> = T extends {
6559
6766
  declare type GetTextPropsReturn = Omit<BaseTextProps, 'children'>;
6560
6767
  declare type GetTextProps<T extends {
6561
6768
  variant: TextVariant;
6562
- }> = Pick<TextProps<T>, 'type' | 'variant' | 'weight' | 'size' | 'contrast' | 'color' | 'testID' | 'textAlign'>;
6769
+ }> = Pick<TextProps<T>, 'type' | 'variant' | 'weight' | 'size' | 'contrast' | 'color' | 'testID' | 'textAlign' | 'textDecorationLine'>;
6563
6770
  declare const getTextProps: <T extends {
6564
6771
  variant: TextVariant;
6565
- }>({ variant, type, weight, size, color, contrast, testID, textAlign, }: GetTextProps<T>) => GetTextPropsReturn;
6772
+ }>({ variant, type, weight, size, color, contrast, testID, textAlign, textDecorationLine, }: GetTextProps<T>) => GetTextPropsReturn;
6566
6773
  declare const Text: <T extends {
6567
6774
  variant: TextVariant;
6568
- }>({ as, variant, weight, size, type, contrast, truncateAfterLines, children, color, testID, textAlign, ...styledProps }: TextProps<T>) => ReactElement;
6775
+ }>({ as, variant, weight, size, type, contrast, truncateAfterLines, children, color, testID, textAlign, textDecorationLine, ...styledProps }: TextProps<T>) => ReactElement;
6569
6776
 
6570
6777
  declare type CodeCommonProps = {
6571
6778
  /**
@@ -6873,14 +7080,6 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
6873
7080
  */
6874
7081
  size?: "small" | "medium" | undefined;
6875
7082
  } & TestID$1 & Partial<Omit<MarginProps & Pick<{
6876
- order?: csstype.Property.Order | {
6877
- readonly base?: csstype.Property.Order | undefined;
6878
- readonly xs?: csstype.Property.Order | undefined;
6879
- readonly s?: csstype.Property.Order | undefined;
6880
- readonly m?: csstype.Property.Order | undefined;
6881
- readonly l?: csstype.Property.Order | undefined;
6882
- readonly xl?: csstype.Property.Order | undefined;
6883
- } | undefined;
6884
7083
  alignContent?: csstype.Property.AlignContent | {
6885
7084
  readonly base?: csstype.Property.AlignContent | undefined;
6886
7085
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -6977,6 +7176,14 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
6977
7176
  readonly l?: csstype.Property.JustifySelf | undefined;
6978
7177
  readonly xl?: csstype.Property.JustifySelf | undefined;
6979
7178
  } | undefined;
7179
+ order?: csstype.Property.Order | {
7180
+ readonly base?: csstype.Property.Order | undefined;
7181
+ readonly xs?: csstype.Property.Order | undefined;
7182
+ readonly s?: csstype.Property.Order | undefined;
7183
+ readonly m?: csstype.Property.Order | undefined;
7184
+ readonly l?: csstype.Property.Order | undefined;
7185
+ readonly xl?: csstype.Property.Order | undefined;
7186
+ } | undefined;
6980
7187
  rowGap: SpacingValueType | {
6981
7188
  readonly base?: SpacingValueType | undefined;
6982
7189
  readonly xs?: SpacingValueType | undefined;
@@ -7017,7 +7224,7 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
7017
7224
  readonly l?: "platform-web" | undefined;
7018
7225
  readonly xl?: "platform-web" | undefined;
7019
7226
  } | undefined;
7020
- }, "order" | "alignSelf" | "justifySelf" | "placeSelf"> & {
7227
+ }, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
7021
7228
  bottom: SpacingValueType | {
7022
7229
  readonly base?: SpacingValueType | undefined;
7023
7230
  readonly xs?: SpacingValueType | undefined;
@@ -7075,14 +7282,6 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
7075
7282
  readonly xl?: "platform-web" | undefined;
7076
7283
  } | undefined;
7077
7284
  } & Pick<{
7078
- grid?: csstype.Property.Grid | {
7079
- readonly base?: csstype.Property.Grid | undefined;
7080
- readonly xs?: csstype.Property.Grid | undefined;
7081
- readonly s?: csstype.Property.Grid | undefined;
7082
- readonly m?: csstype.Property.Grid | undefined;
7083
- readonly l?: csstype.Property.Grid | undefined;
7084
- readonly xl?: csstype.Property.Grid | undefined;
7085
- } | undefined;
7086
7285
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
7087
7286
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
7088
7287
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -7163,6 +7362,14 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
7163
7362
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
7164
7363
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
7165
7364
  } | undefined;
7365
+ grid?: csstype.Property.Grid | {
7366
+ readonly base?: csstype.Property.Grid | undefined;
7367
+ readonly xs?: csstype.Property.Grid | undefined;
7368
+ readonly s?: csstype.Property.Grid | undefined;
7369
+ readonly m?: csstype.Property.Grid | undefined;
7370
+ readonly l?: csstype.Property.Grid | undefined;
7371
+ readonly xl?: csstype.Property.Grid | undefined;
7372
+ } | undefined;
7166
7373
  gridArea?: csstype.Property.GridArea | {
7167
7374
  readonly base?: csstype.Property.GridArea | undefined;
7168
7375
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -7687,14 +7894,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
7687
7894
  readonly l?: csstype.Property.Display | undefined;
7688
7895
  readonly xl?: csstype.Property.Display | undefined;
7689
7896
  } | undefined;
7690
- overflow?: csstype.Property.Overflow | {
7691
- readonly base?: csstype.Property.Overflow | undefined;
7692
- readonly xs?: csstype.Property.Overflow | undefined;
7693
- readonly s?: csstype.Property.Overflow | undefined;
7694
- readonly m?: csstype.Property.Overflow | undefined;
7695
- readonly l?: csstype.Property.Overflow | undefined;
7696
- readonly xl?: csstype.Property.Overflow | undefined;
7697
- } | undefined;
7698
7897
  height: SpacingValueType | {
7699
7898
  readonly base?: SpacingValueType | undefined;
7700
7899
  readonly xs?: SpacingValueType | undefined;
@@ -7759,6 +7958,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
7759
7958
  readonly l?: csstype.Property.TextAlign | undefined;
7760
7959
  readonly xl?: csstype.Property.TextAlign | undefined;
7761
7960
  } | undefined;
7961
+ overflow?: csstype.Property.Overflow | {
7962
+ readonly base?: csstype.Property.Overflow | undefined;
7963
+ readonly xs?: csstype.Property.Overflow | undefined;
7964
+ readonly s?: csstype.Property.Overflow | undefined;
7965
+ readonly m?: csstype.Property.Overflow | undefined;
7966
+ readonly l?: csstype.Property.Overflow | undefined;
7967
+ readonly xl?: csstype.Property.Overflow | undefined;
7968
+ } | undefined;
7762
7969
  __brand__?: "platform-web" | {
7763
7970
  readonly base?: "platform-web" | undefined;
7764
7971
  readonly xs?: "platform-web" | undefined;
@@ -7768,14 +7975,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
7768
7975
  readonly xl?: "platform-web" | undefined;
7769
7976
  } | undefined;
7770
7977
  } & {
7771
- order?: csstype.Property.Order | {
7772
- readonly base?: csstype.Property.Order | undefined;
7773
- readonly xs?: csstype.Property.Order | undefined;
7774
- readonly s?: csstype.Property.Order | undefined;
7775
- readonly m?: csstype.Property.Order | undefined;
7776
- readonly l?: csstype.Property.Order | undefined;
7777
- readonly xl?: csstype.Property.Order | undefined;
7778
- } | undefined;
7779
7978
  alignContent?: csstype.Property.AlignContent | {
7780
7979
  readonly base?: csstype.Property.AlignContent | undefined;
7781
7980
  readonly xs?: csstype.Property.AlignContent | undefined;
@@ -7872,6 +8071,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
7872
8071
  readonly l?: csstype.Property.JustifySelf | undefined;
7873
8072
  readonly xl?: csstype.Property.JustifySelf | undefined;
7874
8073
  } | undefined;
8074
+ order?: csstype.Property.Order | {
8075
+ readonly base?: csstype.Property.Order | undefined;
8076
+ readonly xs?: csstype.Property.Order | undefined;
8077
+ readonly s?: csstype.Property.Order | undefined;
8078
+ readonly m?: csstype.Property.Order | undefined;
8079
+ readonly l?: csstype.Property.Order | undefined;
8080
+ readonly xl?: csstype.Property.Order | undefined;
8081
+ } | undefined;
7875
8082
  rowGap: SpacingValueType | {
7876
8083
  readonly base?: SpacingValueType | undefined;
7877
8084
  readonly xs?: SpacingValueType | undefined;
@@ -7970,14 +8177,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
7970
8177
  readonly xl?: "platform-web" | undefined;
7971
8178
  } | undefined;
7972
8179
  } & {
7973
- grid?: csstype.Property.Grid | {
7974
- readonly base?: csstype.Property.Grid | undefined;
7975
- readonly xs?: csstype.Property.Grid | undefined;
7976
- readonly s?: csstype.Property.Grid | undefined;
7977
- readonly m?: csstype.Property.Grid | undefined;
7978
- readonly l?: csstype.Property.Grid | undefined;
7979
- readonly xl?: csstype.Property.Grid | undefined;
7980
- } | undefined;
7981
8180
  gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | {
7982
8181
  readonly base?: csstype.Property.GridAutoColumns<string | number> | undefined;
7983
8182
  readonly xs?: csstype.Property.GridAutoColumns<string | number> | undefined;
@@ -8058,6 +8257,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8058
8257
  readonly l?: csstype.Property.GridTemplateRows<string | number> | undefined;
8059
8258
  readonly xl?: csstype.Property.GridTemplateRows<string | number> | undefined;
8060
8259
  } | undefined;
8260
+ grid?: csstype.Property.Grid | {
8261
+ readonly base?: csstype.Property.Grid | undefined;
8262
+ readonly xs?: csstype.Property.Grid | undefined;
8263
+ readonly s?: csstype.Property.Grid | undefined;
8264
+ readonly m?: csstype.Property.Grid | undefined;
8265
+ readonly l?: csstype.Property.Grid | undefined;
8266
+ readonly xl?: csstype.Property.Grid | undefined;
8267
+ } | undefined;
8061
8268
  gridArea?: csstype.Property.GridArea | {
8062
8269
  readonly base?: csstype.Property.GridArea | undefined;
8063
8270
  readonly xs?: csstype.Property.GridArea | undefined;
@@ -8103,53 +8310,39 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8103
8310
  onMouseEnter: React$1.MouseEventHandler<HTMLElement>;
8104
8311
  onMouseLeave: React$1.MouseEventHandler<HTMLElement>;
8105
8312
  onScroll: React$1.UIEventHandler<HTMLElement>;
8106
- } & MakeObjectResponsive<{
8107
- backgroundColor: "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast";
8108
- borderWidth: "none" | "thin" | "thick";
8109
- borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
8110
- borderTopWidth: "none" | "thin" | "thick";
8111
- borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
8112
- borderRightWidth: "none" | "thin" | "thick";
8113
- borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
8114
- borderBottomWidth: "none" | "thin" | "thick";
8115
- borderBottomColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
8116
- borderLeftWidth: "none" | "thin" | "thick";
8117
- borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast";
8118
- borderRadius: "none" | "small" | "medium" | "large" | "max" | "round";
8119
- borderTopLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round";
8120
- borderTopRightRadius: "none" | "small" | "medium" | "large" | "max" | "round";
8121
- borderBottomRightRadius: "none" | "small" | "medium" | "large" | "max" | "round";
8122
- borderBottomLeftRadius: "none" | "small" | "medium" | "large" | "max" | "round";
8123
- }, "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderColor" | "borderRadius" | "borderWidth"> & {
8124
- as: "header" | "main" | "label" | "aside" | "div" | "footer" | "nav" | "section" | "span";
8125
8313
  } & {
8126
- children?: React$1.ReactNode | React$1.ReactNode[];
8127
- tabIndex?: number | undefined;
8128
- } & TestID>, "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderColor" | "borderRadius" | "borderWidth" | "as"> & Partial<{
8129
- border?: csstype.Property.Border<string | number> | {
8130
- readonly base?: csstype.Property.Border<string | number> | undefined;
8131
- readonly xs?: csstype.Property.Border<string | number> | undefined;
8132
- readonly s?: csstype.Property.Border<string | number> | undefined;
8133
- readonly m?: csstype.Property.Border<string | number> | undefined;
8134
- readonly l?: csstype.Property.Border<string | number> | undefined;
8135
- readonly xl?: csstype.Property.Border<string | number> | undefined;
8314
+ backgroundImage?: csstype.Property.BackgroundImage | {
8315
+ readonly base?: csstype.Property.BackgroundImage | undefined;
8316
+ readonly xs?: csstype.Property.BackgroundImage | undefined;
8317
+ readonly s?: csstype.Property.BackgroundImage | undefined;
8318
+ readonly m?: csstype.Property.BackgroundImage | undefined;
8319
+ readonly l?: csstype.Property.BackgroundImage | undefined;
8320
+ readonly xl?: csstype.Property.BackgroundImage | undefined;
8321
+ } | undefined;
8322
+ backgroundOrigin?: csstype.Property.BackgroundOrigin | {
8323
+ readonly base?: csstype.Property.BackgroundOrigin | undefined;
8324
+ readonly xs?: csstype.Property.BackgroundOrigin | undefined;
8325
+ readonly s?: csstype.Property.BackgroundOrigin | undefined;
8326
+ readonly m?: csstype.Property.BackgroundOrigin | undefined;
8327
+ readonly l?: csstype.Property.BackgroundOrigin | undefined;
8328
+ readonly xl?: csstype.Property.BackgroundOrigin | undefined;
8329
+ } | undefined;
8330
+ backgroundRepeat?: csstype.Property.BackgroundRepeat | {
8331
+ readonly base?: csstype.Property.BackgroundRepeat | undefined;
8332
+ readonly xs?: csstype.Property.BackgroundRepeat | undefined;
8333
+ readonly s?: csstype.Property.BackgroundRepeat | undefined;
8334
+ readonly m?: csstype.Property.BackgroundRepeat | undefined;
8335
+ readonly l?: csstype.Property.BackgroundRepeat | undefined;
8336
+ readonly xl?: csstype.Property.BackgroundRepeat | undefined;
8337
+ } | undefined;
8338
+ backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
8339
+ readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
8340
+ readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
8341
+ readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
8342
+ readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
8343
+ readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
8344
+ readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
8136
8345
  } | undefined;
8137
- lineHeight: SpacingValueType | {
8138
- readonly base?: SpacingValueType | undefined;
8139
- readonly xs?: SpacingValueType | undefined;
8140
- readonly s?: SpacingValueType | undefined;
8141
- readonly m?: SpacingValueType | undefined;
8142
- readonly l?: SpacingValueType | undefined;
8143
- readonly xl?: SpacingValueType | undefined;
8144
- };
8145
- backgroundColor: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | {
8146
- readonly base?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8147
- readonly xs?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8148
- readonly s?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8149
- readonly m?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8150
- readonly l?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8151
- readonly xl?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.disabled" | "action.background.primary.hover" | "action.background.primary.focus" | "action.background.primary.active" | "action.background.secondary.default" | "action.background.secondary.disabled" | "action.background.secondary.hover" | "action.background.secondary.focus" | "action.background.secondary.active" | "action.background.tertiary.default" | "action.background.tertiary.disabled" | "action.background.tertiary.hover" | "action.background.tertiary.focus" | "action.background.tertiary.active" | undefined;
8152
- };
8153
8346
  borderBottomColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8154
8347
  readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8155
8348
  readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
@@ -8174,13 +8367,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8174
8367
  readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8175
8368
  readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8176
8369
  };
8177
- borderBottomWidth: "none" | "thin" | "thick" | {
8178
- readonly base?: "none" | "thin" | "thick" | undefined;
8179
- readonly xs?: "none" | "thin" | "thick" | undefined;
8180
- readonly s?: "none" | "thin" | "thick" | undefined;
8181
- readonly m?: "none" | "thin" | "thick" | undefined;
8182
- readonly l?: "none" | "thin" | "thick" | undefined;
8183
- readonly xl?: "none" | "thin" | "thick" | undefined;
8370
+ borderBottomWidth: "none" | "thinner" | "thin" | "thick" | {
8371
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
8372
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
8373
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
8374
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
8375
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
8376
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
8184
8377
  };
8185
8378
  borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8186
8379
  readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
@@ -8190,13 +8383,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8190
8383
  readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8191
8384
  readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8192
8385
  };
8193
- borderLeftWidth: "none" | "thin" | "thick" | {
8194
- readonly base?: "none" | "thin" | "thick" | undefined;
8195
- readonly xs?: "none" | "thin" | "thick" | undefined;
8196
- readonly s?: "none" | "thin" | "thick" | undefined;
8197
- readonly m?: "none" | "thin" | "thick" | undefined;
8198
- readonly l?: "none" | "thin" | "thick" | undefined;
8199
- readonly xl?: "none" | "thin" | "thick" | undefined;
8386
+ borderLeftWidth: "none" | "thinner" | "thin" | "thick" | {
8387
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
8388
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
8389
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
8390
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
8391
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
8392
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
8200
8393
  };
8201
8394
  borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8202
8395
  readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
@@ -8206,13 +8399,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8206
8399
  readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8207
8400
  readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8208
8401
  };
8209
- borderRightWidth: "none" | "thin" | "thick" | {
8210
- readonly base?: "none" | "thin" | "thick" | undefined;
8211
- readonly xs?: "none" | "thin" | "thick" | undefined;
8212
- readonly s?: "none" | "thin" | "thick" | undefined;
8213
- readonly m?: "none" | "thin" | "thick" | undefined;
8214
- readonly l?: "none" | "thin" | "thick" | undefined;
8215
- readonly xl?: "none" | "thin" | "thick" | undefined;
8402
+ borderRightWidth: "none" | "thinner" | "thin" | "thick" | {
8403
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
8404
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
8405
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
8406
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
8407
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
8408
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
8216
8409
  };
8217
8410
  borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8218
8411
  readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
@@ -8238,13 +8431,85 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8238
8431
  readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8239
8432
  readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8240
8433
  };
8241
- borderTopWidth: "none" | "thin" | "thick" | {
8242
- readonly base?: "none" | "thin" | "thick" | undefined;
8243
- readonly xs?: "none" | "thin" | "thick" | undefined;
8244
- readonly s?: "none" | "thin" | "thick" | undefined;
8245
- readonly m?: "none" | "thin" | "thick" | undefined;
8246
- readonly l?: "none" | "thin" | "thick" | undefined;
8247
- readonly xl?: "none" | "thin" | "thick" | undefined;
8434
+ borderTopWidth: "none" | "thinner" | "thin" | "thick" | {
8435
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
8436
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
8437
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
8438
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
8439
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
8440
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
8441
+ };
8442
+ backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
8443
+ readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
8444
+ readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
8445
+ readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
8446
+ readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
8447
+ readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
8448
+ readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
8449
+ } | undefined;
8450
+ borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8451
+ readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8452
+ readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8453
+ readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8454
+ readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8455
+ readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8456
+ readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8457
+ };
8458
+ borderRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
8459
+ readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8460
+ readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8461
+ readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8462
+ readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8463
+ readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8464
+ readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8465
+ };
8466
+ borderWidth: "none" | "thinner" | "thin" | "thick" | {
8467
+ readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
8468
+ readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
8469
+ readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
8470
+ readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
8471
+ readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
8472
+ readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
8473
+ };
8474
+ __brand__?: "platform-web" | {
8475
+ readonly base?: "platform-web" | undefined;
8476
+ readonly xs?: "platform-web" | undefined;
8477
+ readonly s?: "platform-web" | undefined;
8478
+ readonly m?: "platform-web" | undefined;
8479
+ readonly l?: "platform-web" | undefined;
8480
+ readonly xl?: "platform-web" | undefined;
8481
+ } | undefined;
8482
+ } & MakeObjectResponsive<{
8483
+ backgroundColor: "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast";
8484
+ }, "backgroundColor"> & {
8485
+ as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
8486
+ } & {
8487
+ children?: React$1.ReactNode | React$1.ReactNode[];
8488
+ tabIndex?: number | undefined;
8489
+ } & TestID>, "backgroundColor" | "as"> & Partial<{
8490
+ border?: csstype.Property.Border<string | number> | {
8491
+ readonly base?: csstype.Property.Border<string | number> | undefined;
8492
+ readonly xs?: csstype.Property.Border<string | number> | undefined;
8493
+ readonly s?: csstype.Property.Border<string | number> | undefined;
8494
+ readonly m?: csstype.Property.Border<string | number> | undefined;
8495
+ readonly l?: csstype.Property.Border<string | number> | undefined;
8496
+ readonly xl?: csstype.Property.Border<string | number> | undefined;
8497
+ } | undefined;
8498
+ backgroundColor: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | {
8499
+ readonly base?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8500
+ readonly xs?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8501
+ readonly s?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8502
+ readonly m?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8503
+ readonly l?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8504
+ readonly xl?: (string & Record<never, never>) | "feedback.background.neutral.lowContrast" | "feedback.background.neutral.highContrast" | "feedback.background.information.lowContrast" | "feedback.background.information.highContrast" | "feedback.background.negative.lowContrast" | "feedback.background.negative.highContrast" | "feedback.background.notice.lowContrast" | "feedback.background.notice.highContrast" | "feedback.background.positive.lowContrast" | "feedback.background.positive.highContrast" | "surface.background.level1.lowContrast" | "surface.background.level1.highContrast" | "surface.background.level2.lowContrast" | "surface.background.level2.highContrast" | "surface.background.level3.lowContrast" | "surface.background.level3.highContrast" | "action.background.primary.default" | "action.background.primary.focus" | "action.background.primary.hover" | "action.background.primary.active" | "action.background.primary.disabled" | "action.background.secondary.default" | "action.background.secondary.focus" | "action.background.secondary.hover" | "action.background.secondary.active" | "action.background.secondary.disabled" | "action.background.tertiary.default" | "action.background.tertiary.focus" | "action.background.tertiary.hover" | "action.background.tertiary.active" | "action.background.tertiary.disabled" | undefined;
8505
+ };
8506
+ lineHeight: SpacingValueType | {
8507
+ readonly base?: SpacingValueType | undefined;
8508
+ readonly xs?: SpacingValueType | undefined;
8509
+ readonly s?: SpacingValueType | undefined;
8510
+ readonly m?: SpacingValueType | undefined;
8511
+ readonly l?: SpacingValueType | undefined;
8512
+ readonly xl?: SpacingValueType | undefined;
8248
8513
  };
8249
8514
  opacity?: csstype.Property.Opacity | {
8250
8515
  readonly base?: csstype.Property.Opacity | undefined;
@@ -8286,14 +8551,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8286
8551
  readonly l?: csstype.Property.BorderBottom<string | number> | undefined;
8287
8552
  readonly xl?: csstype.Property.BorderBottom<string | number> | undefined;
8288
8553
  } | undefined;
8289
- borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
8290
- readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8291
- readonly xs?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8292
- readonly s?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8293
- readonly m?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8294
- readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8295
- readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
8296
- };
8297
8554
  borderLeft?: csstype.Property.BorderLeft<string | number> | {
8298
8555
  readonly base?: csstype.Property.BorderLeft<string | number> | undefined;
8299
8556
  readonly xs?: csstype.Property.BorderLeft<string | number> | undefined;
@@ -8302,14 +8559,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8302
8559
  readonly l?: csstype.Property.BorderLeft<string | number> | undefined;
8303
8560
  readonly xl?: csstype.Property.BorderLeft<string | number> | undefined;
8304
8561
  } | undefined;
8305
- borderRadius: "none" | "small" | "medium" | "large" | "max" | "round" | {
8306
- readonly base?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8307
- readonly xs?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8308
- readonly s?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8309
- readonly m?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8310
- readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8311
- readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
8312
- };
8313
8562
  borderRight?: csstype.Property.BorderRight<string | number> | {
8314
8563
  readonly base?: csstype.Property.BorderRight<string | number> | undefined;
8315
8564
  readonly xs?: csstype.Property.BorderRight<string | number> | undefined;
@@ -8326,14 +8575,6 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8326
8575
  readonly l?: csstype.Property.BorderTop<string | number> | undefined;
8327
8576
  readonly xl?: csstype.Property.BorderTop<string | number> | undefined;
8328
8577
  } | undefined;
8329
- borderWidth: "none" | "thin" | "thick" | {
8330
- readonly base?: "none" | "thin" | "thick" | undefined;
8331
- readonly xs?: "none" | "thin" | "thick" | undefined;
8332
- readonly s?: "none" | "thin" | "thick" | undefined;
8333
- readonly m?: "none" | "thin" | "thick" | undefined;
8334
- readonly l?: "none" | "thin" | "thick" | undefined;
8335
- readonly xl?: "none" | "thin" | "thick" | undefined;
8336
- };
8337
8578
  __brand__?: "platform-web" | {
8338
8579
  readonly base?: "platform-web" | undefined;
8339
8580
  readonly xs?: "platform-web" | undefined;
@@ -8350,4 +8591,4 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
8350
8591
  tabIndex: -1;
8351
8592
  }, "tabIndex">;
8352
8593
 
8353
- export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };
8594
+ export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };