@openameba/spindle-ui 0.29.0 → 0.32.0

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 (76) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/CONTRIBUTING.md +19 -0
  3. package/Icon/ArrowLeftright.d.ts +4 -0
  4. package/Icon/ArrowLeftright.d.ts.map +1 -0
  5. package/Icon/ArrowLeftright.js +37 -0
  6. package/Icon/ArrowLeftright.js.map +1 -0
  7. package/Icon/ArrowLeftright.mjs +4 -0
  8. package/Icon/ArrowUpdown.d.ts +4 -0
  9. package/Icon/ArrowUpdown.d.ts.map +1 -0
  10. package/Icon/ArrowUpdown.js +37 -0
  11. package/Icon/ArrowUpdown.js.map +1 -0
  12. package/Icon/ArrowUpdown.mjs +4 -0
  13. package/Icon/Cards.d.ts +4 -0
  14. package/Icon/Cards.d.ts.map +1 -0
  15. package/Icon/Cards.js +37 -0
  16. package/Icon/Cards.js.map +1 -0
  17. package/Icon/Cards.mjs +4 -0
  18. package/Icon/Cart.d.ts +4 -0
  19. package/Icon/Cart.d.ts.map +1 -0
  20. package/Icon/Cart.js +37 -0
  21. package/Icon/Cart.js.map +1 -0
  22. package/Icon/Cart.mjs +4 -0
  23. package/Icon/CartFill.d.ts +4 -0
  24. package/Icon/CartFill.d.ts.map +1 -0
  25. package/Icon/CartFill.js +37 -0
  26. package/Icon/CartFill.js.map +1 -0
  27. package/Icon/CartFill.mjs +4 -0
  28. package/Icon/ChevronUpTwoBold.d.ts +4 -0
  29. package/Icon/ChevronUpTwoBold.d.ts.map +1 -0
  30. package/Icon/ChevronUpTwoBold.js +37 -0
  31. package/Icon/ChevronUpTwoBold.js.map +1 -0
  32. package/Icon/ChevronUpTwoBold.mjs +4 -0
  33. package/Icon/FreeCircle.d.ts +4 -0
  34. package/Icon/FreeCircle.d.ts.map +1 -0
  35. package/Icon/FreeCircle.js +38 -0
  36. package/Icon/FreeCircle.js.map +1 -0
  37. package/Icon/FreeCircle.mjs +5 -0
  38. package/Icon/FreeCircleFill.d.ts +4 -0
  39. package/Icon/FreeCircleFill.d.ts.map +1 -0
  40. package/Icon/FreeCircleFill.js +37 -0
  41. package/Icon/FreeCircleFill.js.map +1 -0
  42. package/Icon/FreeCircleFill.mjs +4 -0
  43. package/Icon/ListBookmarkFill.d.ts +4 -0
  44. package/Icon/ListBookmarkFill.d.ts.map +1 -0
  45. package/Icon/ListBookmarkFill.js +37 -0
  46. package/Icon/ListBookmarkFill.js.map +1 -0
  47. package/Icon/ListBookmarkFill.mjs +4 -0
  48. package/Icon/PersonBan.d.ts +4 -0
  49. package/Icon/PersonBan.d.ts.map +1 -0
  50. package/Icon/PersonBan.js +37 -0
  51. package/Icon/PersonBan.js.map +1 -0
  52. package/Icon/PersonBan.mjs +4 -0
  53. package/Icon/RankingCrown.d.ts.map +1 -1
  54. package/Icon/RankingCrown.js +1 -1
  55. package/Icon/RankingCrown.js.map +1 -1
  56. package/Icon/RankingCrown.mjs +1 -1
  57. package/Icon/RankingCrownFill.d.ts.map +1 -1
  58. package/Icon/RankingCrownFill.js +1 -1
  59. package/Icon/RankingCrownFill.js.map +1 -1
  60. package/Icon/RankingCrownFill.mjs +1 -1
  61. package/Icon/TriangleendLeftBold.d.ts +4 -0
  62. package/Icon/TriangleendLeftBold.d.ts.map +1 -0
  63. package/Icon/TriangleendLeftBold.js +37 -0
  64. package/Icon/TriangleendLeftBold.js.map +1 -0
  65. package/Icon/TriangleendLeftBold.mjs +4 -0
  66. package/Icon/TriangleendRightBold.d.ts +4 -0
  67. package/Icon/TriangleendRightBold.d.ts.map +1 -0
  68. package/Icon/TriangleendRightBold.js +37 -0
  69. package/Icon/TriangleendRightBold.js.map +1 -0
  70. package/Icon/TriangleendRightBold.mjs +4 -0
  71. package/Icon/index.d.ts +12 -0
  72. package/Icon/index.d.ts.map +1 -1
  73. package/Icon/index.js +25 -1
  74. package/Icon/index.js.map +1 -1
  75. package/Icon/index.mjs +12 -0
  76. package/package.json +2 -2
package/Icon/index.mjs CHANGED
@@ -19,12 +19,14 @@ export { default as ArrowDown } from './ArrowDown';
19
19
  export { default as ArrowDownBold } from './ArrowDownBold';
