@genesislcap/foundation-zero 14.496.1-GENC-1461.4 → 14.496.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.
@@ -122,15 +122,6 @@ interface HTMLWCProps extends React.AriaAttributes {
122
122
  onInput?(e: Event): void;
123
123
  }
124
124
 
125
- export declare const AccordionItem: React.ForwardRefExoticComponent<
126
- React.PropsWithChildren<
127
- Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
128
- HTMLWCProps & {
129
- }
130
- > & React.RefAttributes<AccordionItemWC>
131
- >;
132
- export type AccordionItemRef = AccordionItemWC;
133
-
134
125
  export declare const Accordion: React.ForwardRefExoticComponent<
135
126
  React.PropsWithChildren<
136
127
  Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
@@ -149,6 +140,15 @@ export declare const ActionsMenu: React.ForwardRefExoticComponent<
149
140
  >;
150
141
  export type ActionsMenuRef = ActionsMenuWC;
151
142
 
143
+ export declare const AccordionItem: React.ForwardRefExoticComponent<
144
+ React.PropsWithChildren<
145
+ Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
146
+ HTMLWCProps & {
147
+ }
148
+ > & React.RefAttributes<AccordionItemWC>
149
+ >;
150
+ export type AccordionItemRef = AccordionItemWC;
151
+
152
152
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
153
153
  React.PropsWithChildren<
154
154
  Omit<PublicOf<AiCriteriaSearchWC>, 'children' | 'style'> &
@@ -169,14 +169,14 @@ export declare const AiIndicator: React.ForwardRefExoticComponent<
169
169
  >;
170
170
  export type AiIndicatorRef = AiIndicatorWC;
171
171
 
172
- export declare const Anchor: React.ForwardRefExoticComponent<
172
+ export declare const Avatar: React.ForwardRefExoticComponent<
173
173
  React.PropsWithChildren<
174
- Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
174
+ Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
175
175
  HTMLWCProps & {
176
176
  }
177
- > & React.RefAttributes<AnchorWC>
177
+ > & React.RefAttributes<AvatarWC>
178
178
  >;
179
- export type AnchorRef = AnchorWC;
179
+ export type AvatarRef = AvatarWC;
180
180
 
181
181
  export declare const AnchoredRegion: React.ForwardRefExoticComponent<
182
182
  React.PropsWithChildren<
@@ -189,14 +189,14 @@ export declare const AnchoredRegion: React.ForwardRefExoticComponent<
189
189
  >;
190
190
  export type AnchoredRegionRef = AnchoredRegionWC;
191
191
 
192
- export declare const Avatar: React.ForwardRefExoticComponent<
192
+ export declare const Anchor: React.ForwardRefExoticComponent<
193
193
  React.PropsWithChildren<
194
- Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
194
+ Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
195
195
  HTMLWCProps & {
196
196
  }
197
- > & React.RefAttributes<AvatarWC>
197
+ > & React.RefAttributes<AnchorWC>
198
198
  >;
199
- export type AvatarRef = AvatarWC;
199
+ export type AnchorRef = AnchorWC;
200
200
 
201
201
  export declare const Badge: React.ForwardRefExoticComponent<
202
202
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -102,11 +102,6 @@ function _mergeRefs(...refs) {
102
102
  };
103
103
  }
104
104
 
105
- const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
106
- const { children, ...rest } = props;
107
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
108
- });
109
-
110
105
  const Accordion = React.forwardRef(function Accordion(props, ref) {
111
106
  const { children, ...rest } = props;
112
107
  return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
@@ -117,6 +112,11 @@ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
117
112
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
118
113
  });
119
114
 
115
+ const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
116
+ const { children, ...rest } = props;
117
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
118
+ });
119
+
120
120
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
121
121
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
122
122
  const _innerRef = React.useRef(null);
@@ -144,9 +144,9 @@ const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
144
144
  return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
145
145
  });
146
146
 
