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.
- package/package.json +9 -1
- package/storybook-static/142.1620db0e.iframe.bundle.js +76 -0
- package/storybook-static/142.1620db0e.iframe.bundle.js.LICENSE.txt +114 -0
- package/storybook-static/142.1620db0e.iframe.bundle.js.map +1 -0
- package/storybook-static/142.f4b5719978bc029def49.manager.bundle.js +2 -0
- package/storybook-static/142.f4b5719978bc029def49.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/173.50bd68b8.iframe.bundle.js +2 -0
- package/storybook-static/173.50bd68b8.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/273.50cd4e43.iframe.bundle.js +2 -0
- package/storybook-static/273.50cd4e43.iframe.bundle.js.LICENSE.txt +14 -0
- package/storybook-static/295.74984d4265017a824622.manager.bundle.js +1 -0
- package/storybook-static/32.88a3ce9bab069a6db245.manager.bundle.js +1 -0
- package/storybook-static/32.a25e8351.iframe.bundle.js +1 -0
- package/storybook-static/551.45e246a02b3a76ac609c.manager.bundle.js +1 -0
- package/storybook-static/551.d1245db5.iframe.bundle.js +1 -0
- package/storybook-static/566.37aa6701b2519194db63.manager.bundle.js +2 -0
- package/storybook-static/566.37aa6701b2519194db63.manager.bundle.js.LICENSE.txt +31 -0
- package/storybook-static/566.dfa86444.iframe.bundle.js +2 -0
- package/storybook-static/566.dfa86444.iframe.bundle.js.LICENSE.txt +31 -0
- package/storybook-static/647.c51c26783dc4fb68973d.manager.bundle.js +2 -0
- package/storybook-static/647.c51c26783dc4fb68973d.manager.bundle.js.LICENSE.txt +94 -0
- package/storybook-static/691.6957468453be390249fa.manager.bundle.js +2 -0
- package/storybook-static/691.6957468453be390249fa.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/701.b21e23ee.iframe.bundle.js +1 -0
- package/storybook-static/725.2a7b46857211ebaa0eb5.manager.bundle.js +1 -0
- package/storybook-static/725.354e06ba.iframe.bundle.js +1 -0
- package/storybook-static/855.ea614875.iframe.bundle.js +2 -0
- package/storybook-static/855.ea614875.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/bg1.png +0 -0
- package/storybook-static/bg2.png +0 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +364 -0
- package/storybook-static/index.html +59 -0
- package/storybook-static/locales/en-US.json +30 -0
- package/storybook-static/locales/es.json +31 -0
- package/storybook-static/locales/pt-BR.json +38 -0
- package/storybook-static/main.1327abd8.iframe.bundle.js +1 -0
- package/storybook-static/main.dbf1bc8b8d32336860c1.manager.bundle.js +1 -0
- package/storybook-static/manifest.json +15 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/robots.txt +3 -0
- package/storybook-static/runtime~main.046dc868.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.d23e7d11d5fe197adf05.manager.bundle.js +1 -0
- package/storybook-static/static/media/Aprendizado.cdcb9636.png +0 -0
- package/storybook-static/static/media/AprendizadoPressed.a511c1be.png +0 -0
- package/storybook-static/static/media/Conquista.aea42b3a.png +0 -0
- package/storybook-static/static/media/ConquistaPressed.8ece7181.png +0 -0
- package/storybook-static/static/media/problemaFRST.a7bdf295.png +0 -0
- package/.dockerignore +0 -7
- package/.env +0 -1
- package/.github/pull_request_template.md +0 -26
- package/.hintrc +0 -41
- package/.prettierrc +0 -7
- package/.storybook/i18n.js +0 -26
- package/.storybook/main.js +0 -41
- package/.storybook/preview.js +0 -23
- package/.vscode/settings.json +0 -2
- package/Dockerfile +0 -22
- package/declarations.d.ts +0 -4
- package/images.d.ts +0 -4
- package/index.tsx +0 -178
- package/publish.sh +0 -19
- 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.
|
|
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",
|