@genesislcap/foundation-zero 15.8.1-PTC-0.1 → 15.8.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.
@@ -124,6 +124,15 @@ interface HTMLWCProps extends React.AriaAttributes {
124
124
  onInput?(e: Event): void;
125
125
  }
126
126
 
127
+ export declare const Accordion: React.ForwardRefExoticComponent<
128
+ React.PropsWithChildren<
129
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
130
+ HTMLWCProps & {
131
+ }
132
+ > & React.RefAttributes<AccordionWC>
133
+ >;
134
+ export type AccordionRef = AccordionWC;
135
+
127
136
  export declare const AccordionItem: React.ForwardRefExoticComponent<
128
137
  React.PropsWithChildren<
129
138
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -153,15 +162,6 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
153
162
  >;
154
163
  export type AiCriteriaSearchRef = AiCriteriaSearchWC;
155
164
 
156
- export declare const Accordion: React.ForwardRefExoticComponent<
157
- React.PropsWithChildren<
158
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
159
- HTMLWCProps & {
160
- }
161
- > & React.RefAttributes<AccordionWC>
162
- >;
163
- export type AccordionRef = AccordionWC;
164
-
165
165
  export declare const AiIndicator: React.ForwardRefExoticComponent<
166
166
  React.PropsWithChildren<
167
167
  Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -104,6 +104,11 @@ function _mergeRefs(...refs) {
104
104
  };
105
105
  }
106
106
 
107
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
108
+ const { children, ...rest } = props;
109
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
110
+ });
111
+
107
112
  const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
108
113
  const { children, ...rest } = props;
109
114
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
@@ -136,11 +141,6 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
136
141
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
137
142
  });
138
143
 
139
- const Accordion = React.forwardRef(function Accordion(props, ref) {
140
- const { children, ...rest } = props;
141
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
142
- });
143
-
144
144
  const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
145
145
  const { children, ...rest } = props;
146
146
  return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
@@ -1063,10 +1063,10 @@ const VerificationCodeInput = React.forwardRef(function VerificationCodeInput(pr
1063
1063
  });
1064
1064
 
1065
1065
  module.exports = {
1066
+ Accordion,
1066
1067
  AccordionItem,
1067
1068
  ActionsMenu,
1068
1069
  AiCriteriaSearch,
1069
- Accordion,
1070
1070
  AiIndicator,
1071
1071
  Anchor,
1072
1072
  AnchoredRegion,
package/dist/react.mjs CHANGED
@@ -102,6 +102,11 @@ function _mergeRefs(...refs) {
102
102
  };
103
103
  }
104
104
 
105
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
106
+ const { children, ...rest } = props;
107
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
108
+ });
109
+
105
110
  export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
106
111
  const { children, ...rest } = props;
107
112
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
@@ -134,11 +139,6 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
134
139
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
135
140
  });
136
141
 
137
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
138
- const { children, ...rest } = props;
139
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
140
- });
141
-
142
142
  export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
143
143
  const { children, ...rest } = props;
144
144
  return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "15.8.1-PTC-0.1",
4
+ "version": "15.8.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "15.8.1-PTC-0.1",
77
- "@genesislcap/rollup-builder": "15.8.1-PTC-0.1",
78
- "@genesislcap/ts-builder": "15.8.1-PTC-0.1",
79
- "@genesislcap/uvu-playwright-builder": "15.8.1-PTC-0.1",
80
- "@genesislcap/vite-builder": "15.8.1-PTC-0.1",
81
- "@genesislcap/webpack-builder": "15.8.1-PTC-0.1"
76
+ "@genesislcap/genx": "15.8.2",
77
+ "@genesislcap/rollup-builder": "15.8.2",
78
+ "@genesislcap/ts-builder": "15.8.2",
79
+ "@genesislcap/uvu-playwright-builder": "15.8.2",
80
+ "@genesislcap/vite-builder": "15.8.2",
81
+ "@genesislcap/webpack-builder": "15.8.2"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.8.1-PTC-0.1",
85
- "@genesislcap/foundation-logger": "15.8.1-PTC-0.1",
86
- "@genesislcap/foundation-ui": "15.8.1-PTC-0.1",
87
- "@genesislcap/foundation-utils": "15.8.1-PTC-0.1",
84
+ "@genesislcap/foundation-comms": "15.8.2",
85
+ "@genesislcap/foundation-logger": "15.8.2",
86
+ "@genesislcap/foundation-ui": "15.8.2",
87
+ "@genesislcap/foundation-utils": "15.8.2",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "d3b158d9e91f31fc6a248b8b75d7c8f8d5589bc6"
114
+ "gitHead": "c62567e4acee7219798579d18a023be909bdd0a0"
115
115
  }