@mdtl/uikit 0.0.35 → 0.0.37

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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Рассчитывает правый отступ для иконок у input компонентов
3
+ */
4
+ export declare const calculateRightIconsWidth: ({ inputSize, iconsCount, iconSizePx }: {
5
+ inputSize: any;
6
+ iconsCount: any;
7
+ iconSizePx: any;
8
+ }) => number;
@@ -0,0 +1 @@
1
+ export declare const getIconsGapSize: (size: any) => any;
@@ -0,0 +1 @@
1
+ export declare const getTextRightPadding: (size: any) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mdtl/uikit",
3
- "version": "0.0.35",
3
+ "version": "0.0.37",
4
4
  "type": "module",
5
5
  "main": "./dist/uikit.js",
6
6
  "types": "./dist/index.d.ts",
@@ -29,7 +29,8 @@
29
29
  "react": "18.2.0",
30
30
  "react-router-dom": "6.16.0",
31
31
  "react-dom": "18.2.0",
32
- "re-resizable": "^6.11.2"
32
+ "re-resizable": "^6.11.2",
33
+ "react-infinite-scroll-hook": "5.0.2"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@emotion/react": "^11.14.0",
@@ -43,6 +44,7 @@
43
44
  "react-router-dom": "6.16.0",
44
45
  "react-dom": "18.2.0",
45
46
  "re-resizable": "^6.11.2",
47
+ "react-infinite-scroll-hook": "5.0.2",
46
48
 
47
49
  "@eslint/js": "^9.36.0",
48
50
  "@types/node": "^24.5.2",