@salutejs/sdds-finportal 0.155.0-canary.1500.11610401138.0 → 0.155.0-canary.1526.11611646114.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -569,7 +569,6 @@ true: PolymorphicClassName;
569
569
  text?: string | undefined;
570
570
  contentLeft?: ReactNode;
571
571
  contentRight?: ReactNode;
572
- maxWidth?: string | undefined;
573
572
  size?: string | undefined;
574
573
  view?: string | undefined;
575
574
  } & {
@@ -582,7 +581,6 @@ transparent?: false | undefined;
582
581
  text?: string | undefined;
583
582
  contentLeft?: ReactNode;
584
583
  contentRight?: ReactNode;
585
- maxWidth?: string | undefined;
586
584
  size?: string | undefined;
587
585
  view?: string | undefined;
588
586
  } & {
@@ -595,7 +593,6 @@ clear?: false | undefined;
595
593
  text?: string | undefined;
596
594
  contentLeft?: ReactNode;
597
595
  contentRight?: ReactNode;
598
- maxWidth?: string | undefined;
599
596
  size?: string | undefined;
600
597
  view?: string | undefined;
601
598
  } & {
@@ -3346,7 +3343,7 @@ accent: PolymorphicClassName;
3346
3343
  chipView?: string | undefined;
3347
3344
  } & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
3348
3345
  target?: "button-like" | undefined;
3349
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
3346
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
3350
3347
  contentLeft?: undefined;
3351
3348
  labelPlacement?: undefined;
3352
3349
  placeholder?: undefined;
@@ -3384,7 +3381,7 @@ accent: PolymorphicClassName;
3384
3381
  chipView?: string | undefined;
3385
3382
  } & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
3386
3383
  target?: "button-like" | undefined;
3387
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
3384
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
3388
3385
  contentLeft?: undefined;
3389
3386
  labelPlacement?: undefined;
3390
3387
  placeholder?: undefined;
@@ -31,7 +31,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
31
31
  text?: string | undefined;
32
32
  contentLeft?: import("react").ReactNode;
33
33
  contentRight?: import("react").ReactNode;
34
- maxWidth?: string | undefined;
35
34
  size?: string | undefined;
36
35
  view?: string | undefined;
37
36
  } & {
@@ -44,7 +43,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
44
43
  text?: string | undefined;
45
44
  contentLeft?: import("react").ReactNode;
46
45
  contentRight?: import("react").ReactNode;
47
- maxWidth?: string | undefined;
48
46
  size?: string | undefined;
49
47
  view?: string | undefined;
50
48
  } & {
@@ -57,7 +55,6 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
57
55
  text?: string | undefined;
58
56
  contentLeft?: import("react").ReactNode;
59
57
  contentRight?: import("react").ReactNode;
60
- maxWidth?: string | undefined;
61
58
  size?: string | undefined;
62
59
  view?: string | undefined;
63
60
  } & {
@@ -102,7 +102,7 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
102
102
  chipView?: string | undefined;
103
103
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | ({
104
104
  target?: "button-like" | undefined;
105
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
105
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
106
106
  contentLeft?: undefined;
107
107
  labelPlacement?: undefined;
108
108
  placeholder?: undefined;
@@ -140,7 +140,7 @@ declare const Select: React.ForwardRefExoticComponent<Omit<SelectPropsNewHope, "
140
140
  chipView?: string | undefined;
141
141
  } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React.RefAttributes<HTMLButtonElement>) | ({
142
142
  target?: "button-like" | undefined;
143
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
143
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
144
144
  contentLeft?: undefined;
145
145
  labelPlacement?: undefined;
146
146
  placeholder?: undefined;
@@ -23,9 +23,6 @@ declare const HorizontalTabItem: React.FunctionComponent<import("@salutejs/plasm
23
23
  pilled: {
24
24
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
25
25
  };
26
- truncate: {
27
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
28
- };
29
26
  }> & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
30
27
  orientation?: "horizontal" | undefined;
31
28
  contentLeft?: React.ReactNode;
@@ -73,9 +70,6 @@ declare const VerticalTabItem: React.FunctionComponent<import("@salutejs/plasma-
73
70
  disabled: {
74
71
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
75
72
  };
76
- truncate: {
77
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
78
- };
79
73
  }> & ((import("@salutejs/plasma-new-hope/styled-components").BaseTabItemProps & {
80
74
  orientation: "vertical";
81
75
  contentLeft?: React.ReactNode;
@@ -27,8 +27,5 @@ export declare const config: {
27
27
  pilled: {
28
28
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
29
29
  };
30
- truncate: {
31
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
32
- };
33
30
  };
34
31
  };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.config = void 0;
7
7
  var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
8
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
9
9
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
10
10
  var config = exports.config = {
11
11
  defaults: {
@@ -35,9 +35,6 @@ var config = exports.config = {
35
35
  },
36
36
  pilled: {
37
37
  "true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n "])), _styledComponents.tabsTokens.itemPilledBorderRadius)
38
- },
39
- truncate: {
40
- "true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral([""])))
41
38
  }
42
39
  }
43
40
  };
@@ -16,8 +16,5 @@ export declare const config: {
16
16
  disabled: {
17
17
  true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
18
18
  };
19
- truncate: {
20
- true: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
21
- };
22
19
  };
23
20
  };
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.config = void 0;
7
7
  var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
8
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
9
9
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
10
10
  var config = exports.config = {
11
11
  defaults: {
@@ -24,9 +24,6 @@ var config = exports.config = {
24
24
  },
25
25
  disabled: {
26
26
  "true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), _styledComponents.tabsTokens.disabledOpacity)
27
- },
28
- truncate: {
29
- "true": /*#__PURE__*/(0, _styledComponents.css)(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral([""])))
30
27
  }
31
28
  }
