@appquality/unguess-design-system 0.3.2 → 0.3.5
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/CHANGELOG.md +42 -0
- package/build/index.d.ts +2 -0
- package/build/index.js +8 -4
- package/build/stories/shared/globalStyle.d.ts +1 -1
- package/package.json +1 -1
- package/.storybook/main.js +0 -16
- package/.storybook/preview-head.html +0 -5
- package/.storybook/preview.js +0 -24
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -43
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +0 -25
- package/public/robots.txt +0 -3
- package/src/index.tsx +0 -8
- package/src/stories/button/index.stories.tsx +0 -42
- package/src/stories/button/index.tsx +0 -9
- package/src/stories/shared/globalStyle.ts +0 -11
- package/src/stories/theme/index.ts +0 -16
- package/storybook-static/278.191811828a397f451d9d.manager.bundle.js +0 -2
- package/storybook-static/278.191811828a397f451d9d.manager.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/278.e08b2f12.iframe.bundle.js +0 -2
- package/storybook-static/278.e08b2f12.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/295.4531d026a1c0ec8b77ab.manager.bundle.js +0 -1
- package/storybook-static/319.df7e7118d2b7075ca656.manager.bundle.js +0 -1
- package/storybook-static/331.71534dbe.iframe.bundle.js +0 -2
- package/storybook-static/331.71534dbe.iframe.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/331.ccd41b687131482c34b6.manager.bundle.js +0 -2
- package/storybook-static/331.ccd41b687131482c34b6.manager.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/455.3a476c101894246fccd4.manager.bundle.js +0 -2
- package/storybook-static/455.3a476c101894246fccd4.manager.bundle.js.LICENSE.txt +0 -94
- package/storybook-static/459.de854511.iframe.bundle.js +0 -1
- package/storybook-static/459.f7ec083955e455598f4c.manager.bundle.js +0 -1
- package/storybook-static/574.096c5840c6e7610b4e3a.manager.bundle.js +0 -1
- package/storybook-static/574.4a955896.iframe.bundle.js +0 -1
- package/storybook-static/650.d940c610.iframe.bundle.js +0 -2
- package/storybook-static/650.d940c610.iframe.bundle.js.LICENSE.txt +0 -90
- package/storybook-static/701.9bd2c070.iframe.bundle.js +0 -1
- package/storybook-static/869.c823e345.iframe.bundle.js +0 -1
- package/storybook-static/881.8d032a8a.iframe.bundle.js +0 -1
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -348
- package/storybook-static/index.html +0 -59
- package/storybook-static/logo192.png +0 -0
- package/storybook-static/logo512.png +0 -0
- package/storybook-static/main.700473aa.iframe.bundle.js +0 -1
- package/storybook-static/main.d6179d3810f8b3426fe2.manager.bundle.js +0 -1
- package/storybook-static/manifest.json +0 -25
- package/storybook-static/robots.txt +0 -3
- package/storybook-static/runtime~main.aaff2af2.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.fd38e6425523de16d6be.manager.bundle.js +0 -1
- 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
|
-
}
|