@tiddh/brave-vue 1.93.250 → 1.93.252

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 (421) hide show
  1. package/README.md +19 -19
  2. package/dist/brave-vue.esm.js +186 -207
  3. package/dist/brave-vue.min.js +1 -1
  4. package/dist/brave-vue.ssr.js +329 -350
  5. package/dist/src/App.vue +28 -28
  6. package/dist/src/Avatar/Avatar.stories.js +238 -235
  7. package/dist/src/Avatar/Avatar.vue +500 -490
  8. package/dist/src/Avatar/elements/CategoryCustomizations.vue +554 -554
  9. package/dist/src/Avatar/elements/CustomizationPanel.vue +1314 -1302
  10. package/dist/src/Avatar/elements/CustomizationPreview.vue +180 -180
  11. package/dist/src/Avatar/elements/CustomizationView.vue +846 -828
  12. package/dist/src/Avatar/elements/ToggleColor.vue +128 -128
  13. package/dist/src/Avatar/elements/ToggleSubcategory.vue +154 -154
  14. package/dist/src/Avatar/elements/scss/avatar-vfx.scss +717 -717
  15. package/dist/src/Avatar/utils.js +149 -149
  16. package/dist/src/Avatar.stories.js +238 -235
  17. package/dist/src/Avatar.vue +500 -490
  18. package/dist/src/Book/Preview.vue +1291 -1296
  19. package/dist/src/Book/PreviewBook.vue +484 -532
  20. package/dist/src/Book/PreviewFull.vue +195 -188
  21. package/dist/src/Book/PreviewMobile.vue +1271 -1271
  22. package/dist/src/Book/PreviewTools.vue +3937 -3901
  23. package/dist/src/Book/css/flipbook.scss +166 -166
  24. package/dist/src/Book/js/turn.min.js +68 -68
  25. package/dist/src/Book/js/zoom.min.js +26 -26
  26. package/dist/src/BottomBar.vue +443 -435
  27. package/dist/src/Brand.stories.js +275 -275
  28. package/dist/src/Brand.vue +364 -364
  29. package/dist/src/Brands/Brand.stories.js +275 -275
  30. package/dist/src/Brands/Brand.vue +364 -364
  31. package/dist/src/Breadcrumb.stories.js +82 -82
  32. package/dist/src/Breadcrumb.vue +206 -206
  33. package/dist/src/Button.vue +1886 -1886
  34. package/dist/src/ButtonWithIcon.stories.js +133 -133
  35. package/dist/src/Buttons/Button.vue +1886 -1886
  36. package/dist/src/Buttons/ButtonWithIcon.stories.js +133 -133
  37. package/dist/src/Buttons/Ghost.stories.js +78 -78
  38. package/dist/src/Buttons/Link.stories.js +77 -77
  39. package/dist/src/Buttons/Loading.stories.js +107 -107
  40. package/dist/src/Buttons/Primary.stories.js +79 -79
  41. package/dist/src/Buttons/ProgressiveLoading.stories.js +94 -94
  42. package/dist/src/Buttons/Secondary.stories.js +79 -79
  43. package/dist/src/Caption.stories.js +27 -27
  44. package/dist/src/Caption.vue +63 -63
  45. package/dist/src/Card/Card.stories.js +37 -37
  46. package/dist/src/Card/Card.vue +131 -131
  47. package/dist/src/Card/CardLink.stories.js +44 -44
  48. package/dist/src/Card/CardLink.vue +233 -233
  49. package/dist/src/Card/CardOption.stories.js +47 -47
  50. package/dist/src/Card/CardOption.vue +274 -274
  51. package/dist/src/Card/CardProduct.stories.js +133 -133
  52. package/dist/src/Card/CardProduct.vue +1026 -1026
  53. package/dist/src/Card/CatalogProduct.stories.js +154 -154
  54. package/dist/src/Card/CatalogProduct.vue +898 -898
  55. package/dist/src/Card/CoverProduct.stories.js +134 -134
  56. package/dist/src/Card/CoverProduct.vue +526 -526
  57. package/dist/src/Card.stories.js +37 -37
  58. package/dist/src/Card.vue +131 -131
  59. package/dist/src/CardLink.stories.js +44 -44
  60. package/dist/src/CardLink.vue +233 -233
  61. package/dist/src/CardOption.stories.js +47 -47
  62. package/dist/src/CardOption.vue +274 -274
  63. package/dist/src/CardProduct.stories.js +133 -133
  64. package/dist/src/CardProduct.vue +1026 -1026
  65. package/dist/src/CatalogProduct.stories.js +154 -154
  66. package/dist/src/CatalogProduct.vue +898 -898
  67. package/dist/src/CategoryCustomizations.vue +554 -554
  68. package/dist/src/Checkbox.stories.js +39 -39
  69. package/dist/src/Checkbox.vue +205 -205
  70. package/dist/src/CoverProduct.stories.js +134 -134
  71. package/dist/src/CoverProduct.vue +526 -526
  72. package/dist/src/CustomizationPanel.vue +1314 -1302
  73. package/dist/src/CustomizationPreview.vue +180 -180
  74. package/dist/src/CustomizationView.vue +846 -828
  75. package/dist/src/Feedback.vue +320 -320
  76. package/dist/src/Form/Checkbox.stories.js +39 -39
  77. package/dist/src/Form/Checkbox.vue +205 -205
  78. package/dist/src/Form/GenderSelect.stories.js +60 -60
  79. package/dist/src/Form/GenderSelect.vue +302 -302
  80. package/dist/src/Form/Input.stories.js +555 -555
  81. package/dist/src/Form/Input.vue +951 -951
  82. package/dist/src/Form/InputAddress.vue +702 -700
  83. package/dist/src/Form/InputAddressBilling.vue +633 -633
  84. package/dist/src/Form/InputAddressNumber.vue +634 -634
  85. package/dist/src/Form/InputCardNumber.vue +653 -653
  86. package/dist/src/Form/InputEdit.vue +235 -235
  87. package/dist/src/Form/InputEmail.vue +240 -240
  88. package/dist/src/Form/InputName.vue +352 -352
  89. package/dist/src/Form/Options.stories.js +94 -94
  90. package/dist/src/Form/Options.vue +398 -398
  91. package/dist/src/Form/Picker.stories.js +43 -43
  92. package/dist/src/Form/PickerBirthday.vue +631 -631
  93. package/dist/src/Form/Radius.stories.js +49 -49
  94. package/dist/src/Form/Radius.vue +160 -160
  95. package/dist/src/Form/Select.stories.js +97 -97
  96. package/dist/src/Form/Select.vue +404 -404
  97. package/dist/src/Form/SelectBirthday.vue +419 -419
  98. package/dist/src/Form/TextArea.stories.js +52 -52
  99. package/dist/src/Form/TextArea.vue +277 -277
  100. package/dist/src/GenderSelect.stories.js +60 -60
  101. package/dist/src/GenderSelect.vue +302 -302
  102. package/dist/src/Ghost.stories.js +78 -78
  103. package/dist/src/HR.vue +68 -68
  104. package/dist/src/Heading.stories.js +34 -34
  105. package/dist/src/Heading.vue +102 -102
  106. package/dist/src/HelloWorld.vue +59 -59
  107. package/dist/src/Icon.stories.js +1155 -1155
  108. package/dist/src/Icon.vue +364 -364
  109. package/dist/src/Icons/Icon.stories.js +1155 -1155
  110. package/dist/src/Icons/Icon.vue +364 -364
  111. package/dist/src/Images/Images.stories.js +25 -25
  112. package/dist/src/Images/Images.vue +51 -51
  113. package/dist/src/Images.stories.js +25 -25
  114. package/dist/src/Images.vue +51 -51
  115. package/dist/src/Input.stories.js +555 -555
  116. package/dist/src/Input.vue +951 -951
  117. package/dist/src/InputAddress.vue +702 -700
  118. package/dist/src/InputAddressBilling.vue +633 -633
  119. package/dist/src/InputAddressNumber.vue +634 -634
  120. package/dist/src/InputCardNumber.vue +653 -653
  121. package/dist/src/InputEdit.vue +235 -235
  122. package/dist/src/InputEmail.vue +240 -240
  123. package/dist/src/InputName.vue +352 -352
  124. package/dist/src/Link.stories.js +77 -77
  125. package/dist/src/Loading/Loading.stories.js +25 -25
  126. package/dist/src/Loading/Loading.vue +103 -103
  127. package/dist/src/Loading.stories.js +25 -25
  128. package/dist/src/Loading.vue +103 -103
  129. package/dist/src/MenuNavigation.stories.js +87 -87
  130. package/dist/src/MenuNavigation.vue +227 -227
  131. package/dist/src/Modal/Modal.stories.js +56 -56
  132. package/dist/src/Modal/Modal.vue +469 -469
  133. package/dist/src/Modal/Sidebar.stories.js +64 -64
  134. package/dist/src/Modal/Sidebar.vue +649 -649
  135. package/dist/src/Modal.stories.js +56 -56
  136. package/dist/src/Modal.vue +469 -469
  137. package/dist/src/Navigation/Breadcrumb.stories.js +82 -82
  138. package/dist/src/Navigation/Breadcrumb.vue +206 -206
  139. package/dist/src/Navigation/MenuNavigation.stories.js +87 -87
  140. package/dist/src/Navigation/MenuNavigation.vue +227 -227
  141. package/dist/src/Navigation/Stepper.stories.js +82 -82
  142. package/dist/src/Navigation/Stepper.vue +222 -222
  143. package/dist/src/Navigation/Tabs.stories.js +124 -124
  144. package/dist/src/Navigation/Tabs.vue +192 -192
  145. package/dist/src/Navigation/TabsLine.vue +407 -407
  146. package/dist/src/Navigation/TopBar.stories.js +217 -217
  147. package/dist/src/Navigation/TopBar.vue +370 -370
  148. package/dist/src/Options.stories.js +94 -94
  149. package/dist/src/Options.vue +398 -398
  150. package/dist/src/Paragraph.stories.js +33 -33
  151. package/dist/src/Paragraph.vue +85 -85
  152. package/dist/src/Picker.stories.js +43 -43
  153. package/dist/src/PickerBirthday.vue +631 -631
  154. package/dist/src/Poster/PreviewPoster.vue +740 -729
  155. package/dist/src/Preview/Book/Preview.vue +1291 -1296
  156. package/dist/src/Preview/Book/PreviewBook.vue +484 -532
  157. package/dist/src/Preview/Book/PreviewFull.vue +195 -188
  158. package/dist/src/Preview/Book/PreviewMobile.vue +1271 -1271
  159. package/dist/src/Preview/Book/PreviewTools.vue +3937 -3901
  160. package/dist/src/Preview/Book/css/flipbook.scss +166 -166
  161. package/dist/src/Preview/Book/js/turn.min.js +68 -68
  162. package/dist/src/Preview/Book/js/zoom.min.js +26 -26
  163. package/dist/src/Preview/BottomBar.vue +443 -435
  164. package/dist/src/Preview/Poster/PreviewPoster.vue +740 -729
  165. package/dist/src/Preview/Preview.stories.js +604 -945
  166. package/dist/src/Preview/Preview.vue +616 -601
  167. package/dist/src/Preview/PreviewStories_bkp.js +588 -588
  168. package/dist/src/{Book/PreviewSnippetFull.vue → Preview/Snippet/PreviewSnippet.vue} +555 -545
  169. package/dist/src/Preview/{Book → Snippet}/PreviewSnippetHorizontal.vue +1310 -1296
  170. package/dist/src/{components/Preview/Book → Preview/Snippet}/PreviewSnippetVertical.vue +1308 -1297
  171. package/dist/src/Preview/Wallpaper/PreviewWallpaper.vue +730 -718
  172. package/dist/src/Preview.stories.js +604 -945
  173. package/dist/src/Preview.vue +1291 -1296
  174. package/dist/src/PreviewBook.vue +484 -532
  175. package/dist/src/PreviewFull.vue +195 -188
  176. package/dist/src/PreviewMobile.vue +1271 -1271
  177. package/dist/src/PreviewPoster.vue +740 -729
  178. package/dist/src/PreviewSnippet.vue +555 -511
  179. package/dist/src/PreviewSnippetHorizontal.vue +1310 -1296
  180. package/dist/src/PreviewSnippetVertical.vue +1308 -1297
  181. package/dist/src/PreviewStories_bkp.js +588 -588
  182. package/dist/src/PreviewTools.vue +3937 -3901
  183. package/dist/src/PreviewWallpaper.vue +730 -718
  184. package/dist/src/Primary.stories.js +79 -79
  185. package/dist/src/ProgressiveLoading.stories.js +94 -94
  186. package/dist/src/Radius.stories.js +49 -49
  187. package/dist/src/Radius.vue +160 -160
  188. package/dist/src/Secondary.stories.js +79 -79
  189. package/dist/src/Select.stories.js +97 -97
  190. package/dist/src/Select.vue +404 -404
  191. package/dist/src/SelectBirthday.vue +419 -419
  192. package/dist/src/Sidebar.stories.js +64 -64
  193. package/dist/src/Sidebar.vue +649 -649
  194. package/dist/src/{PreviewSnippetFull.vue → Snippet/PreviewSnippet.vue} +555 -545
  195. package/dist/src/{components/Preview/Book → Snippet}/PreviewSnippetHorizontal.vue +1310 -1296
  196. package/dist/src/{Preview/Book → Snippet}/PreviewSnippetVertical.vue +1308 -1297
  197. package/dist/src/Spinner.vue +89 -89
  198. package/dist/src/Stepper.stories.js +82 -82
  199. package/dist/src/Stepper.vue +222 -222
  200. package/dist/src/Tabs.stories.js +124 -124
  201. package/dist/src/Tabs.vue +192 -192
  202. package/dist/src/TabsLine.vue +407 -407
  203. package/dist/src/TextArea.stories.js +52 -52
  204. package/dist/src/TextArea.vue +277 -277
  205. package/dist/src/ToggleColor.vue +128 -128
  206. package/dist/src/ToggleSubcategory.vue +154 -154
  207. package/dist/src/Tooltip/Tooltip.stories.js +51 -51
  208. package/dist/src/Tooltip/Tooltip.vue +185 -185
  209. package/dist/src/Tooltip.stories.js +51 -51
  210. package/dist/src/Tooltip.vue +185 -185
  211. package/dist/src/TopBar.stories.js +217 -217
  212. package/dist/src/TopBar.vue +370 -370
  213. package/dist/src/Typography/Caption.stories.js +27 -27
  214. package/dist/src/Typography/Caption.vue +63 -63
  215. package/dist/src/Typography/Heading.stories.js +34 -34
  216. package/dist/src/Typography/Heading.vue +102 -102
  217. package/dist/src/Typography/Paragraph.stories.js +33 -33
  218. package/dist/src/Typography/Paragraph.vue +85 -85
  219. package/dist/src/Utils/Feedback.vue +320 -320
  220. package/dist/src/Utils/HR.vue +68 -68
  221. package/dist/src/Utils/Spinner.vue +89 -89
  222. package/dist/src/Utils/feedback.stories.js +44 -44
  223. package/dist/src/Utils/hr-primary.stories.js +37 -37
  224. package/dist/src/Utils/spinner.stories.js +23 -23
  225. package/dist/src/Wallpaper/PreviewWallpaper.vue +730 -718
  226. package/dist/src/avatar-vfx.scss +717 -717
  227. package/dist/src/components/Avatar/Avatar.stories.js +238 -235
  228. package/dist/src/components/Avatar/Avatar.vue +500 -490
  229. package/dist/src/components/Avatar/elements/CategoryCustomizations.vue +554 -554
  230. package/dist/src/components/Avatar/elements/CustomizationPanel.vue +1314 -1302
  231. package/dist/src/components/Avatar/elements/CustomizationPreview.vue +180 -180
  232. package/dist/src/components/Avatar/elements/CustomizationView.vue +846 -828
  233. package/dist/src/components/Avatar/elements/ToggleColor.vue +128 -128
  234. package/dist/src/components/Avatar/elements/ToggleSubcategory.vue +154 -154
  235. package/dist/src/components/Avatar/elements/scss/avatar-vfx.scss +717 -717
  236. package/dist/src/components/Avatar/utils.js +149 -149
  237. package/dist/src/components/Brands/Brand.stories.js +275 -275
  238. package/dist/src/components/Brands/Brand.vue +364 -364
  239. package/dist/src/components/Buttons/Button.vue +1886 -1886
  240. package/dist/src/components/Buttons/ButtonWithIcon.stories.js +133 -133
  241. package/dist/src/components/Buttons/Ghost.stories.js +78 -78
  242. package/dist/src/components/Buttons/Link.stories.js +77 -77
  243. package/dist/src/components/Buttons/Loading.stories.js +107 -107
  244. package/dist/src/components/Buttons/Primary.stories.js +79 -79
  245. package/dist/src/components/Buttons/ProgressiveLoading.stories.js +94 -94
  246. package/dist/src/components/Buttons/Secondary.stories.js +79 -79
  247. package/dist/src/components/Card/Card.stories.js +37 -37
  248. package/dist/src/components/Card/Card.vue +131 -131
  249. package/dist/src/components/Card/CardLink.stories.js +44 -44
  250. package/dist/src/components/Card/CardLink.vue +233 -233
  251. package/dist/src/components/Card/CardOption.stories.js +47 -47
  252. package/dist/src/components/Card/CardOption.vue +274 -274
  253. package/dist/src/components/Card/CardProduct.stories.js +133 -133
  254. package/dist/src/components/Card/CardProduct.vue +1026 -1026
  255. package/dist/src/components/Card/CatalogProduct.stories.js +154 -154
  256. package/dist/src/components/Card/CatalogProduct.vue +898 -898
  257. package/dist/src/components/Card/CoverProduct.stories.js +134 -134
  258. package/dist/src/components/Card/CoverProduct.vue +526 -526
  259. package/dist/src/components/Form/Checkbox.stories.js +39 -39
  260. package/dist/src/components/Form/Checkbox.vue +205 -205
  261. package/dist/src/components/Form/GenderSelect.stories.js +60 -60
  262. package/dist/src/components/Form/GenderSelect.vue +302 -302
  263. package/dist/src/components/Form/Input.stories.js +555 -555
  264. package/dist/src/components/Form/Input.vue +951 -951
  265. package/dist/src/components/Form/InputAddress.vue +702 -700
  266. package/dist/src/components/Form/InputAddressBilling.vue +633 -633
  267. package/dist/src/components/Form/InputAddressNumber.vue +634 -634
  268. package/dist/src/components/Form/InputCardNumber.vue +653 -653
  269. package/dist/src/components/Form/InputEdit.vue +235 -235
  270. package/dist/src/components/Form/InputEmail.vue +240 -240
  271. package/dist/src/components/Form/InputName.vue +352 -352
  272. package/dist/src/components/Form/Options.stories.js +94 -94
  273. package/dist/src/components/Form/Options.vue +398 -398
  274. package/dist/src/components/Form/Picker.stories.js +43 -43
  275. package/dist/src/components/Form/PickerBirthday.vue +631 -631
  276. package/dist/src/components/Form/Radius.stories.js +49 -49
  277. package/dist/src/components/Form/Radius.vue +160 -160
  278. package/dist/src/components/Form/Select.stories.js +97 -97
  279. package/dist/src/components/Form/Select.vue +404 -404
  280. package/dist/src/components/Form/SelectBirthday.vue +419 -419
  281. package/dist/src/components/Form/TextArea.stories.js +52 -52
  282. package/dist/src/components/Form/TextArea.vue +277 -277
  283. package/dist/src/components/HelloWorld.vue +59 -59
  284. package/dist/src/components/Icons/Icon.stories.js +1155 -1155
  285. package/dist/src/components/Icons/Icon.vue +364 -364
  286. package/dist/src/components/Images/Images.stories.js +25 -25
  287. package/dist/src/components/Images/Images.vue +51 -51
  288. package/dist/src/components/Loading/Loading.stories.js +25 -25
  289. package/dist/src/components/Loading/Loading.vue +103 -103
  290. package/dist/src/components/Modal/Modal.stories.js +56 -56
  291. package/dist/src/components/Modal/Modal.vue +469 -469
  292. package/dist/src/components/Modal/Sidebar.stories.js +64 -64
  293. package/dist/src/components/Modal/Sidebar.vue +649 -649
  294. package/dist/src/components/Navigation/Breadcrumb.stories.js +82 -82
  295. package/dist/src/components/Navigation/Breadcrumb.vue +206 -206
  296. package/dist/src/components/Navigation/MenuNavigation.stories.js +87 -87
  297. package/dist/src/components/Navigation/MenuNavigation.vue +227 -227
  298. package/dist/src/components/Navigation/Stepper.stories.js +82 -82
  299. package/dist/src/components/Navigation/Stepper.vue +222 -222
  300. package/dist/src/components/Navigation/Tabs.stories.js +124 -124
  301. package/dist/src/components/Navigation/Tabs.vue +192 -192
  302. package/dist/src/components/Navigation/TabsLine.vue +407 -407
  303. package/dist/src/components/Navigation/TopBar.stories.js +217 -217
  304. package/dist/src/components/Navigation/TopBar.vue +370 -370
  305. package/dist/src/components/Preview/Book/Preview.vue +1291 -1296
  306. package/dist/src/components/Preview/Book/PreviewBook.vue +484 -532
  307. package/dist/src/components/Preview/Book/PreviewFull.vue +195 -188
  308. package/dist/src/components/Preview/Book/PreviewMobile.vue +1271 -1271
  309. package/dist/src/components/Preview/Book/PreviewTools.vue +3937 -3901
  310. package/dist/src/components/Preview/Book/css/flipbook.scss +166 -166
  311. package/dist/src/components/Preview/Book/js/turn.min.js +68 -68
  312. package/dist/src/components/Preview/Book/js/zoom.min.js +26 -26
  313. package/dist/src/components/Preview/BottomBar.vue +443 -435
  314. package/dist/src/components/Preview/Poster/PreviewPoster.vue +740 -729
  315. package/dist/src/components/Preview/Preview.stories.js +604 -945
  316. package/dist/src/components/Preview/Preview.vue +616 -601
  317. package/dist/src/components/Preview/PreviewStories_bkp.js +588 -588
  318. package/dist/src/components/Preview/{Book/PreviewSnippetFull.vue → Snippet/PreviewSnippet.vue} +555 -545
  319. package/dist/src/{Book → components/Preview/Snippet}/PreviewSnippetHorizontal.vue +1310 -1296
  320. package/dist/src/{Book → components/Preview/Snippet}/PreviewSnippetVertical.vue +1308 -1297
  321. package/dist/src/components/Preview/Wallpaper/PreviewWallpaper.vue +730 -718
  322. package/dist/src/components/Tooltip/Tooltip.stories.js +51 -51
  323. package/dist/src/components/Tooltip/Tooltip.vue +185 -185
  324. package/dist/src/components/Typography/Caption.stories.js +27 -27
  325. package/dist/src/components/Typography/Caption.vue +63 -63
  326. package/dist/src/components/Typography/Heading.stories.js +34 -34
  327. package/dist/src/components/Typography/Heading.vue +102 -102
  328. package/dist/src/components/Typography/Paragraph.stories.js +33 -33
  329. package/dist/src/components/Typography/Paragraph.vue +85 -85
  330. package/dist/src/components/Utils/Feedback.vue +320 -320
  331. package/dist/src/components/Utils/HR.vue +68 -68
  332. package/dist/src/components/Utils/Spinner.vue +89 -89
  333. package/dist/src/components/Utils/feedback.stories.js +44 -44
  334. package/dist/src/components/Utils/hr-primary.stories.js +37 -37
  335. package/dist/src/components/Utils/spinner.stories.js +23 -23
  336. package/dist/src/components/index.js +42 -42
  337. package/dist/src/components/locale/language.json +317 -317
  338. package/dist/src/css/flipbook.scss +166 -166
  339. package/dist/src/elements/CategoryCustomizations.vue +554 -554
  340. package/dist/src/elements/CustomizationPanel.vue +1314 -1302
  341. package/dist/src/elements/CustomizationPreview.vue +180 -180
  342. package/dist/src/elements/CustomizationView.vue +846 -828
  343. package/dist/src/elements/ToggleColor.vue +128 -128
  344. package/dist/src/elements/ToggleSubcategory.vue +154 -154
  345. package/dist/src/elements/scss/avatar-vfx.scss +717 -717
  346. package/dist/src/entry.js +36 -36
  347. package/dist/src/feedback.stories.js +44 -44
  348. package/dist/src/flipbook.scss +166 -166
  349. package/dist/src/hr-primary.stories.js +37 -37
  350. package/dist/src/index.js +42 -42
  351. package/dist/src/js/turn.min.js +68 -68
  352. package/dist/src/js/zoom.min.js +26 -26
  353. package/dist/src/language.json +317 -317
  354. package/dist/src/locale/language.json +317 -317
  355. package/dist/src/main.js +8 -8
  356. package/dist/src/scss/avatar-vfx.scss +717 -717
  357. package/dist/src/serve-dev.js +8 -8
  358. package/dist/src/serve-dev.vue +17 -17
  359. package/dist/src/spinner.stories.js +23 -23
  360. package/dist/src/styles/styles.scss +9 -9
  361. package/dist/src/styles.scss +9 -9
  362. package/dist/src/turn.min.js +68 -68
  363. package/dist/src/utils.js +149 -149
  364. package/dist/src/wrapper.js +69 -69
  365. package/dist/src/zoom.min.js +26 -26
  366. package/package.json +120 -120
  367. package/dist/css/app.fe0bf874.css +0 -1
  368. package/dist/favicon.ico +0 -0
  369. package/dist/images/a3-poster-lg.png +0 -0
  370. package/dist/images/a3-poster-lg@2x.png +0 -0
  371. package/dist/images/book-cover-overlay.png +0 -0
  372. package/dist/images/brands/branding.svg +0 -9
  373. package/dist/images/brands/payment-agiplan.svg +0 -5
  374. package/dist/images/brands/payment-amex.svg +0 -4
  375. package/dist/images/brands/payment-boleto.svg +0 -6
  376. package/dist/images/brands/payment-diners.svg +0 -4
  377. package/dist/images/brands/payment-elo.svg +0 -11
  378. package/dist/images/brands/payment-hipercard.svg +0 -11
  379. package/dist/images/brands/payment-jcb.svg +0 -7
  380. package/dist/images/brands/payment-mastercard.svg +0 -6
  381. package/dist/images/brands/payment-pix.svg +0 -4
  382. package/dist/images/brands/payment-visa.svg +0 -4
  383. package/dist/images/brands/payment-zcredez.svg +0 -4
  384. package/dist/images/brands/social-facebook.svg +0 -3
  385. package/dist/images/brands/social-google.svg +0 -8
  386. package/dist/images/mochila-biscoito.png +0 -0
  387. package/dist/images/mochila-biscoito.webp +0 -0
  388. package/dist/images/mochila-biscoito@2x.png +0 -0
  389. package/dist/images/mochila-biscoito@2x.webp +0 -0
  390. package/dist/images/mochila-fofilha.png +0 -0
  391. package/dist/images/mochila-fofilha.webp +0 -0
  392. package/dist/images/mochila-fofilha@2x.png +0 -0
  393. package/dist/images/mochila-fofilha@2x.webp +0 -0
  394. package/dist/images/placeholder-a4.jpg +0 -0
  395. package/dist/images/placeholder-load-frame_a3-loading.jpg +0 -0
  396. package/dist/images/placeholder-poster-loading.jpg +0 -0
  397. package/dist/images/placeholder-square.jpg +0 -0
  398. package/dist/images/placeholder-wallpaper-loading.jpg +0 -0
  399. package/dist/images/product-type-a3-frame-poster@2x.png +0 -0
  400. package/dist/images/product-type-a3-frame.png +0 -0
  401. package/dist/images/product-type-a3-frame@2x.png +0 -0
  402. package/dist/images/product-type-wallpaper-loading-wallpaper@2x.png +0 -0
  403. package/dist/images/product-type-wallpaper-loading.png +0 -0
  404. package/dist/images/product-type-wallpaper-placeholder-wallpaper@2x.png +0 -0
  405. package/dist/images/product-type-wallpaper-wallpaper@2x.png +0 -0
  406. package/dist/images/wallpaper-preview-lg.png +0 -0
  407. package/dist/images/wallpaper-preview-lg@2x.jpg +0 -0
  408. package/dist/images/wallpaper-preview-lg@2x.png +0 -0
  409. package/dist/images/wallpaper-preview-sm.jpg +0 -0
  410. package/dist/images/wallpaper-preview-sm.png +0 -0
  411. package/dist/images/wallpaper-preview-sm@2x.jpg +0 -0
  412. package/dist/images/wallpaper-preview-sm@2x.png +0 -0
  413. package/dist/img/logo.82b9c7a5.png +0 -0
  414. package/dist/index.html +0 -1
  415. package/dist/js/app.65662155.js +0 -2
  416. package/dist/js/app.65662155.js.map +0 -1
  417. package/dist/js/chunk-vendors.79828c5e.js +0 -8
  418. package/dist/js/chunk-vendors.79828c5e.js.map +0 -1
  419. package/dist/src/Preview/Book/PreviewSnippetFull.vue +0 -545
  420. package/dist/src/Preview/PreviewSnippet.vue +0 -511
  421. package/dist/src/components/Preview/PreviewSnippet.vue +0 -511
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
- # brave-vue
2
-
3
- ## Project setup
4
-
5
- ```
6
- yarn install
7
- ```
8
-
9
- ### Compile Storybook
10
-
11
- ```
12
- yarn run storybook
13
- ```
14
-
15
- ### Build Storybook
16
-
17
- ```
18
- yarn run build-storybook
19
- ```
1
+ # brave-vue
2
+
3
+ ## Project setup
4
+
5
+ ```
6
+ yarn install
7
+ ```
8
+
9
+ ### Compile Storybook
10
+
11
+ ```
12
+ yarn run storybook
13
+ ```
14
+
15
+ ### Build Storybook
16
+
17
+ ```
18
+ yarn run build-storybook
19
+ ```