@mailstep/design-system 0.8.29-beta.0 → 0.8.29
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 +1 -3
- package/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownMenu.js +1 -1
- package/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownSelect.js +1 -1
- package/ui/Blocks/CommonGrid/components/ControlButtons/styles.js +1 -1
- package/ui/Blocks/CommonGrid/components/DropdownButton/DropdownButton.js +1 -1
- package/ui/Blocks/CommonGrid/components/IconList/IconList.js +1 -1
- package/ui/Blocks/CommonGrid/styles.js +1 -1
- package/ui/Blocks/ImageList/components/ImageElement/styles.js +1 -1
- package/ui/Blocks/SideMenu/components/Footer.js +1 -1
- package/ui/Blocks/SideMenu/components/HamburgerMenu.js +1 -1
- package/ui/Blocks/SideMenu/styles.js +1 -1
- package/ui/Elements/DatePicker/Datetime/components/Timepicker.js +1 -1
- package/ui/Elements/DatePicker/styles.js +1 -1
- package/ui/Elements/HighlightBox/HighlightBox.js +1 -1
- package/ui/Elements/Pagination/styled.js +1 -1
- package/ui/Elements/Select/styles.js +1 -1
- package/ui/Elements/Select/themes/selectStyles.js +1 -1
- package/ui/Forms/TextArea/styles.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mailstep/design-system",
|
|
3
|
-
"version": "0.8.29
|
|
3
|
+
"version": "0.8.29",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./ui/index.js",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
61
61
|
"@typescript-eslint/parser": "^5.59.6",
|
|
62
62
|
"@xstyled/styled-components": "^3.8.0",
|
|
63
|
-
"@xstyled/system": "^3.8.0",
|
|
64
63
|
"babel-loader": "^10.1.1",
|
|
65
64
|
"eslint": "^8.41.0",
|
|
66
65
|
"eslint-config-prettier": "^8.8.0",
|
|
@@ -119,7 +118,6 @@
|
|
|
119
118
|
"@lingui/react": "^5.0.0",
|
|
120
119
|
"@popperjs/core": "^2.11.8",
|
|
121
120
|
"@xstyled/styled-components": "^3.8.0",
|
|
122
|
-
"@xstyled/system": "^3.8.0",
|
|
123
121
|
"immer": "^9.0.19",
|
|
124
122
|
"lodash": "^4.17.21",
|
|
125
123
|
"luxon": "^3.4.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import styled$1 from "@xstyled/styled-components";
|
|
3
|
-
import { th as th$1 } from "
|
|
3
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
//#region packages/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownMenu.tsx
|
|
6
6
|
const StyledDropdownWrap = styled$1.div`
|
|
@@ -3,7 +3,7 @@ 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 "
|
|
6
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
7
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { Trans } from "@lingui/react";
|
|
9
9
|
//#region packages/ui/Blocks/CommonGrid/components/ActionHead/components/ActionDropdownSelect.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Button from "../../../../Elements/Button/Button.js";
|
|
2
2
|
import "../../../../Elements/Button/index.js";
|
|
3
3
|
import styled$1 from "@xstyled/styled-components";
|
|
4
|
-
import { th as th$1 } from "
|
|
4
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
5
5
|
//#region packages/ui/Blocks/CommonGrid/components/ControlButtons/styles.ts
|
|
6
6
|
const ControlButtonsContainer = styled$1.div`
|
|
7
7
|
display: flex;
|
|
@@ -7,7 +7,7 @@ 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 "
|
|
10
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
11
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
12
|
//#region packages/ui/Blocks/CommonGrid/components/DropdownButton/DropdownButton.tsx
|
|
13
13
|
const ButtonWrapper = styled$1.div`
|
|
@@ -1,7 +1,7 @@
|
|
|
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 "
|
|
4
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
//#region packages/ui/Blocks/CommonGrid/components/IconList/IconList.tsx
|
|
7
7
|
const List = styled$1.ul`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./utils/constants.js";
|
|
2
2
|
import CommonGrid from "./CommonGrid.js";
|
|
3
3
|
import styled$1, { x } from "@xstyled/styled-components";
|
|
4
|
-
import { th as th$1 } from "
|
|
4
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
5
5
|
//#region packages/ui/Blocks/CommonGrid/styles.tsx
|
|
6
6
|
const BottomWrapper = styled$1(x.div)`
|
|
7
7
|
position: relative;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styled$1 from "@xstyled/styled-components";
|
|
2
|
-
import { th as th$1 } from "
|
|
2
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
3
3
|
//#region packages/ui/Blocks/ImageList/components/ImageElement/styles.ts
|
|
4
4
|
const Container = styled$1.div``;
|
|
5
5
|
const Image = styled$1.img`
|
|
@@ -3,7 +3,7 @@ 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 "
|
|
6
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { Trans } from "@lingui/react";
|
|
9
9
|
//#region packages/ui/Blocks/SideMenu/components/Footer.tsx
|
|
@@ -2,7 +2,7 @@ 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 "
|
|
5
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import styled$2 from "styled-components";
|
|
8
8
|
//#region packages/ui/Blocks/SideMenu/components/HamburgerMenu.tsx
|
|
@@ -2,7 +2,7 @@ import Icon from "../../Elements/Icon/Icon.js";
|
|
|
2
2
|
import { createRgba } from "../../utils/CreateRgba/createRgba.js";
|
|
3
3
|
import "./utils/constants.js";
|
|
4
4
|
import styled$1, { css } from "@xstyled/styled-components";
|
|
5
|
-
import { th as th$1 } from "
|
|
5
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
6
6
|
import { NavLink } from "react-router-dom";
|
|
7
7
|
//#region packages/ui/Blocks/SideMenu/styles.ts
|
|
8
8
|
const leftMenuAfter = css`
|
|
@@ -3,7 +3,7 @@ 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 "
|
|
6
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
import { i18n } from "@lingui/core";
|
|
9
9
|
//#region packages/ui/Elements/DatePicker/Datetime/components/Timepicker.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styled$1, { x } from "@xstyled/styled-components";
|
|
2
|
-
import { th as th$1 } from "
|
|
2
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
3
3
|
//#region packages/ui/Elements/DatePicker/styles.ts
|
|
4
4
|
const DatePickerBase = styled$1(x.div)`
|
|
5
5
|
.rdt {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react";
|
|
2
2
|
import styled$1, { useTheme } from "@xstyled/styled-components";
|
|
3
|
-
import { th as th$1 } from "
|
|
3
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
//#region packages/ui/Elements/HighlightBox/HighlightBox.tsx
|
|
6
6
|
const StyledHighlightBox = styled$1.div`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import Icon_default from "../Icon/index.js";
|
|
2
2
|
import styled$1, { x } from "@xstyled/styled-components";
|
|
3
|
-
import { th as th$1 } from "
|
|
3
|
+
import { th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
4
4
|
//#region packages/ui/Elements/Pagination/styled.tsx
|
|
5
5
|
const Wrapper = styled$1(x.div)`
|
|
6
6
|
display: inline-flex;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styled$1 from "@xstyled/styled-components";
|
|
2
|
-
import { system as system$1 } from "
|
|
2
|
+
import { system as system$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
3
3
|
import ReactSelect from "react-select";
|
|
4
4
|
import AsyncSelect from "react-select/async";
|
|
5
5
|
//#region packages/ui/Elements/Select/styles.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { th } from "
|
|
1
|
+
import { th } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
2
2
|
//#region packages/ui/Elements/Select/themes/selectStyles.ts
|
|
3
3
|
const CustomStyles = {
|
|
4
4
|
control: (styles, { selectProps, theme, isFocused, isDisabled }) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import styled$1, { css } from "@xstyled/styled-components";
|
|
2
|
-
import { system as system$1, th as th$1 } from "
|
|
2
|
+
import { system as system$1, th as th$1 } from "/home/linomorfed/Projects/design-system/node_modules/@xstyled/system/dist/index.mjs";
|
|
3
3
|
//#region packages/ui/Forms/TextArea/styles.ts
|
|
4
4
|
const IconWrap = styled$1.div`
|
|
5
5
|
font-size: 12px;
|