glints-aries 4.1.11 → 4.1.13

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.
@@ -4,4 +4,4 @@ import { Blue, Neutral } from '../utilities/colors';
4
4
  import { space16, space4, space8 } from '../utilities/spacing';
5
5
 
6
6
  // we need to use global style here because popover is created outside the root element for react app
7
- export var StyledPopover = createGlobalStyle([".Polaris-Popover{max-width:calc(100vw - ", ");margin:0.3125rem 2px ", ";box-shadow:0px ", " 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);border-radius:", ";backface-visibility:hidden;will-change:left,top;}.Polaris-Popover__PopoverOverlay{opacity:0;transition:opacity 100ms ease,transform 100ms ease;transform:translateY(-0.3125rem);}.Polaris-Popover__PopoverOverlay--entering{opacity:1;transform:translateY(0);}.Polaris-Popover__PopoverOverlay--open{opacity:1;transform:none;}.Polaris-Popover__PopoverOverlay--exiting{opacity:1;transform:translateY(0);transition-duration:0ms;}.Polaris-Popover--measuring:not(.Polaris-Popover__PopoverOverlay--exiting){opacity:0;transform:translateY(-0.3125rem);}.Polaris-Popover--fullWidth{margin:0.3125rem auto 0 auto;width:100%;&.Polaris-Popover--fitContent{width:fit-content;}}.Polaris-Popover--fullWidth .Polaris-Popover__Content{max-width:none;}.Polaris-Popover--positionedAbove{margin:", " 2px 0.3125rem;}.Polaris-Popover--positionedAbove.Polaris-Popover--fullWidth{margin:0 auto 0.3125rem auto;}.Polaris-Popover__Wrapper{position:relative;overflow:hidden;background-color:", ";border-radius:", ";outline:1px solid transparent;}.Polaris-Popover__Content{position:relative;display:flex;flex-direction:column;border-radius:1px;max-width:25rem;max-height:31.25rem;}.Polaris-Popover__Content:focus{outline:none;}.Polaris-Popover__Content--fullHeight{max-height:none;}.Polaris-Popover__Content--fluidContent{max-height:none;max-width:none;}.Polaris-Popover__Pane{flex:1 1;max-width:100%;}.Polaris-Popover__Pane + .Polaris-Popover__Pane{border-top:1px solid ", ";}.Polaris-Popover__Pane:focus{outline:none;}.Polaris-Popover__Pane--fixed{overflow:visible;flex:0 0 auto;}.Polaris-Popover__Pane--captureOverscroll{overscroll-behavior:contain;}.Polaris-Popover__Section{padding:", ";color:", ";}.Polaris-Popover__Section + .Polaris-Popover__Section{border-top:1px solid #e1e3e5;}.Polaris-Popover__FocusTracker{position:absolute !important;top:0;width:0.0625rem !important;height:0.0625rem !important;margin:0 !important;padding:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;border:0 !important;white-space:nowrap !important;}@media print{.Polaris-Popover__PopoverOverlay--hideOnPrint{display:none !important;}}.Polaris-PositionedOverlay{position:absolute;z-index:400;}.Polaris-PositionedOverlay--fixed{position:fixed;}.Polaris-PositionedOverlay--calculating{visibility:hidden;}.Polaris-PositionedOverlay--preventInteraction{pointer-events:none;}.Polaris-Scrollable{position:relative;max-height:none;overflow-x:hidden;overflow-y:hidden;:focus{outline:0.125rem solid ", ";outline-offset:0.125rem;}}.Polaris-Scrollable--horizontal{overflow-x:auto;}.Polaris-Scrollable--vertical{overflow-y:auto;}"], space8, space4, space8, borderRadius8, space4, Neutral.B100, borderRadius8, Neutral.B85, space16, Neutral.B40, Blue.S54);
7
+ export var StyledPopover = createGlobalStyle([".Polaris-Popover{max-width:calc(100vw - ", ");margin:0.3125rem 2px ", ";box-shadow:0px ", " 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);border-radius:", ";backface-visibility:hidden;will-change:left,top;}.Polaris-Popover__PopoverOverlay{opacity:0;transition:opacity 100ms ease,transform 100ms ease;transform:translateY(-0.3125rem);}.Polaris-Popover__PopoverOverlay--entering{opacity:1;transform:translateY(0);}.Polaris-Popover__PopoverOverlay--open{opacity:1;transform:none;}.Polaris-Popover__PopoverOverlay--exiting{opacity:1;transform:translateY(0);transition-duration:0ms;}.Polaris-Popover--measuring:not(.Polaris-Popover__PopoverOverlay--exiting){opacity:0;transform:translateY(-0.3125rem);}.Polaris-Popover--fullWidth{margin:0.3125rem auto 0 auto;width:100%;&.Polaris-Popover--fitContent{width:fit-content;}}.Polaris-Popover--fullWidth .Polaris-Popover__Content{max-width:none;}.Polaris-Popover--positionedAbove{margin:", " 2px 0.3125rem;}.Polaris-Popover--positionedAbove.Polaris-Popover--fullWidth{margin:0 auto 0.3125rem auto;}.Polaris-Popover__Wrapper{position:relative;overflow:hidden;background-color:", ";border-radius:", ";outline:1px solid transparent;}.Polaris-Popover__Content{position:relative;display:flex;flex-direction:column;border-radius:1px;max-width:25rem;max-height:31.25rem;}.Polaris-Popover__Content:focus{outline:none;}.Polaris-Popover__Content--fullHeight{max-height:none;}.Polaris-Popover__Content--fluidContent{max-height:none;max-width:none;}.Polaris-Popover__Pane{flex:1 1;max-width:100%;}.Polaris-Popover__Pane + .Polaris-Popover__Pane{border-top:1px solid ", ";}.Polaris-Popover__Pane:focus{outline:none;}.Polaris-Popover__Pane--fixed{overflow:visible;flex:0 0 auto;}.Polaris-Popover__Pane--captureOverscroll{overscroll-behavior:contain;}.Polaris-Popover__Section{padding:", ";color:", ";}.Polaris-Popover__Section + .Polaris-Popover__Section{border-top:1px solid #e1e3e5;}.Polaris-Popover__FocusTracker{position:absolute !important;top:0;width:0.0625rem !important;height:0.0625rem !important;margin:0 !important;padding:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;border:0 !important;white-space:nowrap !important;}@media print{.Polaris-Popover__PopoverOverlay--hideOnPrint{display:none !important;}}.Polaris-PositionedOverlay{position:absolute;z-index:400;}.Polaris-PositionedOverlay--fixed{position:fixed;}.Polaris-PositionedOverlay--calculating{visibility:hidden;}.Polaris-PositionedOverlay--preventInteraction{pointer-events:none;}.Polaris-Scrollable{position:relative;max-height:none;overflow-x:hidden;overflow-y:hidden;:focus{outline:0.125rem solid ", ";outline-offset:0.125rem;}}.Polaris-Scrollable--horizontal{overflow-x:auto;}.Polaris-Scrollable--vertical{overflow-y:auto;-webkit-overflow-scrolling:touch;}"], space8, space4, space8, borderRadius8, space4, Neutral.B100, borderRadius8, Neutral.B85, space16, Neutral.B40, Blue.S54);
@@ -33,6 +33,8 @@ export interface SelectProps {
33
33
  }): void;
