@salutejs/sdds-finportal 0.145.1-canary.1501.11457027337.0 → 0.146.0-canary.1500.11456169969.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -565,6 +565,7 @@ true: PolymorphicClassName;
565
565
  text?: string | undefined;
566
566
  contentLeft?: ReactNode;
567
567
  contentRight?: ReactNode;
568
+ truncate?: boolean | undefined;
568
569
  size?: string | undefined;
569
570
  view?: string | undefined;
570
571
  } & {
@@ -577,6 +578,7 @@ transparent?: false | undefined;
577
578
  text?: string | undefined;
578
579
  contentLeft?: ReactNode;
579
580
  contentRight?: ReactNode;
581
+ truncate?: boolean | undefined;
580
582
  size?: string | undefined;
581
583
  view?: string | undefined;
582
584
  } & {
@@ -589,6 +591,7 @@ clear?: false | undefined;
589
591
  text?: string | undefined;
590
592
  contentLeft?: ReactNode;
591
593
  contentRight?: ReactNode;
594
+ truncate?: boolean | undefined;
592
595
  size?: string | undefined;
593
596
  view?: string | undefined;
594
597
  } & {
@@ -31,6 +31,7 @@ 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
+ truncate?: boolean | undefined;
34
35
  size?: string | undefined;
35
36
  view?: string | undefined;
36
37
  } & {
@@ -43,6 +44,7 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
43
44
  text?: string | undefined;
44
45
  contentLeft?: import("react").ReactNode;
45
46
  contentRight?: import("react").ReactNode;
47
+ truncate?: boolean | undefined;
46
48
  size?: string | undefined;
47
49
  view?: string | undefined;
48
50
  } & {
@@ -55,6 +57,7 @@ export declare const Badge: import("react").FunctionComponent<import("@salutejs/
55
57
  text?: string | undefined;
56
58
  contentLeft?: import("react").ReactNode;
57
59
  contentRight?: import("react").ReactNode;
60
+ truncate?: boolean | undefined;
58
61
  size?: string | undefined;
59
62
  view?: string | undefined;
60
63
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-finportal",
3
- "version": "0.145.1-canary.1501.11457027337.0",
3
+ "version": "0.146.0-canary.1500.11456169969.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,7 +19,7 @@
19
19
  "directory": "packages/sdds-finportal"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.172.1-canary.1501.11457027337.0",
22
+ "@salutejs/plasma-new-hope": "0.173.0-canary.1500.11456169969.0",
23
23
  "@salutejs/sdds-themes": "0.24.0-dev.0"
24
24
  },
25
25
  "peerDependencies": {
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "6dde08aeb1e475fc0e3e51962ca98b2ac1ac81ed"
97
+ "gitHead": "becab22ba1150e8e35433d76cec64067d15d8ef6"
98
98
  }
@@ -565,6 +565,7 @@ true: PolymorphicClassName;
565
565
  text?: string | undefined;
566
566
  contentLeft?: ReactNode;
567
567
  contentRight?: ReactNode;
568
+ truncate?: boolean | undefined;
568
569
  size?: string | undefined;
569
570
  view?: string | undefined;
570
571
  } & {
@@ -577,6 +578,7 @@ transparent?: false | undefined;
577
578
  text?: string | undefined;
578
579
  contentLeft?: ReactNode;
579
580
  contentRight?: ReactNode;
581
+ truncate?: boolean | undefined;
580
582
  size?: string | undefined;
581
583
  view?: string | undefined;
582
584
  } & {
@@ -589,6 +591,7 @@ clear?: false | undefined;
589
591
  text?: string | undefined;
590
592
  contentLeft?: ReactNode;
591
593
  contentRight?: ReactNode;
594
+ truncate?: boolean | undefined;
592
595
  size?: string | undefined;
593
596
  view?: string | undefined;
594
597
  } & {