@genesislcap/rapid-design-system 15.3.2 → 15.3.3-alpha-4899ddd.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.
@@ -884,154 +884,6 @@
884
884
  }
885
885
  ]
886
886
  },
887
- {
888
- "kind": "javascript-module",
889
- "path": "src/accordion/accordion.styles.ts",
890
- "declarations": [
891
- {
892
- "kind": "function",
893
- "name": "rapidAccordionStyles",
894
- "return": {
895
- "type": {
896
- "text": "ElementStyles"
897
- }
898
- },
899
- "parameters": [
900
- {
901
- "name": "context",
902
- "type": {
903
- "text": "ElementDefinitionContext"
904
- }
905
- },
906
- {
907
- "name": "definition",
908
- "type": {
909
- "text": "FoundationElementDefinition"
910
- }
911
- }
912
- ]
913
- }
914
- ],
915
- "exports": [
916
- {
917
- "kind": "js",
918
- "name": "rapidAccordionStyles",
919
- "declaration": {
920
- "name": "rapidAccordionStyles",
921
- "module": "src/accordion/accordion.styles.ts"
922
- }
923
- }
924
- ]
925
- },
926
- {
927
- "kind": "javascript-module",
928
- "path": "src/accordion/accordion.template.ts",
929
- "declarations": [
930
- {
931
- "kind": "function",
932
- "name": "rapidAccordionTemplate",
933
- "return": {
934
- "type": {
935
- "text": "ViewTemplate<Accordion>"
936
- }
937
- },
938
- "parameters": [
939
- {
940
- "name": "context",
941
- "type": {
942
- "text": "ElementDefinitionContext"
943
- }
944
- },
945
- {
946
- "name": "definition",
947
- "type": {
948
- "text": "FoundationElementDefinition"
949
- }
950
- }
951
- ]
952
- }
953
- ],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "rapidAccordionTemplate",
958
- "declaration": {
959
- "name": "rapidAccordionTemplate",
960
- "module": "src/accordion/accordion.template.ts"
961
- }
962
- }
963
- ]
964
- },
965
- {
966
- "kind": "javascript-module",
967
- "path": "src/accordion/accordion.ts",
968
- "declarations": [
969
- {
970
- "kind": "class",
971
- "description": "",
972
- "name": "Accordion",
973
- "superclass": {
974
- "name": "foundationAccordion",
975
- "package": "@genesislcap/foundation-ui"
976
- },
977
- "tagName": "%%prefix%%-accordion",
978
- "customElement": true
979
- },
980
- {
981
- "kind": "variable",
982
- "name": "rapidAccordion"
983
- }
984
- ],
985
- "exports": [
986
- {
987
- "kind": "js",
988
- "name": "Accordion",
989
- "declaration": {
990
- "name": "Accordion",
991
- "module": "src/accordion/accordion.ts"
992
- }
993
- },
994
- {
995
- "kind": "js",
996
- "name": "rapidAccordion",
997
- "declaration": {
998
- "name": "rapidAccordion",
999
- "module": "src/accordion/accordion.ts"
1000
- }
1001
- }
1002
- ]
1003
- },
1004
- {
1005
- "kind": "javascript-module",
1006
- "path": "src/accordion/index.ts",
1007
- "declarations": [],
1008
- "exports": [
1009
- {
1010
- "kind": "js",
1011
- "name": "*",
1012
- "declaration": {
1013
- "name": "*",
1014
- "package": "./accordion"
1015
- }
1016
- },
1017
- {
1018
- "kind": "js",
1019
- "name": "*",
1020
- "declaration": {
1021
- "name": "*",
1022
- "package": "./accordion.styles"
1023
- }
1024
- },
1025
- {
1026
- "kind": "js",
1027
- "name": "*",
1028
- "declaration": {
1029
- "name": "*",
1030
- "package": "./accordion.template"
1031
- }
1032
- }
1033
- ]
1034
- },
1035
887
  {
1036
888
  "kind": "javascript-module",
1037
889
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1772,6 +1624,154 @@
1772
1624
  }
1773
1625
  ]
1774
1626
  },
