@reni-corp/reni-2c-ui 0.4.11 → 0.4.12

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 (87) hide show
  1. package/dist/components/elements/Callout.vue.d.ts +47 -0
  2. package/dist/components/elements/Callout.vue.d.ts.map +1 -0
  3. package/dist/components/elements/CheckBox.vue.d.ts.map +1 -1
  4. package/dist/components/elements/ComboBox.vue.d.ts +3 -3
  5. package/dist/components/elements/ComboBox.vue.d.ts.map +1 -1
  6. package/dist/components/elements/Icon.vue.d.ts +2 -2
  7. package/dist/components/elements/Icon.vue.d.ts.map +1 -1
  8. package/dist/components/elements/Image.vue.d.ts +2 -2
  9. package/dist/components/elements/Image.vue.d.ts.map +1 -1
  10. package/dist/components/elements/Label.vue.d.ts +2 -2
  11. package/dist/components/elements/Label.vue.d.ts.map +1 -1
  12. package/dist/components/elements/Pagination.vue.d.ts.map +1 -1
  13. package/dist/components/elements/SelectBox.vue.d.ts +1 -1
  14. package/dist/components/elements/SelectBox.vue.d.ts.map +1 -1
  15. package/dist/components/elements/SpinButton.vue.d.ts.map +1 -1
  16. package/dist/components/elements/Switch.vue.d.ts +19 -0
  17. package/dist/components/elements/Switch.vue.d.ts.map +1 -0
  18. package/dist/components/elements/Text.vue.d.ts +1 -1
  19. package/dist/components/elements/Text.vue.d.ts.map +1 -1
  20. package/dist/components/elements/TextArea.vue.d.ts +35 -0
  21. package/dist/components/elements/TextArea.vue.d.ts.map +1 -0
  22. package/dist/components/elements/TextField.vue.d.ts +1 -1
  23. package/dist/components/elements/TextField.vue.d.ts.map +1 -1
  24. package/dist/components/elements/ToolChip.vue.d.ts +1 -1
  25. package/dist/components/elements/ToolChip.vue.d.ts.map +1 -1
  26. package/dist/components/features/CategoryBanner.vue.d.ts +1 -1
  27. package/dist/components/features/CategoryBanner.vue.d.ts.map +1 -1
  28. package/dist/components/features/ImageGrid.vue.d.ts +1 -1
  29. package/dist/components/features/ImageGrid.vue.d.ts.map +1 -1
  30. package/dist/components/features/ProductList.vue.d.ts +3 -0
  31. package/dist/components/features/ProductList.vue.d.ts.map +1 -1
  32. package/dist/components/features/ProductListItem.vue.d.ts +21 -1
  33. package/dist/components/features/ProductListItem.vue.d.ts.map +1 -1
  34. package/dist/components/features/SnsLink.vue.d.ts +1 -1
  35. package/dist/components/features/SnsLink.vue.d.ts.map +1 -1
  36. package/dist/components/foundation/AppBar.vue.d.ts +10 -1
  37. package/dist/components/foundation/AppBar.vue.d.ts.map +1 -1
  38. package/dist/components/foundation/AppBottomBar.vue.d.ts +23 -0
  39. package/dist/components/foundation/AppBottomBar.vue.d.ts.map +1 -0
  40. package/dist/components/foundation/AppFooter.vue.d.ts +1 -1
  41. package/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
  42. package/dist/components/interactive/Disclosure.vue.d.ts +4 -4
  43. package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
  44. package/dist/components/interactive/Tab.vue.d.ts +2 -2
  45. package/dist/components/interactive/Tab.vue.d.ts.map +1 -1
  46. package/dist/components/layouts/List.vue.d.ts +1 -1
  47. package/dist/components/layouts/List.vue.d.ts.map +1 -1
  48. package/dist/components/renderless/ItemFilter.vue.d.ts +1 -1
  49. package/dist/components/renderless/ItemFilter.vue.d.ts.map +1 -1
  50. package/dist/index.d.ts +12 -3
  51. package/dist/index.d.ts.map +1 -1
  52. package/dist/index.es.js +7537 -10611
  53. package/dist/placeholder-1200x400.svg +4 -0
  54. package/dist/placeholder-1200x600.svg +4 -0
  55. package/dist/placeholder-400x400.svg +4 -0
  56. package/dist/placeholder-600x600.svg +4 -0
  57. package/dist/placeholder-800x450.svg +4 -0
  58. package/dist/placeholder-800x600.svg +4 -0
  59. package/dist/script.es.js +8009 -11085
  60. package/dist/script.umd.js +20 -588
  61. package/dist/style.css +1 -1
  62. package/dist/utils.d.ts.map +1 -1
  63. package/package.json +6 -9
  64. package/src/stories/AppBar.stories.ts +8 -8
  65. package/src/stories/AppBottomBar.stories.ts +443 -0
  66. package/src/stories/AppLayout.stories.ts +17 -27
  67. package/src/stories/Banner.stories.ts +5 -5
  68. package/src/stories/Callout.stories.ts +286 -0
  69. package/src/stories/Card.stories.ts +5 -5
  70. package/src/stories/ComboBox.stories.ts +1 -1
  71. package/src/stories/Disclosure.stories.ts +1 -1
  72. package/src/stories/Drawer.stories.ts +2 -2
  73. package/src/stories/Hero.stories.ts +5 -5
  74. package/src/stories/Icon.stories.ts +10 -88
  75. package/src/stories/Image.stories.ts +5 -1
  76. package/src/stories/Label.stories.ts +2 -1
  77. package/src/stories/List.stories.ts +4 -4
  78. package/src/stories/Modal.stories.ts +3 -3
  79. package/src/stories/ProductList.stories.ts +71 -5
  80. package/src/stories/Tab.stories.ts +1 -1
  81. package/src/stories/TabGroup.stories.ts +5 -5
  82. package/src/stories/Tabs.stories.ts +13 -4
  83. package/src/stories/compositions/DomainMixedHome.stories.ts +217 -0
  84. package/src/stories/compositions/EventPage.stories.ts +2 -2
  85. package/src/stories/compositions/TicketPage.stories.ts +300 -0
  86. package/src/stories/compositions/TopPage.stories.ts +8 -8
  87. package/src/stories/SnsLink.stories.ts +0 -259
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="400" viewBox="0 0 1200 400">
2
+ <rect width="1200" height="400" fill="#cccccc"/>
3
+ <text x="600" y="210" font-family="sans-serif" font-size="48" fill="#888888" text-anchor="middle">1200 × 400</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="600" viewBox="0 0 1200 600">
2
+ <rect width="1200" height="600" fill="#cccccc"/>
3
+ <text x="600" y="310" font-family="sans-serif" font-size="48" fill="#888888" text-anchor="middle">1200 × 600</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400">
2
+ <rect width="400" height="400" fill="#cccccc"/>
3
+ <text x="200" y="210" font-family="sans-serif" font-size="36" fill="#888888" text-anchor="middle">400 × 400</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="0 0 600 600">
2
+ <rect width="600" height="600" fill="#cccccc"/>
3
+ <text x="300" y="310" font-family="sans-serif" font-size="48" fill="#888888" text-anchor="middle">600 × 600</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="800" height="450" viewBox="0 0 800 450">
2
+ <rect width="800" height="450" fill="#cccccc"/>
3
+ <text x="400" y="235" font-family="sans-serif" font-size="48" fill="#888888" text-anchor="middle">800 × 450</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="800" height="600" viewBox="0 0 800 600">
2
+ <rect width="800" height="600" fill="#cccccc"/>
3
+ <text x="400" y="310" font-family="sans-serif" font-size="48" fill="#888888" text-anchor="middle">800 × 600</text>
4
+ </svg>