@abgov/react-components 3.4.0-alpha.20 → 3.4.0-alpha.23
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.
package/index.d.ts
CHANGED
|
@@ -13,7 +13,6 @@ import { GoADropdown, GoADropdownOption } from './lib/dropdown/dropdown';
|
|
|
13
13
|
import { GoAFlexRow } from './lib/flex';
|
|
14
14
|
import { GoAFormItem } from './lib/form';
|
|
15
15
|
import { GoAHeroBanner } from './lib/hero-banner/hero-banner';
|
|
16
|
-
import { GoAHeroBannerContent } from './lib/hero-banner/hero-banner-content';
|
|
17
16
|
import { GoAHeroBannerActions } from './lib/hero-banner/hero-banner-actions';
|
|
18
17
|
import { GoAIcon, GoAIconButton } from './lib/icons';
|
|
19
18
|
import { GoAInput, GoAInputText, GoAInputPassword, GoAInputDate, GoAInputTime, GoAInputDateTime, GoAInputEmail, GoAInputSearch, GoAInputUrl, GoAInputTel, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputRange } from './lib/input/input';
|
|
@@ -28,4 +27,4 @@ import type { GoAIconType } from './lib/icons';
|
|
|
28
27
|
import type { GoABadgeType } from './lib/badge/badge';
|
|
29
28
|
export type { GoAIconType };
|
|
30
29
|
export type { GoABadgeType };
|
|
31
|
-
export { GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAContainer, GoADropdown, GoADropdownOption, GoAEmergencyBadge, GoAFlexRow, GoAFormItem, GoAHeroBanner,
|
|
30
|
+
export { GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAContainer, GoADropdown, GoADropdownOption, GoAEmergencyBadge, GoAFlexRow, GoAFormItem, GoAHeroBanner, GoAHeroBannerActions, GoAIcon, GoAIconButton, GoAInfoBadge, GoAInput, GoAInputDate, GoAInputDateTime, GoAInputEmail, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputPassword, GoAInputRange, GoAInputSearch, GoAInputTel, GoAInputText, GoAInputTime, GoAInputUrl, GoAModal, GoANotification, GoAPageLoader, GoARadio, GoARadioGroup, GoAServiceLevelHeader, GoASuccessBadge, GoASpinner, GoATextArea, GoAWarningBadge, };
|
package/package.json
CHANGED
package/react-components.esm.js
CHANGED
|
@@ -359,16 +359,6 @@ const GoAHeroBanner = ({
|
|
|
359
359
|
}), void 0);
|
|
360
360
|
};
|
|
361
361
|
|
|
362
|
-
const GoAHeroBannerContent = ({
|
|
363
|
-
children
|
|
364
|
-
}) => {
|
|
365
|
-
return jsx("div", Object.assign({
|
|
366
|
-
slot: "content"
|
|
367
|
-
}, {
|
|
368
|
-
children: children
|
|
369
|
-
}), void 0);
|
|
370
|
-
};
|
|
371
|
-
|
|
372
362
|
const GoAHeroBannerActions = ({
|
|
373
363
|
children
|
|
374
364
|
}) => {
|
|
@@ -778,4 +768,4 @@ const GoASpinner = ({
|
|
|
778
768
|
}, void 0);
|
|
779
769
|
};
|
|
780
770
|
|
|
781
|
-
export { GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAContainer, GoADropdown, GoADropdownOption, GoAEmergencyBadge, row as GoAFlexRow, formItem as GoAFormItem, GoAHeroBanner, GoAHeroBannerActions,
|
|
771
|
+
export { GoAAppHeader, GoABadge, GoAButton, GoAButtonGroup, GoACallout, GoACheckbox, GoAContainer, GoADropdown, GoADropdownOption, GoAEmergencyBadge, row as GoAFlexRow, formItem as GoAFormItem, GoAHeroBanner, GoAHeroBannerActions, GoAIcon, GoAIconButton, GoAInfoBadge, GoAInput, GoAInputDate, GoAInputDateTime, GoAInputEmail, GoAInputFile, GoAInputMonth, GoAInputNumber, GoAInputPassword, GoAInputRange, GoAInputSearch, GoAInputTel, GoAInputText, GoAInputTime, GoAInputUrl, GoAModal, GoANotification, GoAPageLoader, GoARadio, GoARadioGroup, GoAServiceLevelHeader, GoASpinner, GoASuccessBadge, GoATextArea, GoAWarningBadge };
|
package/react-components.umd.js
CHANGED
|
@@ -395,15 +395,6 @@
|
|
|
395
395
|
}), void 0);
|
|
396
396
|
};
|
|
397
397
|
|
|
398
|
-
var GoAHeroBannerContent = function GoAHeroBannerContent(_a) {
|
|
399
|
-
var children = _a.children;
|
|
400
|
-
return jsxRuntime.jsx("div", __assign({
|
|
401
|
-
slot: "content"
|
|
402
|
-
}, {
|
|
403
|
-
children: children
|
|
404
|
-
}), void 0);
|
|
405
|
-
};
|
|
406
|
-
|
|
407
398
|
var GoAHeroBannerActions = function GoAHeroBannerActions(_a) {
|
|
408
399
|
var children = _a.children;
|
|
409
400
|
return jsxRuntime.jsx("div", __assign({
|
|
@@ -796,7 +787,6 @@
|
|
|
796
787
|
exports.GoAFormItem = formItem;
|
|
797
788
|
exports.GoAHeroBanner = GoAHeroBanner;
|
|
798
789
|
exports.GoAHeroBannerActions = GoAHeroBannerActions;
|
|
799
|
-
exports.GoAHeroBannerContent = GoAHeroBannerContent;
|
|
800
790
|
exports.GoAIcon = GoAIcon;
|
|
801
791
|
exports.GoAIconButton = GoAIconButton;
|
|
802
792
|
exports.GoAInfoBadge = GoAInfoBadge;
|