@genesislcap/rapid-design-system 14.435.0 → 14.436.0-FUI-2489.2

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.
@@ -803,6 +803,154 @@
803
803
  }
804
804
  ]
805
805
  },
806
+ {
807
+ "kind": "javascript-module",
808
+ "path": "src/accordion/accordion.styles.ts",
809
+ "declarations": [
810
+ {
811
+ "kind": "function",
812
+ "name": "rapidAccordionStyles",
813
+ "return": {
814
+ "type": {
815
+ "text": "ElementStyles"
816
+ }
817
+ },
818
+ "parameters": [
819
+ {
820
+ "name": "context",
821
+ "type": {
822
+ "text": "ElementDefinitionContext"
823
+ }
824
+ },
825
+ {
826
+ "name": "definition",
827
+ "type": {
828
+ "text": "FoundationElementDefinition"
829
+ }
830
+ }
831
+ ]
832
+ }
833
+ ],
834
+ "exports": [
835
+ {
836
+ "kind": "js",
837
+ "name": "rapidAccordionStyles",
838
+ "declaration": {
839
+ "name": "rapidAccordionStyles",
840
+ "module": "src/accordion/accordion.styles.ts"
841
+ }
842
+ }
843
+ ]
844
+ },
845
+ {
846
+ "kind": "javascript-module",
847
+ "path": "src/accordion/accordion.template.ts",
848
+ "declarations": [
849
+ {
850
+ "kind": "function",
851
+ "name": "rapidAccordionTemplate",
852
+ "return": {
853
+ "type": {
854
+ "text": "ViewTemplate<Accordion>"
855
+ }
856
+ },
857
+ "parameters": [
858
+ {
859
+ "name": "context",
860
+ "type": {
861
+ "text": "ElementDefinitionContext"
862
+ }
863
+ },
864
+ {
865
+ "name": "definition",
866
+ "type": {
867
+ "text": "FoundationElementDefinition"
868
+ }
869
+ }
870
+ ]
871
+ }
872
+ ],
873
+ "exports": [
874
+ {
875
+ "kind": "js",
876
+ "name": "rapidAccordionTemplate",
877
+ "declaration": {
878
+ "name": "rapidAccordionTemplate",
879
+ "module": "src/accordion/accordion.template.ts"
880
+ }
881
+ }
882
+ ]
883
+ },
884
+ {
885
+ "kind": "javascript-module",
886
+ "path": "src/accordion/accordion.ts",
887
+ "declarations": [
888
+ {
889
+ "kind": "class",
890
+ "description": "",
891
+ "name": "Accordion",
892
+ "superclass": {
893
+ "name": "foundationAccordion",
894
+ "package": "@genesislcap/foundation-ui"
895
+ },
896
+ "tagName": "%%prefix%%-accordion",
897
+ "customElement": true
898
+ },
899
+ {
900
+ "kind": "variable",
901
+ "name": "rapidAccordion"
902
+ }
903
+ ],
904
+ "exports": [
905
+ {
906
+ "kind": "js",
907
+ "name": "Accordion",
908
+ "declaration": {
909
+ "name": "Accordion",
910
+ "module": "src/accordion/accordion.ts"
911
+ }
912
+ },
913
+ {
914
+ "kind": "js",
915
+ "name": "rapidAccordion",
916
+ "declaration": {
917
+ "name": "rapidAccordion",
918
+ "module": "src/accordion/accordion.ts"
919
+ }
920
+ }
921
+ ]
922
+ },
923
+ {
924
+ "kind": "javascript-module",
925
+ "path": "src/accordion/index.ts",
926
+ "declarations": [],
927
+ "exports": [
928
+ {
929
+ "kind": "js",
930
+ "name": "*",
931
+ "declaration": {
932
+ "name": "*",
933
+ "package": "./accordion"
934
+ }
935
+ },
936
+ {
937
+ "kind": "js",
938
+ "name": "*",
939
+ "declaration": {
940
+ "name": "*",
941
+ "package": "./accordion.styles"
942
+ }
943
+ },
944
+ {
945
+ "kind": "js",
946
+ "name": "*",
947
+ "declaration": {
948
+ "name": "*",
949
+ "package": "./accordion.template"
950
+ }
951
+ }
952
+ ]
953
+ },
806
954
  {
807
955
  "kind": "javascript-module",
808
956
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1523,154 +1671,6 @@
1523
1671
  }