147
- const Anchor = React.forwardRef(function Anchor(props, ref) {
147
+ const Avatar = React.forwardRef(function Avatar(props, ref) {
148
148
  const { children, ...rest } = props;
149
- return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
149
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
150
150
  });
151
151
 
152
152
  const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, ref) {
@@ -171,9 +171,9 @@ const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, ref) {
171
171
  return React.createElement(customElements.getName(AnchoredRegionWC) ?? '%%prefix%%-anchored-region', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
172
172
  });
173
173
 
174
- const Avatar = React.forwardRef(function Avatar(props, ref) {
174
+ const Anchor = React.forwardRef(function Anchor(props, ref) {
175
175
  const { children, ...rest } = props;
176
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
176
+ return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
177
177
  });
178
178
 
179
179
  const Badge = React.forwardRef(function Badge(props, ref) {
@@ -1022,14 +1022,14 @@ const UrlInput = React.forwardRef(function UrlInput(props, ref) {
1022
1022
  });
1023
1023
 
1024
1024
  module.exports = {
1025
- AccordionItem,
1026
1025
  Accordion,
1027
1026
  ActionsMenu,
1027
+ AccordionItem,
1028
1028
  AiCriteriaSearch,
1029
1029
  AiIndicator,
1030
- Anchor,
1031
- AnchoredRegion,
1032
1030
  Avatar,
1031
+ AnchoredRegion,
1032
+ Anchor,
1033
1033
  Badge,
1034
1034
  Banner,
1035
1035
  Breadcrumb,
package/dist/react.mjs CHANGED
@@ -100,11 +100,6 @@ function _mergeRefs(...refs) {
100
100
  };
101
101
  }
102
102
 
103
- export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
104
- const { children, ...rest } = props;
105
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
106
- });
107
-
108
103
  export const Accordion = React.forwardRef(function Accordion(props, ref) {
109
104
  const { children, ...rest } = props;
110
105
  return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
@@ -115,6 +110,11 @@ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
115
110
  return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
116
111
  });
117
112
 
113
+ export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
114
+ const { children, ...rest } = props;
115
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
116
+ });
117
+
118
118
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
119
119
  const { onCriteriaChanged, onValidationErrors, children, ...rest } = props;
120
120
  const _innerRef = React.useRef(null);
@@ -142,9 +142,9 @@ export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
142
142
  return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
143
143
  });
144
144
 
145
- export const Anchor = React.forwardRef(function Anchor(props, ref) {
145
+ export const Avatar = React.forwardRef(function Avatar(props, ref) {
146
146
  const { children, ...rest } = props;
147
- return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
147
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
148
148
  });
149
149
 
150
150
  export const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, ref) {
@@ -169,9 +169,9 @@ export const AnchoredRegion = React.forwardRef(function AnchoredRegion(props, re
169
169
  return React.createElement(customElements.getName(AnchoredRegionWC) ?? '%%prefix%%-anchored-region', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
170
170
  });
171
171
 
172
- export const Avatar = React.forwardRef(function Avatar(props, ref) {
172
+ export const Anchor = React.forwardRef(function Anchor(props, ref) {
173
173
  const { children, ...rest } = props;
174
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
174
+ return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
175
175
  });
176
176
 
177
177
  export const Badge = React.forwardRef(function Badge(props, ref) {
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": "14.496.1-GENC-1461.4",
4
+ "version": "14.496.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": "14.496.1-GENC-1461.4",
77
- "@genesislcap/rollup-builder": "14.496.1-GENC-1461.4",
78
- "@genesislcap/ts-builder": "14.496.1-GENC-1461.4",
79
- "@genesislcap/uvu-playwright-builder": "14.496.1-GENC-1461.4",
80
- "@genesislcap/vite-builder": "14.496.1-GENC-1461.4",
81
- "@genesislcap/webpack-builder": "14.496.1-GENC-1461.4"
76
+ "@genesislcap/genx": "14.496.1",
77
+ "@genesislcap/rollup-builder": "14.496.1",
78
+ "@genesislcap/ts-builder": "14.496.1",
79
+ "@genesislcap/uvu-playwright-builder": "14.496.1",
80
+ "@genesislcap/vite-builder": "14.496.1",
81
+ "@genesislcap/webpack-builder": "14.496.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "14.496.1-GENC-1461.4",
85
- "@genesislcap/foundation-logger": "14.496.1-GENC-1461.4",
86
- "@genesislcap/foundation-ui": "14.496.1-GENC-1461.4",
87
- "@genesislcap/foundation-utils": "14.496.1-GENC-1461.4",
84
+ "@genesislcap/foundation-comms": "14.496.1",
85
+ "@genesislcap/foundation-logger": "14.496.1",
86
+ "@genesislcap/foundation-ui": "14.496.1",
87
+ "@genesislcap/foundation-utils": "14.496.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": "4eff96066e55343a0a66eef77cf0981d48f61b4d"
114
+ "gitHead": "e67ef49c0ef1f81ceeecb9725b06f4b43cda9a95"
115
115
  }