mayak-common-library 0.0.15 → 0.0.17

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/dist/index.css CHANGED
@@ -169,16 +169,6 @@
169
169
  transition: transform 0.3s ease-out;
170
170
  }
171
171
  }
172
- @font-face {
173
- font-family: RockStar;
174
- src: url(fonts/RockStar/Rock\ Star_Regular_Web.woff2);
175
- font-weight: 400;
176
- }
177
- @font-face {
178
- font-family: RockStar;
179
- src: url("fonts/RockStar/Rock Star_Extra Bold_Web.woff2");
180
- font-weight: 800;
181
- }
182
172
  body {
183
173
  max-width: 100vw;
184
174
  overflow-x: hidden;
@@ -191,7 +181,6 @@ body {
191
181
  font-size: 14px;
192
182
  line-height: 20px;
193
183
  font-weight: 400;
194
- font-family: RockStar, sans-serif;
195
184
  }
196
185
  main {
197
186
  flex-grow: 1;
@@ -223,4 +212,3 @@ a {
223
212
  }
224
213
 
225
214
  /* src/components/AppBar/styles.css */
226
- /*# sourceMappingURL=index.css.map */
package/dist/index.d.mts CHANGED
@@ -16,6 +16,7 @@ import { SliderProps } from '@mui/material/Slider/Slider';
16
16
  import { MenuItemProps } from '@mui/material/MenuItem/MenuItem';
17
17
  import { InputProps } from '@mui/material/Input';
18
18
  import { PatternFormatProps } from 'react-number-format/types/types';
19
+ export { default as MapIcon } from '@/icons/map-search.svg';
19
20
 
20
21
  declare function Greet(props: {
21
22
  name: string;
package/dist/index.d.ts CHANGED
@@ -16,6 +16,7 @@ import { SliderProps } from '@mui/material/Slider/Slider';
16
16
  import { MenuItemProps } from '@mui/material/MenuItem/MenuItem';
17
17
  import { InputProps } from '@mui/material/Input';
18
18
  import { PatternFormatProps } from 'react-number-format/types/types';
19
+ export { default as MapIcon } from '@/icons/map-search.svg';
19
20
 
20
21
  declare function Greet(props: {
21
22
  name: string;