@guideveloper/design-assets 0.1.12 → 0.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.
Files changed (46) hide show
  1. package/README.md +11 -1
  2. package/assets/animations/bounce.json +59 -0
  3. package/assets/animations/bounce.meta.json +7 -0
  4. package/assets/animations/card-order-success.json +1 -0
  5. package/assets/animations/card-order-success.meta.json +6 -0
  6. package/assets/animations/check-email.json +3269 -0
  7. package/assets/animations/check-email.meta.json +6 -0
  8. package/assets/animations/loading-hourglass-purple.json +1 -0
  9. package/assets/animations/loading-hourglass-purple.meta.json +6 -0
  10. package/assets/animations/pleased-to-meet-you.json +3416 -0
  11. package/assets/animations/pleased-to-meet-you.meta.json +6 -0
  12. package/assets/animations/pulse.json +84 -0
  13. package/assets/animations/pulse.meta.json +9 -0
  14. package/assets/icons/ambulance.json +12 -0
  15. package/assets/icons/ambulance.svg +16 -0
  16. package/assets/icons/atom.json +5 -0
  17. package/assets/icons/atom.svg +1 -0
  18. package/assets/icons/cable-car.json +12 -0
  19. package/assets/icons/cable-car.svg +13 -0
  20. package/assets/icons/cheese-icon-2.json +9 -0
  21. package/assets/icons/cheese-icon-2.svg +3 -0
  22. package/assets/icons/cheese-icon.json +9 -0
  23. package/assets/icons/cheese-icon.svg +3 -0
  24. package/assets/icons/heart-activity.json +9 -0
  25. package/assets/icons/heart-activity.svg +13 -0
  26. package/assets/icons/search.json +5 -0
  27. package/assets/icons/search.svg +4 -0
  28. package/assets/icons/versions/atom/v1.json +10 -0
  29. package/assets/icons/versions/atom/v1.svg +15 -0
  30. package/assets/icons/versions/atom/v2.json +6 -0
  31. package/assets/icons/versions/atom/v2.svg +1 -0
  32. package/assets/illustrations/rooster-head.json +9 -0
  33. package/assets/illustrations/rooster-head.svg +9 -0
  34. package/assets/illustrations/sunrise.json +6 -0
  35. package/assets/illustrations/sunrise.svg +5 -0
  36. package/assets/illustrations/svg-icon.json +9 -0
  37. package/assets/illustrations/svg-icon.png +0 -0
  38. package/dist/index.d.mts +158 -2
  39. package/dist/index.d.ts +158 -2
  40. package/dist/index.js +177 -11
  41. package/dist/index.js.map +1 -1
  42. package/dist/index.mjs +176 -12
  43. package/dist/index.mjs.map +1 -1
  44. package/package.json +2 -1
  45. package/src/components/icons/IconAtom.tsx +1 -1
  46. package/src/metadata/index.ts +175 -6
package/dist/index.mjs CHANGED
@@ -8,11 +8,7 @@ var IconAmbulance = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.
8
8
  /* @__PURE__ */ jsx("path", { d: "M5 17h-2v-11a1 1 0 0 1 1 -1h9v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5" }),
9
9
  /* @__PURE__ */ jsx("path", { d: "M6 10h4m-2 -2v4" })
10
10
  ] });
