podo-ui 1.1.11 → 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.11",
3
+ "version": "1.1.13",
4
4
  "type": "module",
5
5
  "author": "hada0127 <work@tarucy.net>",
6
6
  "license": "MIT",
@@ -31,7 +31,8 @@
31
31
  "icon-eye", "icon-eye-off",
32
32
  "icon-upload-cloud", "icon-download",
33
33
  "icon-menu", "icon-more-horizontal", "icon-more-vertical",
34
- "icon-refresh", "icon-settings"
34
+ "icon-refresh", "icon-settings",
35
+ "icon-cart", "icon-plus-circle-stroke", "icon-minus-circle-stroke", "icon-show-stroke", "icon-bell"
35
36
  ],
36
37
  "styling": {
37
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.11",
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
@@ -159,4 +159,9 @@ $icon-name: (
159
159
  close-circle-stroke: \e98a,
160
160
  grid: \e98b,
161
161
  grid-list: \e98c,
162
+ cart: \e9b0,
163
+ minus-circle-stroke: \e9b1,
164
+ plus-circle-stroke: \e9b2,
165
+ show-stroke: \e9b3,
166
+ bell: \e9b4,
162
167
  );