@uniweb/runtime 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/index.jsx +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniweb/runtime",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Minimal runtime for loading Uniweb foundations",
5
5
  "type": "module",
6
6
  "exports": {
@@ -31,7 +31,7 @@
31
31
  "node": ">=20.19"
32
32
  },
33
33
  "dependencies": {
34
- "@uniweb/core": "0.3.0"
34
+ "@uniweb/core": "0.3.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@vitejs/plugin-react": "^4.5.2",
package/src/index.jsx CHANGED
@@ -148,6 +148,8 @@ const ICON_FAMILY_MAP = {
148
148
  'ant-design': 'ai',
149
149
  remix: 'ri',
150
150
  'simple-icons': 'si',
151
+ ionicons: 'io5',
152
+ boxicons: 'bi',
151
153
  vscode: 'vsc',
152
154
  weather: 'wi',
153
155
  game: 'gi',
@@ -162,6 +164,8 @@ const ICON_FAMILY_MAP = {
162
164
  md: 'md',
163
165
  ai: 'ai',
164
166
  ri: 'ri',
167
+ io5: 'io5',
168
+ bi: 'bi',
165
169
  si: 'si',
166
170
  vsc: 'vsc',
167
171
  wi: 'wi',