11
- var IconAtom = (props) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", stroke: "#000000", strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round", role: "img", ...props, children: [
12
- /* @__PURE__ */ jsx("path", { d: "M12 12v.01" }),
13
- /* @__PURE__ */ jsx("path", { d: "M19.071 4.929c-1.562 -1.562 -6 .337 -9.9 4.243c-3.905 3.905 -5.804 8.337 -4.242 9.9c1.562 1.561 6 -.338 9.9 -4.244c3.905 -3.905 5.804 -8.337 4.242 -9.9" }),
14
- /* @__PURE__ */ jsx("path", { d: "M4.929 4.929c-1.562 1.562 .337 6 4.243 9.9c3.905 3.905 8.337 5.804 9.9 4.242c1.561 -1.562 -.338 -6 -4.244 -9.9c-3.905 -3.905 -8.337 -5.804 -9.9 -4.242" })
15
- ] });
11
+ var IconAtom = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 640 640", width: "1em", height: "1em", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { d: "M320 462.8C308.2 467.9 296.6 472.5 285.1 476.3C301.8 510.1 316.1 512 320 512C323.9 512 338.1 510.1 354.9 476.3C343.5 472.4 331.8 467.9 320 462.8zM510 320C543 365.2 554.3 410.9 533.6 448C513.4 484.3 471.1 497.3 418.4 491.2C396.4 543.3 362.7 576 320 576C277.3 576 243.6 543.3 221.6 491.2C168.9 497.3 126.6 484.3 106.4 448C85.7 410.9 97 365.2 130 320C97 274.8 85.7 229.1 106.4 192C126.6 155.7 168.9 142.7 221.6 148.8C243.6 96.7 277.2 64 320 64C362.8 64 396.4 96.7 418.4 148.8C471.1 142.7 513.4 155.6 533.6 192C554.3 229.1 543 274.8 510 320zM444.2 387.4C442.5 401.6 440.3 415.4 437.5 428.6C469.3 430 476.1 419.9 477.7 416.9C480 412.7 484.7 399 465.8 368.8C459 375.1 451.8 381.3 444.2 387.4zM437.5 211.5C440.3 224.6 442.5 238.4 444.2 252.7C451.8 258.8 459 265 465.8 271.3C484.7 241.1 480 227.3 477.7 223.2C476.1 220.3 469.3 210.2 437.5 211.5zM354.9 163.7C338.1 129.9 323.9 128 320 128C316.1 128 301.9 129.9 285.1 163.7C296.5 167.6 308.2 172.1 320 177.2C331.8 172.1 343.4 167.5 354.9 163.7zM195.9 252.6C197.6 238.3 199.8 224.6 202.6 211.4C170.8 210 164 220.1 162.4 223.1C160.1 227.3 155.4 241 174.3 271.2C181.1 264.9 188.3 258.7 195.9 252.6zM174.2 368.8C155.3 399 160 412.8 162.3 416.9C163.9 419.8 170.7 429.9 202.5 428.6C199.7 415.5 197.5 401.7 195.8 387.4C188.2 381.3 181 375.1 174.2 368.8zM400 320C400 275.8 364.2 240 320 240C275.8 240 240 275.8 240 320C240 364.2 275.8 400 320 400C364.2 400 400 364.2 400 320zM320 288C337.7 288 352 302.3 352 320C352 337.7 337.7 352 320 352C302.3 352 288 337.7 288 320C288 302.3 302.3 288 320 288z" }) });
16
12
  var IconCableCar = (props) => /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", stroke: "#000000", strokeWidth: 1.25, strokeLinecap: "round", strokeLinejoin: "round", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { d: "M4 5l16 -2m-8 1v10m-5.106 -6h10.306c2.45 3 2.45 9 -.2 12h-10.106c-2.544 -3 -2.544 -9 0 -12zm-1.894 6h14" }) });
17
13
  var IconCheeseIcon2 = (props) => /* @__PURE__ */ jsx("svg", { className: "w-6 h-6 text-gray-800 dark:text-white", "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m4 12 6.4267-4.65924c.6372.89667 1.8922 1.10897 2.7888.4718.8967-.63718 1.3493-1.69135.4681-2.80084C13.6373 4.95345 14.9106 4 15 4c.0894 0 5 1 5 8M4 12h16M4 12v8h16v-8M8 15h.01M12 17h.01M16 15h.01" }) });
