mayak-common-library 0.1.18 → 0.1.19

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.d.mts CHANGED
@@ -1442,7 +1442,7 @@ interface SearchInputProps {
1442
1442
  collapse?: boolean;
1443
1443
  chips?: {
1444
1444
  slug: string;
1445
- label: string;
1445
+ label?: string;
1446
1446
  }[];
1447
1447
  placeholder?: string;
1448
1448
  value: string;
package/dist/index.d.ts CHANGED
@@ -1442,7 +1442,7 @@ interface SearchInputProps {
1442
1442
  collapse?: boolean;
1443
1443
  chips?: {
1444
1444
  slug: string;
1445
- label: string;
1445
+ label?: string;
1446
1446
  }[];
1447
1447
  placeholder?: string;
1448
1448
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  @tailwind base;
2
2
  @tailwind components;
3
3
  @tailwind utilities;
4
- @import 'common';
4
+ @use 'common' as *;
5
5
 
6
6
  @font-face {
7
7
  font-family: RockStar;