@genesislcap/foundation-zero 14.496.1 → 14.496.2-alpha-da9ccbd.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.
@@ -131,23 +131,23 @@ export declare const Accordion: React.ForwardRefExoticComponent<
131
131
  >;
132
132
  export type AccordionRef = AccordionWC;
133
133
 
134
- export declare const ActionsMenu: React.ForwardRefExoticComponent<
134
+ export declare const AccordionItem: React.ForwardRefExoticComponent<
135
135
  React.PropsWithChildren<
136
- Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
136
+ Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
137
137
  HTMLWCProps & {
138
138
  }
139
- > & React.RefAttributes<ActionsMenuWC>
139
+ > & React.RefAttributes<AccordionItemWC>
140
140
  >;
141
- export type ActionsMenuRef = ActionsMenuWC;
141
+ export type AccordionItemRef = AccordionItemWC;
142
142
 
143
- export declare const AccordionItem: React.ForwardRefExoticComponent<
143
+ export declare const ActionsMenu: React.ForwardRefExoticComponent<
144
144
  React.PropsWithChildren<
145
- Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
145
+ Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
146
146
  HTMLWCProps & {
147
147
  }
148
- > & React.RefAttributes<AccordionItemWC>
148
+ > & React.RefAttributes<ActionsMenuWC>
149
149
  >;
150
- export type AccordionItemRef = AccordionItemWC;
150
+ export type ActionsMenuRef = ActionsMenuWC;
151
151
 
152
152
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
153
153
  React.PropsWithChildren<
@@ -169,14 +169,14 @@ export declare const AiIndicator: React.ForwardRefExoticComponent<
169
169
  >;
170
170
  export type AiIndicatorRef = AiIndicatorWC;
171
171
 
172
- export declare const Avatar: React.ForwardRefExoticComponent<
172
+ export declare const Anchor: React.ForwardRefExoticComponent<
173
173
  React.PropsWithChildren<
174
- Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
174
+ Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
175
175
  HTMLWCProps & {
176
176
  }
177
- > & React.RefAttributes<AvatarWC>
177
+ > & React.RefAttributes<AnchorWC>
178
178
  >;
179
- export type AvatarRef = AvatarWC;
179
+ export type AnchorRef = AnchorWC;
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 Anchor: React.ForwardRefExoticComponent<
192
+ export declare const Avatar: React.ForwardRefExoticComponent<
193
193
  React.PropsWithChildren<
194
- Omit<PublicOf<AnchorWC>, 'children' | 'style'> &
194
+ Omit<PublicOf<AvatarWC>, 'children' | 'style'> &
195
195
  HTMLWCProps & {
196
196
  }
197
- > & React.RefAttributes<AnchorWC>
197
+ > & React.RefAttributes<AvatarWC>
198
198
  >;
199
- export type AnchorRef = AnchorWC;
199
+ export type AvatarRef = AvatarWC;
200
200
 
201
201
  export declare const Badge: React.ForwardRefExoticComponent<
202
202
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -107,14 +107,14 @@ const Accordion = React.forwardRef(function Accordion(props, ref) {
107
107
  return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
108
108
  });
109
109
 
110
- const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
110
+ const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
111
111
  const { children, ...rest } = props;
112
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
112
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
113
113
  });
114
114
 
115
- const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
115
+ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
116
116
  const { children, ...rest } = props;
117
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
117
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
118
118
  });
119
119
 
120
120
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -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 Avatar = React.forwardRef(function Avatar(props, ref) {
147
+ const Anchor = React.forwardRef(function Anchor(props, ref) {
148
148
  const { children, ...rest } = props;
149
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
149
+ return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...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 Anchor = React.forwardRef(function Anchor(props, ref) {
174
+ const Avatar = React.forwardRef(function Avatar(props, ref) {
175
175
  const { children, ...rest } = props;
176
- return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
176
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
177
177
  });
178
178
 
179
179
  const Badge = React.forwardRef(function Badge(props, ref) {
@@ -1023,13 +1023,13 @@ const UrlInput = React.forwardRef(function UrlInput(props, ref) {
1023
1023
 
1024
1024
  module.exports = {
1025
1025
  Accordion,
1026
- ActionsMenu,
1027
1026
  AccordionItem,
1027
+ ActionsMenu,
1028
1028
  AiCriteriaSearch,
1029
1029
  AiIndicator,
1030
- Avatar,
1031
- AnchoredRegion,
1032
1030
  Anchor,
1031
+ AnchoredRegion,
1032
+ Avatar,
1033
1033
  Badge,
1034
1034
  Banner,
1035
1035
  Breadcrumb,
package/dist/react.mjs CHANGED
@@ -105,14 +105,14 @@ export const Accordion = React.forwardRef(function Accordion(props, ref) {
105
105
  return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
106
106
  });
107
107
 
108
- export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
108
+ export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
109
109
  const { children, ...rest } = props;
110
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
110
+ return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
111
111
  });
112
112
 
113
- export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
113
+ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
114
114
  const { children, ...rest } = props;
115
- return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
115
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
116
116
  });
117
117
 
118
118
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -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 Avatar = React.forwardRef(function Avatar(props, ref) {
145
+ export const Anchor = React.forwardRef(function Anchor(props, ref) {
146
146
  const { children, ...rest } = props;
147
- return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...rest, ref }, children);
147
+ return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...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 Anchor = React.forwardRef(function Anchor(props, ref) {
172
+ export const Avatar = React.forwardRef(function Avatar(props, ref) {
173
173
  const { children, ...rest } = props;
174
- return React.createElement(customElements.getName(AnchorWC) ?? '%%prefix%%-anchor', { ...rest, ref }, children);
174
+ return React.createElement(customElements.getName(AvatarWC) ?? '%%prefix%%-avatar', { ...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",
4
+ "version": "14.496.2-alpha-da9ccbd.0",
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",
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"
76
+ "@genesislcap/genx": "14.496.2-alpha-da9ccbd.0",
77
+ "@genesislcap/rollup-builder": "14.496.2-alpha-da9ccbd.0",
78
+ "@genesislcap/ts-builder": "14.496.2-alpha-da9ccbd.0",
79
+ "@genesislcap/uvu-playwright-builder": "14.496.2-alpha-da9ccbd.0",
80
+ "@genesislcap/vite-builder": "14.496.2-alpha-da9ccbd.0",
81
+ "@genesislcap/webpack-builder": "14.496.2-alpha-da9ccbd.0"
82
82
  },
83
83
  "dependencies": {
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",
84
+ "@genesislcap/foundation-comms": "14.496.2-alpha-da9ccbd.0",
85
+ "@genesislcap/foundation-logger": "14.496.2-alpha-da9ccbd.0",
86
+ "@genesislcap/foundation-ui": "14.496.2-alpha-da9ccbd.0",
87
+ "@genesislcap/foundation-utils": "14.496.2-alpha-da9ccbd.0",
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": "e67ef49c0ef1f81ceeecb9725b06f4b43cda9a95"
114
+ "gitHead": "daac29f621ee844cc6e269c0b8bd52c56bff8cf0"
115
115
  }