@galaxy-ds/core 2.0.23 → 2.0.24
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/Accordion/Accordion.styled.d.ts +1 -1
- package/dist/ActivityLog/ActivityLog.styled.d.ts +1 -1
- package/dist/AppBar/AppBar.styled.d.ts +2 -2
- package/dist/Autocomplete/Autocomplete.stories.d.ts +6 -6
- package/dist/Autocomplete/Autocomplete.styled.d.ts +2 -2
- package/dist/Avatar/Avatar.styled.d.ts +1 -1
- package/dist/BottomListButton/BottomListButton.styled.d.ts +1 -1
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -285
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +1 -1
- package/dist/Button/Button.styled.d.ts +1 -1
- package/dist/Card/Card.styled.d.ts +1 -1
- package/dist/Chip/Chip.styled.d.ts +1 -1
- package/dist/Drawer/Drawer.stories.d.ts +6 -6
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +3 -3
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +1 -1
- package/dist/Dropdown/Dropdown.stories.d.ts +16 -16
- package/dist/EmptyState/EmptyState.styled.d.ts +1 -1
- package/dist/FooterActions/FooterActions.styled.d.ts +1 -1
- package/dist/FormHeader/FormHeader.styled.d.ts +2 -2
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +1 -1
- package/dist/Icon/Icon.stories.d.ts +6 -6
- package/dist/IconButton/IconButton.stories.d.ts +2 -2
- package/dist/Icons/doctype-icons.stories.d.ts +8 -8
- package/dist/Icons/leap-icons.stories.d.ts +10 -10
- package/dist/Input/Input.stories.d.ts +17 -17
- package/dist/Input/Input.styled.d.ts +1 -1
- package/dist/Loader/Loader.styled.d.ts +1 -1
- package/dist/MenuHeader/MenuHeader.styled.d.ts +1 -1
- package/dist/RibbonButton/RibbonButton.styled.d.ts +1 -1
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +2 -2
- package/dist/Tab/Tab.styled.d.ts +1 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +1 -1
- package/dist/Tabs/Tabs.styled.d.ts +1 -1
- package/dist/Tag/Tag.styled.d.ts +1 -1
- package/dist/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/ThemeProvider/index.d.ts +0 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/stories/Typography.stories.d.ts +1 -16
- package/dist/stories/resources/desktopTypography.d.ts +119 -0
- package/dist/stories/resources/webTypography.d.ts +119 -0
- package/package.json +5 -3
- package/dist/ThemeProvider/ThemeProvider.types.d.ts +0 -5
|
@@ -2,22 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react';
|
|
|
2
2
|
import SBTypography from './resources/typographyLeapDesktop';
|
|
3
3
|
import SBWebTypography from './resources/typographyLeapWeb';
|
|
4
4
|
/**
|
|
5
|
-
|
|
6
|
-
```javascript
|
|
7
|
-
yarn add @galaxy-ds/tokens
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
### CommonJS
|
|
11
|
-
|
|
12
|
-
```javascript
|
|
13
|
-
import * as tokens from '@galaxy-ds/tokens/dist/leap/desktop/cjs/tokens';
|
|
14
|
-
```
|
|
15
|
-
```javascript
|
|
16
|
-
import * as tokens from '@galaxy-ds/tokens/dist/leap/web/cjs/tokens';
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
#### Usage
|
|
20
|
-
|
|
5
|
+
*
|
|
21
6
|
```javascript
|
|
22
7
|
tokens.FontH1FontFamily
|
|
23
8
|
``` */
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export declare const ColorDivider = "#d8d8d8";
|
|
2
|
+
export declare const ColorBackgroundDefault = "#eeeeee";
|
|
3
|
+
export declare const ColorBackgroundSecondary = "#ffffff";
|
|
4
|
+
export declare const ColorPrimaryMain = "#1c365f";
|
|
5
|
+
export declare const ColorPrimaryLight = "#0060ac";
|
|
6
|
+
export declare const ColorPrimaryDark = "#162845";
|
|
7
|
+
export declare const ColorPrimaryContrastText = "#ffffff";
|
|
8
|
+
export declare const ColorTextPrimary = "#444444";
|
|
9
|
+
export declare const ColorTextSecondary = "#6b6b6b";
|
|
10
|
+
export declare const ColorTextDisabled = "#6e7781";
|
|
11
|
+
export declare const ColorTextHint = "#0060aa";
|
|
12
|
+
export declare const ColorSecondaryMain = "#f89235";
|
|
13
|
+
export declare const ColorSecondaryLight = "#feefe2";
|
|
14
|
+
export declare const ColorSecondaryDark = "#da782d";
|
|
15
|
+
export declare const ColorSecondaryContrastText = "#ffffff";
|
|
16
|
+
export declare const ColorContextualSuccessContrastText = "#ffffff";
|
|
17
|
+
export declare const ColorContextualSuccessLight = "#d7e8d4";
|
|
18
|
+
export declare const ColorContextualSuccessDark = "#376b49";
|
|
19
|
+
export declare const ColorContextualSuccessMain = "#3faf2a";
|
|
20
|
+
export declare const ColorContextualDangerMain = "#c02e21";
|
|
21
|
+
export declare const ColorContextualDangerLight = "#ecd6d4";
|
|
22
|
+
export declare const ColorContextualDangerDark = "#631b16";
|
|
23
|
+
export declare const ColorContextualDangerContrastText = "#ffffff";
|
|
24
|
+
export declare const ColorContextualWarningMain = "#f59245";
|
|
25
|
+
export declare const ColorContextualWarningLight = "#feefe2";
|
|
26
|
+
export declare const ColorContextualWarningDark = "#8f6b32";
|
|
27
|
+
export declare const ColorContextualWarningContrastText = "#ffffff";
|
|
28
|
+
export declare const ColorContextualInfoMain = "#1c365f";
|
|
29
|
+
export declare const ColorContextualInfoLight = "#e0ecf5";
|
|
30
|
+
export declare const ColorContextualInfoDark = "#162845";
|
|
31
|
+
export declare const ColorContextualInfoContrastText = "#ffffff";
|
|
32
|
+
export declare const ColorContextualDefaultMain = "#889099";
|
|
33
|
+
export declare const ColorContextualDefaultLight = "#cacfd4";
|
|
34
|
+
export declare const ColorContextualDefaultDark = "#6e7781";
|
|
35
|
+
export declare const ColorContextualDefaultContrastText = "#ffffff";
|
|
36
|
+
export declare const ColorActionActive = "#444444";
|
|
37
|
+
export declare const ColorActionHover = "#0060ac";
|
|
38
|
+
export declare const ColorActionSelected = "#c2d8e7";
|
|
39
|
+
export declare const ColorActionDisabled = "#6e7781";
|
|
40
|
+
export declare const SpacingXxs = "6";
|
|
41
|
+
export declare const SpacingXs = "8";
|
|
42
|
+
export declare const SpacingSm = "12";
|
|
43
|
+
export declare const SpacingMd = "16";
|
|
44
|
+
export declare const SpacingLg = "24";
|
|
45
|
+
export declare const FontPlatformSystem = "San Francisco";
|
|
46
|
+
export declare const FontH1FontFamily = "Segoe UI";
|
|
47
|
+
export declare const FontH1FontWeight = 400;
|
|
48
|
+
export declare const FontH1LineHeight = 1.25;
|
|
49
|
+
export declare const FontH1FontSize = "20px";
|
|
50
|
+
export declare const FontH1LetterSpacing = "-0.5px";
|
|
51
|
+
export declare const FontH1ParagraphSpacing = 0;
|
|
52
|
+
export declare const FontH2FontFamily = "Segoe UI";
|
|
53
|
+
export declare const FontH2FontWeight = 400;
|
|
54
|
+
export declare const FontH2LineHeight = 1.1667;
|
|
55
|
+
export declare const FontH2FontSize = "16px";
|
|
56
|
+
export declare const FontH2LetterSpacing = "-0.5px";
|
|
57
|
+
export declare const FontH2ParagraphSpacing = 0;
|
|
58
|
+
export declare const FontH3FontFamily = "Segoe UI";
|
|
59
|
+
export declare const FontH3FontWeight = 400;
|
|
60
|
+
export declare const FontH3LineHeight = 1.2;
|
|
61
|
+
export declare const FontH3FontSize = "12px";
|
|
62
|
+
export declare const FontH3LetterSpacing = "-0.5px";
|
|
63
|
+
export declare const FontH3ParagraphSpacing = 0;
|
|
64
|
+
export declare const FontH4FontFamily = "Segoe UI";
|
|
65
|
+
export declare const FontH4FontWeight = 500;
|
|
66
|
+
export declare const FontH4LineHeight = 1.5;
|
|
67
|
+
export declare const FontH4FontSize = "14px";
|
|
68
|
+
export declare const FontH4LetterSpacing = 0;
|
|
69
|
+
export declare const FontH4ParagraphSpacing = 0;
|
|
70
|
+
export declare const FontH5FontFamily = "Segoe UI";
|
|
71
|
+
export declare const FontH5FontWeight = 400;
|
|
72
|
+
export declare const FontH5LineHeight = 2;
|
|
73
|
+
export declare const FontH5FontSize = "13px";
|
|
74
|
+
export declare const FontH5LetterSpacing = 0;
|
|
75
|
+
export declare const FontH5ParagraphSpacing = 0;
|
|
76
|
+
export declare const FontH6FontFamily = "Segoe UI";
|
|
77
|
+
export declare const FontH6FontWeight = 500;
|
|
78
|
+
export declare const FontH6LineHeight = 1.2;
|
|
79
|
+
export declare const FontH6FontSize = "11px";
|
|
80
|
+
export declare const FontH6LetterSpacing = 0;
|
|
81
|
+
export declare const FontH6ParagraphSpacing = 0;
|
|
82
|
+
export declare const FontBody1FontFamily = "Segoe UI";
|
|
83
|
+
export declare const FontBody1FontWeight = 400;
|
|
84
|
+
export declare const FontBody1LineHeight = 1.5;
|
|
85
|
+
export declare const FontBody1FontSize = "14px";
|
|
86
|
+
export declare const FontBody1LetterSpacing = 0;
|
|
87
|
+
export declare const FontBody1ParagraphSpacing = 0;
|
|
88
|
+
export declare const FontBody2FontFamily = "Segoe UI";
|
|
89
|
+
export declare const FontBody2FontWeight = 400;
|
|
90
|
+
export declare const FontBody2LineHeight = 1.25;
|
|
91
|
+
export declare const FontBody2FontSize = "12px";
|
|
92
|
+
export declare const FontBody2LetterSpacing = 0;
|
|
93
|
+
export declare const FontBody2ParagraphSpacing = 0;
|
|
94
|
+
export declare const FontSubtitle1FontFamily = "Segoe UI";
|
|
95
|
+
export declare const FontSubtitle1FontWeight = 500;
|
|
96
|
+
export declare const FontSubtitle1LineHeight = 1.5;
|
|
97
|
+
export declare const FontSubtitle1FontSize = "14px";
|
|
98
|
+
export declare const FontSubtitle1LetterSpacing = 0;
|
|
99
|
+
export declare const FontSubtitle1ParagraphSpacing = 0;
|
|
100
|
+
export declare const FontSubtitle2FontFamily = "Segoe UI";
|
|
101
|
+
export declare const FontSubtitle2FontWeight = 500;
|
|
102
|
+
export declare const FontSubtitle2LineHeight = 1.25;
|
|
103
|
+
export declare const FontSubtitle2FontSize = "12px";
|
|
104
|
+
export declare const FontSubtitle2LetterSpacing = 0;
|
|
105
|
+
export declare const FontSubtitle2ParagraphSpacing = 0;
|
|
106
|
+
export declare const FontCaptionFontFamily = "Segoe UI";
|
|
107
|
+
export declare const FontCaptionFontWeight = 500;
|
|
108
|
+
export declare const FontCaptionLineHeight = 0.875;
|
|
109
|
+
export declare const FontCaptionFontSize = "12px";
|
|
110
|
+
export declare const FontCaptionLetterSpacing = "0.07px";
|
|
111
|
+
export declare const FontCaptionParagraphSpacing = 0;
|
|
112
|
+
export declare const FontButtonFontFamily = "Segoe UI";
|
|
113
|
+
export declare const FontButtonFontWeight = 500;
|
|
114
|
+
export declare const FontButtonLineHeight = 1.371;
|
|
115
|
+
export declare const FontButtonFontSize = "14px";
|
|
116
|
+
export declare const FontButtonLetterSpacing = "0.16px";
|
|
117
|
+
export declare const FontButtonParagraphSpacing = 0;
|
|
118
|
+
export declare const RadiusSm = "0";
|
|
119
|
+
export declare const RadiusMd = "0";
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
export declare const ColorDivider = "#d8d8d8";
|
|
2
|
+
export declare const ColorBackgroundDefault = "#eeeeee";
|
|
3
|
+
export declare const ColorBackgroundSecondary = "#ffffff";
|
|
4
|
+
export declare const ColorPrimaryMain = "#1c365f";
|
|
5
|
+
export declare const ColorPrimaryLight = "#0060ac";
|
|
6
|
+
export declare const ColorPrimaryDark = "#162845";
|
|
7
|
+
export declare const ColorPrimaryContrastText = "#ffffff";
|
|
8
|
+
export declare const ColorTextPrimary = "#444444";
|
|
9
|
+
export declare const ColorTextSecondary = "#6b6b6b";
|
|
10
|
+
export declare const ColorTextDisabled = "#6e7781";
|
|
11
|
+
export declare const ColorTextHint = "#0060aa";
|
|
12
|
+
export declare const ColorSecondaryMain = "#f89235";
|
|
13
|
+
export declare const ColorSecondaryLight = "#feefe2";
|
|
14
|
+
export declare const ColorSecondaryDark = "#da782d";
|
|
15
|
+
export declare const ColorSecondaryContrastText = "#ffffff";
|
|
16
|
+
export declare const ColorContextualSuccessContrastText = "#ffffff";
|
|
17
|
+
export declare const ColorContextualSuccessLight = "#d7e8d4";
|
|
18
|
+
export declare const ColorContextualSuccessDark = "#376b49";
|
|
19
|
+
export declare const ColorContextualSuccessMain = "#3faf2a";
|
|
20
|
+
export declare const ColorContextualDangerMain = "#c02e21";
|
|
21
|
+
export declare const ColorContextualDangerLight = "#ecd6d4";
|
|
22
|
+
export declare const ColorContextualDangerDark = "#631b16";
|
|
23
|
+
export declare const ColorContextualDangerContrastText = "#ffffff";
|
|
24
|
+
export declare const ColorContextualWarningMain = "#f59245";
|
|
25
|
+
export declare const ColorContextualWarningLight = "#feefe2";
|
|
26
|
+
export declare const ColorContextualWarningDark = "#8f6b32";
|
|
27
|
+
export declare const ColorContextualWarningContrastText = "#ffffff";
|
|
28
|
+
export declare const ColorContextualInfoMain = "#1c365f";
|
|
29
|
+
export declare const ColorContextualInfoLight = "#e0ecf5";
|
|
30
|
+
export declare const ColorContextualInfoDark = "#162845";
|
|
31
|
+
export declare const ColorContextualInfoContrastText = "#ffffff";
|
|
32
|
+
export declare const ColorContextualDefaultMain = "#889099";
|
|
33
|
+
export declare const ColorContextualDefaultLight = "#cacfd4";
|
|
34
|
+
export declare const ColorContextualDefaultDark = "#6e7781";
|
|
35
|
+
export declare const ColorContextualDefaultContrastText = "#ffffff";
|
|
36
|
+
export declare const ColorActionActive = "#444444";
|
|
37
|
+
export declare const ColorActionHover = "#0060ac";
|
|
38
|
+
export declare const ColorActionSelected = "#c2d8e7";
|
|
39
|
+
export declare const ColorActionDisabled = "#6e7781";
|
|
40
|
+
export declare const SpacingXxs = "6";
|
|
41
|
+
export declare const SpacingXs = "8";
|
|
42
|
+
export declare const SpacingSm = "12";
|
|
43
|
+
export declare const SpacingMd = "16";
|
|
44
|
+
export declare const SpacingLg = "24";
|
|
45
|
+
export declare const FontPlatformSystem = "San Francisco";
|
|
46
|
+
export declare const FontH1FontFamily = "Open Sans";
|
|
47
|
+
export declare const FontH1FontWeight = 400;
|
|
48
|
+
export declare const FontH1LineHeight = 1.25;
|
|
49
|
+
export declare const FontH1FontSize = "22px";
|
|
50
|
+
export declare const FontH1LetterSpacing = "-0.5px";
|
|
51
|
+
export declare const FontH1ParagraphSpacing = 0;
|
|
52
|
+
export declare const FontH2FontFamily = "Open Sans";
|
|
53
|
+
export declare const FontH2FontWeight = 400;
|
|
54
|
+
export declare const FontH2LineHeight = 1.1667;
|
|
55
|
+
export declare const FontH2FontSize = "20px";
|
|
56
|
+
export declare const FontH2LetterSpacing = "-0.5px";
|
|
57
|
+
export declare const FontH2ParagraphSpacing = 0;
|
|
58
|
+
export declare const FontH3FontFamily = "Open Sans";
|
|
59
|
+
export declare const FontH3FontWeight = 400;
|
|
60
|
+
export declare const FontH3LineHeight = 1.2;
|
|
61
|
+
export declare const FontH3FontSize = "18px";
|
|
62
|
+
export declare const FontH3LetterSpacing = "-0.5px";
|
|
63
|
+
export declare const FontH3ParagraphSpacing = 0;
|
|
64
|
+
export declare const FontH4FontFamily = "Open Sans";
|
|
65
|
+
export declare const FontH4FontWeight = 500;
|
|
66
|
+
export declare const FontH4LineHeight = 1.5;
|
|
67
|
+
export declare const FontH4FontSize = "17px";
|
|
68
|
+
export declare const FontH4LetterSpacing = 0;
|
|
69
|
+
export declare const FontH4ParagraphSpacing = 0;
|
|
70
|
+
export declare const FontH5FontFamily = "Open Sans";
|
|
71
|
+
export declare const FontH5FontWeight = 400;
|
|
72
|
+
export declare const FontH5LineHeight = 2;
|
|
73
|
+
export declare const FontH5FontSize = "13px";
|
|
74
|
+
export declare const FontH5LetterSpacing = 0;
|
|
75
|
+
export declare const FontH5ParagraphSpacing = 0;
|
|
76
|
+
export declare const FontH6FontFamily = "Open Sans";
|
|
77
|
+
export declare const FontH6FontWeight = 500;
|
|
78
|
+
export declare const FontH6LineHeight = 1.2;
|
|
79
|
+
export declare const FontH6FontSize = "12px";
|
|
80
|
+
export declare const FontH6LetterSpacing = 0;
|
|
81
|
+
export declare const FontH6ParagraphSpacing = 0;
|
|
82
|
+
export declare const FontBody1FontFamily = "Open Sans";
|
|
83
|
+
export declare const FontBody1FontWeight = 400;
|
|
84
|
+
export declare const FontBody1LineHeight = 1.5;
|
|
85
|
+
export declare const FontBody1FontSize = "14px";
|
|
86
|
+
export declare const FontBody1LetterSpacing = 0;
|
|
87
|
+
export declare const FontBody1ParagraphSpacing = 0;
|
|
88
|
+
export declare const FontBody2FontFamily = "Open Sans";
|
|
89
|
+
export declare const FontBody2FontWeight = 400;
|
|
90
|
+
export declare const FontBody2LineHeight = 1.25;
|
|
91
|
+
export declare const FontBody2FontSize = "13px";
|
|
92
|
+
export declare const FontBody2LetterSpacing = 0;
|
|
93
|
+
export declare const FontBody2ParagraphSpacing = 0;
|
|
94
|
+
export declare const FontSubtitle1FontFamily = "Open Sans";
|
|
95
|
+
export declare const FontSubtitle1FontWeight = 500;
|
|
96
|
+
export declare const FontSubtitle1LineHeight = 1.5;
|
|
97
|
+
export declare const FontSubtitle1FontSize = "14px";
|
|
98
|
+
export declare const FontSubtitle1LetterSpacing = 0;
|
|
99
|
+
export declare const FontSubtitle1ParagraphSpacing = 0;
|
|
100
|
+
export declare const FontSubtitle2FontFamily = "Open Sans";
|
|
101
|
+
export declare const FontSubtitle2FontWeight = 500;
|
|
102
|
+
export declare const FontSubtitle2LineHeight = 1.25;
|
|
103
|
+
export declare const FontSubtitle2FontSize = "13px";
|
|
104
|
+
export declare const FontSubtitle2LetterSpacing = 0;
|
|
105
|
+
export declare const FontSubtitle2ParagraphSpacing = 0;
|
|
106
|
+
export declare const FontCaptionFontFamily = "Open Sans";
|
|
107
|
+
export declare const FontCaptionFontWeight = 400;
|
|
108
|
+
export declare const FontCaptionLineHeight = 0.875;
|
|
109
|
+
export declare const FontCaptionFontSize = "12px";
|
|
110
|
+
export declare const FontCaptionLetterSpacing = "0.07px";
|
|
111
|
+
export declare const FontCaptionParagraphSpacing = 0;
|
|
112
|
+
export declare const FontButtonFontFamily = "Open Sans";
|
|
113
|
+
export declare const FontButtonFontWeight = 400;
|
|
114
|
+
export declare const FontButtonLineHeight = 1.5715;
|
|
115
|
+
export declare const FontButtonFontSize = "12px";
|
|
116
|
+
export declare const FontButtonLetterSpacing = "0.16px";
|
|
117
|
+
export declare const FontButtonParagraphSpacing = 0;
|
|
118
|
+
export declare const RadiusSm = "4";
|
|
119
|
+
export declare const RadiusMd = "8";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"storybook": "storybook dev -p 6006",
|
|
23
23
|
"storybook:export": "storybook build",
|
|
24
24
|
"prepublishOnly": "yarn build",
|
|
25
|
-
"
|
|
25
|
+
"changeset:add": "yarn changeset add",
|
|
26
|
+
"changeset:version": "yarn changeset version"
|
|
26
27
|
},
|
|
27
28
|
"peerDependencies": {
|
|
28
29
|
"@emotion/react": "11",
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
"@babel/preset-env": "^7.23.9",
|
|
46
47
|
"@babel/preset-react": "^7.23.3",
|
|
47
48
|
"@babel/preset-typescript": "^7.23.3",
|
|
49
|
+
"@changesets/cli": "^2.27.7",
|
|
48
50
|
"@emotion/cache": "^11.7.1",
|
|
49
51
|
"@emotion/react": "^11.7.1",
|
|
50
52
|
"@emotion/server": "^11.4.0",
|
|
@@ -64,6 +66,7 @@
|
|
|
64
66
|
"@storybook/addon-essentials": "^7.6.16",
|
|
65
67
|
"@storybook/addon-interactions": "^7.6.16",
|
|
66
68
|
"@storybook/addon-links": "^7.6.16",
|
|
69
|
+
"@storybook/addon-themes": "^7.6.16",
|
|
67
70
|
"@storybook/react": "^7.6.16",
|
|
68
71
|
"@storybook/react-webpack5": "^7.6.16",
|
|
69
72
|
"@storybook/test": "^7.6.17",
|
|
@@ -106,7 +109,6 @@
|
|
|
106
109
|
"rollup": "^4.9.6",
|
|
107
110
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
108
111
|
"rollup-plugin-postcss": "^4.0.2",
|
|
109
|
-
"semantic-release": "^24.1.0",
|
|
110
112
|
"storybook": "^7.6.16",
|
|
111
113
|
"typescript": "^5.3.3",
|
|
112
114
|
"typescript-eslint": "^7.1.0"
|