stone-kit 0.0.406 → 0.0.407

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.
@@ -83,7 +83,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", B = "_metroColor_16fjr_
83
83
  color: "#777E90"
84
84
  }
85
85
  ),
86
- i.timeTo
86
+ i.timeTo + " мин"
87
87
  ]
88
88
  },
89
89
  `route - ${i.name} - ${s}`
@@ -131,7 +131,7 @@ const N = "_root_16fjr_1", W = "_iconsWrapper_16fjr_17", B = "_metroColor_16fjr_
131
131
  color: "#777E90"
132
132
  }
133
133
  ),
134
- o.timeTo
134
+ o.timeTo + " мин"
135
135
  ] })
136
136
  ]
137
137
  }
@@ -5,7 +5,7 @@ export interface IMetroTagProps extends React.HTMLAttributes<HTMLDivElement> {
5
5
  name?: string;
6
6
  station?: string;
7
7
  color?: string;
8
- timeTo?: string | number;
8
+ timeTo?: number;
9
9
  mode?: string;
10
10
  icon?: string;
11
11
  } | {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "stone-kit",
3
3
  "description": "uikit for redesign",
4
4
  "private": false,
5
- "version": "0.0.406",
5
+ "version": "0.0.407",
6
6
  "author": "Mollycodd1e",
7
7
  "license": "ISC",
8
8
  "type": "module",