podo-ui 0.9.0 → 0.9.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podo-ui",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "type": "module",
5
5
  "author": "hada0127 <work@tarucy.net>",
6
6
  "license": "MIT",
@@ -13,6 +13,7 @@
13
13
  },
14
14
  "homepage": "https://podoui.com",
15
15
  "main": "dist/index.js",
16
+ "module": "dist/index.js",
16
17
  "types": "dist/index.d.ts",
17
18
  "files": [
18
19
  "dist",
@@ -29,6 +30,7 @@
29
30
  ".": {
30
31
  "types": "./dist/index.d.ts",
31
32
  "import": "./dist/index.js",
33
+ "require": "./dist/index.js",
32
34
  "default": "./dist/index.js"
33
35
  },
34
36
  "./react/atom/*": {
Binary file
@@ -145,4 +145,7 @@ $icon-name: (
145
145
  login: \e97a,
146
146
  margin-horizontal: \e97b,
147
147
  margin-vertical: \e97c,
148
+ button: \e97d,
149
+ desktop: \e9a0,
150
+ mobile: \e9a1,
148
151
  );