1627
+ {
1628
+ "kind": "javascript-module",
1629
+ "path": "src/accordion/accordion.styles.ts",
1630
+ "declarations": [
1631
+ {
1632
+ "kind": "function",
1633
+ "name": "rapidAccordionStyles",
1634
+ "return": {
1635
+ "type": {
1636
+ "text": "ElementStyles"
1637
+ }
1638
+ },
1639
+ "parameters": [
1640
+ {
1641
+ "name": "context",
1642
+ "type": {
1643
+ "text": "ElementDefinitionContext"
1644
+ }
1645
+ },
1646
+ {
1647
+ "name": "definition",
1648
+ "type": {
1649
+ "text": "FoundationElementDefinition"
1650
+ }
1651
+ }
1652
+ ]
1653
+ }
1654
+ ],
1655
+ "exports": [
1656
+ {
1657
+ "kind": "js",
1658
+ "name": "rapidAccordionStyles",
1659
+ "declaration": {
1660
+ "name": "rapidAccordionStyles",
1661
+ "module": "src/accordion/accordion.styles.ts"
1662
+ }
1663
+ }
1664
+ ]
1665
+ },
1666
+ {
1667
+ "kind": "javascript-module",
1668
+ "path": "src/accordion/accordion.template.ts",
1669
+ "declarations": [
1670
+ {
1671
+ "kind": "function",
1672
+ "name": "rapidAccordionTemplate",
1673
+ "return": {
1674
+ "type": {
1675
+ "text": "ViewTemplate<Accordion>"
1676
+ }
1677
+ },
1678
+ "parameters": [
1679
+ {
1680
+ "name": "context",
1681
+ "type": {
1682
+ "text": "ElementDefinitionContext"
1683
+ }
1684
+ },
1685
+ {
1686
+ "name": "definition",
1687
+ "type": {
1688
+ "text": "FoundationElementDefinition"
1689
+ }
1690
+ }
1691
+ ]
1692
+ }
1693
+ ],
1694
+ "exports": [
1695
+ {
1696
+ "kind": "js",
1697
+ "name": "rapidAccordionTemplate",
1698
+ "declaration": {
1699
+ "name": "rapidAccordionTemplate",
1700
+ "module": "src/accordion/accordion.template.ts"
1701
+ }
1702
+ }
1703
+ ]
1704
+ },
1705
+ {
1706
+ "kind": "javascript-module",
1707
+ "path": "src/accordion/accordion.ts",
1708
+ "declarations": [
1709
+ {
1710
+ "kind": "class",
1711
+ "description": "",
1712
+ "name": "Accordion",
1713
+ "superclass": {
1714
+ "name": "foundationAccordion",
1715
+ "package": "@genesislcap/foundation-ui"
1716
+ },
1717
+ "tagName": "%%prefix%%-accordion",
1718
+ "customElement": true
1719
+ },
1720
+ {
1721
+ "kind": "variable",
1722
+ "name": "rapidAccordion"
1723
+ }
1724
+ ],
1725
+ "exports": [
1726
+ {
1727
+ "kind": "js",
1728
+ "name": "Accordion",
1729
+ "declaration": {
1730
+ "name": "Accordion",
1731
+ "module": "src/accordion/accordion.ts"
1732
+ }
1733
+ },
1734
+ {
1735
+ "kind": "js",
1736
+ "name": "rapidAccordion",
1737
+ "declaration": {
1738
+ "name": "rapidAccordion",
1739
+ "module": "src/accordion/accordion.ts"
1740
+ }
1741
+ }
1742
+ ]
1743
+ },
1744
+ {
1745
+ "kind": "javascript-module",
1746
+ "path": "src/accordion/index.ts",
1747
+ "declarations": [],
1748
+ "exports": [
1749
+ {
1750
+ "kind": "js",
1751
+ "name": "*",
1752
+ "declaration": {
1753
+ "name": "*",
1754
+ "package": "./accordion"
1755
+ }
1756
+ },
1757
+ {
1758
+ "kind": "js",
1759
+ "name": "*",
1760
+ "declaration": {
1761
+ "name": "*",
1762
+ "package": "./accordion.styles"
1763
+ }
1764
+ },
1765
+ {
1766
+ "kind": "js",
1767
+ "name": "*",
1768
+ "declaration": {
1769
+ "name": "*",
1770
+ "package": "./accordion.template"
1771
+ }
1772
+ }
1773
+ ]
1774
+ },
1775
1775
  {
1776
1776
  "kind": "javascript-module",
1777
1777
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -119,15 +119,6 @@ interface HTMLWCProps extends React.AriaAttributes {
119
119
  onInput?(e: Event): void;
120
120
  }
121
121
 
122
- export declare const Accordion: React.ForwardRefExoticComponent<
123
- React.PropsWithChildren<
124
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
125
- HTMLWCProps & {
126
- }
127
- > & React.RefAttributes<AccordionWC>
128
- >;
129
- export type AccordionRef = AccordionWC;
130
-
131
122
  export declare const AccordionItem: React.ForwardRefExoticComponent<
132
123
  React.PropsWithChildren<
133
124
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -146,6 +137,15 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
146
137
  >;
147
138
  export type ActionsMenuRef = ActionsMenuWC;
148
139
 
140
+ export declare const Accordion: React.ForwardRefExoticComponent<
141
+ React.PropsWithChildren<
142
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
143
+ HTMLWCProps & {
144
+ }
145
+ > & React.RefAttributes<AccordionWC>
146
+ >;
147
+ export type AccordionRef = AccordionWC;
148
+
149
149
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
150
150
  React.PropsWithChildren<
151
151
  Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -99,11 +99,6 @@ function _mergeRefs(...refs) {
99
99
  };
100
100
  }
