@js-empire/emperor-ui 1.3.7 → 1.3.8

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.ts CHANGED
@@ -982,9 +982,10 @@ export declare function NumericFilter({ classNames, numericProps, paramKey, }: P
982
982
 
983
983
  export declare const ONE_MEGABYTE = 1024;
984
984
 
985
+ /** Stable external URLs so the published package does not ship image assets. */
985
986
  export declare enum Placeholders {
986
- PLACEHOLDER_MALE_AVATAR = "/images/placeholder-male-avatar.png",
987
- PLACEHOLDER_FEMALE_AVATAR = "/images/placeholder-female-avatar.png"
987
+ PLACEHOLDER_MALE_AVATAR = "https://api.dicebear.com/7.x/avataaars/svg?seed=male",
988
+ PLACEHOLDER_FEMALE_AVATAR = "https://api.dicebear.com/7.x/avataaars/svg?seed=female"
988
989
  }
989
990
 
990
991
  export declare const policies: QuickLink[];
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@js-empire/emperor-ui",
3
3
  "description": "They provide the atoms, we provide the empire.",
4
- "version": "1.3.7",
4
+ "version": "1.3.8",
5
5
  "author": "JS Empire - Mustafa Alhasanat",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
- "main": "dist/emperor-ui.umd.cjs",
9
- "module": "dist/emperor-ui.js",
10
- "types": "dist/index.d.ts",
8
+ "main": "./dist/emperor-ui.js",
9
+ "module": "./dist/emperor-ui.js",
10
+ "types": "./dist/index.d.ts",
11
11
  "files": [
12
12
  "dist",
13
13
  "README.md"
@@ -17,7 +17,7 @@
17
17
  ".": {
18
18
  "types": "./dist/index.d.ts",
19
19
  "import": "./dist/emperor-ui.js",
20
- "require": "./dist/emperor-ui.umd.cjs"
20
+ "default": "./dist/emperor-ui.js"
21
21
  },
22
22
  "./globals.css": "./dist/globals.css"
23
23
  },
@@ -51,7 +51,52 @@
51
51
  "resolutions": {
52
52
  "jackspeak": "2.1.1"
53
53
  },
54
- "dependencies": {
54
+ "peerDependencies": {
55
+ "@heroui/autocomplete": "^2.3.33",
56
+ "@heroui/avatar": "^2.2.25",
57
+ "@heroui/button": "^2.2.31",
58
+ "@heroui/card": "^2.2.27",
59
+ "@heroui/checkbox": "^2.3.31",
60
+ "@heroui/chip": "^2.2.24",
61
+ "@heroui/date-picker": "^2.3.32",
62
+ "@heroui/divider": "^2.2.23",
63
+ "@heroui/drawer": "^2.2.28",
64
+ "@heroui/dropdown": "^2.3.31",
65
+ "@heroui/image": "^2.2.19",
66
+ "@heroui/input": "^2.4.32",
67
+ "@heroui/link": "^2.2.25",
68
+ "@heroui/modal": "^2.2.28",
69
+ "@heroui/pagination": "^2.2.26",
70
+ "@heroui/radio": "^2.3.31",
71
+ "@heroui/scroll-shadow": "^2.3.19",
72
+ "@heroui/select": "^2.4.32",
73
+ "@heroui/skeleton": "^2.2.18",
74
+ "@heroui/slider": "^2.4.28",
75
+ "@heroui/spinner": "^2.2.28",
76
+ "@heroui/switch": "^2.2.26",
77
+ "@heroui/system": "^2.4.27",
78
+ "@heroui/theme": "^2.4.25",
79
+ "@heroui/toast": "^2.0.21",
80
+ "@heroui/tooltip": "^2.2.28",
81
+ "@hookform/resolvers": "^5.2.2",
82
+ "@internationalized/date": "^3.11.0",
83
+ "browser-image-compression": "^2.0.2",
84
+ "class-variance-authority": "^0.7.1",
85
+ "clsx": "^2.1.1",
86
+ "framer-motion": "^12.23.26",
87
+ "lucide-react": "^0.560.0",
88
+ "motion": "^12.26.2",
89
+ "next-themes": "^0.4.6",
90
+ "react": "^18.0.0 || ^19.0.0",
91
+ "react-dom": "^18.0.0 || ^19.0.0",
92
+ "react-hook-form": "^7.71.1",
93
+ "tailwind-merge": "^3.4.0",
94
+ "tailwind-scrollbar-hide": "^4.0.0",
95
+ "tailwindcss": "^4.1.17",
96
+ "use-debounce": "^10.1.0",
97
+ "zod": "^4.3.6"
98
+ },
99
+ "devDependencies": {
55
100
  "@heroui/autocomplete": "^2.3.33",
56
101
  "@heroui/avatar": "^2.2.25",
57
102
  "@heroui/button": "^2.2.31",
@@ -99,10 +144,7 @@
99
144
  "tailwindcss": "^4.1.17",
100
145
  "use-debounce": "^10.1.0",
101
146
  "vite-tsconfig-paths": "^5.1.4",
102
- "xlsx": "^0.18.5",
103
- "zod": "^4.3.6"
104
- },
105
- "devDependencies": {
147
+ "zod": "^4.3.6",
106
148
  "@chromatic-com/storybook": "^4.1.3",
107
149
  "@eslint/js": "^9.39.1",
108
150
  "@storybook/addon-a11y": "^10.1.6",