podo-ui 1.1.12 → 1.1.13

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": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "type": "module",
5
5
  "author": "hada0127 <work@tarucy.net>",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "icon-upload-cloud", "icon-download",
33
33
  "icon-menu", "icon-more-horizontal", "icon-more-vertical",
34
34
  "icon-refresh", "icon-settings",
35
- "icon-cart", "icon-plus-circle-stroke", "icon-minus-circle-stroke", "icon-show-stroke"
35
+ "icon-cart", "icon-plus-circle-stroke", "icon-minus-circle-stroke", "icon-show-stroke", "icon-bell"
36
36
  ],
37
37
  "styling": {
38
38
  "size": "font-size: 24px;",
package/public/ai.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podo-ui",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "Design system: SCSS + React + Svelte 5",
5
5
  "philosophy": "Maximum flexibility with minimal JS dependency",
6
6
  "install": "npm install podo-ui",
Binary file
@@ -163,4 +163,5 @@ $icon-name: (
163
163
  minus-circle-stroke: \e9b1,
164
164
  plus-circle-stroke: \e9b2,
165
165
  show-stroke: \e9b3,
166
+ bell: \e9b4,
166
167
  );