@galaxy-ds/core 2.0.16 → 2.0.17

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/dist/index.js CHANGED
@@ -3700,7 +3700,7 @@ function SelectFilterFilledIcon(props) {
3700
3700
  return (jsxRuntime.jsxs(SvgIcon, __assign({}, props, { viewBox: "0 0 16 16", children: [jsxRuntime.jsx("path", { opacity: ".5", fillRule: "evenodd", clipRule: "evenodd", d: "M9.429 7.41v7.09L6.57 12.727V7.41L4.387 5l8.21-1.048-3.168 3.457z", fill: "currentColor" }), jsxRuntime.jsx("path", { d: "M14 2.386l.37.337a.5.5 0 00.13-.337H14zM9.429 7.41l-.37-.336a.5.5 0 00-.13.336h.5zM14 1.5h.5A.5.5 0 0014 1v.5zm-12 0V1a.5.5 0 00-.5.5H2zm0 .886h-.5a.5.5 0 00.13.337L2 2.386zM6.571 7.41h.5a.5.5 0 00-.13-.336l-.37.336zm0 5.318h-.5a.5.5 0 00.237.425l.263-.425zM9.43 14.5l-.264.425a.5.5 0 00.764-.425h-.5zM13.63 2.05L9.06 7.073l.74.673 4.57-5.023-.739-.673zm-.13-.55v.886h1V1.5h-1zM2 2h12V1H2v1zm.5.386V1.5h-1v.886h1zm4.441 4.687L2.37 2.05l-.74.673 4.572 5.023.74-.673zm.13 5.654V7.41h-1v5.318h1zm2.621 1.348l-2.857-1.773-.527.85 2.857 1.773.527-.85zM8.93 7.41V14.5h1V7.41h-1z", fill: "currentColor" })] })));
3701
3701
  }
3702
3702
 
3703
- function CaratIcon(props) {
3703
+ function CaretIcon(props) {
3704
3704
  return (jsxRuntime.jsx(SvgIcon, __assign({}, props, { viewBox: "0 0 6 4", width: "6", height: "4", children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 0H6L3 4L0 0Z", fill: "#2F2F2F" }) })));
3705
3705
  }
3706
3706
 
@@ -17035,20 +17035,20 @@ var RibbonButtonStyled$1 = styles$1.styled(Button$1)({
17035
17035
  textTransform: 'capitalize',
17036
17036
  border: '1px solid transparent',
17037
17037
  display: 'flex',
17038
- '&.carat': {
17038
+ '&.caret': {
17039
17039
  borderLeft: '1px solid transparent',
17040
17040
  },
17041
17041
  '&:hover': {
17042
17042
  backgroundColor: '#DDE7F3',
17043
17043
  borderColor: '#CADEF3',
17044
- '& .carat': {
17044
+ '& .caret': {
17045
17045
  borderColor: '#CADEF3',
17046
17046
  },
17047
17047
  },
17048
17048
  '&:active': {
17049
17049
  backgroundColor: '#C7DEF3',
17050
17050
  borderColor: '#9DC9F4',
17051
- '& .carat': {
17051
+ '& .caret': {
17052
17052
  borderColor: '#9DC9F4',
17053
17053
  },
17054
17054
  },
@@ -17078,19 +17078,19 @@ var RibbonButtonGroupStyled = styles$1.styled(ButtonGroup)({
17078
17078
  border: '1px solid transparent',
17079
17079
  padding: '0',
17080
17080
  display: 'flex',
17081
- '&.carat': {
17081
+ '&.caret': {
17082
17082
  border: '1px solid transparent',
17083
17083
  },
17084
17084
  '&:hover': {
17085
17085
  backgroundColor: '#DDE7F3',
17086
17086
  borderColor: '#CADEF3',
17087
- '& .carat': {
17087
+ '& .caret': {
17088
17088
  borderLeftColor: '#CADEF3',
17089
17089
  },
17090
17090
  },
17091
17091
  '&:active': {
17092
17092
  borderColor: '#9DC9F4',
17093
- '& .carat': {
17093
+ '& .caret': {
17094
17094
  backgroundColor: '#C7DEF3',
17095
17095
  borderLeftColor: '#9DC9F4',
17096
17096
  },
@@ -17103,7 +17103,7 @@ var RibbonButtonGroupStyled = styles$1.styled(ButtonGroup)({
17103
17103
  borderRightColor: '#CADEF3',
17104
17104
  },
17105
17105
  });
17106
- var RibbonCaratWrapperStyled = styles$1.styled(Button$1)({
17106
+ var RibbonCaretWrapperStyled = styles$1.styled(Button$1)({
17107
17107
  '& .MuiButtonGroup-grouped': {
17108
17108
  minWidth: 'unset',
17109
17109
  },
@@ -17117,7 +17117,7 @@ var RibbonCaratWrapperStyled = styles$1.styled(Button$1)({
17117
17117
  border: '1px solid transparent',
17118
17118
  padding: '0',
17119
17119
  display: 'flex',
17120
- '&.carat': {
17120
+ '&.caret': {
17121
17121
  borderLeft: '1px solid transparent',
17122
17122
  },
17123
17123
  '&:hover': {
@@ -17125,7 +17125,7 @@ var RibbonCaratWrapperStyled = styles$1.styled(Button$1)({
17125
17125
  },
17126
17126
  '&:active': {
17127
17127
  backgroundColor: '#C7DEF3',
17128
- '& .carat': {
17128
+ '& .caret': {
17129
17129
  borderLeftColor: '#9DC9F4',
17130
17130
  backgroundColor: '#C7DEF3',
17131
17131
  },
@@ -17143,10 +17143,10 @@ var RibbonButtonGroup = React.forwardRef(function RibbonButtonGroup(props, ref)
17143
17143
  return (jsxRuntime.jsxs(RibbonButtonGroupStyled, __assign({ variant: "outlined", disableRipple: true, ref: ref }, rest, { children: [jsxRuntime.jsx(RibbonButtonStyled, { variant: "outlined", icon: icon, label: label, isWrapped: isWrapped, onClick: function (event) {
17144
17144
  event.stopPropagation();
17145
17145
  onClick && onClick();
17146
- } }), jsxRuntime.jsx(RibbonCaratWrapperStyled, { className: "carat", onClick: function (event) {
17146
+ } }), jsxRuntime.jsx(RibbonCaretWrapperStyled, { className: "caret", onClick: function (event) {
17147
17147
  event.stopPropagation();
17148
17148
  onToggle && onToggle();
17149
- }, children: jsxRuntime.jsx(CaratIcon, {}) })] })));
17149
+ }, children: jsxRuntime.jsx(CaretIcon, {}) })] })));
17150
17150
  });
17151
17151
 
17152
17152
  var RadioGroup = function (props) {
@@ -17617,9 +17617,9 @@ exports.ButtonFilterIcon = ButtonFilterIcon;
17617
17617
  exports.BylawyersIcon = Bylawyers16Icon;
17618
17618
  exports.CalendarIcon = CalendarIcon;
17619
17619
  exports.CalendarRibbonIcon = CalendarRibbonIcon;
17620
- exports.CaratIcon = CaratIcon;
17621
17620
  exports.Card = Card;
17622
17621
  exports.CaretDown12Icon = CaretDown12Icon;
17622
+ exports.CaretIcon = CaretIcon;
17623
17623
  exports.CaretUp12Icon = CaretUp12Icon;
17624
17624
  exports.Checkbox = Checkbox;
17625
17625
  exports.ChevronDownIcon = ChevronDownIcon;