@genesislcap/foundation-zero 15.11.0 → 15.12.0-FUI-2601.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.
@@ -133,23 +133,23 @@ export declare const AccordionItem: React.ForwardRefExoticComponent<
133
133
  >;
134
134
  export type AccordionItemRef = AccordionItemWC;
135
135
 
136
- export declare const ActionsMenu: React.ForwardRefExoticComponent<
136
+ export declare const Accordion: React.ForwardRefExoticComponent<
137
137
  React.PropsWithChildren<
138
- Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
138
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
139
139
  HTMLWCProps & {
140
140
  }
141
- > & React.RefAttributes<ActionsMenuWC>
141
+ > & React.RefAttributes<AccordionWC>
142
142
  >;
143
- export type ActionsMenuRef = ActionsMenuWC;
143
+ export type AccordionRef = AccordionWC;
144
144
 
145
- export declare const Accordion: React.ForwardRefExoticComponent<
145
+ export declare const ActionsMenu: React.ForwardRefExoticComponent<
146
146
  React.PropsWithChildren<
147
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
147
+ Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
148
148
  HTMLWCProps & {
149
149
  }
150
- > & React.RefAttributes<AccordionWC>
150
+ > & React.RefAttributes<ActionsMenuWC>
151
151
  >;
152
- export type AccordionRef = AccordionWC;
152
+ export type ActionsMenuRef = ActionsMenuWC;
153
153
 
154
154
  export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
155
155
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -109,14 +109,14 @@ const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
109
109
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
110
110
  });
111
111
 
112
- const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
112
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
113
113
  const { children, ...rest } = props;
114
- return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
114
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
115
115
  });
116
116
 
117
- const Accordion = React.forwardRef(function Accordion(props, ref) {
117
+ const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
118
118
  const { children, ...rest } = props;
119
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
119
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
120
120
  });
121
121
 
122
122
  const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
@@ -1064,8 +1064,8 @@ const VerificationCodeInput = React.forwardRef(function VerificationCodeInput(pr
1064
1064
 
1065
1065
  module.exports = {
1066
1066
  AccordionItem,
1067
- ActionsMenu,
1068
1067
  Accordion,
1068
+ ActionsMenu,
1069
1069
  AiCriteriaSearch,
1070
1070
  AiIndicator,
1071
1071
  Anchor,
package/dist/react.mjs CHANGED
@@ -107,14 +107,14 @@ export const AccordionItem = React.forwardRef(function AccordionItem(props, ref)
107
107
  return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
108
108
  });
109
109
 
110
- export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
110
+ export const Accordion = React.forwardRef(function Accordion(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(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
113
113
  });
114
114
 
115
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
115
+ export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
116
116
  const { children, ...rest } = props;
117
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-card', { ...rest, ref }, children);
117
+ return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
118
118
  });
119
119
 
120
120
  export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(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": "15.11.0",
4
+ "version": "15.12.0-FUI-2601.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.11.0",
77
- "@genesislcap/rollup-builder": "15.11.0",
78
- "@genesislcap/ts-builder": "15.11.0",
79
- "@genesislcap/uvu-playwright-builder": "15.11.0",
80
- "@genesislcap/vite-builder": "15.11.0",
81
- "@genesislcap/webpack-builder": "15.11.0"
76
+ "@genesislcap/genx": "15.12.0-FUI-2601.1",
77
+ "@genesislcap/rollup-builder": "15.12.0-FUI-2601.1",
78
+ "@genesislcap/ts-builder": "15.12.0-FUI-2601.1",
79
+ "@genesislcap/uvu-playwright-builder": "15.12.0-FUI-2601.1",
80
+ "@genesislcap/vite-builder": "15.12.0-FUI-2601.1",
81
+ "@genesislcap/webpack-builder": "15.12.0-FUI-2601.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.11.0",
85
- "@genesislcap/foundation-logger": "15.11.0",
86
- "@genesislcap/foundation-ui": "15.11.0",
87
- "@genesislcap/foundation-utils": "15.11.0",
84
+ "@genesislcap/foundation-comms": "15.12.0-FUI-2601.1",
85
+ "@genesislcap/foundation-logger": "15.12.0-FUI-2601.1",
86
+ "@genesislcap/foundation-ui": "15.12.0-FUI-2601.1",
87
+ "@genesislcap/foundation-utils": "15.12.0-FUI-2601.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": "261d900881ea1ca2b613033af497ffd449868eb0"
114
+ "gitHead": "7a4081c72e81fa1307d4aab9280dca81f0cb2e38"
115
115
  }