34
34
  /** callback function when select component is clicked (opened) */
35
35
  onSelectClick?: () => void;
36
+ isPopoverActive?: boolean;
37
+ onPopoverActiveChange?: (isActive: boolean) => void;
36
38
  options?: Option[];
37
39
  /** sets whether OptionList will follow content's width */
38
40
  optionListFitContent?: boolean;
@@ -56,8 +58,7 @@ export interface SelectProps {
56
58
  border?: string;
57
59
  borderRadius?: string;
58
60
  required?: boolean;
59
- isPopoverActive?: boolean;
60
61
  isPlaceholderFloating?: boolean;
61
62
  }
62
- export declare const Select: ({ allowMultiple, customActivatorIcon, disabled, hasError, helpText, label, listHeight, loadingOptions, name, onBlur, onClose, onFocus, onRemoveTag, onSelect, onSelectClick, optionListFitContent, options, placeholder, prefix, searchable, searchableProps, optionsPlaceholderProps, showPopoverOnFocus, scrollable, sections, selectedValues, width, height, zIndexOverride, border, borderRadius, required, isPlaceholderFloating, isPopoverActive, }: SelectProps) => JSX.Element;
63
+ export declare const Select: ({ allowMultiple, customActivatorIcon, disabled, hasError, helpText, label, listHeight, loadingOptions, name, onBlur, onClose, onFocus, onRemoveTag, onSelect, onSelectClick, isPopoverActive, onPopoverActiveChange, optionListFitContent, options, placeholder, prefix, searchable, searchableProps, optionsPlaceholderProps, showPopoverOnFocus, scrollable, sections, selectedValues, width, height, zIndexOverride, border, borderRadius, required, isPlaceholderFloating, }: SelectProps) => JSX.Element;
63
64
  export {};
