frst-components 0.20.0 → 0.20.1

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 (63) hide show
  1. package/package.json +9 -1
  2. package/storybook-static/142.1620db0e.iframe.bundle.js +76 -0
  3. package/storybook-static/142.1620db0e.iframe.bundle.js.LICENSE.txt +114 -0
  4. package/storybook-static/142.1620db0e.iframe.bundle.js.map +1 -0
  5. package/storybook-static/142.f4b5719978bc029def49.manager.bundle.js +2 -0
  6. package/storybook-static/142.f4b5719978bc029def49.manager.bundle.js.LICENSE.txt +12 -0
  7. package/storybook-static/173.50bd68b8.iframe.bundle.js +2 -0
  8. package/storybook-static/173.50bd68b8.iframe.bundle.js.LICENSE.txt +8 -0
  9. package/storybook-static/273.50cd4e43.iframe.bundle.js +2 -0
  10. package/storybook-static/273.50cd4e43.iframe.bundle.js.LICENSE.txt +14 -0
  11. package/storybook-static/295.74984d4265017a824622.manager.bundle.js +1 -0
  12. package/storybook-static/32.88a3ce9bab069a6db245.manager.bundle.js +1 -0
  13. package/storybook-static/32.a25e8351.iframe.bundle.js +1 -0
  14. package/storybook-static/551.45e246a02b3a76ac609c.manager.bundle.js +1 -0
  15. package/storybook-static/551.d1245db5.iframe.bundle.js +1 -0
  16. package/storybook-static/566.37aa6701b2519194db63.manager.bundle.js +2 -0
  17. package/storybook-static/566.37aa6701b2519194db63.manager.bundle.js.LICENSE.txt +31 -0
  18. package/storybook-static/566.dfa86444.iframe.bundle.js +2 -0
  19. package/storybook-static/566.dfa86444.iframe.bundle.js.LICENSE.txt +31 -0
  20. package/storybook-static/647.c51c26783dc4fb68973d.manager.bundle.js +2 -0
  21. package/storybook-static/647.c51c26783dc4fb68973d.manager.bundle.js.LICENSE.txt +94 -0
  22. package/storybook-static/691.6957468453be390249fa.manager.bundle.js +2 -0
  23. package/storybook-static/691.6957468453be390249fa.manager.bundle.js.LICENSE.txt +8 -0
  24. package/storybook-static/701.b21e23ee.iframe.bundle.js +1 -0
  25. package/storybook-static/725.2a7b46857211ebaa0eb5.manager.bundle.js +1 -0
  26. package/storybook-static/725.354e06ba.iframe.bundle.js +1 -0
  27. package/storybook-static/855.ea614875.iframe.bundle.js +2 -0
  28. package/storybook-static/855.ea614875.iframe.bundle.js.LICENSE.txt +12 -0
  29. package/storybook-static/bg1.png +0 -0
  30. package/storybook-static/bg2.png +0 -0
  31. package/storybook-static/favicon.ico +0 -0
  32. package/storybook-static/iframe.html +364 -0
  33. package/storybook-static/index.html +59 -0
  34. package/storybook-static/locales/en-US.json +30 -0
  35. package/storybook-static/locales/es.json +31 -0
  36. package/storybook-static/locales/pt-BR.json +38 -0
  37. package/storybook-static/main.1327abd8.iframe.bundle.js +1 -0
  38. package/storybook-static/main.dbf1bc8b8d32336860c1.manager.bundle.js +1 -0
  39. package/storybook-static/manifest.json +15 -0
  40. package/storybook-static/project.json +1 -0
  41. package/storybook-static/robots.txt +3 -0
  42. package/storybook-static/runtime~main.046dc868.iframe.bundle.js +1 -0
  43. package/storybook-static/runtime~main.d23e7d11d5fe197adf05.manager.bundle.js +1 -0
  44. package/storybook-static/static/media/Aprendizado.cdcb9636.png +0 -0
  45. package/storybook-static/static/media/AprendizadoPressed.a511c1be.png +0 -0
  46. package/storybook-static/static/media/Conquista.aea42b3a.png +0 -0
  47. package/storybook-static/static/media/ConquistaPressed.8ece7181.png +0 -0
  48. package/storybook-static/static/media/problemaFRST.a7bdf295.png +0 -0
  49. package/.dockerignore +0 -7
  50. package/.env +0 -1
  51. package/.github/pull_request_template.md +0 -26
  52. package/.hintrc +0 -41
  53. package/.prettierrc +0 -7
  54. package/.storybook/i18n.js +0 -26
  55. package/.storybook/main.js +0 -41
  56. package/.storybook/preview.js +0 -23
  57. package/.vscode/settings.json +0 -2
  58. package/Dockerfile +0 -22
  59. package/declarations.d.ts +0 -4
  60. package/images.d.ts +0 -4
  61. package/index.tsx +0 -178
  62. package/publish.sh +0 -19
  63. package/rollup.config.js +0 -15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.20.0",
4
+ "version": "0.20.1",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -12,6 +12,14 @@
12
12
  "build-sb": "rimraf storybook-static && build-storybook -s public",
13
13
  "deploy-sb": "gh-pages -d storybook-static"
14
14
  },
15
+ "files": [
16
+ "dist",
17
+ "public",
18
+ "src",
19
+ "storybook-static",
20
+ "tsconfig.json",
21
+ "package.json"
22
+ ],
15
23
  "dependencies": {
16
24
  "@emoji-mart/data": "^1.0.2",
17
25
  "@emotion/css": "^11.10.0",