18
14
  var IconCheeseIcon = (props) => /* @__PURE__ */ jsx("svg", { className: "w-6 h-6 text-gray-800 dark:text-white", "aria-hidden": "true", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m4 12 6.4267-4.65924c.6372.89667 1.8922 1.10897 2.7888.4718.8967-.63718 1.3493-1.69135.4681-2.80084C13.6373 4.95345 14.9106 4 15 4c.0894 0 5 1 5 8M4 12h16M4 12v8h16v-8M8 15h.01M12 17h.01M16 15h.01" }) });
@@ -35965,6 +35961,7 @@ var AnimationPulse = ({ loop = true, autoplay = true, ...rest }) => {
35965
35961
  };
35966
35962
 
35967
35963
  // src/metadata/index.ts
35964
+ var packageVersion = "0.1.13";
35968
35965
  var icons = [
35969
35966
  {
35970
35967
  "name": "ambulance",
@@ -35980,12 +35977,7 @@ var icons = [
35980
35977
  },
35981
35978
  {
35982
35979
  "name": "atom",
35983
- "tags": [
35984
- "unit",
35985
- "element",
35986
- "part",
35987
- "electrons"
35988
- ],
35980
+ "tags": [],
35989
35981
  "description": ""
35990
35982
  },
35991
35983
  {
@@ -36110,7 +36102,179 @@ var animations = [
36110
36102
  ]
36111
36103
  }
36112
36104
  ];
36105
+ var assetVersions = [
36106
+ {
36107
+ "type": "icon",
36108
+ "name": "ambulance",
36109
+ "version": 1,
36110
+ "packageVersion": "0.1.13",
36111
+ "extension": "svg",
36112
+ "assetPath": "assets/icons/ambulance.svg",
36113
+ "metaPath": "assets/icons/ambulance.json",
36114
+ "isLatest": true
36115
+ },
36116
+ {
36117
+ "type": "icon",
36118
+ "name": "atom",
36119
+ "version": 2,
36120
+ "packageVersion": "0.1.13",
36121
+ "extension": "svg",
36122
+ "assetPath": "assets/icons/versions/atom/v2.svg",
36123
+ "metaPath": "assets/icons/versions/atom/v2.json",
36124
+ "isLatest": true
36125
+ },
36126
+ {
36127
+ "type": "icon",
36128
+ "name": "atom",
36129
+ "version": 1,
36130
+ "packageVersion": "0.1.13",
36131
+ "extension": "svg",
36132
+ "assetPath": "assets/icons/versions/atom/v1.svg",
36133
+ "metaPath": "assets/icons/versions/atom/v1.json",
36134
+ "isLatest": false
36135
+ },
36136
+ {
36137
+ "type": "icon",
36138
+ "name": "cable-car",
36139
+ "version": 1,
36140
+ "packageVersion": "0.1.13",
36141
+ "extension": "svg",
36142
+ "assetPath": "assets/icons/cable-car.svg",
36143
+ "metaPath": "assets/icons/cable-car.json",
36144
+ "isLatest": true
36145
+ },
36146
+ {
36147
+ "type": "icon",
36148
+ "name": "cheese-icon-2",
36149
+ "version": 1,
36150
+ "packageVersion": "0.1.13",
36151
+ "extension": "svg",
36152
+ "assetPath": "assets/icons/cheese-icon-2.svg",
36153
+ "metaPath": "assets/icons/cheese-icon-2.json",
36154
+ "isLatest": true
36155
+ },
36156
+ {
36157
+ "type": "icon",
36158
+ "name": "cheese-icon",
36159
+ "version": 1,
36160
+ "packageVersion": "0.1.13",
36161
+ "extension": "svg",
36162
+ "assetPath": "assets/icons/cheese-icon.svg",
36163
+ "metaPath": "assets/icons/cheese-icon.json",
36164
+ "isLatest": true
36165
+ },
36166
+ {
36167
+ "type": "icon",
36168
+ "name": "heart-activity",
36169
+ "version": 1,
36170
+ "packageVersion": "0.1.13",
36171
+ "extension": "svg",
36172
+ "assetPath": "assets/icons/heart-activity.svg",
36173
+ "metaPath": "assets/icons/heart-activity.json",
36174
+ "isLatest": true
36175
+ },
36176
+ {
36177
+ "type": "icon",
36178
+ "name": "search",
36179
+ "version": 1,
36180
+ "packageVersion": "0.1.13",
36181
+ "extension": "svg",
36182
+ "assetPath": "assets/icons/search.svg",
36183
+ "metaPath": "assets/icons/search.json",
36184
+ "isLatest": true
36185
+ },
36186
+ {
36187
+ "type": "illustration",
36188
+ "name": "rooster-head",
36189
+ "version": 1,
36190
+ "packageVersion": "0.1.13",
36191
+ "extension": "svg",
36192
+ "assetPath": "assets/illustrations/rooster-head.svg",
36193
+ "metaPath": "assets/illustrations/rooster-head.json",
36194
+ "isLatest": true
36195
+ },
36196
+ {
36197
+ "type": "illustration",
36198
+ "name": "sunrise",
36199
+ "version": 1,
36200
+ "packageVersion": "0.1.13",
36201
+ "extension": "svg",
36202
+ "assetPath": "assets/illustrations/sunrise.svg",
36203
+ "metaPath": "assets/illustrations/sunrise.json",
36204
+ "isLatest": true
36205
+ },
36206
+ {
36207
+ "type": "illustration",
36208
+ "name": "svg-icon",
36209
+ "version": 1,
36210
+ "packageVersion": "0.1.13",
36211
+ "extension": "png",
36212
+ "assetPath": "assets/illustrations/svg-icon.png",
36213
+ "metaPath": "assets/illustrations/svg-icon.json",
36214
+ "isLatest": true
36215
+ },
36216
+ {
36217
+ "type": "animation",
36218
+ "name": "bounce",
36219
+ "version": 1,
36220
+ "packageVersion": "0.1.13",
36221
+ "extension": "json",
36222
+ "assetPath": "assets/animations/bounce.json",
36223
+ "metaPath": "assets/animations/bounce.meta.json",
36224
+ "isLatest": true
36225
+ },
36226
+ {
36227
+ "type": "animation",
36228
+ "name": "card-order-success",
36229
+ "version": 1,
36230
+ "packageVersion": "0.1.13",
36231
+ "extension": "json",
36232
+ "assetPath": "assets/animations/card-order-success.json",
36233
+ "metaPath": "assets/animations/card-order-success.meta.json",
36234
+ "isLatest": true
36235
+ },
36236
+ {
36237
+ "type": "animation",
36238
+ "name": "check-email",
36239
+ "version": 1,
36240
+ "packageVersion": "0.1.13",
36241
+ "extension": "json",
36242
+ "assetPath": "assets/animations/check-email.json",
36243
+ "metaPath": "assets/animations/check-email.meta.json",
36244
+ "isLatest": true
36245
+ },
36246
+ {
36247
+ "type": "animation",
36248
+ "name": "loading-hourglass-purple",
36249
+ "version": 1,
36250
+ "packageVersion": "0.1.13",
36251
+ "extension": "json",
36252
+ "assetPath": "assets/animations/loading-hourglass-purple.json",
36253
+ "metaPath": "assets/animations/loading-hourglass-purple.meta.json",
36254
+ "isLatest": true
36255
+ },
36256
+ {
36257
+ "type": "animation",
36258
+ "name": "pleased-to-meet-you",
36259
+ "version": 1,
36260
+ "packageVersion": "0.1.13",
36261
+ "extension": "json",
36262
+ "assetPath": "assets/animations/pleased-to-meet-you.json",
36263
+ "metaPath": "assets/animations/pleased-to-meet-you.meta.json",
36264
+ "isLatest": true
36265
+ },
36266
+ {
36267
+ "type": "animation",
36268
+ "name": "pulse",
36269
+ "version": 1,
36270
+ "packageVersion": "0.1.13",
36271
+ "extension": "json",
36272
+ "assetPath": "assets/animations/pulse.json",
36273
+ "metaPath": "assets/animations/pulse.meta.json",
36274
+ "isLatest": true
36275
+ }
36276
+ ];
36113
36277
 
36114
- export { AnimationBounce, AnimationCardOrderSuccess, AnimationCheckEmail, AnimationLoadingHourglassPurple, AnimationPleasedToMeetYou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconSearch, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, icons, illustrations };
36278
+ export { AnimationBounce, AnimationCardOrderSuccess, AnimationCheckEmail, AnimationLoadingHourglassPurple, AnimationPleasedToMeetYou, AnimationPulse, IconAmbulance, IconAtom, IconCableCar, IconCheeseIcon, IconCheeseIcon2, IconHeartActivity, IconSearch, IllustrationRoosterHead, IllustrationSunrise, IllustrationSvgIcon, animations, assetVersions, icons, illustrations, packageVersion };
36115
36279
  //# sourceMappingURL=out.js.map
36116
36280
  //# sourceMappingURL=index.mjs.map