1524
1672
  ]
1525
1673
  },
1526
- {
1527
- "kind": "javascript-module",
1528
- "path": "src/accordion/accordion.styles.ts",
1529
- "declarations": [
1530
- {
1531
- "kind": "function",
1532
- "name": "rapidAccordionStyles",
1533
- "return": {
1534
- "type": {
1535
- "text": "ElementStyles"
1536
- }
1537
- },
1538
- "parameters": [
1539
- {
1540
- "name": "context",
1541
- "type": {
1542
- "text": "ElementDefinitionContext"
1543
- }
1544
- },
1545
- {
1546
- "name": "definition",
1547
- "type": {
1548
- "text": "FoundationElementDefinition"
1549
- }
1550
- }
1551
- ]
1552
- }
1553
- ],
1554
- "exports": [
1555
- {
1556
- "kind": "js",
1557
- "name": "rapidAccordionStyles",
1558
- "declaration": {
1559
- "name": "rapidAccordionStyles",
1560
- "module": "src/accordion/accordion.styles.ts"
1561
- }
1562
- }
1563
- ]
1564
- },
1565
- {
1566
- "kind": "javascript-module",
1567
- "path": "src/accordion/accordion.template.ts",
1568
- "declarations": [
1569
- {
1570
- "kind": "function",
1571
- "name": "rapidAccordionTemplate",
1572
- "return": {
1573
- "type": {
1574
- "text": "ViewTemplate<Accordion>"
1575
- }
1576
- },
1577
- "parameters": [
1578
- {
1579
- "name": "context",
1580
- "type": {
1581
- "text": "ElementDefinitionContext"
1582
- }
1583
- },
1584
- {
1585
- "name": "definition",
1586
- "type": {
1587
- "text": "FoundationElementDefinition"
1588
- }
1589
- }
1590
- ]
1591
- }
1592
- ],
1593
- "exports": [
1594
- {
1595
- "kind": "js",
1596
- "name": "rapidAccordionTemplate",
1597
- "declaration": {
1598
- "name": "rapidAccordionTemplate",
1599
- "module": "src/accordion/accordion.template.ts"
1600
- }
1601
- }
1602
- ]
1603
- },
1604
- {
1605
- "kind": "javascript-module",
1606
- "path": "src/accordion/accordion.ts",
1607
- "declarations": [
1608
- {
1609
- "kind": "class",
1610
- "description": "",
1611
- "name": "Accordion",
1612
- "superclass": {
1613
- "name": "foundationAccordion",
1614
- "package": "@genesislcap/foundation-ui"
1615
- },
1616
- "tagName": "%%prefix%%-accordion",
1617
- "customElement": true
1618
- },
1619
- {
1620
- "kind": "variable",
1621
- "name": "rapidAccordion"
1622
- }
1623
- ],
1624
- "exports": [
1625
- {
1626
- "kind": "js",
1627
- "name": "Accordion",
1628
- "declaration": {
1629
- "name": "Accordion",
1630
- "module": "src/accordion/accordion.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "js",
1635
- "name": "rapidAccordion",
1636
- "declaration": {
1637
- "name": "rapidAccordion",
1638
- "module": "src/accordion/accordion.ts"
1639
- }
1640
- }
1641
- ]
1642
- },
1643
- {
1644
- "kind": "javascript-module",
1645
- "path": "src/accordion/index.ts",
1646
- "declarations": [],
1647
- "exports": [
1648
- {
1649
- "kind": "js",
1650
- "name": "*",
1651
- "declaration": {
1652
- "name": "*",
1653
- "package": "./accordion"
1654
- }
1655
- },
1656
- {
1657
- "kind": "js",
1658
- "name": "*",
1659
- "declaration": {
1660
- "name": "*",
1661
- "package": "./accordion.styles"
1662
- }
1663
- },
1664
- {
1665
- "kind": "js",
1666
- "name": "*",
1667
- "declaration": {
1668
- "name": "*",
1669
- "package": "./accordion.template"
1670
- }
1671
- }
1672
- ]
1673
- },
1674
1674
  {
1675
1675
  "kind": "javascript-module",
1676
1676
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -26468,7 +26468,7 @@
26468
26468
  "kind": "field",
26469
26469
  "name": "frequencyList",
26470
26470
  "type": {
26471
- "text": "Array<Number>"
26471
+ "text": "Array<number>"
26472
26472
  },
26473
26473
  "description": "The frequency dropdown list",
26474
26474
  "readonly": true,
@@ -1 +1 @@
1
- {"version":3,"file":"color.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/color.hex.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,YAAY;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,IAAI,YAAY;IAChB,GAAG,YAAY;IACf,IAAI,YAAY;IAEhB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,aAAa,YAAY;IACzB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,GAAG,YAAY;IACf,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,eAAe,YAAY;IAC3B,MAAM,YAAY;IAClB,WAAW,YAAY;IACvB,KAAK,YAAY;IACjB,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,GAAG,YAAY;IACf,QAAQ,YAAY;CACrB"}
1
+ {"version":3,"file":"color.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/color.hex.ts"],"names":[],"mappings":"AACA,oBAAY,QAAQ;IAClB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,YAAY;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,IAAI,YAAY;IAChB,GAAG,YAAY;IACf,IAAI,YAAY;IAEhB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,aAAa,YAAY;IACzB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,GAAG,YAAY;IACf,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,eAAe,YAAY;IAC3B,MAAM,YAAY;IAClB,WAAW,YAAY;IACvB,KAAK,YAAY;IACjB,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,GAAG,YAAY;IACf,QAAQ,YAAY;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAyF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAuF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAsFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid.d.ts","sourceRoot":"","sources":["../../../src/data-grid/data-grid.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,aAAa,8LAA6B,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAEtD,eAAO,MAAM,qBAAqB,IAAgB,CAAC;AACnD,eAAO,MAAM,qBAAqB,KAAW,CAAC;AAC9C,eAAO,MAAM,mBAAmB,KAAS,CAAC;AAC1C,eAAO,MAAM,0BAA0B,KAAgB,CAAC"}
1
+ {"version":3,"file":"data-grid.d.ts","sourceRoot":"","sources":["../../../src/data-grid/data-grid.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,aAAa,8LAA6B,CAAC;AAExD,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAC;AAEtD,eAAO,MAAM,qBAAqB,IAAgB,CAAC;AACnD,eAAO,MAAM,qBAAqB,KAAW,CAAC;AAC9C,eAAO,MAAM,mBAAmB,KAAS,CAAC;AAC1C,eAAO,MAAM,0BAA0B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid-cell.d.ts","sourceRoot":"","sources":["../../../src/data-grid-cell/data-grid-cell.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,iBAAiB,kMAAiC,CAAC;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,eAAO,MAAM,yBAAyB,IAAgB,CAAC;AACvD,eAAO,MAAM,yBAAyB,KAAW,CAAC;AAClD,eAAO,MAAM,uBAAuB,KAAS,CAAC;AAC9C,eAAO,MAAM,8BAA8B,KAAgB,CAAC"}
1
+ {"version":3,"file":"data-grid-cell.d.ts","sourceRoot":"","sources":["../../../src/data-grid-cell/data-grid-cell.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,kMAAiC,CAAC;AAEhE,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,eAAO,MAAM,yBAAyB,IAAgB,CAAC;AACvD,eAAO,MAAM,yBAAyB,KAAW,CAAC;AAClD,eAAO,MAAM,uBAAuB,KAAS,CAAC;AAC9C,eAAO,MAAM,8BAA8B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid-row.d.ts","sourceRoot":"","sources":["../../../src/data-grid-row/data-grid-row.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,gBAAgB,iMAAgC,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,eAAO,MAAM,wBAAwB,IAAgB,CAAC;AACtD,eAAO,MAAM,wBAAwB,KAAW,CAAC;AACjD,eAAO,MAAM,sBAAsB,KAAS,CAAC;AAC7C,eAAO,MAAM,6BAA6B,KAAgB,CAAC"}
1
+ {"version":3,"file":"data-grid-row.d.ts","sourceRoot":"","sources":["../../../src/data-grid-row/data-grid-row.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,iMAAgC,CAAC;AAE9D,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAEzD,eAAO,MAAM,wBAAwB,IAAgB,CAAC;AACtD,eAAO,MAAM,wBAAwB,KAAW,CAAC;AACjD,eAAO,MAAM,sBAAsB,KAAS,CAAC;AAC7C,eAAO,MAAM,6BAA6B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../../src/error-boundary/error-boundary.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;6DAAkC,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,eAAO,MAAM,0BAA0B,IAAgB,CAAC;AACxD,eAAO,MAAM,0BAA0B,KAAW,CAAC;AACnD,eAAO,MAAM,wBAAwB,KAAS,CAAC;AAC/C,eAAO,MAAM,+BAA+B,KAAgB,CAAC"}
1
+ {"version":3,"file":"error-boundary.d.ts","sourceRoot":"","sources":["../../../src/error-boundary/error-boundary.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;6DAAkC,CAAC;AAElE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,eAAO,MAAM,0BAA0B,IAAgB,CAAC;AACxD,eAAO,MAAM,0BAA0B,KAAW,CAAC;AACnD,eAAO,MAAM,wBAAwB,KAAS,CAAC;AAC/C,eAAO,MAAM,+BAA+B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"flex-layout.d.ts","sourceRoot":"","sources":["../../../src/flex-layout/flex-layout.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe;;;;;0DAA+B,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,eAAO,MAAM,uBAAuB,IAAgB,CAAC;AACrD,eAAO,MAAM,uBAAuB,KAAW,CAAC;AAChD,eAAO,MAAM,qBAAqB,KAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,KAAgB,CAAC"}
1
+ {"version":3,"file":"flex-layout.d.ts","sourceRoot":"","sources":["../../../src/flex-layout/flex-layout.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;0DAA+B,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,eAAO,MAAM,uBAAuB,IAAgB,CAAC;AACrD,eAAO,MAAM,uBAAuB,KAAW,CAAC;AAChD,eAAO,MAAM,qBAAqB,KAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"grid-layout.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/grid-layout.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe;;;;;0DAA+B,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,eAAO,MAAM,uBAAuB,IAAgB,CAAC;AACrD,eAAO,MAAM,uBAAuB,KAAW,CAAC;AAChD,eAAO,MAAM,qBAAqB,KAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,KAAgB,CAAC"}
1
+ {"version":3,"file":"grid-layout.d.ts","sourceRoot":"","sources":["../../../src/grid-layout/grid-layout.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe;;;;;0DAA+B,CAAC;AAE5D,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,eAAO,MAAM,uBAAuB,IAAgB,CAAC;AACrD,eAAO,MAAM,uBAAuB,KAAW,CAAC;AAChD,eAAO,MAAM,qBAAqB,KAAS,CAAC;AAC5C,eAAO,MAAM,4BAA4B,KAAgB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"grid-layout-item.d.ts","sourceRoot":"","sources":["../../../src/grid-layout-item/grid-layout-item.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,mBAAmB;;;;8DAAmC,CAAC;AAEpE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,eAAO,MAAM,2BAA2B,IAAgB,CAAC;AACzD,eAAO,MAAM,2BAA2B,KAAW,CAAC;AACpD,eAAO,MAAM,yBAAyB,KAAS,CAAC;AAChD,eAAO,MAAM,gCAAgC,KAAgB,CAAC"}
1
+ {"version":3,"file":"grid-layout-item.d.ts","sourceRoot":"","sources":["../../../src/grid-layout-item/grid-layout-item.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,mBAAmB;;;;8DAAmC,CAAC;AAEpE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAE5D,eAAO,MAAM,2BAA2B,IAAgB,CAAC;AACzD,eAAO,MAAM,2BAA2B,KAAW,CAAC;AACpD,eAAO,MAAM,yBAAyB,KAAS,CAAC;AAChD,eAAO,MAAM,gCAAgC,KAAgB,CAAC"}
@@ -111,6 +111,15 @@ interface HTMLWCProps extends React.AriaAttributes {
111
111
  onInput?(e: Event): void;
112
112
  }
113
113
 
114
+ export declare const Accordion: React.ForwardRefExoticComponent<
115
+ React.PropsWithChildren<
116
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
117
+ HTMLWCProps & {
118
+ }
119
+ > & React.RefAttributes<AccordionWC>
120
+ >;
121
+ export type AccordionRef = AccordionWC;
122
+
114
123
  export declare const AccordionItem: React.ForwardRefExoticComponent<
115
124
  React.PropsWithChildren<
116
125
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -129,15 +138,6 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
129
138
  >;
130
139
  export type ActionsMenuRef = ActionsMenuWC;
131
140
 
132
- export declare const Accordion: React.ForwardRefExoticComponent<
133
- React.PropsWithChildren<
134
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
135
- HTMLWCProps & {
136
- }
137
- > & React.RefAttributes<AccordionWC>
138
- >;
139
- export type AccordionRef = AccordionWC;
140
-
141
141
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
142
142
  React.PropsWithChildren<
143
143
  Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
@@ -1,3 +1,4 @@
1
+ /* oxlint-disable typescript/no-duplicate-enum-values -- semantic aliases intentionally share palette hex */
1
2
  export var ColorHEX;
2
3
  (function (ColorHEX) {
3
4
  ColorHEX["primary"] = "#11C9FC";
@@ -32,3 +33,4 @@ export var ColorHEX;
32
33
  ColorHEX["ice"] = "#97f4eb";
33
34
  ColorHEX["lightIce"] = "#6befe2";
34
35
  })(ColorHEX || (ColorHEX = {}));
36
+ /* oxlint-enable typescript/no-duplicate-enum-values */
@@ -1,5 +1,3 @@
1
- // eslint-disable-next-line import/order
2
- import { designSystemProvider } from './design-system-provider';
3
1
  import { rapidAccordion } from './accordion';
4
2
  import { rapidAccordionItem } from './accordion-item';
5
3
  import { rapidActionsMenu } from './actions-menu';
@@ -23,6 +21,7 @@ import { rapidDataGrid } from './data-grid';
23
21
  import { rapidDataGridCell } from './data-grid-cell';
24
22
  import { rapidDataGridRow } from './data-grid-row';
25
23
  import { rapidDatePicker } from './date-picker';
24
+ import { designSystemProvider } from './design-system-provider';
26
25
  import { rapidDialog } from './dialog';
27
26
  import { rapidDisclosure } from './disclosure';
28
27
  import { rapidDivider } from './divider';
@@ -1,6 +1,5 @@
1
1
  import { foundationDataGrid } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationDataGrid);
5
4
  export const rapidDataGrid = () => foundationDataGrid();
6
5
  export { DataGrid } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationDataGridCell } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationDataGridCell);
5
4
  export const rapidDataGridCell = () => foundationDataGridCell();
6
5
  export { DataGridCell } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationDataGridRow } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationDataGridRow);
5
4
  export const rapidDataGridRow = () => foundationDataGridRow();
6
5
  export { DataGridRow } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationErrorBoundary } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationErrorBoundary);
5
4
  export const rapidErrorBoundary = () => foundationErrorBoundary();
6
5
  export { ErrorBoundary } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationFlexLayout } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationFlexLayout);
5
4
  export const rapidFlexLayout = () => foundationFlexLayout();
6
5
  export { FlexLayout } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationGridLayout } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationGridLayout);
5
4
  export const rapidGridLayout = () => foundationGridLayout();
6
5
  export { GridLayout } from '@genesislcap/foundation-ui';
@@ -1,6 +1,5 @@
1
1
  import { foundationGridLayoutItem } from '@genesislcap/foundation-ui';
2
2
  import { getExports } from '../utils';
3
- // eslint-disable-next-line prettier/prettier
4
3
  const { defaultConfig, shadowOptions, styles, template } = getExports(foundationGridLayoutItem);
5
4
  export const rapidGridLayoutItem = () => foundationGridLayoutItem();
6
5
  export { GridLayoutItem } from '@genesislcap/foundation-ui';
@@ -1,4 +1,4 @@
1
- import { NumberField as FoundationNumberField, defaultNumberFieldConfig as foundationNumberFieldConfig, foundationNumberFieldShadowOptions, foundationNumberFieldTemplate as foundationNumberFieldTemplate, } from '@genesislcap/foundation-ui';
1
+ import { NumberField as FoundationNumberField, defaultNumberFieldConfig as foundationNumberFieldConfig, foundationNumberFieldShadowOptions, foundationNumberFieldTemplate, } from '@genesislcap/foundation-ui';
2
2
  import { rapidNumberFieldStyles as styles } from './number-field.styles';
3
3
  /**
4
4
  * @tagname %%prefix%%-number-field
@@ -1,2 +1,2 @@
1
- import { foundationTreeItemTemplate as foundationTreeItemTemplate } from '@genesislcap/foundation-ui';
1
+ import { foundationTreeItemTemplate } from '@genesislcap/foundation-ui';
2
2
  export const rapidTreeItemTemplate = (context, definition) => foundationTreeItemTemplate(context, definition);
@@ -1,2 +1,2 @@
1
- import { foundationTreeViewTemplate as foundationTreeViewTemplate } from '@genesislcap/foundation-ui';
1
+ import { foundationTreeViewTemplate } from '@genesislcap/foundation-ui';
2
2
  export const rapidTreeViewTemplate = (context, definition) => foundationTreeViewTemplate(context, definition);
package/dist/react.cjs CHANGED
@@ -93,6 +93,11 @@ function _mergeRefs(...refs) {
93
93
  };
94
94
  }
95
95
 
96
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
97
+ const { children, ...rest } = props;
98
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
99
+ });
100
+
96
101
  const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
97
102
  const { children, ...rest } = props;
98
103
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -103,11 +108,6 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
103
108
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
104
109
  });
105
110
 
106
- const Accordion = React.forwardRef(function Accordion(props, ref) {
107
- const { children, ...rest } = props;
108
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
109
- });
110
-
111
111
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
112
112
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
113
113
  const _innerRef = React.useRef(null);
@@ -775,9 +775,9 @@ const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props,
775
775
  });
776
776
 
777
777
  module.exports = {
778
+ Accordion,
778
779
  AccordionItem,
779
780
  ActionsMenu,
780
- Accordion,
781
781
  AiCriteriaSearch,
782
782
  AiIndicator,
783
783
  Anchor,
package/dist/react.mjs CHANGED
@@ -91,6 +91,11 @@ function _mergeRefs(...refs) {
91
91
  };
92
92
  }
93
93
 
94
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
95
+ const { children, ...rest } = props;
96
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
97
+ });
98
+
94
99
  export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
95
100
  const { children, ...rest } = props;
96
101
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -101,11 +106,6 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
101
106
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
102
107
  });
103
108
 
104
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
105
- const { children, ...rest } = props;
106
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
107
- });
108
-
109
109
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
110
110
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
111
111
  const _innerRef = React.useRef(null);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.435.0",
4
+ "version": "14.436.0-FUI-2489.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.435.0",
39
- "@genesislcap/rollup-builder": "14.435.0",
40
- "@genesislcap/ts-builder": "14.435.0",
41
- "@genesislcap/uvu-playwright-builder": "14.435.0",
42
- "@genesislcap/vite-builder": "14.435.0",
43
- "@genesislcap/webpack-builder": "14.435.0"
38
+ "@genesislcap/genx": "14.436.0-FUI-2489.2",
39
+ "@genesislcap/rollup-builder": "14.436.0-FUI-2489.2",
40
+ "@genesislcap/ts-builder": "14.436.0-FUI-2489.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.436.0-FUI-2489.2",
42
+ "@genesislcap/vite-builder": "14.436.0-FUI-2489.2",
43
+ "@genesislcap/webpack-builder": "14.436.0-FUI-2489.2"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.435.0",
47
- "@genesislcap/foundation-ui": "14.435.0",
48
- "@genesislcap/foundation-utils": "14.435.0",
46
+ "@genesislcap/foundation-logger": "14.436.0-FUI-2489.2",
47
+ "@genesislcap/foundation-ui": "14.436.0-FUI-2489.2",
48
+ "@genesislcap/foundation-utils": "14.436.0-FUI-2489.2",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -73,5 +73,5 @@
73
73
  "require": "./dist/react.cjs"
74
74
  }
75
75
  },
76
- "gitHead": "a0028d441ad3dbee9fd03f0da6798c928ea5f2bc"
76
+ "gitHead": "16309f873a08dfa541589cd172482677ff5dfd20"
77
77
  }