@a-type/ui 6.0.7 → 6.0.9

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 (25) hide show
  1. package/dist/components/icon/Icon.stories.d.ts +1 -1
  2. package/dist/components/icon/generated/IconSpritesheet.js +1 -1
  3. package/dist/components/icon/generated/IconSpritesheet.js.map +1 -1
  4. package/dist/components/icon/generated/iconNames.d.ts +1 -1
  5. package/dist/components/icon/generated/iconNames.js +1 -0
  6. package/dist/components/icon/generated/iconNames.js.map +1 -1
  7. package/dist/components/splashScreen/SplashScreen.d.ts +5 -0
  8. package/dist/components/splashScreen/SplashScreen.js +9 -0
  9. package/dist/components/splashScreen/SplashScreen.js.map +1 -0
  10. package/dist/components/splashScreen/SplashScreen.module.css +54 -0
  11. package/dist/components/splashScreen/SplashScreen.stories.d.ts +17 -0
  12. package/dist/components/splashScreen/SplashScreen.stories.js +17 -0
  13. package/dist/components/splashScreen/SplashScreen.stories.js.map +1 -0
  14. package/dist/components/typography/typography.d.ts +3 -1
  15. package/dist/components/typography/typography.js +3 -1
  16. package/dist/components/typography/typography.js.map +1 -1
  17. package/dist/components/typography/typography.module.css +6 -0
  18. package/package.json +1 -1
  19. package/src/components/icon/generated/IconSpritesheet.tsx +17 -11
  20. package/src/components/icon/generated/iconNames.ts +1 -0
  21. package/src/components/splashScreen/SplashScreen.module.css +54 -0
  22. package/src/components/splashScreen/SplashScreen.stories.tsx +27 -0
  23. package/src/components/splashScreen/SplashScreen.tsx +11 -0
  24. package/src/components/typography/typography.module.css +6 -0
  25. package/src/components/typography/typography.tsx +6 -0
@@ -9,7 +9,7 @@ declare const meta: {
9
9
  name: {
10
10
  control: {
11
11
  type: "select";
12
- options: readonly ["placeholder", "dots", "globe", "cart", "fridge", "book", "flag", "locate", "tag", "scan", "filter", "add_note", "drag_vertical", "note", "food", "magic", "convert", "offline", "profile", "add_person", "gift", "add_to_list", "check", "snowflake", "clock", "plus", "x", "refresh", "new_window", "warning", "upload", "download", "undo", "grabby", "copy", "maximize", "email", "link", "linkRemove", "camera", "calendar", "page", "gear", "lock", "lockOpen", "send", "pencil", "eye", "eyeClosed", "stopwatch", "zoomIn", "zoomOut", "picture", "arrowLeft", "arrowRight", "arrowUp", "arrowDown", "info", "cardsGrid", "cardsMixed", "cardsRows", "location", "waterDrop", "chevron", "refreshDisabled", "cloud", "cloudDisabled", "trash", "notAllowed", "connection", "connectionBreak", "connectionSplit", "search", "star", "bell", "bell-off", "home", "thermometer", "lightbulb", "next", "playPause", "pause", "previous", "skipStart", "skipEnd", "enterKey", "gamePiece", "share", "italic", "bold", "capitalization", "underline", "textAlignLeft", "textAlignRight", "textAlignCenter", "textJustify", "menu", "paragraph", "highlight", "pushLeft", "pushRight", "pushUp", "pushDown", "bulletList", "orderedList", "quote", "code", "newPage", "bug", "smile", "phone", "sun", "moon", "suitSpade", "suitClub", "suitDiamond", "suitHeart", "chat", "minus", "plus", "flame", "angles", "magnet", "boxSelect", "hand", "pin", "pinFilled"];
12
+ options: readonly ["placeholder", "dots", "globe", "cart", "fridge", "book", "flag", "locate", "tag", "scan", "filter", "add_note", "drag_vertical", "note", "food", "magic", "convert", "offline", "profile", "add_person", "gift", "add_to_list", "check", "snowflake", "clock", "plus", "x", "refresh", "new_window", "warning", "upload", "download", "undo", "redo", "grabby", "copy", "maximize", "email", "link", "linkRemove", "camera", "calendar", "page", "gear", "lock", "lockOpen", "send", "pencil", "eye", "eyeClosed", "stopwatch", "zoomIn", "zoomOut", "picture", "arrowLeft", "arrowRight", "arrowUp", "arrowDown", "info", "cardsGrid", "cardsMixed", "cardsRows", "location", "waterDrop", "chevron", "refreshDisabled", "cloud", "cloudDisabled", "trash", "notAllowed", "connection", "connectionBreak", "connectionSplit", "search", "star", "bell", "bell-off", "home", "thermometer", "lightbulb", "next", "playPause", "pause", "previous", "skipStart", "skipEnd", "enterKey", "gamePiece", "share", "italic", "bold", "capitalization", "underline", "textAlignLeft", "textAlignRight", "textAlignCenter", "textJustify", "menu", "paragraph", "highlight", "pushLeft", "pushRight", "pushUp", "pushDown", "bulletList", "orderedList", "quote", "code", "newPage", "bug", "smile", "phone", "sun", "moon", "suitSpade", "suitClub", "suitDiamond", "suitHeart", "chat", "minus", "plus", "flame", "angles", "magnet", "boxSelect", "hand", "pin", "pinFilled"];
13
13
  };
14
14
  };
15
15
  };