@luxfi/ui 8.3.0 → 8.3.1

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.
@@ -4,20 +4,20 @@ declare const _default: ({
4
4
  variant: "linkFG";
5
5
  newTab: false;
6
6
  } | {
7
- variant?: undefined;
8
7
  title: string;
9
8
  href: string;
10
9
  newTab: false;
11
- } | {
12
10
  variant?: undefined;
11
+ } | {
13
12
  title: string;
14
13
  href: string;
15
14
  newTab?: undefined;
16
- } | {
17
15
  variant?: undefined;
16
+ } | {
18
17
  title: string;
19
18
  href: string;
20
19
  newTab: true;
20
+ variant?: undefined;
21
21
  })[];
22
22
  export default _default;
23
23
  //# sourceMappingURL=company.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/ui",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "description": "Cross-platform UI components on @hanzo/gui. Native mobile + web.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1027,8 +1027,8 @@
1027
1027
  "dependencies": {
1028
1028
  "@dnd-kit/core": "^6.3.1",
1029
1029
  "@dnd-kit/sortable": "^10.0.0",
1030
- "@hanzo/commerce": "7.8.0",
1031
- "@hanzo/ui": "8.26.0",
1030
+ "@hanzo/commerce": "7.8.1",
1031
+ "@hanzo/ui": "8.26.1",
1032
1032
  "@hanzogui/config": "8.3.1",
1033
1033
  "@hookform/resolvers": "^5.9.1",
1034
1034
  "@luxfi/logo": "1.0.10",
@@ -1065,8 +1065,8 @@
1065
1065
  "peerDependencies": {
1066
1066
  "@hanzo/appearance": ">=0.2.2",
1067
1067
  "@hanzo/design": ">=0.5.24",
1068
- "@hanzo/gui": "8.3.1",
1069
- "@hanzo/ui": ">=8.26.0",
1068
+ "@hanzo/gui": ">=8.3.0",
1069
+ "@hanzo/ui": ">=8.26.1",
1070
1070
  "@hanzogui/colors": "8.3.1",
1071
1071
  "@hanzogui/core": "8.3.1",
1072
1072
  "@hanzogui/lucide-icons-2": "8.3.1",
@@ -1099,9 +1099,9 @@
1099
1099
  "devDependencies": {
1100
1100
  "@hanzo/appearance": "0.2.2",
1101
1101
  "@hanzo/design": "0.5.24",
1102
- "@hanzo/gui": "8.3.1",
1102
+ "@hanzo/gui": "8.3.0",
1103
1103
  "@hanzo/iam": "0.21.17",
1104
- "@hanzo/ui": "8.26.0",
1104
+ "@hanzo/ui": "8.26.1",
1105
1105
  "@hanzogui/colors": "8.3.1",
1106
1106
  "@hanzogui/config": "8.3.1",
1107
1107
  "@hanzogui/core": "8.3.1",