@genesislcap/rapid-design-system 15.3.3-alpha-4899ddd.0 → 15.3.4

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,6 +884,154 @@
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
+ },
887
1035
  {
888
1036
  "kind": "javascript-module",
889
1037
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1624,154 +1772,6 @@
1624
1772
  }
1625
1773
  ]
1626
1774
  },
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,6 +119,15 @@ 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
+
122
131
  export declare const AccordionItem: React.ForwardRefExoticComponent<
123
132
  React.PropsWithChildren<
124
133
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -137,15 +146,6 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
137
146
  >;
138
147
  export type ActionsMenuRef = ActionsMenuWC;
139
148
 
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,6 +99,11 @@ 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
+
102
107
  const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
103
108
  const { children, ...rest } = props;
104
109
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -109,11 +114,6 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
109
114
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
110
115
  });
111
116
 
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,
1002
1003
  AccordionItem,
1003
1004
  ActionsMenu,
1004
- Accordion,
1005
1005
  AiCriteriaSearch,
1006
1006
  AiIndicator,
1007
1007
  Anchor,
package/dist/react.mjs CHANGED
@@ -97,6 +97,11 @@ 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
+
100
105
  export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
101
106
  const { children, ...rest } = props;
102
107
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
@@ -107,11 +112,6 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
107
112
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
108
113
  });
109
114
 
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.3-alpha-4899ddd.0",
4
+ "version": "15.3.4",
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.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",
41
+ "@genesislcap/foundation-testing": "15.3.4",
42
+ "@genesislcap/genx": "15.3.4",
43
+ "@genesislcap/rollup-builder": "15.3.4",
44
+ "@genesislcap/ts-builder": "15.3.4",
45
+ "@genesislcap/uvu-playwright-builder": "15.3.4",
46
+ "@genesislcap/vite-builder": "15.3.4",
47
+ "@genesislcap/webpack-builder": "15.3.4",
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.3-alpha-4899ddd.0",
60
- "@genesislcap/foundation-ui": "15.3.3-alpha-4899ddd.0",
61
- "@genesislcap/foundation-utils": "15.3.3-alpha-4899ddd.0",
59
+ "@genesislcap/foundation-logger": "15.3.4",
60
+ "@genesislcap/foundation-ui": "15.3.4",
61
+ "@genesislcap/foundation-utils": "15.3.4",
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": "aaf601ba5464fd53d1edc1a690443b6e38f5dff3"
89
+ "gitHead": "191a57bd28a112b5cd2b282a9c0dbb8c8b689617"
90
90
  }