@1001-digital/layers.base 0.0.13 → 0.0.14
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ Running `pnpm dev` will prepare and boot `.playground` directory, which imports
|
|
|
14
14
|
|
|
15
15
|
## Icons
|
|
16
16
|
|
|
17
|
-
The base `Icon` component relies on Nuxt Icon aliases.
|
|
17
|
+
The base `Icon` component relies on Nuxt Icon aliases. Defaults are limited to icons used outside `.playground`. Extend or override aliases via `nuxt.config`:
|
|
18
18
|
|
|
19
19
|
```ts
|
|
20
20
|
export default defineNuxtConfig({
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1001-digital/layers.base",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"main": "./nuxt.config.ts",
|
|
6
6
|
"devDependencies": {
|
|
7
|
-
"@iconify-json/lucide": "^1.2.87",
|
|
8
|
-
"@iconify-json/simple-icons": "^1.2.69",
|
|
9
7
|
"@nuxt/eslint": "latest",
|
|
10
8
|
"@types/node": "^24.10.1",
|
|
11
9
|
"eslint": "^9.39.1",
|
|
12
|
-
"nuxt": "^4.
|
|
10
|
+
"nuxt": "^4.3.0",
|
|
13
11
|
"typescript": "^5.9.3",
|
|
14
12
|
"vue": "latest"
|
|
15
13
|
},
|
|
16
14
|
"dependencies": {
|
|
15
|
+
"@iconify-json/lucide": "^1.2.87",
|
|
16
|
+
"@iconify-json/simple-icons": "^1.2.69",
|
|
17
17
|
"@nuxt/icon": "^2.2.1",
|
|
18
18
|
"@types/luxon": "^3.6.2",
|
|
19
19
|
"luxon": "^3.6.1",
|
|
20
20
|
"modern-normalize": "^3.0.1",
|
|
21
|
-
"reka-ui": "^2.
|
|
21
|
+
"reka-ui": "^2.8.0"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "nuxi dev .playground",
|