@mailstep/design-system 0.10.1 → 0.10.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -45,10 +45,10 @@
45
45
  "@nivo/legends": "^0.73.0",
46
46
  "@nivo/pie": "^0.73.0",
47
47
  "@popperjs/core": "^2.11.8",
48
- "@storybook/addon-designs": "^11.1.3",
49
- "@storybook/addon-docs": "10.4.6",
50
- "@storybook/addon-links": "10.4.6",
51
- "@storybook/react-webpack5": "10.4.6",
48
+ "@storybook/addon-designs": "^11.1.4",
49
+ "@storybook/addon-docs": "10.5.3",
50
+ "@storybook/addon-links": "10.5.3",
51
+ "@storybook/react-webpack5": "10.5.3",
52
52
  "@svgr/rollup": "^8.0.1",
53
53
  "@swc/core": "^1.15.30",
54
54
  "@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -80,7 +80,7 @@
80
80
  "eslint-plugin-react": "^7.35.0",
81
81
  "eslint-plugin-react-hooks": "^4.6.2",
82
82
  "eslint-plugin-react-perf": "^3.3.2",
83
- "eslint-plugin-storybook": "10.4.6",
83
+ "eslint-plugin-storybook": "10.5.3",
84
84
  "faker": "^5.1.0",
85
85
  "husky": "^9.1.7",
86
86
  "immer": "^9.0.19",
@@ -105,7 +105,7 @@
105
105
  "react-use-draggable-scroll": "^0.4.7",
106
106
  "redux": ">=4.0.5",
107
107
  "reselect": "5.0.0-alpha.2",
108
- "storybook": "10.4.6",
108
+ "storybook": "10.5.3",
109
109
  "string-width": "6.1.0",
110
110
  "styled-components": "^5.3.10",
111
111
  "swiper": "^11.0.3",
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import styled$1 from "@xstyled/styled-components";
3
- import { th as th$1 } from "@xstyled/system";
4
3
  import { jsx } from "react/jsx-runtime";
4
+ import { th as th$1 } from "@xstyled/system";
5
5
  //#region packages/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownMenu.tsx
6
6
  const StyledDropdownWrap = styled$1.div`
7
7
  position: relative;
@@ -3,8 +3,8 @@ import Popover from "../../../../Popover/index.js";
3
3
  import ActionDropdownMenu from "./ActionDropdownMenu.js";
4
4
  import React, { memo, useRef } from "react";
5
5
  import styled$1 from "@xstyled/styled-components";
6
- import { th as th$1 } from "@xstyled/system";
7
6
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
7
+ import { th as th$1 } from "@xstyled/system";
8
8
  import { Trans } from "@lingui/react";
9
9
  //#region packages/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownSelect.tsx
10
10
  const Content = styled$1.div`
@@ -7,8 +7,8 @@ import "../../../../Elements/DropdownMenu/index.js";
7
7
  import { useClickOutside } from "../../../Modal/hooks/useClickOutside.js";
8
8
  import React, { useCallback, useState } from "react";
9
9
  import styled$1 from "@xstyled/styled-components";
10
- import { th as th$1 } from "@xstyled/system";
11
10
  import { jsx, jsxs } from "react/jsx-runtime";
11
+ import { th as th$1 } from "@xstyled/system";
12
12
  //#region packages/ui/Blocks/CommonGrid/components/DropdownButton/DropdownButton.tsx
13
13
  const ButtonWrapper = styled$1.div`
14
14
  position: relative;
@@ -1,8 +1,8 @@
1
1
  import Icon from "../../../../Elements/Icon/Icon.js";
2
2
  import React from "react";
3
3
  import styled$1 from "@xstyled/styled-components";
4
- import { th as th$1 } from "@xstyled/system";
5
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
+ import { th as th$1 } from "@xstyled/system";
6
6
  //#region packages/ui/Blocks/CommonGrid/components/IconList/IconList.tsx
7
7
  const List = styled$1.ul`
8
8
  background-color: white;
