@baloise/ds-react 16.8.0 → 17.0.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.
- package/index.cjs.js +0 -2
- package/index.esm.js +1 -2
- package/package.json +2 -2
- package/src/generated/proxies.d.ts +0 -1
package/index.cjs.js
CHANGED
|
@@ -328,7 +328,6 @@ var BalDataValue = /*@__PURE__*/ createReactComponent("bal-data-value");
|
|
|
328
328
|
var BalDate = /*@__PURE__*/ createReactComponent("bal-date");
|
|
329
329
|
var BalDateCalendar = /*@__PURE__*/ createReactComponent("bal-date-calendar");
|
|
330
330
|
var BalDateCalendarCell = /*@__PURE__*/ createReactComponent("bal-date-calendar-cell");
|
|
331
|
-
var BalDatepicker = /*@__PURE__*/ createReactComponent("bal-datepicker");
|
|
332
331
|
var BalDivider = /*@__PURE__*/ createReactComponent("bal-divider");
|
|
333
332
|
var BalDropdown = /*@__PURE__*/ createReactComponent("bal-dropdown");
|
|
334
333
|
var BalField = /*@__PURE__*/ createReactComponent("bal-field");
|
|
@@ -453,7 +452,6 @@ exports.BalDataValue = BalDataValue;
|
|
|
453
452
|
exports.BalDate = BalDate;
|
|
454
453
|
exports.BalDateCalendar = BalDateCalendar;
|
|
455
454
|
exports.BalDateCalendarCell = BalDateCalendarCell;
|
|
456
|
-
exports.BalDatepicker = BalDatepicker;
|
|
457
455
|
exports.BalDivider = BalDivider;
|
|
458
456
|
exports.BalDropdown = BalDropdown;
|
|
459
457
|
exports.BalField = BalField;
|
package/index.esm.js
CHANGED
|
@@ -320,7 +320,6 @@ var BalDataValue = /*@__PURE__*/ createReactComponent("bal-data-value");
|
|
|
320
320
|
var BalDate = /*@__PURE__*/ createReactComponent("bal-date");
|
|
321
321
|
var BalDateCalendar = /*@__PURE__*/ createReactComponent("bal-date-calendar");
|
|
322
322
|
var BalDateCalendarCell = /*@__PURE__*/ createReactComponent("bal-date-calendar-cell");
|
|
323
|
-
var BalDatepicker = /*@__PURE__*/ createReactComponent("bal-datepicker");
|
|
324
323
|
var BalDivider = /*@__PURE__*/ createReactComponent("bal-divider");
|
|
325
324
|
var BalDropdown = /*@__PURE__*/ createReactComponent("bal-dropdown");
|
|
326
325
|
var BalField = /*@__PURE__*/ createReactComponent("bal-field");
|
|
@@ -417,4 +416,4 @@ var useBaloiseDesignSystem = function(config) {
|
|
|
417
416
|
}));
|
|
418
417
|
};
|
|
419
418
|
|
|
420
|
-
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell,
|
|
419
|
+
export { BalAccordion, BalAccordionDetails, BalAccordionSummary, BalAccordionTrigger, BalApp, BalBadge, BalButton, BalButtonGroup, BalCard, BalCardActions, BalCardButton, BalCardContent, BalCardSubtitle, BalCardTitle, BalCarousel, BalCarouselItem, BalCheckbox, BalCheckboxButton, BalCheckboxGroup, BalClose, BalContent, BalData, BalDataItem, BalDataLabel, BalDataValue, BalDate, BalDateCalendar, BalDateCalendarCell, BalDivider, BalDropdown, BalField, BalFieldControl, BalFieldHint, BalFieldLabel, BalFieldMessage, BalFileUpload, BalFooter, BalForm, BalFormCol, BalFormGrid, BalHeading, BalHint, BalHintText, BalHintTitle, BalIcon, BalInput, BalInputDate, BalInputGroup, BalInputSlider, BalInputStepper, BalLabel, BalList, BalListItem, BalListItemAccordionBody, BalListItemAccordionHead, BalListItemContent, BalListItemIcon, BalListItemSubtitle, BalListItemTitle, BalLogo, BalModal, BalModalBody, BalModalHeader, BalNav, BalNavLink, BalNavLinkGrid, BalNavLinkGridCol, BalNavLinkGroup, BalNavMenuBar, BalNavMenuFlyout, BalNavMetaBar, BalNavbar, BalNavbarBrand, BalNavbarMenu, BalNavbarMenuEnd, BalNavbarMenuStart, BalNotices, BalNotification, BalNumberInput, BalOption, BalOptionList, BalPagination, BalPopover, BalPopoverContent, BalPopup, BalProgressBar, BalRadio, BalRadioButton, BalRadioGroup, BalSegment, BalSegmentItem, BalSelect, BalSelectOption, BalShape, BalSheet, BalSnackbar, BalSpinner, BalStack, BalStage, BalStageBackLink, BalStageBody, BalStageFoot, BalStageHead, BalStageImage, BalStepItem, BalSteps, BalTabItem, BalTable, BalTabs, BalTag, BalTagGroup, BalText, BalTextarea, BalTimeInput, BalToast, BalTooltip, useBaloiseDesignSystem };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"homepage": "https://design.baloise.dev",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@baloise/ds-core": "
|
|
15
|
+
"@baloise/ds-core": "17.0.0"
|
|
16
16
|
},
|
|
17
17
|
"module": "./index.esm.js",
|
|
18
18
|
"main": "./index.cjs.js"
|
|
@@ -27,7 +27,6 @@ export declare const BalDataValue: import("react").ForwardRefExoticComponent<JSX
|
|
|
27
27
|
export declare const BalDate: import("react").ForwardRefExoticComponent<JSX.BalDate & Omit<import("react").HTMLAttributes<HTMLBalDateElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDateElement>>;
|
|
28
28
|
export declare const BalDateCalendar: import("react").ForwardRefExoticComponent<JSX.BalDateCalendar & Omit<import("react").HTMLAttributes<HTMLBalDateCalendarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDateCalendarElement>>;
|
|
29
29
|
export declare const BalDateCalendarCell: import("react").ForwardRefExoticComponent<JSX.BalDateCalendarCell & Omit<import("react").HTMLAttributes<HTMLBalDateCalendarCellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDateCalendarCellElement>>;
|
|
30
|
-
export declare const BalDatepicker: import("react").ForwardRefExoticComponent<JSX.BalDatepicker & Omit<import("react").HTMLAttributes<HTMLBalDatepickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDatepickerElement>>;
|
|
31
30
|
export declare const BalDivider: import("react").ForwardRefExoticComponent<JSX.BalDivider & Omit<import("react").HTMLAttributes<HTMLBalDividerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDividerElement>>;
|
|
32
31
|
export declare const BalDropdown: import("react").ForwardRefExoticComponent<JSX.BalDropdown & Omit<import("react").HTMLAttributes<HTMLBalDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalDropdownElement>>;
|
|
33
32
|
export declare const BalField: import("react").ForwardRefExoticComponent<JSX.BalField & Omit<import("react").HTMLAttributes<HTMLBalFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalFieldElement>>;
|