@pingux/astro 2.0.0-alpha.5 → 2.0.0-alpha.7
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/CHANGELOG.md +24 -0
- package/lib/cjs/components/AccordionGridGroup/AccordionGridGroup.stories.js +51 -20
- package/lib/cjs/components/AccordionGroup/AccordionGroup.stories.js +16 -15
- package/lib/cjs/components/ArrayField/ArrayField.stories.js +24 -24
- package/lib/cjs/components/Avatar/Avatar.stories.js +3 -3
- package/lib/cjs/components/Badge/Badge.js +2 -2
- package/lib/cjs/components/Badge/Badge.stories.js +21 -24
- package/lib/cjs/components/Badge/Badge.styles.js +8 -18
- package/lib/cjs/components/Badge/Badge.test.js +3 -3
- package/lib/cjs/components/Breadcrumbs/Breadcrumbs.stories.js +5 -5
- package/lib/cjs/components/Button/Button.stories.js +15 -3
- package/lib/cjs/components/Button/Buttons.styles.js +9 -1
- package/lib/cjs/components/Callout/Callout.stories.js +9 -9
- package/lib/cjs/components/Card/Card.js +1 -1
- package/lib/cjs/components/CheckboxField/CheckboxField.stories.js +11 -14
- package/lib/cjs/components/CodeView/CodeView.stories.js +10 -19
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.stories.js +15 -16
- package/lib/cjs/components/CollapsiblePanel/CollapsiblePanel.styles.js +6 -5
- package/lib/cjs/components/ColorField/ColorField.js +1 -0
- package/lib/cjs/components/ColorField/ColorField.stories.js +3 -3
- package/lib/cjs/components/ColorField/ColorField.test.js +15 -0
- package/lib/cjs/components/ComboBoxField/ComboBoxField.stories.js +43 -44
- package/lib/cjs/components/CopyText/CopyButton.js +2 -1
- package/lib/cjs/components/CopyText/CopyText.stories.js +9 -11
- package/lib/cjs/components/CopyText/CopyText.styles.js +7 -5
- package/lib/cjs/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +12 -13
- package/lib/cjs/components/FieldHelperText/FieldHelperText.stories.js +6 -6
- package/lib/cjs/components/FileInputField/FileInputField.stories.js +10 -11
- package/lib/cjs/components/HelpHint/HelpHint.stories.js +6 -7
- package/lib/cjs/components/HelpHint/HelpHint.styles.js +0 -3
- package/lib/cjs/components/Icon/Icon.stories.js +1 -1
- package/lib/cjs/components/IconBadge/IconBadge.stories.js +2 -3
- package/lib/cjs/components/IconButton/IconButton.js +3 -3
- package/lib/cjs/components/IconButton/IconButton.styles.js +1 -1
- package/lib/cjs/components/IconButtonToggle/IconButtonToggle.stories.js +4 -4
- package/lib/cjs/components/Image/Image.stories.js +9 -10
- package/lib/cjs/components/ImageUploadField/ImageUploadField.stories.js +9 -9
- package/lib/cjs/components/Input/Input.stories.js +5 -5
- package/lib/cjs/components/Label/Label.stories.js +5 -5
- package/lib/cjs/components/Link/Link.stories.js +3 -3
- package/lib/cjs/components/LinkSelectField/LinkSelectField.stories.js +46 -46
- package/lib/cjs/components/ListItem/ListItem.js +30 -15
- package/lib/cjs/components/ListItem/ListItem.stories.js +90 -26
- package/lib/cjs/components/ListItem/ListItem.test.js +46 -11
- package/lib/cjs/components/ListView/ListView.js +7 -1
- package/lib/cjs/components/ListView/ListView.stories.js +24 -25
- package/lib/cjs/components/ListViewItem/ListViewItem.js +4 -2
- package/lib/cjs/components/ListViewItem/ListViewItem.styles.js +8 -2
- package/lib/cjs/components/Loader/Loader.stories.js +4 -4
- package/lib/cjs/components/Menu/Menu.js +16 -5
- package/lib/cjs/components/Menu/Menu.stories.js +19 -9
- package/lib/cjs/components/Messages/Messages.stories.js +27 -27
- package/lib/cjs/components/MultivaluesField/MultivaluesField.js +6 -6
- package/lib/cjs/components/MultivaluesField/MultivaluesField.stories.js +46 -46
- package/lib/cjs/components/MultivaluesField/MultivaluesField.test.js +39 -39
- package/lib/cjs/components/NavBar/NavBar.stories.js +13 -2
- package/lib/cjs/components/NavBar/NavBar.test.js +9 -0
- package/lib/cjs/components/NavBarSection/NavBarItemHeader.js +64 -2
- package/lib/cjs/components/NavBarSection/NavBarSection.js +20 -2
- package/lib/cjs/components/NumberField/NumberField.stories.js +14 -14
- package/lib/cjs/components/PasswordField/PasswordField.stories.js +15 -15
- package/lib/cjs/components/RadioGroupField/RadioGroupField.stories.js +25 -26
- package/lib/cjs/components/RequirementsList/RequirementsList.stories.js +4 -4
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.stories.js +19 -20
- package/lib/cjs/components/RockerButtonGroup/RockerButtonGroup.test.js +3 -4
- package/lib/cjs/components/ScrollBox/ScrollBox.stories.js +4 -5
- package/lib/cjs/components/SearchField/SearchField.stories.js +8 -8
- package/lib/cjs/components/SelectField/SelectField.stories.js +47 -47
- package/lib/cjs/components/Separator/Separator.stories.js +6 -7
- package/lib/cjs/components/SwitchField/SwitchField.js +4 -2
- package/lib/cjs/components/SwitchField/SwitchField.stories.js +8 -9
- package/lib/cjs/components/Table/Table.stories.js +7 -13
- package/lib/cjs/components/Tabs/Tabs.stories.js +32 -36
- package/lib/cjs/components/TextAreaField/TextAreaField.stories.js +16 -17
- package/lib/cjs/components/TextField/TextField.stories.js +23 -24
- package/lib/cjs/components/TimeZonePicker/TimeZonePicker.stories.js +4 -4
- package/lib/cjs/components/TooltipTrigger/TooltipTrigger.stories.js +3 -5
- package/lib/cjs/{Patterns → patterns}/AttributeMappingDisplayViewPattern.stories.hidden.js +3 -3
- package/lib/cjs/{Patterns → patterns}/AttributeMappingEditViewPattern.stories.hidden.js +3 -3
- package/lib/cjs/recipes/Arrow.stories.js +4 -4
- package/lib/cjs/recipes/AttributeMappingReadOnlyField.stories.js +2 -2
- package/lib/cjs/recipes/CollapsiblePanel.stories.js +40 -40
- package/lib/cjs/recipes/CountryPicker.stories.js +4 -7
- package/lib/cjs/recipes/DraggableBox.stories.js +5 -7
- package/lib/cjs/recipes/FlippableCaretMenuButton.stories.js +1 -2
- package/lib/cjs/recipes/LinkedListView.stories.js +9 -9
- package/lib/cjs/recipes/ListAndPanel.stories.js +71 -21
- package/lib/cjs/recipes/LogoTabs.stories.js +3 -3
- package/lib/cjs/recipes/NeutralInput.stories.js +2 -2
- package/lib/cjs/recipes/OneWayToBidirectionalArrow.stories.js +6 -7
- package/lib/cjs/recipes/PanelHeader.stories.js +10 -15
- package/lib/cjs/recipes/RadioButtonsWithLinks.stories.js +2 -4
- package/lib/cjs/recipes/{SelectedFieldOverlay.story.js → SelectedFieldOverlay.stories.js} +5 -7
- package/lib/cjs/recipes/StatsCircle.stories.js +4 -5
- package/lib/cjs/recipes/TrialExperienceIndustryButtons.stories.js +2 -2
- package/lib/cjs/styles/colors.js +3 -1
- package/lib/cjs/styles/themes/astro-nano/astro-nano.js +17 -17
- package/lib/cjs/utils/devUtils/props/hoverProps.js +54 -0
- package/lib/components/AccordionGridGroup/AccordionGridGroup.stories.js +44 -11
- package/lib/components/AccordionGroup/AccordionGroup.stories.js +6 -5
- package/lib/components/ArrayField/ArrayField.stories.js +1 -1
- package/lib/components/Avatar/Avatar.stories.js +1 -1
- package/lib/components/Badge/Badge.js +2 -2
- package/lib/components/Badge/Badge.stories.js +4 -7
- package/lib/components/Badge/Badge.styles.js +7 -16
- package/lib/components/Badge/Badge.test.js +3 -3
- package/lib/components/Breadcrumbs/Breadcrumbs.stories.js +1 -1
- package/lib/components/Button/Button.stories.js +11 -1
- package/lib/components/Button/Buttons.styles.js +9 -1
- package/lib/components/Callout/Callout.stories.js +1 -1
- package/lib/components/Card/Card.js +1 -1
- package/lib/components/CheckboxField/CheckboxField.stories.js +1 -4
- package/lib/components/CodeView/CodeView.stories.js +5 -14
- package/lib/components/CollapsiblePanel/CollapsiblePanel.stories.js +11 -12
- package/lib/components/CollapsiblePanel/CollapsiblePanel.styles.js +6 -5
- package/lib/components/ColorField/ColorField.js +1 -0
- package/lib/components/ColorField/ColorField.stories.js +1 -1
- package/lib/components/ColorField/ColorField.test.js +15 -0
- package/lib/components/ComboBoxField/ComboBoxField.stories.js +1 -2
- package/lib/components/CopyText/CopyButton.js +2 -1
- package/lib/components/CopyText/CopyText.stories.js +1 -3
- package/lib/components/CopyText/CopyText.styles.js +7 -5
- package/lib/components/EnvironmentBreadcrumb/EnvironmentBreadcrumb.stories.js +2 -3
- package/lib/components/FieldHelperText/FieldHelperText.stories.js +1 -1
- package/lib/components/FileInputField/FileInputField.stories.js +1 -2
- package/lib/components/HelpHint/HelpHint.stories.js +1 -2
- package/lib/components/HelpHint/HelpHint.styles.js +0 -3
- package/lib/components/Icon/Icon.stories.js +1 -1
- package/lib/components/IconBadge/IconBadge.stories.js +1 -2
- package/lib/components/IconButton/IconButton.js +3 -3
- package/lib/components/IconButton/IconButton.styles.js +2 -2
- package/lib/components/IconButtonToggle/IconButtonToggle.stories.js +1 -1
- package/lib/components/Image/Image.stories.js +1 -2
- package/lib/components/ImageUploadField/ImageUploadField.stories.js +1 -1
- package/lib/components/Input/Input.stories.js +1 -1
- package/lib/components/Label/Label.stories.js +1 -1
- package/lib/components/Link/Link.stories.js +1 -1
- package/lib/components/LinkSelectField/LinkSelectField.stories.js +1 -1
- package/lib/components/ListItem/ListItem.js +30 -13
- package/lib/components/ListItem/ListItem.stories.js +68 -8
- package/lib/components/ListItem/ListItem.test.js +46 -11
- package/lib/components/ListView/ListView.js +7 -1
- package/lib/components/ListView/ListView.stories.js +1 -2
- package/lib/components/ListViewItem/ListViewItem.js +4 -2
- package/lib/components/ListViewItem/ListViewItem.styles.js +8 -2
- package/lib/components/Loader/Loader.stories.js +1 -1
- package/lib/components/Menu/Menu.js +16 -5
- package/lib/components/Menu/Menu.stories.js +15 -4
- package/lib/components/Messages/Messages.stories.js +1 -1
- package/lib/components/MultivaluesField/MultivaluesField.js +6 -6
- package/lib/components/MultivaluesField/MultivaluesField.stories.js +8 -8
- package/lib/components/MultivaluesField/MultivaluesField.test.js +39 -39
- package/lib/components/NavBar/NavBar.stories.js +13 -2
- package/lib/components/NavBar/NavBar.test.js +9 -0
- package/lib/components/NavBarSection/NavBarItemHeader.js +64 -2
- package/lib/components/NavBarSection/NavBarSection.js +21 -3
- package/lib/components/NumberField/NumberField.stories.js +1 -1
- package/lib/components/PasswordField/PasswordField.stories.js +1 -1
- package/lib/components/RadioGroupField/RadioGroupField.stories.js +1 -2
- package/lib/components/RequirementsList/RequirementsList.stories.js +1 -1
- package/lib/components/RockerButtonGroup/RockerButtonGroup.stories.js +1 -2
- package/lib/components/RockerButtonGroup/RockerButtonGroup.test.js +1 -2
- package/lib/components/ScrollBox/ScrollBox.stories.js +1 -2
- package/lib/components/SearchField/SearchField.stories.js +1 -1
- package/lib/components/SelectField/SelectField.stories.js +1 -1
- package/lib/components/Separator/Separator.stories.js +1 -2
- package/lib/components/SwitchField/SwitchField.js +4 -2
- package/lib/components/SwitchField/SwitchField.stories.js +1 -2
- package/lib/components/Table/Table.stories.js +1 -7
- package/lib/components/Tabs/Tabs.stories.js +1 -5
- package/lib/components/TextAreaField/TextAreaField.stories.js +1 -2
- package/lib/components/TextField/TextField.stories.js +1 -2
- package/lib/components/TimeZonePicker/TimeZonePicker.stories.js +1 -1
- package/lib/components/TooltipTrigger/TooltipTrigger.stories.js +1 -3
- package/lib/{Patterns → patterns}/AttributeMappingDisplayViewPattern.stories.hidden.js +3 -3
- package/lib/{Patterns → patterns}/AttributeMappingEditViewPattern.stories.hidden.js +3 -3
- package/lib/recipes/Arrow.stories.js +1 -1
- package/lib/recipes/AttributeMappingReadOnlyField.stories.js +2 -2
- package/lib/recipes/CollapsiblePanel.stories.js +11 -11
- package/lib/recipes/CountryPicker.stories.js +1 -4
- package/lib/recipes/DraggableBox.stories.js +1 -3
- package/lib/recipes/FlippableCaretMenuButton.stories.js +1 -2
- package/lib/recipes/LinkedListView.stories.js +9 -9
- package/lib/recipes/ListAndPanel.stories.js +72 -22
- package/lib/recipes/LogoTabs.stories.js +1 -1
- package/lib/recipes/NeutralInput.stories.js +1 -1
- package/lib/recipes/OneWayToBidirectionalArrow.stories.js +1 -2
- package/lib/recipes/PanelHeader.stories.js +1 -6
- package/lib/recipes/RadioButtonsWithLinks.stories.js +1 -3
- package/lib/recipes/{SelectedFieldOverlay.story.js → SelectedFieldOverlay.stories.js} +1 -3
- package/lib/recipes/StatsCircle.stories.js +1 -2
- package/lib/recipes/TrialExperienceIndustryButtons.stories.js +1 -1
- package/lib/styles/colors.js +3 -1
- package/lib/styles/themes/astro-nano/astro-nano.js +17 -17
- package/lib/utils/devUtils/props/hoverProps.js +44 -0
- package/package.json +2 -2
- package/lib/cjs/components/PageHeader/PageHeader.js +0 -52
- package/lib/cjs/components/PageHeader/PageHeader.stories.js +0 -36
- package/lib/cjs/components/PageHeader/PageHeader.test.js +0 -25
- package/lib/components/PageHeader/PageHeader.js +0 -38
- package/lib/components/PageHeader/PageHeader.stories.js +0 -26
- package/lib/components/PageHeader/PageHeader.test.js +0 -22
- /package/lib/cjs/{Patterns → patterns}/ListAndPanelPattern.stories.hidden.js +0 -0
- /package/lib/cjs/{Patterns → patterns}/MessagesPattern.stories.hidden.js +0 -0
- /package/lib/cjs/{Patterns → patterns}/SaveBarPattern.stories.hidden.js +0 -0
- /package/lib/cjs/{Patterns → patterns}/UnsavedChangesPattern.stories.hidden.js +0 -0
- /package/lib/{Patterns → patterns}/ListAndPanelPattern.stories.hidden.js +0 -0
- /package/lib/{Patterns → patterns}/MessagesPattern.stories.hidden.js +0 -0
- /package/lib/{Patterns → patterns}/SaveBarPattern.stories.hidden.js +0 -0
- /package/lib/{Patterns → patterns}/UnsavedChangesPattern.stories.hidden.js +0 -0
@@ -9,7 +9,7 @@ var fieldValues = [{
|
|
9
9
|
field1: 'username',
|
10
10
|
field2: 'UserID',
|
11
11
|
hasBadge: true,
|
12
|
-
|
12
|
+
badgeLabel: 'Required',
|
13
13
|
key: 1
|
14
14
|
}, {
|
15
15
|
field1: 'firstName',
|
@@ -68,7 +68,7 @@ var sx = {
|
|
68
68
|
mb: 'auto',
|
69
69
|
width: '21px'
|
70
70
|
},
|
71
|
-
|
71
|
+
badgeStyles: {
|
72
72
|
width: '65px',
|
73
73
|
height: '22px',
|
74
74
|
minWidth: 'fit-content',
|
@@ -132,7 +132,7 @@ export var Default = function Default() {
|
|
132
132
|
}), hasBadge && ___EmotionJSX(Badge, {
|
133
133
|
label: "Required",
|
134
134
|
textColor: "#253746",
|
135
|
-
sx: sx.
|
135
|
+
sx: sx.badgeStyles
|
136
136
|
}));
|
137
137
|
})));
|
138
138
|
};
|
@@ -14,17 +14,17 @@ var editFieldValues = [{
|
|
14
14
|
}, {
|
15
15
|
field1: 'firstName',
|
16
16
|
field2: 'Given Name',
|
17
|
-
|
17
|
+
hasBadge: false,
|
18
18
|
key: 2
|
19
19
|
}, {
|
20
20
|
field1: 'lastName',
|
21
21
|
field2: 'Family Name',
|
22
|
-
|
22
|
+
hasBadge: false,
|
23
23
|
key: 3
|
24
24
|
}, {
|
25
25
|
field1: 'population',
|
26
26
|
field2: 'Population',
|
27
|
-
|
27
|
+
hasBadge: false,
|
28
28
|
key: 4
|
29
29
|
}];
|
30
30
|
var sx = {
|
@@ -24,7 +24,7 @@ var sx = {
|
|
24
24
|
marginBottom: 'md',
|
25
25
|
alignItems: 'center'
|
26
26
|
},
|
27
|
-
|
27
|
+
badge: {
|
28
28
|
width: 'xx',
|
29
29
|
height: '22px',
|
30
30
|
alignSelf: 'center',
|
@@ -117,7 +117,7 @@ var Row = function Row(props) {
|
|
117
117
|
}
|
118
118
|
}), withBadge && ___EmotionJSX(Badge, {
|
119
119
|
label: "Required",
|
120
|
-
sx: sx.
|
120
|
+
sx: sx.badge
|
121
121
|
}), withTooltip && ___EmotionJSX(Box, {
|
122
122
|
sx: sx.tooltipBox
|
123
123
|
}, ___EmotionJSX(HelpHint, {
|
@@ -21,7 +21,7 @@ import CheckIcon from 'mdi-react/CheckIcon';
|
|
21
21
|
import ChevronRightIcon from 'mdi-react/ChevronRightIcon';
|
22
22
|
import Clear from 'mdi-react/CloseIcon';
|
23
23
|
import SearchIcon from 'mdi-react/SearchIcon';
|
24
|
-
import { Badge, Box, Breadcrumbs, CheckboxField, CollapsiblePanel, CollapsiblePanelItem, Icon, IconButton, Item, ListView, SearchField, Text } from '
|
24
|
+
import { Badge, Box, Breadcrumbs, CheckboxField, CollapsiblePanel, CollapsiblePanelItem, Icon, IconButton, Item, ListView, SearchField, Text } from '../index';
|
25
25
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
26
26
|
export default {
|
27
27
|
title: 'Recipes/CollapsiblePanel with List'
|
@@ -32,7 +32,7 @@ var data = [{
|
|
32
32
|
key: 'Avengers',
|
33
33
|
name: 'Avengers',
|
34
34
|
subtitle: 'Default',
|
35
|
-
|
35
|
+
badgeValue: '25',
|
36
36
|
isDefaultSelected: true
|
37
37
|
}, {
|
38
38
|
id: '2',
|
@@ -40,21 +40,21 @@ var data = [{
|
|
40
40
|
key: 'Credit Cards',
|
41
41
|
name: 'Credit Cards',
|
42
42
|
subtitle: '',
|
43
|
-
|
43
|
+
badgeValue: '123'
|
44
44
|
}, {
|
45
45
|
id: '3',
|
46
46
|
icon: 'Group',
|
47
47
|
key: 'Debit Cards',
|
48
48
|
name: 'Debit Cards',
|
49
49
|
subtitle: '',
|
50
|
-
|
50
|
+
badgeValue: '23'
|
51
51
|
}, {
|
52
52
|
id: '4',
|
53
53
|
icon: 'Group',
|
54
54
|
key: 'Digital Investors',
|
55
55
|
name: 'Digital Investors',
|
56
56
|
subtitle: 'N America',
|
57
|
-
|
57
|
+
badgeValue: '12',
|
58
58
|
isDefaultSelected: true
|
59
59
|
}, {
|
60
60
|
id: '5',
|
@@ -62,35 +62,35 @@ var data = [{
|
|
62
62
|
key: 'Mortgages',
|
63
63
|
name: 'Mortgages',
|
64
64
|
subtitle: 'N America',
|
65
|
-
|
65
|
+
badgeValue: '112'
|
66
66
|
}, {
|
67
67
|
id: '6',
|
68
68
|
icon: 'Group',
|
69
69
|
key: 'Person LOC',
|
70
70
|
name: 'Person LOC',
|
71
71
|
subtitle: '',
|
72
|
-
|
72
|
+
badgeValue: '45'
|
73
73
|
}, {
|
74
74
|
id: '7',
|
75
75
|
icon: 'Group',
|
76
76
|
key: 'Production',
|
77
77
|
name: 'Production',
|
78
78
|
subtitle: '',
|
79
|
-
|
79
|
+
badgeValue: '55'
|
80
80
|
}, {
|
81
81
|
id: '8',
|
82
82
|
icon: 'Group',
|
83
83
|
key: 'UX Team',
|
84
84
|
name: 'UX Team',
|
85
85
|
subtitle: '',
|
86
|
-
|
86
|
+
badgeValue: '61'
|
87
87
|
}, {
|
88
88
|
id: '9',
|
89
89
|
icon: 'Group',
|
90
90
|
key: 'UI Team',
|
91
91
|
name: 'UI Team',
|
92
92
|
subtitle: '',
|
93
|
-
|
93
|
+
badgeValue: '29'
|
94
94
|
}];
|
95
95
|
var sx = {
|
96
96
|
listViewItem: {
|
@@ -248,7 +248,7 @@ export var Default = function Default() {
|
|
248
248
|
mb: "xs",
|
249
249
|
mr: "xs"
|
250
250
|
}, item.name), ___EmotionJSX(Badge, {
|
251
|
-
label: item.
|
251
|
+
label: item.badgeValue,
|
252
252
|
bg: "accent.99",
|
253
253
|
textColor: "text.secondary",
|
254
254
|
sx: {
|
@@ -3,10 +3,7 @@ import _Object$entries from "@babel/runtime-corejs3/core-js-stable/object/entrie
|
|
3
3
|
import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
|
4
4
|
import React, { useState } from 'react';
|
5
5
|
import { countries as countriesObj } from 'countries-list';
|
6
|
-
import Box from '../
|
7
|
-
import ComboBoxField from '../components/ComboBoxField';
|
8
|
-
import Input from '../components/Input';
|
9
|
-
import { Item } from '../index';
|
6
|
+
import { Box, ComboBoxField, Input, Item } from '../index';
|
10
7
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
11
8
|
export default {
|
12
9
|
title: 'Recipes/Country Picker'
|
@@ -1,9 +1,7 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import DragVerticalIcon from 'mdi-react/DragVerticalIcon';
|
3
3
|
import FormTextboxIcon from 'mdi-react/FormTextboxIcon';
|
4
|
-
import Box from '../
|
5
|
-
import Icon from '../components/Icon';
|
6
|
-
import Text from '../components/Text';
|
4
|
+
import { Box, Icon, Text } from '../index';
|
7
5
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
8
6
|
export default {
|
9
7
|
title: 'Recipes/Draggable Box'
|
@@ -21,8 +21,7 @@ import { useLayoutEffect } from '@react-aria/utils';
|
|
21
21
|
import CloseIcon from 'mdi-react/CloseIcon';
|
22
22
|
import MenuDown from 'mdi-react/MenuDownIcon';
|
23
23
|
import MenuUp from 'mdi-react/MenuUpIcon';
|
24
|
-
import PopoverContainer from '../
|
25
|
-
import { Box, Button, Icon, IconButton } from '../index';
|
24
|
+
import { Box, Button, Icon, IconButton, PopoverContainer } from '../index';
|
26
25
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
27
26
|
export default {
|
28
27
|
title: 'Recipes/Flippable Caret Menu Button'
|
@@ -39,7 +39,7 @@ var testData = [{
|
|
39
39
|
id: '1',
|
40
40
|
hasSeparator: false,
|
41
41
|
hasInsetSeparator: true,
|
42
|
-
|
42
|
+
badgeText: 'default',
|
43
43
|
expirationText: 'Expiring On: 2022-12-08',
|
44
44
|
childrenObjects: [{
|
45
45
|
key: 'Staging Policy',
|
@@ -53,7 +53,7 @@ var testData = [{
|
|
53
53
|
key: 'Policy4',
|
54
54
|
name: 'Policy4',
|
55
55
|
policyId: '9234890324k-124123asdf',
|
56
|
-
|
56
|
+
badgeText: 'default',
|
57
57
|
id: '2',
|
58
58
|
hasSeparator: true
|
59
59
|
}, {
|
@@ -255,9 +255,9 @@ export var Default = function Default(_ref) {
|
|
255
255
|
};
|
256
256
|
var ExprirationBadge = function ExprirationBadge(props) {
|
257
257
|
var expirationText = props.expirationText,
|
258
|
-
|
258
|
+
badgeText = props.badgeText;
|
259
259
|
return ___EmotionJSX(Box, {
|
260
|
-
sx: !
|
260
|
+
sx: !badgeText && {
|
261
261
|
paddingLeft: '72px'
|
262
262
|
},
|
263
263
|
flexGrow: 1,
|
@@ -279,7 +279,7 @@ export var Default = function Default(_ref) {
|
|
279
279
|
|
280
280
|
// jsx of the production row
|
281
281
|
var Production = function Production(props) {
|
282
|
-
var
|
282
|
+
var badgeText = props.badgeText,
|
283
283
|
hasStaging = props.hasStaging,
|
284
284
|
policyId = props.policyId,
|
285
285
|
name = props.name;
|
@@ -316,12 +316,12 @@ export var Default = function Default(_ref) {
|
|
316
316
|
color: 'text.secondary',
|
317
317
|
fontSize: 'sm'
|
318
318
|
}
|
319
|
-
}, "Policy Id:", ' ', policyId)),
|
319
|
+
}, "Policy Id:", ' ', policyId)), badgeText && ___EmotionJSX(DefaultBadge, null)), ___EmotionJSX(IconWithPopover, null));
|
320
320
|
};
|
321
321
|
|
322
322
|
// jsx of the staging row.
|
323
323
|
var Staging = function Staging(props) {
|
324
|
-
var
|
324
|
+
var badgeText = props.badgeText,
|
325
325
|
expirationText = props.expirationText,
|
326
326
|
policyId = props.policyId,
|
327
327
|
name = props.name;
|
@@ -357,7 +357,7 @@ export var Default = function Default(_ref) {
|
|
357
357
|
color: 'text.secondary',
|
358
358
|
fontSize: 'sm'
|
359
359
|
}
|
360
|
-
}, "Policy Id:", ' ', policyId))),
|
360
|
+
}, "Policy Id:", ' ', policyId))), badgeText && ___EmotionJSX(DefaultBadge, null), expirationText && ___EmotionJSX(ExprirationBadge, {
|
361
361
|
expirationText: expirationText
|
362
362
|
}), ___EmotionJSX(IconWithPopover, null));
|
363
363
|
};
|
@@ -378,7 +378,7 @@ export var Default = function Default(_ref) {
|
|
378
378
|
right: 0,
|
379
379
|
bottom: 0,
|
380
380
|
borderBottom: '1px solid',
|
381
|
-
borderBottomColor: 'line.
|
381
|
+
borderBottomColor: 'line.light'
|
382
382
|
}
|
383
383
|
}
|
384
384
|
}
|
@@ -9,7 +9,7 @@ import MoreVertIcon from 'mdi-react/MoreVertIcon';
|
|
9
9
|
import PencilIcon from 'mdi-react/PencilIcon';
|
10
10
|
import PlusIcon from 'mdi-react/PlusIcon';
|
11
11
|
import { useOverlayPanelState } from '../hooks';
|
12
|
-
import { Box, Icon, IconButton, Link, ListView, Menu, OverlayPanel, PopoverMenu, SearchField, Separator, SwitchField, Tab, Tabs, Text } from '../index';
|
12
|
+
import { Box, Icon, IconButton, Link, ListItem, ListView, Menu, OverlayPanel, PopoverMenu, SearchField, Separator, SwitchField, Tab, Tabs, Text } from '../index';
|
13
13
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
14
14
|
export default {
|
15
15
|
title: 'Recipes/List with Panel'
|
@@ -137,7 +137,8 @@ var sx = {
|
|
137
137
|
},
|
138
138
|
listElement: {
|
139
139
|
wrapper: {
|
140
|
-
minHeight: '60px'
|
140
|
+
minHeight: '60px',
|
141
|
+
pl: '14px'
|
141
142
|
},
|
142
143
|
iconWrapper: {
|
143
144
|
mr: 'auto',
|
@@ -151,7 +152,7 @@ var sx = {
|
|
151
152
|
avatar: {
|
152
153
|
width: '25px',
|
153
154
|
height: '25px',
|
154
|
-
mr: '
|
155
|
+
mr: '14px'
|
155
156
|
},
|
156
157
|
title: {
|
157
158
|
alignSelf: 'start',
|
@@ -164,15 +165,57 @@ var sx = {
|
|
164
165
|
alignSelf: 'start'
|
165
166
|
},
|
166
167
|
menuWrapper: {
|
167
|
-
alignSelf: 'center'
|
168
|
+
alignSelf: 'center',
|
169
|
+
pr: '4px'
|
168
170
|
}
|
169
171
|
}
|
170
172
|
};
|
171
173
|
var ListElement = function ListElement(_ref) {
|
172
174
|
var item = _ref.item,
|
175
|
+
isHoverable = _ref.isHoverable,
|
173
176
|
onClosePanel = _ref.onClosePanel;
|
174
|
-
|
177
|
+
var _useState = useState(false),
|
178
|
+
_useState2 = _slicedToArray(_useState, 2),
|
179
|
+
isHovered = _useState2[0],
|
180
|
+
setIsHovered = _useState2[1];
|
181
|
+
var _useState3 = useState({}),
|
182
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
183
|
+
mousePosition = _useState4[0],
|
184
|
+
setMousePosition = _useState4[1];
|
185
|
+
var listItemRef = useRef();
|
186
|
+
var handleMenuHoverEnd = function handleMenuHoverEnd() {
|
187
|
+
var currentPositionX = mousePosition.currentPositionX,
|
188
|
+
currentPositionY = mousePosition.currentPositionY;
|
189
|
+
var _listItemRef$current$ = listItemRef.current.getBoundingClientRect(),
|
190
|
+
height = _listItemRef$current$.height,
|
191
|
+
right = _listItemRef$current$.right,
|
192
|
+
top = _listItemRef$current$.top;
|
193
|
+
var hasMovedBackToRow = currentPositionY < top + height && currentPositionX < right;
|
194
|
+
if (hasMovedBackToRow) {
|
195
|
+
setIsHovered(true);
|
196
|
+
return;
|
197
|
+
}
|
198
|
+
setIsHovered(false);
|
199
|
+
};
|
200
|
+
var handleMouseMove = function handleMouseMove(e) {
|
201
|
+
setMousePosition({
|
202
|
+
currentPositionX: e.clientX,
|
203
|
+
currentPositionY: e.clientY
|
204
|
+
});
|
205
|
+
};
|
206
|
+
var handleHoveEnd = function handleHoveEnd() {
|
207
|
+
setIsHovered(false);
|
208
|
+
};
|
209
|
+
var handleHoveStart = function handleHoveStart() {
|
210
|
+
setIsHovered(true);
|
211
|
+
};
|
212
|
+
return ___EmotionJSX(ListItem, {
|
213
|
+
isHovered: isHoverable && isHovered,
|
175
214
|
isRow: true,
|
215
|
+
onHoverEnd: handleHoveEnd,
|
216
|
+
onHoverStart: handleHoveStart,
|
217
|
+
onMouseMove: handleMouseMove,
|
218
|
+
ref: listItemRef,
|
176
219
|
sx: sx.listElement.wrapper
|
177
220
|
}, ___EmotionJSX(Box, {
|
178
221
|
isRow: true,
|
@@ -201,7 +244,11 @@ var ListElement = function ListElement(_ref) {
|
|
201
244
|
}, ___EmotionJSX(Icon, {
|
202
245
|
icon: MoreVertIcon,
|
203
246
|
size: "md"
|
204
|
-
})), ___EmotionJSX(Menu,
|
247
|
+
})), ___EmotionJSX(Menu, {
|
248
|
+
onAction: handleHoveEnd,
|
249
|
+
onHoverEnd: handleMenuHoverEnd,
|
250
|
+
onHoverStart: handleHoveStart
|
251
|
+
}, ___EmotionJSX(Item, {
|
205
252
|
key: "enable"
|
206
253
|
}, "Enable user"), ___EmotionJSX(Item, {
|
207
254
|
key: "disable"
|
@@ -216,14 +263,14 @@ var ListElement = function ListElement(_ref) {
|
|
216
263
|
}))));
|
217
264
|
};
|
218
265
|
export var Default = function Default() {
|
219
|
-
var
|
220
|
-
|
221
|
-
selectedItemId =
|
222
|
-
setSelectedItemId =
|
223
|
-
var
|
224
|
-
|
225
|
-
selectedKeys =
|
226
|
-
setSelectedKeys =
|
266
|
+
var _useState5 = useState(),
|
267
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
268
|
+
selectedItemId = _useState6[0],
|
269
|
+
setSelectedItemId = _useState6[1];
|
270
|
+
var _useState7 = useState(),
|
271
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
272
|
+
selectedKeys = _useState8[0],
|
273
|
+
setSelectedKeys = _useState8[1];
|
227
274
|
var _useOverlayPanelState = useOverlayPanelState(),
|
228
275
|
panelState = _useOverlayPanelState.state,
|
229
276
|
onPanelClose = _useOverlayPanelState.onClose;
|
@@ -246,9 +293,7 @@ export var Default = function Default() {
|
|
246
293
|
closePanelHandler();
|
247
294
|
}
|
248
295
|
};
|
249
|
-
|
250
|
-
sx: sx.wrapper
|
251
|
-
}, ___EmotionJSX(Box, null, ___EmotionJSX(Box, {
|
296
|
+
var title = ___EmotionJSX(Box, null, ___EmotionJSX(Box, {
|
252
297
|
align: "center",
|
253
298
|
isRow: true,
|
254
299
|
mb: "xs",
|
@@ -275,7 +320,10 @@ export var Default = function Default() {
|
|
275
320
|
sx: {
|
276
321
|
fontSize: '13px'
|
277
322
|
}
|
278
|
-
}, " Learn more")))
|
323
|
+
}, " Learn more")));
|
324
|
+
return ___EmotionJSX(Box, {
|
325
|
+
sx: sx.wrapper
|
326
|
+
}, title, ___EmotionJSX(SearchField, {
|
279
327
|
position: "fixed",
|
280
328
|
mb: "lg",
|
281
329
|
mt: "lg",
|
@@ -288,17 +336,19 @@ export var Default = function Default() {
|
|
288
336
|
items: items,
|
289
337
|
onSelectionChange: selectItemHandler,
|
290
338
|
ref: panelTriggerRef,
|
291
|
-
selectedKeys: selectedKeys
|
339
|
+
selectedKeys: selectedKeys,
|
340
|
+
isHoverable: false
|
292
341
|
}, function (item) {
|
293
342
|
return ___EmotionJSX(Item, {
|
294
343
|
key: item.email,
|
295
344
|
textValue: item.email,
|
296
|
-
hasSeparator:
|
345
|
+
hasSeparator: item.hasSeparator,
|
297
346
|
listItemProps: {
|
298
|
-
|
299
|
-
|
347
|
+
minHeight: 75,
|
348
|
+
padding: 1
|
300
349
|
}
|
301
350
|
}, ___EmotionJSX(ListElement, {
|
351
|
+
isHoverable: true,
|
302
352
|
item: item
|
303
353
|
}));
|
304
354
|
}), ___EmotionJSX(OverlayPanel, {
|
@@ -3,8 +3,7 @@ import React from 'react';
|
|
3
3
|
import CogsIcon from 'mdi-react/CogsIcon';
|
4
4
|
import DeleteIcon from 'mdi-react/DeleteIcon';
|
5
5
|
import DragVerticalIcon from 'mdi-react/DragVerticalIcon';
|
6
|
-
import Box from '../
|
7
|
-
import { ComboBoxField, Icon, IconButton, IconButtonToggle, Item } from '../index';
|
6
|
+
import { Box, ComboBoxField, Icon, IconButton, IconButtonToggle, Item } from '../index';
|
8
7
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
9
8
|
export default {
|
10
9
|
title: 'Recipes/One Way to Bidirectional Arrow'
|
@@ -2,12 +2,7 @@ import React from 'react';
|
|
2
2
|
import AccountIcon from 'mdi-react/AccountIcon';
|
3
3
|
import CloseIcon from 'mdi-react/CloseIcon';
|
4
4
|
import DotsVerticalIcon from 'mdi-react/DotsVerticalIcon';
|
5
|
-
import Box from '../
|
6
|
-
import Icon from '../components/Icon';
|
7
|
-
import IconButton from '../components/IconButton';
|
8
|
-
import PopoverMenu from '../components/PopoverMenu';
|
9
|
-
import Text from '../components/Text';
|
10
|
-
import { Item, Menu, OverlayProvider } from '../index';
|
5
|
+
import { Box, Icon, IconButton, Item, Menu, OverlayProvider, PopoverMenu, Text } from '../index';
|
11
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
12
7
|
export default {
|
13
8
|
title: 'Recipes/Panel Header'
|
@@ -2,9 +2,7 @@ import _slicedToArray from "@babel/runtime-corejs3/helpers/esm/slicedToArray";
|
|
2
2
|
import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
|
3
3
|
import React, { useState } from 'react';
|
4
4
|
import CloseIcon from 'mdi-react/CloseIcon';
|
5
|
-
import RadioField from '../
|
6
|
-
import RadioGroupField from '../components/RadioGroupField';
|
7
|
-
import { Box, Button, Icon, IconButton, Text } from '../index';
|
5
|
+
import { Box, Button, Icon, IconButton, RadioField, RadioGroupField, Text } from '../index';
|
8
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
9
7
|
export default {
|
10
8
|
title: 'Recipes/Radio Buttons with Links'
|
@@ -1,8 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import VisibilityOffOutlineIcon from 'mdi-react/VisibilityOffOutlineIcon';
|
3
|
-
import Box from '../
|
4
|
-
import Icon from '../components/Icon';
|
5
|
-
import TextField from '../components/TextField';
|
3
|
+
import { Box, Icon, TextField } from '../index';
|
6
4
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
7
5
|
export default {
|
8
6
|
title: 'Recipes/Selected Field Overlay'
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime-corejs3/helpers/esm/extends";
|
|
2
2
|
import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
|
3
3
|
import React from 'react';
|
4
4
|
import CloseIcon from 'mdi-react/CloseIcon';
|
5
|
-
import useModalState from '../hooks
|
5
|
+
import { useModalState } from '../hooks';
|
6
6
|
import { Box, Button, HelpHint, Icon, IconButton, Modal, OverlayProvider, Text } from '../index';
|
7
7
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
8
8
|
export default {
|
package/lib/styles/colors.js
CHANGED
@@ -13,7 +13,9 @@ export var active = '#4462ED';
|
|
13
13
|
export var critical = {
|
14
14
|
bright: '#a31300',
|
15
15
|
dark: '#a31300',
|
16
|
-
light: '#ffebe7'
|
16
|
+
light: '#ffebe7',
|
17
|
+
primaryDark: chroma.mix('#a31300', '#000000', 0.2).hex(),
|
18
|
+
secondaryDark: chroma.mix('#a31300', '#000000', 0.4).hex()
|
17
19
|
};
|
18
20
|
export var success = {
|
19
21
|
bright: '#00af18',
|
@@ -55,6 +55,23 @@ var modifyTheme = {
|
|
55
55
|
}, baseButton),
|
56
56
|
primary: _objectSpread({}, baseButton)
|
57
57
|
},
|
58
|
+
cards: {
|
59
|
+
container: {
|
60
|
+
borderRadius: borderRadius,
|
61
|
+
flexGrow: [1, 0],
|
62
|
+
maxWidth: astroTheme.breakpoints[0],
|
63
|
+
bg: 'white',
|
64
|
+
alignItems: 'stretch',
|
65
|
+
py: [0, 'xl'],
|
66
|
+
my: 'auto',
|
67
|
+
boxShadow: ['none', astroTheme.cards.container.boxShadow],
|
68
|
+
width: ['100%', '450px'],
|
69
|
+
minHeight: 'fit-content'
|
70
|
+
},
|
71
|
+
cardBody: {
|
72
|
+
flexGrow: [1, 0]
|
73
|
+
}
|
74
|
+
},
|
58
75
|
colors: {
|
59
76
|
activeDark: chroma(astroTheme.colors.active).darken(0.5).hex(),
|
60
77
|
activeDarker: chroma(astroTheme.colors.active).darken(1).hex()
|
@@ -103,20 +120,6 @@ var modifyTheme = {
|
|
103
120
|
}
|
104
121
|
},
|
105
122
|
variants: {
|
106
|
-
card: {
|
107
|
-
container: {
|
108
|
-
borderRadius: borderRadius,
|
109
|
-
flexGrow: [1, 0],
|
110
|
-
maxWidth: astroTheme.breakpoints[0],
|
111
|
-
bg: 'white',
|
112
|
-
alignItems: 'stretch',
|
113
|
-
py: [0, 'xl'],
|
114
|
-
my: 'auto',
|
115
|
-
boxShadow: ['none', astroTheme.variants.card.container.boxShadow],
|
116
|
-
width: ['100%', '450px'],
|
117
|
-
minHeight: 'fit-content'
|
118
|
-
}
|
119
|
-
},
|
120
123
|
wrapper: {
|
121
124
|
alignItems: 'center',
|
122
125
|
justifyContent: 'space-between',
|
@@ -129,9 +132,6 @@ var modifyTheme = {
|
|
129
132
|
bottom: 0,
|
130
133
|
left: 0,
|
131
134
|
right: 0
|
132
|
-
},
|
133
|
-
cardBody: {
|
134
|
-
flexGrow: [1, 0]
|
135
135
|
}
|
136
136
|
}
|
137
137
|
};
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
|
2
|
+
import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
|
3
|
+
import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/filter";
|
4
|
+
import _Object$getOwnPropertyDescriptor from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor";
|
5
|
+
import _forEachInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/for-each";
|
6
|
+
import _Object$getOwnPropertyDescriptors from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptors";
|
7
|
+
import _Object$defineProperties from "@babel/runtime-corejs3/core-js-stable/object/define-properties";
|
8
|
+
import _Object$defineProperty from "@babel/runtime-corejs3/core-js-stable/object/define-property";
|
9
|
+
import _defineProperty from "@babel/runtime-corejs3/helpers/esm/defineProperty";
|
10
|
+
function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
11
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
|
12
|
+
import PropTypes from 'prop-types';
|
13
|
+
var descriptions = {
|
14
|
+
onHoverStart: 'Handler that is called when a hover interaction starts.',
|
15
|
+
onHoverEnd: 'Handler that is called when a hover interaction ends.',
|
16
|
+
onHoverChange: 'Handler that is called when the hover state changes.'
|
17
|
+
};
|
18
|
+
export var baseDocSettings = {
|
19
|
+
type: {
|
20
|
+
summary: 'func'
|
21
|
+
},
|
22
|
+
control: {
|
23
|
+
type: null
|
24
|
+
},
|
25
|
+
table: {
|
26
|
+
category: 'Hover Handlers'
|
27
|
+
}
|
28
|
+
};
|
29
|
+
export var onHoverArgTypes = {
|
30
|
+
'onHoverStart': _objectSpread({
|
31
|
+
description: descriptions.onHoverStart
|
32
|
+
}, baseDocSettings),
|
33
|
+
'onHoverEnd': _objectSpread({
|
34
|
+
description: descriptions.onHoverEnd
|
35
|
+
}, baseDocSettings),
|
36
|
+
'onHoverChange': _objectSpread({
|
37
|
+
description: descriptions.onHoverChange
|
38
|
+
}, baseDocSettings)
|
39
|
+
};
|
40
|
+
export var onHoverPropTypes = {
|
41
|
+
onHoverStart: PropTypes.func,
|
42
|
+
onHoverEnd: PropTypes.func,
|
43
|
+
onHoverChange: PropTypes.func
|
44
|
+
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pingux/astro",
|
3
|
-
"version": "2.0.0-alpha.
|
3
|
+
"version": "2.0.0-alpha.7",
|
4
4
|
"description": "PingUX themeable React component library",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
"@react-stately/grid": "~3.3.1",
|
66
66
|
"@react-stately/layout": "~3.7.1",
|
67
67
|
"@react-stately/list": "~3.4.1",
|
68
|
-
"@react-stately/table": "
|
68
|
+
"@react-stately/table": "~3.3.0",
|
69
69
|
"@react-stately/virtualizer": "^3.2.1",
|
70
70
|
"@storybook/addon-actions": "^6.5.10",
|
71
71
|
"@styled-system/prop-types": "^5.1.5",
|