101
101
 
102
- const Accordion = React.forwardRef(function Accordion(props, ref) {
103
- const { children, ...rest } = props;
104
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
105
- });
106
-
107
102
  const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
108
103
  const { children, ...rest } = props;
109
104
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -114,6 +109,11 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
114
109
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
115
110
  });
116
111
 
112
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
113
+ const { children, ...rest } = props;
114
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
115
+ });
116
+
117
117
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
118
118
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
119
119
  const _innerRef = React.useRef(null);
@@ -999,9 +999,9 @@ const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props,
999
999
  });
1000
1000
 
1001
1001
  module.exports = {
1002
- Accordion,
1003
1002
  AccordionItem,
1004
1003
  ActionsMenu,
1004
+ Accordion,
1005
1005
  AiCriteriaSearch,
1006
1006
  AiIndicator,
1007
1007
  Anchor,
package/dist/react.mjs CHANGED
@@ -97,11 +97,6 @@ function _mergeRefs(...refs) {
97
97
  };
98
98
  }
99
99
 
100
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
101
- const { children, ...rest } = props;
102
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
103
- });
104
-
105
100
  export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
106
101
  const { children, ...rest } = props;
107
102
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -112,6 +107,11 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
112
107
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
113
108
  });
114
109
 
110
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
111
+ const { children, ...rest } = props;
112
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
113
+ });
114
+
115
115
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
116
116
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
117
117
  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": "15.3.2",
4
+ "version": "15.3.3-alpha-4899ddd.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,13 +38,13 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
41
- "@genesislcap/foundation-testing": "15.3.2",
42
- "@genesislcap/genx": "15.3.2",
43
- "@genesislcap/rollup-builder": "15.3.2",
44
- "@genesislcap/ts-builder": "15.3.2",
45
- "@genesislcap/uvu-playwright-builder": "15.3.2",
46
- "@genesislcap/vite-builder": "15.3.2",
47
- "@genesislcap/webpack-builder": "15.3.2",
41
+ "@genesislcap/foundation-testing": "15.3.3-alpha-4899ddd.0",
42
+ "@genesislcap/genx": "15.3.3-alpha-4899ddd.0",
43
+ "@genesislcap/rollup-builder": "15.3.3-alpha-4899ddd.0",
44
+ "@genesislcap/ts-builder": "15.3.3-alpha-4899ddd.0",
45
+ "@genesislcap/uvu-playwright-builder": "15.3.3-alpha-4899ddd.0",
46
+ "@genesislcap/vite-builder": "15.3.3-alpha-4899ddd.0",
47
+ "@genesislcap/webpack-builder": "15.3.3-alpha-4899ddd.0",
48
48
  "flexlayout-react": "^0.8.19"
49
49
  },
50
50
  "peerDependencies": {
@@ -56,9 +56,9 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-logger": "15.3.2",
60
- "@genesislcap/foundation-ui": "15.3.2",
61
- "@genesislcap/foundation-utils": "15.3.2",
59
+ "@genesislcap/foundation-logger": "15.3.3-alpha-4899ddd.0",
60
+ "@genesislcap/foundation-ui": "15.3.3-alpha-4899ddd.0",
61
+ "@genesislcap/foundation-utils": "15.3.3-alpha-4899ddd.0",
62
62
  "@microsoft/fast-colors": "5.3.1",
63
63
  "@microsoft/fast-components": "2.30.6",
64
64
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "9b3b32a9d7642518469a81d1ed9cc79b3a6c0ece"
89
+ "gitHead": "aaf601ba5464fd53d1edc1a690443b6e38f5dff3"
90
90
  }