32
29
  };
@@ -1,4 +1,4 @@
1
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16;
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15;
2
2
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
3
  import { css, tabsTokens } from '@salutejs/plasma-new-hope/styled-components';
4
4
  export var config = {
@@ -29,9 +29,6 @@ export var config = {
29
29
  },
30
30
  pilled: {
31
31
  "true": /*#__PURE__*/css(_templateObject15 || (_templateObject15 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 1.5rem;\n "])), tabsTokens.itemPilledBorderRadius)
32
- },
33
- truncate: {
34
- "true": /*#__PURE__*/css(_templateObject16 || (_templateObject16 = /*#__PURE__*/_taggedTemplateLiteral([""])))
35
32
  }
36
33
  }
37
34
  };
@@ -1,4 +1,4 @@
1
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7;
1
+ var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
2
2
  function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
3
3
  import { css, tabsTokens } from '@salutejs/plasma-new-hope/styled-components';
4
4
  export var config = {
@@ -18,9 +18,6 @@ export var config = {
18
18
  },
19
19
  disabled: {
20
20
  "true": /*#__PURE__*/css(_templateObject6 || (_templateObject6 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", ": 0.4;\n "])), tabsTokens.disabledOpacity)
21
- },
22
- truncate: {
23
- "true": /*#__PURE__*/css(_templateObject7 || (_templateObject7 = /*#__PURE__*/_taggedTemplateLiteral([""])))
24
21
  }
25
22
  }
26
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.155.0-canary.1500.11610401138.0",
3
+ "version": "0.155.0-canary.1526.11611646114.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,8 +19,8 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.182.0-canary.1500.11610401138.0",
23
- "@salutejs/sdds-themes": "0.26.0"
22
+ "@salutejs/plasma-new-hope": "0.182.0-canary.1526.11611646114.0",
23
+ "@salutejs/sdds-themes": "0.27.0-canary.1526.11611646114.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">=16.13.1",
@@ -37,10 +37,10 @@
37
37
  "@babel/preset-typescript": "7.24.1",
38
38
  "@microsoft/api-extractor": "7.38.3",
39
39
  "@salutejs/plasma-colors": "0.13.0",
40
- "@salutejs/plasma-core": "1.184.0",
41
- "@salutejs/plasma-cy-utils": "0.115.0",
40
+ "@salutejs/plasma-core": "1.185.0-canary.1526.11611646114.0",
41
+ "@salutejs/plasma-cy-utils": "0.116.0-canary.1526.11611646114.0",
42
42
  "@salutejs/plasma-icons": "1.207.0",
43
- "@salutejs/plasma-sb-utils": "0.182.0",
43
+ "@salutejs/plasma-sb-utils": "0.183.0-canary.1526.11611646114.0",
44
44
  "@storybook/addon-docs": "7.6.17",
45
45
  "@storybook/addon-essentials": "7.6.17",
46
46
  "@storybook/addons": "7.6.17",
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "eb3290efd3e0dfc5541cbcacecd8280fd5d5fee4"
97
+ "gitHead": "56727e2830a2777d7ee19398c4d0b282685ae9cc"
98
98
  }
@@ -569,7 +569,6 @@ true: PolymorphicClassName;
569
569
  text?: string | undefined;
570
570
  contentLeft?: ReactNode;
571
571
  contentRight?: ReactNode;
572
- maxWidth?: string | undefined;
573
572
  size?: string | undefined;
574
573
  view?: string | undefined;
575
574
  } & {
@@ -582,7 +581,6 @@ transparent?: false | undefined;
582
581
  text?: string | undefined;
583
582
  contentLeft?: ReactNode;
584
583
  contentRight?: ReactNode;
585
- maxWidth?: string | undefined;
586
584
  size?: string | undefined;
587
585
  view?: string | undefined;
588
586
  } & {
@@ -595,7 +593,6 @@ clear?: false | undefined;
595
593
  text?: string | undefined;
596
594
  contentLeft?: ReactNode;
597
595
  contentRight?: ReactNode;
598
- maxWidth?: string | undefined;
599
596
  size?: string | undefined;
600
597
  view?: string | undefined;
601
598
  } & {
@@ -3346,7 +3343,7 @@ accent: PolymorphicClassName;
3346
3343
  chipView?: string | undefined;
3347
3344
  } & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
3348
3345
  target?: "button-like" | undefined;
3349
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
3346
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
3350
3347
  contentLeft?: undefined;
3351
3348
  labelPlacement?: undefined;
3352
3349
  placeholder?: undefined;
@@ -3384,7 +3381,7 @@ accent: PolymorphicClassName;
3384
3381
  chipView?: string | undefined;
3385
3382
  } & Omit<React_2.ButtonHTMLAttributes<HTMLButtonElement>, "onChange" | "nonce" | "onResize" | "onResizeCapture" | "value"> & React_2.RefAttributes<HTMLButtonElement>) | ({
3386
3383
  target?: "button-like" | undefined;
3387
- view?: "default" | "clear" | "accent" | "secondary" | "positive" | "warning" | "negative" | "dark" | "black" | "white" | undefined;
3384
+ view?: "default" | "accent" | "secondary" | "positive" | "warning" | "negative" | "clear" | "dark" | "black" | "white" | undefined;
3388
3385
  contentLeft?: undefined;
3389
3386
  labelPlacement?: undefined;
3390
3387
  placeholder?: undefined;