@makigamestudio/ui-ionic 0.6.0 → 0.6.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 (1) hide show
  1. package/package.json +10 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makigamestudio/ui-ionic",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Ionic implementation of @makigamestudio/ui-core. Provides Ionic-specific button components with signal-based state management.",
5
5
  "keywords": [
6
6
  "angular",
@@ -28,9 +28,13 @@
28
28
  "tslib": "^2.6.0"
29
29
  },
30
30
  "sideEffects": false,
31
- "module": "fesm2022/makigamestudio-ui-ionic.mjs",
32
- "typings": "types/makigamestudio-ui-ionic.d.ts",
33
31
  "exports": {
32
+ "./theme.css": {
33
+ "default": "./theme.css"
34
+ },
35
+ "./theme.scss": {
36
+ "default": "./theme.scss"
37
+ },
34
38
  "./package.json": {
35
39
  "default": "./package.json"
36
40
  },
@@ -38,5 +42,7 @@
38
42
  "types": "./types/makigamestudio-ui-ionic.d.ts",
39
43
  "default": "./fesm2022/makigamestudio-ui-ionic.mjs"
40
44
  }
41
- }
45
+ },
46
+ "module": "fesm2022/makigamestudio-ui-ionic.mjs",
47
+ "typings": "types/makigamestudio-ui-ionic.d.ts"
42
48
  }