@shlinkio/shlink-frontend-kit 1.1.0 → 1.2.0

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +14 -14
package/dist/index.d.ts CHANGED
@@ -8,6 +8,7 @@ import { HTMLProps } from 'react';
8
8
  import { InputHTMLAttributes } from 'react';
9
9
  import { JSX } from 'react/jsx-runtime';
10
10
  import { LinkProps } from 'react-router';
11
+ import { MenuItemProps as MenuItemProps_2 } from './Menu';
11
12
  import { Placement } from '@floating-ui/react';
12
13
  import { Property } from 'csstype';
13
14
  import { PropsWithChildren } from 'react';
@@ -185,7 +186,7 @@ export declare function determineOrder<Fields extends string = string>(orderDirC
185
186
  export declare function determineOrderDir<Fields extends string = string>(orderDirChange: OrderDirChange<Fields>): OrderDir;
186
187
 
187
188
  export declare const Dropdown: FC<DropdownProps> & {
188
- Item: FC<MenuItemProps>;
189
+ Item: FC<MenuItemProps_2>;
189
190
  Separator: FC;
190
191
  Title: FC<{
191
192
  children?: ReactNode | undefined;
@@ -533,7 +534,7 @@ export declare type RevealablePasswordInputProps = Omit<InputProps, 'type'> & {
533
534
  export declare const roundTen: (number: number) => number;
534
535
 
535
536
  export declare const RowDropdown: FC<RowDropdownProps> & {
536
- Item: FC<MenuItemProps>;
537
+ Item: FC<MenuItemProps_2>;
537
538
  Separator: FC;
538
539
  Title: FC<{
539
540
  children?: ReactNode | undefined;
package/package.json CHANGED
@@ -31,7 +31,7 @@
31
31
  "dev": "vite serve --host=0.0.0.0 --port 3001"
32
32
  },
33
33
  "dependencies": {
34
- "@floating-ui/react": "^0.27.13",
34
+ "@floating-ui/react": "^0.27.16",
35
35
  "clsx": "^2.1.1"
36
36
  },
37
37
  "peerDependencies": {
@@ -40,7 +40,7 @@
40
40
  "@fortawesome/fontawesome-svg-core": "^7.0.0",
41
41
  "@fortawesome/free-regular-svg-icons": "^7.0.0",
42
42
  "@fortawesome/free-solid-svg-icons": "^7.0.0",
43
- "@fortawesome/react-fontawesome": "^0.2.3",
43
+ "@fortawesome/react-fontawesome": "^3.0.0",
44
44
  "react": "^19.1",
45
45
  "react-dom": "^19.1",
46
46
  "react-router": "^7.0.2",
@@ -53,19 +53,19 @@
53
53
  },
54
54
  "devDependencies": {
55
55
  "@shlinkio/eslint-config-js-coding-standard": "~3.5.0",
56
- "@stylistic/eslint-plugin": "^5.2.2",
57
- "@tailwindcss/vite": "^4.1.11",
58
- "@testing-library/jest-dom": "^6.6.3",
56
+ "@stylistic/eslint-plugin": "^5.2.3",
57
+ "@tailwindcss/vite": "^4.1.12",
58
+ "@testing-library/jest-dom": "^6.8.0",
59
59
  "@testing-library/react": "^16.3.0",
60
60
  "@testing-library/user-event": "^14.6.1",
61
61
  "@total-typescript/shoehorn": "^0.1.2",
62
- "@types/react": "^19.1.8",
63
- "@types/react-dom": "^19.1.6",
64
- "@vitejs/plugin-react": "^4.7.0",
62
+ "@types/react": "^19.1.11",
63
+ "@types/react-dom": "^19.1.7",
64
+ "@vitejs/plugin-react": "^5.0.1",
65
65
  "@vitest/browser": "^3.2.4",
66
66
  "@vitest/coverage-v8": "^3.2.4",
67
67
  "axe-core": "^4.10.3",
68
- "eslint": "^9.32.0",
68
+ "eslint": "^9.34.0",
69
69
  "eslint-plugin-import": "^2.32.0",
70
70
  "eslint-plugin-jsx-a11y": "^6.10.2",
71
71
  "eslint-plugin-react": "^7.37.5",
@@ -73,10 +73,10 @@
73
73
  "eslint-plugin-react-hooks": "^5.2.0",
74
74
  "eslint-plugin-simple-import-sort": "^12.1.1",
75
75
  "history": "^5.3.0",
76
- "playwright": "^1.54.1",
77
- "typescript": "^5.8.3",
78
- "typescript-eslint": "^8.38.0",
79
- "vite": "^7.0.6",
76
+ "playwright": "^1.55.0",
77
+ "typescript": "^5.9.2",
78
+ "typescript-eslint": "^8.40.0",
79
+ "vite": "^7.1.3",
80
80
  "vite-plugin-dts": "^4.5.4",
81
81
  "vitest": "^3.0.2"
82
82
  },
@@ -86,5 +86,5 @@
86
86
  "not ie <= 11",
87
87
  "not op_mini all"
88
88
  ],
89
- "version": "1.1.0"
89
+ "version": "1.2.0"
90
90
  }