@baloise/ds-react 16.4.0 → 16.5.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 CHANGED
@@ -390,6 +390,8 @@ var BalProgressBar = /*@__PURE__*/ createReactComponent("bal-progress-bar");
390
390
  var BalRadio = /*@__PURE__*/ createReactComponent("bal-radio");
391
391
  var BalRadioButton = /*@__PURE__*/ createReactComponent("bal-radio-button");
392
392
  var BalRadioGroup = /*@__PURE__*/ createReactComponent("bal-radio-group");
393
+ var BalSegment = /*@__PURE__*/ createReactComponent("bal-segment");
394
+ var BalSegmentItem = /*@__PURE__*/ createReactComponent("bal-segment-item");
393
395
  var BalSelect = /*@__PURE__*/ createReactComponent("bal-select");
394
396
  var BalSelectOption = /*@__PURE__*/ createReactComponent("bal-select-option");
395
397
  var BalShape = /*@__PURE__*/ createReactComponent("bal-shape");
@@ -513,6 +515,8 @@ exports.BalProgressBar = BalProgressBar;
513
515
  exports.BalRadio = BalRadio;
514
516
  exports.BalRadioButton = BalRadioButton;
515
517
  exports.BalRadioGroup = BalRadioGroup;
518
+ exports.BalSegment = BalSegment;
519
+ exports.BalSegmentItem = BalSegmentItem;
516
520
  exports.BalSelect = BalSelect;
517
521
  exports.BalSelectOption = BalSelectOption;
518
522
  exports.BalShape = BalShape;
package/index.esm.js CHANGED
@@ -382,6 +382,8 @@ var BalProgressBar = /*@__PURE__*/ createReactComponent("bal-progress-bar");
382
382
  var BalRadio = /*@__PURE__*/ createReactComponent("bal-radio");
383
383
  var BalRadioButton = /*@__PURE__*/ createReactComponent("bal-radio-button");
384
384
  var BalRadioGroup = /*@__PURE__*/ createReactComponent("bal-radio-group");
385
+ var BalSegment = /*@__PURE__*/ createReactComponent("bal-segment");
386
+ var BalSegmentItem = /*@__PURE__*/ createReactComponent("bal-segment-item");
385
387
  var BalSelect = /*@__PURE__*/ createReactComponent("bal-select");
386
388
  var BalSelectOption = /*@__PURE__*/ createReactComponent("bal-select-option");
387
389
  var BalShape = /*@__PURE__*/ createReactComponent("bal-shape");
@@ -415,4 +417,4 @@ var useBaloiseDesignSystem = function(config) {
415
417
  }));
416
418
  };
417
419
 
418
- 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, BalDatepicker, 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, 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 };
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, BalDatepicker, 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": "16.4.0",
3
+ "version": "16.5.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": "16.4.0"
15
+ "@baloise/ds-core": "16.5.0"
16
16
  },
17
17
  "module": "./index.esm.js",
18
18
  "main": "./index.cjs.js"
@@ -89,6 +89,8 @@ export declare const BalProgressBar: import("react").ForwardRefExoticComponent<J
89
89
  export declare const BalRadio: import("react").ForwardRefExoticComponent<JSX.BalRadio & Omit<import("react").HTMLAttributes<HTMLBalRadioElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalRadioElement>>;
90
90
  export declare const BalRadioButton: import("react").ForwardRefExoticComponent<JSX.BalRadioButton & Omit<import("react").HTMLAttributes<HTMLBalRadioButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalRadioButtonElement>>;
91
91
  export declare const BalRadioGroup: import("react").ForwardRefExoticComponent<JSX.BalRadioGroup & Omit<import("react").HTMLAttributes<HTMLBalRadioGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalRadioGroupElement>>;
92
+ export declare const BalSegment: import("react").ForwardRefExoticComponent<JSX.BalSegment & Omit<import("react").HTMLAttributes<HTMLBalSegmentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalSegmentElement>>;
93
+ export declare const BalSegmentItem: import("react").ForwardRefExoticComponent<JSX.BalSegmentItem & Omit<import("react").HTMLAttributes<HTMLBalSegmentItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalSegmentItemElement>>;
92
94
  export declare const BalSelect: import("react").ForwardRefExoticComponent<JSX.BalSelect & Omit<import("react").HTMLAttributes<HTMLBalSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalSelectElement>>;
93
95
  export declare const BalSelectOption: import("react").ForwardRefExoticComponent<JSX.BalSelectOption & Omit<import("react").HTMLAttributes<HTMLBalSelectOptionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalSelectOptionElement>>;
94
96
  export declare const BalShape: import("react").ForwardRefExoticComponent<JSX.BalShape & Omit<import("react").HTMLAttributes<HTMLBalShapeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLBalShapeElement>>;