@appquality/unguess-design-system 0.3.2 → 0.3.3

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 (49) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
  3. package/.storybook/main.js +0 -16
  4. package/.storybook/preview-head.html +0 -5
  5. package/.storybook/preview.js +0 -24
  6. package/public/favicon.ico +0 -0
  7. package/public/index.html +0 -43
  8. package/public/logo192.png +0 -0
  9. package/public/logo512.png +0 -0
  10. package/public/manifest.json +0 -25
  11. package/public/robots.txt +0 -3
  12. package/src/index.tsx +0 -8
  13. package/src/stories/button/index.stories.tsx +0 -42
  14. package/src/stories/button/index.tsx +0 -9
  15. package/src/stories/shared/globalStyle.ts +0 -11
  16. package/src/stories/theme/index.ts +0 -16
  17. package/storybook-static/278.191811828a397f451d9d.manager.bundle.js +0 -2
  18. package/storybook-static/278.191811828a397f451d9d.manager.bundle.js.LICENSE.txt +0 -8
  19. package/storybook-static/278.e08b2f12.iframe.bundle.js +0 -2
  20. package/storybook-static/278.e08b2f12.iframe.bundle.js.LICENSE.txt +0 -8
  21. package/storybook-static/295.4531d026a1c0ec8b77ab.manager.bundle.js +0 -1
  22. package/storybook-static/319.df7e7118d2b7075ca656.manager.bundle.js +0 -1
  23. package/storybook-static/331.71534dbe.iframe.bundle.js +0 -2
  24. package/storybook-static/331.71534dbe.iframe.bundle.js.LICENSE.txt +0 -12
  25. package/storybook-static/331.ccd41b687131482c34b6.manager.bundle.js +0 -2
  26. package/storybook-static/331.ccd41b687131482c34b6.manager.bundle.js.LICENSE.txt +0 -12
  27. package/storybook-static/455.3a476c101894246fccd4.manager.bundle.js +0 -2
  28. package/storybook-static/455.3a476c101894246fccd4.manager.bundle.js.LICENSE.txt +0 -94
  29. package/storybook-static/459.de854511.iframe.bundle.js +0 -1
  30. package/storybook-static/459.f7ec083955e455598f4c.manager.bundle.js +0 -1
  31. package/storybook-static/574.096c5840c6e7610b4e3a.manager.bundle.js +0 -1
  32. package/storybook-static/574.4a955896.iframe.bundle.js +0 -1
  33. package/storybook-static/650.d940c610.iframe.bundle.js +0 -2
  34. package/storybook-static/650.d940c610.iframe.bundle.js.LICENSE.txt +0 -90
  35. package/storybook-static/701.9bd2c070.iframe.bundle.js +0 -1
  36. package/storybook-static/869.c823e345.iframe.bundle.js +0 -1
  37. package/storybook-static/881.8d032a8a.iframe.bundle.js +0 -1
  38. package/storybook-static/favicon.ico +0 -0
  39. package/storybook-static/iframe.html +0 -348
  40. package/storybook-static/index.html +0 -59
  41. package/storybook-static/logo192.png +0 -0
  42. package/storybook-static/logo512.png +0 -0
  43. package/storybook-static/main.700473aa.iframe.bundle.js +0 -1
  44. package/storybook-static/main.d6179d3810f8b3426fe2.manager.bundle.js +0 -1
  45. package/storybook-static/manifest.json +0 -25
  46. package/storybook-static/robots.txt +0 -3
  47. package/storybook-static/runtime~main.aaff2af2.iframe.bundle.js +0 -1
  48. package/storybook-static/runtime~main.fd38e6425523de16d6be.manager.bundle.js +0 -1
  49. package/tsconfig.json +0 -28
package/tsconfig.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es5",
4
- "lib": [
5
- "dom",
6
- "dom.iterable",
7
- "esnext"
8
- ],
9
- "allowJs": true,
10
- "skipLibCheck": true,
11
- "esModuleInterop": true,
12
- "allowSyntheticDefaultImports": true,
13
- "strict": true,
14
- "forceConsistentCasingInFileNames": true,
15
- "noFallthroughCasesInSwitch": true,
16
- "module": "esnext",
17
- "moduleResolution": "node",
18
- "resolveJsonModule": true,
19
- "isolatedModules": true,
20
- "noEmit": true,
21
- "jsx": "react-jsx",
22
- "declaration": true,
23
- "outDir": "./build",
24
- },
25
- "include": [
26
- "src"
27
- ]
28
- }