@@ -3,8 +3,8 @@ import { Paragraph4 } from "../../../Elements/Typography/Typography.js";
3
3
  import "../../../Elements/Typography/index.js";
4
4
  import { useCallback } from "react";
5
5
  import styled$1, { css } from "@xstyled/styled-components";
6
- import { th as th$1 } from "@xstyled/system";
7
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
+ import { th as th$1 } from "@xstyled/system";
8
8
  import { Trans } from "@lingui/react";
9
9
  //#region packages/ui/Blocks/SideMenu/components/Footer.tsx
10
10
  const FooterWrap = styled$1.div`
@@ -2,8 +2,8 @@ import { HamburgerMenu } from "../../../Elements/Icon/icons/HamburgerMenu.js";
2
2
  import { MobileCancel } from "../../../Elements/Icon/icons/MobileCancel.js";
3
3
  import "react";
4
4
  import { css, useTheme, x } from "@xstyled/styled-components";
5
- import { th as th$1 } from "@xstyled/system";
6
5
  import { jsx } from "react/jsx-runtime";
6
+ import { th as th$1 } from "@xstyled/system";
7
7
  import styled$2 from "styled-components";
8
8
  //#region packages/ui/Blocks/SideMenu/components/HamburgerMenu.tsx
9
9
  const HamburgerMenuWrapper = styled$2(x.div)`
@@ -121,6 +121,7 @@ const StyledButton = styled$1.button`
121
121
  @media (hover: hover) {
122
122
  :hover {
123
123
  background-color: red20;
124
+ color: red70;
124
125
  }
125
126
  }
126
127
  }
@@ -3,8 +3,8 @@ import { FooterRow } from "./FooterRow.js";
3
3
  import { FooterRowLabel } from "./FooterRowLabel.js";
4
4
  import { useCallback, useEffect, useState } from "react";
5
5
  import styled$1, { x } from "@xstyled/styled-components";
6
- import { th as th$1 } from "@xstyled/system";
7
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
+ import { th as th$1 } from "@xstyled/system";
8
8
  import { i18n } from "@lingui/core";
9
9
  //#region packages/ui/Elements/DatePicker/Datetime/components/Timepicker.tsx
10
10
  const Btn = styled$1.button`
@@ -1,7 +1,7 @@
1
1
  import "react";
2
2
  import styled$1, { useTheme } from "@xstyled/styled-components";
3
- import { th as th$1 } from "@xstyled/system";
4
3
  import { jsx } from "react/jsx-runtime";
4
+ import { th as th$1 } from "@xstyled/system";
5
5
  //#region packages/ui/Elements/HighlightBox/HighlightBox.tsx
6
6
  const StyledHighlightBox = styled$1.div`
7
7
  display: inline-flex;
@@ -1,6 +1,5 @@
1
1
  import { icons_exports } from "./icons/index.js";
2
2
  import { useMemo } from "react";
3
- import styled$1, { th, useTheme } from "@xstyled/styled-components";
4
3
  import { library } from "@fortawesome/fontawesome-svg-core";
5
4
  import { faFacebookF } from "@fortawesome/free-brands-svg-icons/faFacebookF";
6
5
  import { faInstagram } from "@fortawesome/free-brands-svg-icons/faInstagram";
@@ -115,6 +114,7 @@ import { faWebhook } from "@fortawesome/pro-solid-svg-icons/faWebhook";
115
114
  import { faWineGlassCrack } from "@fortawesome/pro-solid-svg-icons/faWineGlassCrack";
116
115
  import { faXmark } from "@fortawesome/pro-solid-svg-icons/faXmark";
117
116
  import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
117
+ import styled$1, { th, useTheme } from "@xstyled/styled-components";
118
118
  import { jsx } from "react/jsx-runtime";
119
119
  //#region packages/ui/Elements/Icon/Icon.tsx
120
120
  const iconDictionary = {
@@ -57,7 +57,7 @@ const PageBtn = styled$1.span`
57
57
  line-height: 1em;
58
58
 
59
59
  &:hover {
60
- color: blue2;
60
+ color: red2;
61
61
  }
62
62
  `;
63
63
  //#endregion