@@ -27,6 +27,8 @@ export var Select = function Select(_ref) {
27
27
  onRemoveTag = _ref.onRemoveTag,
28
28
  onSelect = _ref.onSelect,
29
29
  onSelectClick = _ref.onSelectClick,
30
+ isPopoverActive = _ref.isPopoverActive,
31
+ onPopoverActiveChange = _ref.onPopoverActiveChange,
30
32
  _ref$optionListFitCon = _ref.optionListFitContent,
31
33
  optionListFitContent = _ref$optionListFitCon === void 0 ? false : _ref$optionListFitCon,
32
34
  _ref$options = _ref.options,
@@ -48,11 +50,18 @@ export var Select = function Select(_ref) {
48
50
  border = _ref.border,
49
51
  borderRadius = _ref.borderRadius,
50
52
  required = _ref.required,
51
- isPlaceholderFloating = _ref.isPlaceholderFloating,
52
- isPopoverActive = _ref.isPopoverActive;
53
+ isPlaceholderFloating = _ref.isPlaceholderFloating;
53
54
  var _useState = useState(false),
54
- popoverActive = _useState[0],
55
- setPopoverActive = _useState[1];
55
+ internalPopoverActive = _useState[0],
56
+ setInternalPopoverActive = _useState[1];
57
+ var popoverActive = isPopoverActive !== undefined ? isPopoverActive : internalPopoverActive;
58
+ var setPopoverActive = function setPopoverActive(newState) {
59
+ if (isPopoverActive != undefined) {
60
+ onPopoverActiveChange == null ? void 0 : onPopoverActiveChange(newState);
61
+ } else {
62
+ setInternalPopoverActive(newState);
63
+ }
64
+ };
56
65
  var _useState2 = useState(''),
57
66
  optionListHeight = _useState2[0],
58
67
  setOptionListHeight = _useState2[1];
@@ -79,11 +88,6 @@ export var Select = function Select(_ref) {
79
88
  var updateMenuOptions = function updateMenuOptions(newState) {
80
89
  setMenuOptions(newState);
81
90
  };
82
- useEffect(function () {
83
- if (isPopoverActive === false && popoverActive) {
84
- setPopoverActive(false);
85
- }
86
- }, [isPopoverActive, popoverActive]);
87
91
  var handleClose = function handleClose() {
88
92
  setPopoverActive(false);
89
93
  onClose == null ? void 0 : onClose();
@@ -112,10 +116,10 @@ export var Select = function Select(_ref) {
112
116
  useEffect(function () {
113
117
  if (showPopoverOnFocus) return;
114
118
  if (!isEmpty(inputValue) && optionsLength > 0) {
115
- setPopoverActive(true);
119
+ setInternalPopoverActive(true);
116
120
  }
117
121
  if (inputValue === '' && optionsLength < 1) {
118
- setPopoverActive(false);
122
+ setInternalPopoverActive(false);
119
123
  }
120
124
  }, [inputValue, optionsLength, showPopoverOnFocus]);
121
125
  useEffect(function () {
@@ -7,5 +7,5 @@ var _borderRadius = require("../utilities/borderRadius");
7
7
  var _colors = require("../utilities/colors");
8
8
  var _spacing = require("../utilities/spacing");
9
9
  // we need to use global style here because popover is created outside the root element for react app
10
- var StyledPopover = (0, _styledComponents.createGlobalStyle)([".Polaris-Popover{max-width:calc(100vw - ", ");margin:0.3125rem 2px ", ";box-shadow:0px ", " 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);border-radius:", ";backface-visibility:hidden;will-change:left,top;}.Polaris-Popover__PopoverOverlay{opacity:0;transition:opacity 100ms ease,transform 100ms ease;transform:translateY(-0.3125rem);}.Polaris-Popover__PopoverOverlay--entering{opacity:1;transform:translateY(0);}.Polaris-Popover__PopoverOverlay--open{opacity:1;transform:none;}.Polaris-Popover__PopoverOverlay--exiting{opacity:1;transform:translateY(0);transition-duration:0ms;}.Polaris-Popover--measuring:not(.Polaris-Popover__PopoverOverlay--exiting){opacity:0;transform:translateY(-0.3125rem);}.Polaris-Popover--fullWidth{margin:0.3125rem auto 0 auto;width:100%;&.Polaris-Popover--fitContent{width:fit-content;}}.Polaris-Popover--fullWidth .Polaris-Popover__Content{max-width:none;}.Polaris-Popover--positionedAbove{margin:", " 2px 0.3125rem;}.Polaris-Popover--positionedAbove.Polaris-Popover--fullWidth{margin:0 auto 0.3125rem auto;}.Polaris-Popover__Wrapper{position:relative;overflow:hidden;background-color:", ";border-radius:", ";outline:1px solid transparent;}.Polaris-Popover__Content{position:relative;display:flex;flex-direction:column;border-radius:1px;max-width:25rem;max-height:31.25rem;}.Polaris-Popover__Content:focus{outline:none;}.Polaris-Popover__Content--fullHeight{max-height:none;}.Polaris-Popover__Content--fluidContent{max-height:none;max-width:none;}.Polaris-Popover__Pane{flex:1 1;max-width:100%;}.Polaris-Popover__Pane + .Polaris-Popover__Pane{border-top:1px solid ", ";}.Polaris-Popover__Pane:focus{outline:none;}.Polaris-Popover__Pane--fixed{overflow:visible;flex:0 0 auto;}.Polaris-Popover__Pane--captureOverscroll{overscroll-behavior:contain;}.Polaris-Popover__Section{padding:", ";color:", ";}.Polaris-Popover__Section + .Polaris-Popover__Section{border-top:1px solid #e1e3e5;}.Polaris-Popover__FocusTracker{position:absolute !important;top:0;width:0.0625rem !important;height:0.0625rem !important;margin:0 !important;padding:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;border:0 !important;white-space:nowrap !important;}@media print{.Polaris-Popover__PopoverOverlay--hideOnPrint{display:none !important;}}.Polaris-PositionedOverlay{position:absolute;z-index:400;}.Polaris-PositionedOverlay--fixed{position:fixed;}.Polaris-PositionedOverlay--calculating{visibility:hidden;}.Polaris-PositionedOverlay--preventInteraction{pointer-events:none;}.Polaris-Scrollable{position:relative;max-height:none;overflow-x:hidden;overflow-y:hidden;:focus{outline:0.125rem solid ", ";outline-offset:0.125rem;}}.Polaris-Scrollable--horizontal{overflow-x:auto;}.Polaris-Scrollable--vertical{overflow-y:auto;}"], _spacing.space8, _spacing.space4, _spacing.space8, _borderRadius.borderRadius8, _spacing.space4, _colors.Neutral.B100, _borderRadius.borderRadius8, _colors.Neutral.B85, _spacing.space16, _colors.Neutral.B40, _colors.Blue.S54);
10
+ var StyledPopover = (0, _styledComponents.createGlobalStyle)([".Polaris-Popover{max-width:calc(100vw - ", ");margin:0.3125rem 2px ", ";box-shadow:0px ", " 20px rgba(71,71,71,0.2),0px 3px 6px -3px rgba(71,71,71,0.08);border-radius:", ";backface-visibility:hidden;will-change:left,top;}.Polaris-Popover__PopoverOverlay{opacity:0;transition:opacity 100ms ease,transform 100ms ease;transform:translateY(-0.3125rem);}.Polaris-Popover__PopoverOverlay--entering{opacity:1;transform:translateY(0);}.Polaris-Popover__PopoverOverlay--open{opacity:1;transform:none;}.Polaris-Popover__PopoverOverlay--exiting{opacity:1;transform:translateY(0);transition-duration:0ms;}.Polaris-Popover--measuring:not(.Polaris-Popover__PopoverOverlay--exiting){opacity:0;transform:translateY(-0.3125rem);}.Polaris-Popover--fullWidth{margin:0.3125rem auto 0 auto;width:100%;&.Polaris-Popover--fitContent{width:fit-content;}}.Polaris-Popover--fullWidth .Polaris-Popover__Content{max-width:none;}.Polaris-Popover--positionedAbove{margin:", " 2px 0.3125rem;}.Polaris-Popover--positionedAbove.Polaris-Popover--fullWidth{margin:0 auto 0.3125rem auto;}.Polaris-Popover__Wrapper{position:relative;overflow:hidden;background-color:", ";border-radius:", ";outline:1px solid transparent;}.Polaris-Popover__Content{position:relative;display:flex;flex-direction:column;border-radius:1px;max-width:25rem;max-height:31.25rem;}.Polaris-Popover__Content:focus{outline:none;}.Polaris-Popover__Content--fullHeight{max-height:none;}.Polaris-Popover__Content--fluidContent{max-height:none;max-width:none;}.Polaris-Popover__Pane{flex:1 1;max-width:100%;}.Polaris-Popover__Pane + .Polaris-Popover__Pane{border-top:1px solid ", ";}.Polaris-Popover__Pane:focus{outline:none;}.Polaris-Popover__Pane--fixed{overflow:visible;flex:0 0 auto;}.Polaris-Popover__Pane--captureOverscroll{overscroll-behavior:contain;}.Polaris-Popover__Section{padding:", ";color:", ";}.Polaris-Popover__Section + .Polaris-Popover__Section{border-top:1px solid #e1e3e5;}.Polaris-Popover__FocusTracker{position:absolute !important;top:0;width:0.0625rem !important;height:0.0625rem !important;margin:0 !important;padding:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;border:0 !important;white-space:nowrap !important;}@media print{.Polaris-Popover__PopoverOverlay--hideOnPrint{display:none !important;}}.Polaris-PositionedOverlay{position:absolute;z-index:400;}.Polaris-PositionedOverlay--fixed{position:fixed;}.Polaris-PositionedOverlay--calculating{visibility:hidden;}.Polaris-PositionedOverlay--preventInteraction{pointer-events:none;}.Polaris-Scrollable{position:relative;max-height:none;overflow-x:hidden;overflow-y:hidden;:focus{outline:0.125rem solid ", ";outline-offset:0.125rem;}}.Polaris-Scrollable--horizontal{overflow-x:auto;}.Polaris-Scrollable--vertical{overflow-y:auto;-webkit-overflow-scrolling:touch;}"], _spacing.space8, _spacing.space4, _spacing.space8, _borderRadius.borderRadius8, _spacing.space4, _colors.Neutral.B100, _borderRadius.borderRadius8, _colors.Neutral.B85, _spacing.space16, _colors.Neutral.B40, _colors.Blue.S54);
11
11
  exports.StyledPopover = StyledPopover;
@@ -33,6 +33,8 @@ export interface SelectProps {
33
33
  }): void;
34
34
  /** callback function when select component is clicked (opened) */
35
35
  onSelectClick?: () => void;
36
+ isPopoverActive?: boolean;
37
+ onPopoverActiveChange?: (isActive: boolean) => void;
36
38
  options?: Option[];
37
39
  /** sets whether OptionList will follow content's width */
38
40
  optionListFitContent?: boolean;
@@ -56,8 +58,7 @@ export interface SelectProps {
56
58
  border?: string;
57
59
  borderRadius?: string;
58
60
  required?: boolean;
59
- isPopoverActive?: boolean;
60
61
  isPlaceholderFloating?: boolean;
61
62
  }
62
- export declare const Select: ({ allowMultiple, customActivatorIcon, disabled, hasError, helpText, label, listHeight, loadingOptions, name, onBlur, onClose, onFocus, onRemoveTag, onSelect, onSelectClick, optionListFitContent, options, placeholder, prefix, searchable, searchableProps, optionsPlaceholderProps, showPopoverOnFocus, scrollable, sections, selectedValues, width, height, zIndexOverride, border, borderRadius, required, isPlaceholderFloating, isPopoverActive, }: SelectProps) => JSX.Element;
63
+ export declare const Select: ({ allowMultiple, customActivatorIcon, disabled, hasError, helpText, label, listHeight, loadingOptions, name, onBlur, onClose, onFocus, onRemoveTag, onSelect, onSelectClick, isPopoverActive, onPopoverActiveChange, optionListFitContent, options, placeholder, prefix, searchable, searchableProps, optionsPlaceholderProps, showPopoverOnFocus, scrollable, sections, selectedValues, width, height, zIndexOverride, border, borderRadius, required, isPlaceholderFloating, }: SelectProps) => JSX.Element;
63
64
  export {};
@@ -33,6 +33,8 @@ var Select = function Select(_ref) {
33
33
  onRemoveTag = _ref.onRemoveTag,
34
34
  onSelect = _ref.onSelect,
35
35
  onSelectClick = _ref.onSelectClick,
36
+ isPopoverActive = _ref.isPopoverActive,
37
+ onPopoverActiveChange = _ref.onPopoverActiveChange,
36
38
  _ref$optionListFitCon = _ref.optionListFitContent,
37
39
  optionListFitContent = _ref$optionListFitCon === void 0 ? false : _ref$optionListFitCon,
38
40
  _ref$options = _ref.options,
@@ -54,11 +56,18 @@ var Select = function Select(_ref) {
54
56
  border = _ref.border,
55
57
  borderRadius = _ref.borderRadius,
56
58
  required = _ref.required,
57
- isPlaceholderFloating = _ref.isPlaceholderFloating,
58
- isPopoverActive = _ref.isPopoverActive;
59
+ isPlaceholderFloating = _ref.isPlaceholderFloating;
59
60
  var _useState = (0, _react.useState)(false),
60
- popoverActive = _useState[0],
61
- setPopoverActive = _useState[1];
61
+ internalPopoverActive = _useState[0],
62
+ setInternalPopoverActive = _useState[1];
63
+ var popoverActive = isPopoverActive !== undefined ? isPopoverActive : internalPopoverActive;
64
+ var setPopoverActive = function setPopoverActive(newState) {
65
+ if (isPopoverActive != undefined) {
66
+ onPopoverActiveChange == null ? void 0 : onPopoverActiveChange(newState);
67
+ } else {
68
+ setInternalPopoverActive(newState);
69
+ }
70
+ };
62
71
  var _useState2 = (0, _react.useState)(''),
63
72
  optionListHeight = _useState2[0],
64
73
  setOptionListHeight = _useState2[1];
@@ -85,11 +94,6 @@ var Select = function Select(_ref) {
85
94
  var updateMenuOptions = function updateMenuOptions(newState) {
86
95
  setMenuOptions(newState);
87
96
  };
88
- (0, _react.useEffect)(function () {
89
- if (isPopoverActive === false && popoverActive) {
90
- setPopoverActive(false);
91
- }
92
- }, [isPopoverActive, popoverActive]);
93
97
  var handleClose = function handleClose() {
94
98
  setPopoverActive(false);
95
99
  onClose == null ? void 0 : onClose();
@@ -118,10 +122,10 @@ var Select = function Select(_ref) {
118
122
  (0, _react.useEffect)(function () {
119
123
  if (showPopoverOnFocus) return;
120
124
  if (!(0, _lodash.isEmpty)(inputValue) && optionsLength > 0) {
121
- setPopoverActive(true);
125
+ setInternalPopoverActive(true);
122
126
  }
123
127
  if (inputValue === '' && optionsLength < 1) {
124
- setPopoverActive(false);
128
+ setInternalPopoverActive(false);
125
129
  }
126
130
  }, [inputValue, optionsLength, showPopoverOnFocus]);
127
131
  (0, _react.useEffect)(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "glints-aries",
3
- "version": "4.1.11",
3
+ "version": "4.1.13",
4
4
  "description": "Glints ui-kit for frontend",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",