@genesislcap/foundation-zero 15.10.0 → 15.10.1

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,15 +124,6 @@ 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
-
136
127
  export declare const AccordionItem: React.ForwardRefExoticComponent<
137
128
  React.PropsWithChildren<
138
129
  Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
@@ -142,23 +133,23 @@ export declare const AccordionItem: React.ForwardRefExoticComponent<
142
133
  >;
143
134
  export type AccordionItemRef = AccordionItemWC;
144
135
 
145
- export declare const ActionsMenu: React.ForwardRefExoticComponent<
136
+ export declare const Accordion: React.ForwardRefExoticComponent<
146
137
  React.PropsWithChildren<
147
- Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
138
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
148
139
  HTMLWCProps & {
149
140
  }
150
- > & React.RefAttributes<ActionsMenuWC>
141
+ > & React.RefAttributes<AccordionWC>
151
142
  >;
152
- export type ActionsMenuRef = ActionsMenuWC;
143
+ export type AccordionRef = AccordionWC;
153
144
 
154
- export declare const AiIndicator: React.ForwardRefExoticComponent<
145
+ export declare const ActionsMenu: React.ForwardRefExoticComponent<
155
146
  React.PropsWithChildren<
156
- Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
147
+ Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
157
148
  HTMLWCProps & {
158
149
  }
159
- > & React.RefAttributes<AiIndicatorWC>
150
+ > & React.RefAttributes<ActionsMenuWC>
160
151
  >;
161
- export type AiIndicatorRef = AiIndicatorWC;
152
+ export type ActionsMenuRef = ActionsMenuWC;
162
153
 
163
154
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
164
155
  React.PropsWithChildren<
@@ -171,6 +162,15 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
171
162
  >;
172
163
  export type AiCriteriaSearchRef = AiCriteriaSearchWC;
173
164
 
165
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
166
+ React.PropsWithChildren<
167
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
168
+ HTMLWCProps & {
169
+ }
170
+ > & React.RefAttributes<AiIndicatorWC>
171
+ >;
172
+ export type AiIndicatorRef = AiIndicatorWC;
173
+
174
174
  export declare const Anchor: React.ForwardRefExoticComponent<
175
175
  React.PropsWithChildren<
176
176
  Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
package/dist/react.cjs CHANGED
@@ -104,24 +104,19 @@ 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
-
112
107
  const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
113
108
  const { children, ...rest } = props;
114
109
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
115
110
  });
116
111
 
117
- const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
112
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
118
113
  const { children, ...rest } = props;
119
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
114
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
120
115
  });
121
116
 
122
- const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
117
+ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
123
118
  const { children, ...rest } = props;
124
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
119
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
125
120
  });
126
121
 
127
122
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -146,6 +141,11 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
146
141
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
147
142
  });
148
143
 
144
+ const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
145
+ const { children, ...rest } = props;
146
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
147
+ });
148
+
149
149
  const Anchor = React.forwardRef(function Anchor(props, ref) {
150
150
  const { children, ...rest } = props;
151
151
  return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
@@ -1063,11 +1063,11 @@ const VerificationCodeInput = React.forwardRef(function VerificationCodeInput(pr
1063
1063
  });
1064
1064
 
1065
1065
  module.exports = {
1066
- Accordion,
1067
1066
  AccordionItem,
1067
+ Accordion,
1068
1068
  ActionsMenu,
1069
- AiIndicator,
1070
1069
  AiCriteriaSearch,
1070
+ AiIndicator,
1071
1071
  Anchor,
1072
1072
  AnchoredRegion,
1073
1073
  Avatar,
package/dist/react.mjs CHANGED
@@ -102,24 +102,19 @@ 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
-
110
105
  export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
111
106
  const { children, ...rest } = props;
112
107
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
113
108
  });
114
109
 
115
- export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
110
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
116
111
  const { children, ...rest } = props;
117
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
112
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
118
113
  });
119
114
 
120
- export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
115
+ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
121
116
  const { children, ...rest } = props;
122
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
117
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
123
118
  });
124
119
 
125
120
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -144,6 +139,11 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
144
139
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
145
140
  });
146
141
 
142
+ export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
143
+ const { children, ...rest } = props;
144
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
145
+ });
146
+
147
147
  export const Anchor = React.forwardRef(function Anchor(props, ref) {
148
148
  const { children, ...rest } = props;
149
149
  return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...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.10.0",
4
+ "version": "15.10.1",
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.10.0",
77
- "@genesislcap/rollup-builder": "15.10.0",
78
- "@genesislcap/ts-builder": "15.10.0",
79
- "@genesislcap/uvu-playwright-builder": "15.10.0",
80
- "@genesislcap/vite-builder": "15.10.0",
81
- "@genesislcap/webpack-builder": "15.10.0"
76
+ "@genesislcap/genx": "15.10.1",
77
+ "@genesislcap/rollup-builder": "15.10.1",
78
+ "@genesislcap/ts-builder": "15.10.1",
79
+ "@genesislcap/uvu-playwright-builder": "15.10.1",
80
+ "@genesislcap/vite-builder": "15.10.1",
81
+ "@genesislcap/webpack-builder": "15.10.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.10.0",
85
- "@genesislcap/foundation-logger": "15.10.0",
86
- "@genesislcap/foundation-ui": "15.10.0",
87
- "@genesislcap/foundation-utils": "15.10.0",
84
+ "@genesislcap/foundation-comms": "15.10.1",
85
+ "@genesislcap/foundation-logger": "15.10.1",
86
+ "@genesislcap/foundation-ui": "15.10.1",
87
+ "@genesislcap/foundation-utils": "15.10.1",
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": "83fc356fb2a585ea66bc15458dbd176c8247c68f"
114
+ "gitHead": "37e7d73f7494436cdf07f1b34eb7563450d77428"
115
115
  }