20
20
  export { default as ArrowLeft } from './ArrowLeft';
21
21
  export { default as ArrowLeftBold } from './ArrowLeftBold';
22
+ export { default as ArrowLeftright } from './ArrowLeftright';
22
23
  export { default as ArrowRight } from './ArrowRight';
23
24
  export { default as ArrowRightBold } from './ArrowRightBold';
24
25
  export { default as ArrowRightCircle } from './ArrowRightCircle';
25
26
  export { default as ArrowRightCircleFill } from './ArrowRightCircleFill';
26
27
  export { default as ArrowUp } from './ArrowUp';
27
28
  export { default as ArrowUpBold } from './ArrowUpBold';
29
+ export { default as ArrowUpdown } from './ArrowUpdown';
28
30
  export { default as ArrowpagingDown } from './ArrowpagingDown';
29
31
  export { default as ArrowpagingDownCircle } from './ArrowpagingDownCircle';
30
32
  export { default as ArrowpagingLeft } from './ArrowpagingLeft';
@@ -65,6 +67,9 @@ export { default as BottomnvavMypageInactive } from './BottomnvavMypageInactive'
65
67
  export { default as Bullets } from './Bullets';
66
68
  export { default as Calendar } from './Calendar';
67
69
  export { default as CameraFill } from './CameraFill';
70
+ export { default as Cards } from './Cards';
71
+ export { default as Cart } from './Cart';
72
+ export { default as CartFill } from './CartFill';
68
73
  export { default as CautionFill } from './CautionFill';
69
74
  export { default as Check } from './Check';
70
75
  export { default as CheckBold } from './CheckBold';
@@ -80,6 +85,7 @@ export { default as ChevronRight } from './ChevronRight';
80
85
  export { default as ChevronRightBold } from './ChevronRightBold';
81
86
  export { default as ChevronUp } from './ChevronUp';
82
87
  export { default as ChevronUpBold } from './ChevronUpBold';
88
+ export { default as ChevronUpTwoBold } from './ChevronUpTwoBold';
83
89
  export { default as Circle } from './Circle';
84
90
  export { default as CircleBold } from './CircleBold';
85
91
  export { default as CircleFill } from './CircleFill';
@@ -144,6 +150,8 @@ export { default as FolderTwo } from './FolderTwo';
144
150
  export { default as FolderTwoFill } from './FolderTwoFill';
145
151
  export { default as Font } from './Font';
146
152
  export { default as Fontstyle } from './Fontstyle';
153
+ export { default as FreeCircle } from './FreeCircle';
154
+ export { default as FreeCircleFill } from './FreeCircleFill';
147
155
  export { default as Game } from './Game';
148
156
  export { default as GameFill } from './GameFill';
149
157
  export { default as GameKantan } from './GameKantan';
@@ -178,6 +186,7 @@ export { default as Koeblog } from './Koeblog';
178
186
  export { default as LineCircle } from './LineCircle';
179
187
  export { default as LineSquare } from './LineSquare';
180
188
  export { default as Link } from './Link';
189
+ export { default as ListBookmarkFill } from './ListBookmarkFill';
181
190
  export { default as ListBulleted } from './ListBulleted';
182
191
  export { default as ListNumbered } from './ListNumbered';
183
192
  export { default as Loading } from './Loading';
@@ -230,6 +239,7 @@ export { default as Pencil } from './Pencil';
230
239
  export { default as PencilAdd } from './PencilAdd';
231
240
  export { default as PencilBold } from './PencilBold';
232
241
  export { default as Person } from './Person';
242
+ export { default as PersonBan } from './PersonBan';
233
243
  export { default as PersonFill } from './PersonFill';
234
244
  export { default as PersonThreeFill } from './PersonThreeFill';
235
245
  export { default as PersonTwoAddFill } from './PersonTwoAddFill';
@@ -315,7 +325,9 @@ export { default as TrianglearrowRight } from './TrianglearrowRight';
315
325
  export { default as TrianglearrowUp } from './TrianglearrowUp';
316
326
  export { default as TrianglearrowUpright } from './TrianglearrowUpright';
317
327
  export { default as TriangleendLeft } from './TriangleendLeft';
328
+ export { default as TriangleendLeftBold } from './TriangleendLeftBold';
318
329
  export { default as TriangleendRight } from './TriangleendRight';
330
+ export { default as TriangleendRightBold } from './TriangleendRightBold';
319
331
  export { default as TrophyFill } from './TrophyFill';
320
332
  export { default as TvFill } from './TvFill';
321
333
  export { default as Twitter } from './Twitter';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openameba/spindle-ui",
3
- "version": "0.29.0",
3
+ "version": "0.32.0",
4
4
  "main": "./index.js",
5
5
  "module": "./index.mjs",
6
6
  "types": "./index.d.ts",
@@ -80,5 +80,5 @@
80
80
  "stylelint-selector-bem-pattern": "^2.1.0",
81
81
  "ts-jest": "^27.0.0"
82
82
  },
83
- "gitHead": "998e7f2b0d4067238bfc101c587d09525490b622"
83
+ "gitHead": "6bf48745ca8a26a90daf9859b5286b54c35c2c28"
84
84
  }