handoff-app 0.8.5 → 0.8.6
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 +7 -0
- package/dist/cli.js +1 -1
- package/dist/transformers/integration/index.js +4 -0
- package/package.json +1 -1
- package/src/app/.next/BUILD_ID +1 -1
- package/src/app/.next/build-manifest.json +33 -33
- package/src/app/.next/cache/eslint/.cache_jwo07k +1 -1
- package/src/app/.next/cache/next-server.js.nft.json +1 -1
- package/src/app/.next/cache/webpack/client-production/0.pack +0 -0
- package/src/app/.next/cache/webpack/client-production/index.pack +0 -0
- package/src/app/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/src/app/.next/cache/webpack/server-production/0.pack +0 -0
- package/src/app/.next/cache/webpack/server-production/index.pack +0 -0
- package/src/app/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/src/app/.next/next-minimal-server.js.nft.json +1 -1
- package/src/app/.next/next-server.js.nft.json +1 -1
- package/src/app/.next/prerender-manifest.js +1 -1
- package/src/app/.next/prerender-manifest.json +1 -1
- package/src/app/.next/routes-manifest.json +1 -1
- package/src/app/.next/server/functions-config-manifest.json +4 -4
- package/src/app/.next/server/middleware-build-manifest.js +1 -1
- package/src/app/.next/server/pages/404.html +1 -1
- package/src/app/.next/server/pages/500.html +1 -1
- package/src/app/.next/server/pages/[level1]/[level2].js.nft.json +1 -1
- package/src/app/.next/server/pages/[level1].js.nft.json +1 -1
- package/src/app/.next/server/pages/_app.js.nft.json +1 -1
- package/src/app/.next/server/pages/_document.js.nft.json +1 -1
- package/src/app/.next/server/pages/_error.js.nft.json +1 -1
- package/src/app/.next/server/pages/assets/fonts.html +1 -1
- package/src/app/.next/server/pages/assets/fonts.js.nft.json +1 -1
- package/src/app/.next/server/pages/assets/icons/[name].js.nft.json +1 -1
- package/src/app/.next/server/pages/assets/icons/alert.html +1 -1
- package/src/app/.next/server/pages/assets/icons/arrow-left.html +1 -1
- package/src/app/.next/server/pages/assets/icons/arrow-right.html +1 -1
- package/src/app/.next/server/pages/assets/icons/bin.html +1 -1
- package/src/app/.next/server/pages/assets/icons/checkmark.html +1 -1
- package/src/app/.next/server/pages/assets/icons/chevron-down.html +1 -1
- package/src/app/.next/server/pages/assets/icons/chevron-left.html +1 -1
- package/src/app/.next/server/pages/assets/icons/chevron-right.html +1 -1
- package/src/app/.next/server/pages/assets/icons/chevron-up.html +1 -1
- package/src/app/.next/server/pages/assets/icons/close.html +1 -1
- package/src/app/.next/server/pages/assets/icons/danger.html +1 -1
- package/src/app/.next/server/pages/assets/icons/download.html +1 -1
- package/src/app/.next/server/pages/assets/icons/forbidden.html +1 -1
- package/src/app/.next/server/pages/assets/icons/globe.html +1 -1
- package/src/app/.next/server/pages/assets/icons/info.html +1 -1
- package/src/app/.next/server/pages/assets/icons/location.html +1 -1
- package/src/app/.next/server/pages/assets/icons/mail.html +1 -1
- package/src/app/.next/server/pages/assets/icons/minus.html +1 -1
- package/src/app/.next/server/pages/assets/icons/plus.html +1 -1
- package/src/app/.next/server/pages/assets/icons/preferences.html +1 -1
- package/src/app/.next/server/pages/assets/icons/search.html +1 -1
- package/src/app/.next/server/pages/assets/icons/settings.html +1 -1
- package/src/app/.next/server/pages/assets/icons/user.html +1 -1
- package/src/app/.next/server/pages/assets/icons/users.html +1 -1
- package/src/app/.next/server/pages/assets/icons.html +1 -1
- package/src/app/.next/server/pages/assets/icons.js.nft.json +1 -1
- package/src/app/.next/server/pages/assets/logos.html +1 -1
- package/src/app/.next/server/pages/assets/logos.js.nft.json +1 -1
- package/src/app/.next/server/pages/assets.html +1 -1
- package/src/app/.next/server/pages/assets.js.nft.json +1 -1
- package/src/app/.next/server/pages/changelog.html +1 -1
- package/src/app/.next/server/pages/changelog.js.nft.json +1 -1
- package/src/app/.next/server/pages/components/[component].js +112 -19
- package/src/app/.next/server/pages/components/[component].js.nft.json +1 -1
- package/src/app/.next/server/pages/components/alert.html +2 -103
- package/src/app/.next/server/pages/components/button.html +2 -56
- package/src/app/.next/server/pages/components/button.json +1 -1
- package/src/app/.next/server/pages/components/checkbox.html +2 -44
- package/src/app/.next/server/pages/components/input.html +2 -71
- package/src/app/.next/server/pages/components/modal.html +2 -37
- package/src/app/.next/server/pages/components/radio.html +2 -44
- package/src/app/.next/server/pages/components/select.html +2 -47
- package/src/app/.next/server/pages/components/switch.html +2 -44
- package/src/app/.next/server/pages/components/tooltip.html +2 -29
- package/src/app/.next/server/pages/components.html +1 -1
- package/src/app/.next/server/pages/components.js.nft.json +1 -1
- package/src/app/.next/server/pages/foundations/colors.html +1 -1
- package/src/app/.next/server/pages/foundations/colors.js.nft.json +1 -1
- package/src/app/.next/server/pages/foundations/effects.html +1 -1
- package/src/app/.next/server/pages/foundations/effects.js.nft.json +1 -1
- package/src/app/.next/server/pages/foundations/logo.html +1 -1
- package/src/app/.next/server/pages/foundations/logo.js.nft.json +1 -1
- package/src/app/.next/server/pages/foundations/typography.html +1 -1
- package/src/app/.next/server/pages/foundations/typography.js.nft.json +1 -1
- package/src/app/.next/server/pages/foundations.html +1 -1
- package/src/app/.next/server/pages/foundations.js.nft.json +1 -1
- package/src/app/.next/server/pages/index/index.html +1 -1
- package/src/app/.next/server/pages/index.html +1 -1
- package/src/app/.next/server/pages/index.js.nft.json +1 -1
- package/src/app/.next/server/pages-manifest.json +5 -5
- package/src/app/.next/static/chunks/{49-a1308af5acbb7a1b.js → 49-c0fa003c0a45602f.js} +1 -1
- package/src/app/.next/static/chunks/{928-0c73c3f80b289f6c.js → 697-48beb86f8fc32728.js} +2 -2
- package/src/app/.next/static/chunks/pages/[level1]/{[level2]-ee6a9c212bc6abf3.js → [level2]-14587b535bf95d47.js} +1 -1
- package/src/app/.next/static/chunks/pages/{[level1]-2b1e2f64171435e7.js → [level1]-c165e1c63077122f.js} +1 -1
- package/src/app/.next/static/chunks/pages/assets/{fonts-474ccff99219ea43.js → fonts-4cfada8da192fe31.js} +1 -1
- package/src/app/.next/static/chunks/pages/assets/{icons-532c89dd9f565cb7.js → icons-90c943bdee26d40f.js} +1 -1
- package/src/app/.next/static/chunks/pages/assets/{logos-33a3afaba2e03d47.js → logos-f57a8089b9992e8c.js} +1 -1
- package/src/app/.next/static/chunks/pages/{assets-a10b910e392430cf.js → assets-df6247ab2b2790d9.js} +1 -1
- package/src/app/.next/static/chunks/pages/{changelog-a496587c7bddadd4.js → changelog-a7f723f0cace75c8.js} +1 -1
- package/src/app/.next/static/chunks/pages/components/{[component]-5248715e89882c82.js → [component]-631b05e5cfb51dcb.js} +1 -1
- package/src/app/.next/static/chunks/pages/{components-87767a3923cfc7e6.js → components-e72da55be1ff1139.js} +1 -1
- package/src/app/.next/static/chunks/pages/foundations/{colors-682450187628fff8.js → colors-a935159f33e80fa6.js} +1 -1
- package/src/app/.next/static/chunks/pages/foundations/{effects-86515036d8cac8e3.js → effects-ef44b54054b64693.js} +1 -1
- package/src/app/.next/static/chunks/pages/foundations/{logo-e58afc171de38f24.js → logo-f561dab73b510131.js} +1 -1
- package/src/app/.next/static/chunks/pages/foundations/{typography-c313e26c189875db.js → typography-390f458319b34b21.js} +1 -1
- package/src/app/.next/static/chunks/pages/{foundations-8a01754d3722d6fc.js → foundations-43528d7edcacd2c8.js} +1 -1
- package/src/app/.next/static/chunks/pages/{index-47b948f55c9e8f94.js → index-27409cdba16238b0.js} +1 -1
- package/src/app/.next/static/enpg1lGwn-G-oF7x3OEbG/_buildManifest.js +1 -0
- package/src/app/.next/trace +21 -21
- package/src/app/components/ComponentDesignTokens.tsx +11 -12
- package/src/app/out/cache/eslint/.cache_vkv6wg +1 -1
- package/src/app/out/cache/webpack/client-development/0.pack.gz +0 -0
- package/src/app/out/cache/webpack/client-development/index.pack.gz +0 -0
- package/src/app/out/cache/webpack/server-development/0.pack.gz +0 -0
- package/src/app/out/cache/webpack/server-development/index.pack.gz +0 -0
- package/src/app/out/server/pages/components/[component].js +1 -1
- package/src/app/out/server/pages-manifest.json +1 -1
- package/src/app/out/static/chunks/pages/components/[component].js +15 -15
- package/src/app/out/static/chunks/pages/components.js +14 -14
- package/src/app/out/static/chunks/pages/index.js +15 -15
- package/src/app/out/static/chunks/webpack.js +1 -1
- package/src/app/out/static/webpack/{webpack.2abb508935ca3844.hot-update.js → webpack.35556e22354a0402.hot-update.js} +1 -1
- package/src/app/out/static/webpack/{webpack.545e2f82ff0f3400.hot-update.js → webpack.4e1c0d01cd2f2a92.hot-update.js} +1 -1
- package/src/app/out/static/webpack/webpack.d91af98b29d18d97.hot-update.js +1 -1
- package/src/app/out/trace +18 -20
- package/src/app/public/components/bundle.js +1 -1
- package/src/cli.ts +1 -1
- package/src/transformers/integration/index.ts +4 -0
- package/dist/templates/.gitkeep +0 -0
- package/dist/templates/button/custom-type.html +0 -7
- package/dist/templates/components.js +0 -10
- package/dist/templates/exported/custom-tokens/main.scss +0 -0
- package/dist/templates/main.css +0 -35
- package/dist/templates/tailwind/button.js +0 -91
- package/dist/templates/tailwind.config.js +0 -22
- package/src/app/.next/static/2f11n3F48Gw-ztcZHx7zT/_buildManifest.js +0 -1
- package/src/app/out/cache/webpack/client-development/1.pack.gz +0 -0
- package/src/app/out/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/src/app/out/cache/webpack/server-development/1.pack.gz +0 -0
- package/src/app/out/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/src/app/out/server/_error.js +0 -451
- package/src/app/out/static/chunks/_error.js +0 -28
- package/src/app/out/static/webpack/87c022de859e1103.webpack.hot-update.json +0 -1
- package/src/app/out/static/webpack/webpack.87c022de859e1103.hot-update.js +0 -18
- /package/src/app/.next/static/{2f11n3F48Gw-ztcZHx7zT → enpg1lGwn-G-oF7x3OEbG}/_ssgManifest.js +0 -0
- /package/src/app/out/static/webpack/{2abb508935ca3844.webpack.hot-update.json → 35556e22354a0402.webpack.hot-update.json} +0 -0
- /package/src/app/out/static/webpack/{545e2f82ff0f3400.webpack.hot-update.json → 4e1c0d01cd2f2a92.webpack.hot-update.json} +0 -0
package/Changelog.md
CHANGED
|
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
and this project adheres to
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
8
8
|
|
|
9
|
+
## [0.8.6] - 2023-10-12
|
|
10
|
+
|
|
11
|
+
### Bugfixes
|
|
12
|
+
|
|
13
|
+
- Introduced cleanup prior to copying the integration files to the destination directory. This resolves the issue where deleted integration source files would still be present in the destination directory after running the integration build command.
|
|
14
|
+
- Resolved a issue introduced in one of the prior releases where the design token name (variable) rendered in the tooltip of the design token value wasn't being displayed correctly.
|
|
15
|
+
|
|
9
16
|
## [0.8.5] - 2023-10-05
|
|
10
17
|
|
|
11
18
|
Miscellaneous improvements to ejecting of integrations, integration handling and building of previews to make it easier for the exported integration to be included in a bootstrap project.
|
package/dist/cli.js
CHANGED
|
@@ -231,6 +231,10 @@ function integrationTransformer(documentationObject) {
|
|
|
231
231
|
templatesFolder = path_1.default.resolve(__dirname, '../../templates');
|
|
232
232
|
integrationsSass = path_1.default.resolve(integrationPath, 'sass');
|
|
233
233
|
integrationTemplates = path_1.default.resolve(integrationPath, 'templates');
|
|
234
|
+
// clean dest
|
|
235
|
+
fs_extra_1.default.removeSync(sassFolder);
|
|
236
|
+
fs_extra_1.default.removeSync(templatesFolder);
|
|
237
|
+
// copy to dest
|
|
234
238
|
fs_extra_1.default.copySync(integrationsSass, sassFolder);
|
|
235
239
|
fs_extra_1.default.copySync(integrationTemplates, templatesFolder);
|
|
236
240
|
mainScssFilePath = path_1.default.resolve(sassFolder, 'main.scss');
|
package/package.json
CHANGED
package/src/app/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
enpg1lGwn-G-oF7x3OEbG
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/enpg1lGwn-G-oF7x3OEbG/_buildManifest.js",
|
|
9
|
+
"static/enpg1lGwn-G-oF7x3OEbG/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [],
|
|
12
12
|
"pages": {
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
16
16
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
17
17
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
18
|
-
"static/chunks/
|
|
18
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
19
19
|
"static/chunks/152-1e8398450fad75ef.js",
|
|
20
|
-
"static/chunks/pages/index-
|
|
20
|
+
"static/chunks/pages/index-27409cdba16238b0.js"
|
|
21
21
|
],
|
|
22
22
|
"/[level1]": [
|
|
23
23
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
24
24
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
25
25
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
26
26
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
27
|
-
"static/chunks/
|
|
28
|
-
"static/chunks/pages/[level1]-
|
|
27
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
28
|
+
"static/chunks/pages/[level1]-c165e1c63077122f.js"
|
|
29
29
|
],
|
|
30
30
|
"/[level1]/[level2]": [
|
|
31
31
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
32
32
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
33
33
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
34
34
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
35
|
-
"static/chunks/
|
|
36
|
-
"static/chunks/pages/[level1]/[level2]-
|
|
35
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
36
|
+
"static/chunks/pages/[level1]/[level2]-14587b535bf95d47.js"
|
|
37
37
|
],
|
|
38
38
|
"/_app": [
|
|
39
39
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
@@ -53,25 +53,25 @@
|
|
|
53
53
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
54
54
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
55
55
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
56
|
-
"static/chunks/
|
|
57
|
-
"static/chunks/pages/assets-
|
|
56
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
57
|
+
"static/chunks/pages/assets-df6247ab2b2790d9.js"
|
|
58
58
|
],
|
|
59
59
|
"/assets/fonts": [
|
|
60
60
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
61
61
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
62
62
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
63
63
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
64
|
-
"static/chunks/
|
|
64
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
65
65
|
"static/chunks/934-77060abca74f1bcc.js",
|
|
66
|
-
"static/chunks/pages/assets/fonts-
|
|
66
|
+
"static/chunks/pages/assets/fonts-4cfada8da192fe31.js"
|
|
67
67
|
],
|
|
68
68
|
"/assets/icons": [
|
|
69
69
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
70
70
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
71
71
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
72
72
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
73
|
-
"static/chunks/
|
|
74
|
-
"static/chunks/pages/assets/icons-
|
|
73
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
74
|
+
"static/chunks/pages/assets/icons-90c943bdee26d40f.js"
|
|
75
75
|
],
|
|
76
76
|
"/assets/icons/[name]": [
|
|
77
77
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
87
87
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
88
88
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
89
|
-
"static/chunks/
|
|
90
|
-
"static/chunks/pages/assets/logos-
|
|
89
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
90
|
+
"static/chunks/pages/assets/logos-f57a8089b9992e8c.js"
|
|
91
91
|
],
|
|
92
92
|
"/changelog": [
|
|
93
93
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
@@ -95,71 +95,71 @@
|
|
|
95
95
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
96
96
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
97
97
|
"static/chunks/152-1e8398450fad75ef.js",
|
|
98
|
-
"static/chunks/pages/changelog-
|
|
98
|
+
"static/chunks/pages/changelog-a7f723f0cace75c8.js"
|
|
99
99
|
],
|
|
100
100
|
"/components": [
|
|
101
101
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
102
102
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
103
103
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
104
104
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
105
|
-
"static/chunks/
|
|
106
|
-
"static/chunks/pages/components-
|
|
105
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
106
|
+
"static/chunks/pages/components-e72da55be1ff1139.js"
|
|
107
107
|
],
|
|
108
108
|
"/components/[component]": [
|
|
109
109
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
110
110
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
111
111
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
112
112
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
113
|
-
"static/chunks/
|
|
113
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
114
114
|
"static/chunks/946-eb607c313a3130c7.js",
|
|
115
115
|
"static/chunks/773-5b8a05e4c6fdaced.js",
|
|
116
|
-
"static/chunks/pages/components/[component]-
|
|
116
|
+
"static/chunks/pages/components/[component]-631b05e5cfb51dcb.js"
|
|
117
117
|
],
|
|
118
118
|
"/foundations": [
|
|
119
119
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
120
120
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
121
121
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
122
122
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
123
|
-
"static/chunks/
|
|
124
|
-
"static/chunks/pages/foundations-
|
|
123
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
124
|
+
"static/chunks/pages/foundations-43528d7edcacd2c8.js"
|
|
125
125
|
],
|
|
126
126
|
"/foundations/colors": [
|
|
127
127
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
128
128
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
129
129
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
130
130
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
131
|
-
"static/chunks/
|
|
131
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
132
132
|
"static/chunks/946-eb607c313a3130c7.js",
|
|
133
133
|
"static/chunks/934-77060abca74f1bcc.js",
|
|
134
|
-
"static/chunks/49-
|
|
135
|
-
"static/chunks/pages/foundations/colors-
|
|
134
|
+
"static/chunks/49-c0fa003c0a45602f.js",
|
|
135
|
+
"static/chunks/pages/foundations/colors-a935159f33e80fa6.js"
|
|
136
136
|
],
|
|
137
137
|
"/foundations/effects": [
|
|
138
138
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
139
139
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
140
140
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
141
141
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
142
|
-
"static/chunks/
|
|
142
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
143
143
|
"static/chunks/946-eb607c313a3130c7.js",
|
|
144
144
|
"static/chunks/934-77060abca74f1bcc.js",
|
|
145
|
-
"static/chunks/49-
|
|
146
|
-
"static/chunks/pages/foundations/effects-
|
|
145
|
+
"static/chunks/49-c0fa003c0a45602f.js",
|
|
146
|
+
"static/chunks/pages/foundations/effects-ef44b54054b64693.js"
|
|
147
147
|
],
|
|
148
148
|
"/foundations/logo": [
|
|
149
149
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
150
150
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
151
151
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
152
152
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
153
|
-
"static/chunks/
|
|
154
|
-
"static/chunks/pages/foundations/logo-
|
|
153
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
154
|
+
"static/chunks/pages/foundations/logo-f561dab73b510131.js"
|
|
155
155
|
],
|
|
156
156
|
"/foundations/typography": [
|
|
157
157
|
"static/chunks/webpack-38cee4c0e358b1a3.js",
|
|
158
158
|
"static/chunks/framework-80778c2cd359dca2.js",
|
|
159
159
|
"static/chunks/main-76aaeb99285a1942.js",
|
|
160
160
|
"static/chunks/27-29176ecf68b59d6d.js",
|
|
161
|
-
"static/chunks/
|
|
162
|
-
"static/chunks/pages/foundations/typography-
|
|
161
|
+
"static/chunks/697-48beb86f8fc32728.js",
|
|
162
|
+
"static/chunks/pages/foundations/typography-390f458319b34b21.js"
|
|
163
163
|
]
|
|
164
164
|
},
|
|
165
165
|
"ampFirstPages": []
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/[level2]/index.tsx":"1","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/index.tsx":"2","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_app.tsx":"3","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_document.tsx":"4","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/fonts.tsx":"5","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/[name]/index.tsx":"6","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/index.tsx":"7","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/index.tsx":"8","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/logos.tsx":"9","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/changelog.tsx":"10","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/[component]/index.tsx":"11","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/index.tsx":"12","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/colors.tsx":"13","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/effects.tsx":"14","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/index.tsx":"15","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/logo.tsx":"16","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/typography.tsx":"17","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/index.tsx":"18","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNav.tsx":"19","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNavLink.tsx":"20","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentDesignTokens.tsx":"21","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentGuidelines.tsx":"22","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentNotFound.tsx":"23","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/CopyCode.tsx":"24","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/DownloadTokens.tsx":"25","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Footer.tsx":"26","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Header.tsx":"27","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Icon.tsx":"28","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/CodeHighlight.tsx":"29","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/MarkdownComponents.tsx":"30","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/NavLink.tsx":"31","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/SideNav/Custom.tsx":"32","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/util/index.ts":"33"},{"size":2603,"mtime":1688223013798,"results":"34","hashOfConfig":"35"},{"size":2393,"mtime":1688223013798,"results":"36","hashOfConfig":"35"},{"size":219,"mtime":1688223013799,"results":"37","hashOfConfig":"35"},{"size":1655,"mtime":1688223013799,"results":"38","hashOfConfig":"35"},{"size":3678,"mtime":1688223013799,"results":"39","hashOfConfig":"35"},{"size":6840,"mtime":1688223013799,"results":"40","hashOfConfig":"35"},{"size":4548,"mtime":1688223013799,"results":"41","hashOfConfig":"35"},{"size":3224,"mtime":1688223013799,"results":"42","hashOfConfig":"35"},{"size":2566,"mtime":1688223013799,"results":"43","hashOfConfig":"35"},{"size":9573,"mtime":1688223013799,"results":"44","hashOfConfig":"35"},{"size":13000,"mtime":1692775359400,"results":"45","hashOfConfig":"35"},{"size":4074,"mtime":1688223013799,"results":"46","hashOfConfig":"35"},{"size":5135,"mtime":1691058598455,"results":"47","hashOfConfig":"35"},{"size":5444,"mtime":1691058598455,"results":"48","hashOfConfig":"35"},{"size":3142,"mtime":1688223013799,"results":"49","hashOfConfig":"35"},{"size":6203,"mtime":1688223013800,"results":"50","hashOfConfig":"35"},{"size":8208,"mtime":1691058598456,"results":"51","hashOfConfig":"35"},{"size":12595,"mtime":1688223013800,"results":"52","hashOfConfig":"35"},{"size":818,"mtime":1688223013797,"results":"53","hashOfConfig":"35"},{"size":686,"mtime":1691058598454,"results":"54","hashOfConfig":"35"},{"size":8311,"mtime":1695135489669,"results":"55","hashOfConfig":"35"},{"size":431,"mtime":1688223013797,"results":"56","hashOfConfig":"35"},{"size":1605,"mtime":1688223013797,"results":"57","hashOfConfig":"35"},{"size":747,"mtime":1688223013797,"results":"58","hashOfConfig":"35"},{"size":1509,"mtime":1691058598454,"results":"59","hashOfConfig":"35"},{"size":625,"mtime":1688223013798,"results":"60","hashOfConfig":"35"},{"size":2891,"mtime":1688223013798,"results":"61","hashOfConfig":"35"},{"size":484,"mtime":1688223013798,"results":"62","hashOfConfig":"35"},{"size":1150,"mtime":1688223013798,"results":"63","hashOfConfig":"35"},{"size":3488,"mtime":1688223013798,"results":"64","hashOfConfig":"35"},{"size":732,"mtime":1688223013798,"results":"65","hashOfConfig":"35"},{"size":738,"mtime":1688223013798,"results":"66","hashOfConfig":"35"},{"size":15815,"mtime":1692775359400,"results":"67","hashOfConfig":"35"},{"filePath":"68","messages":"69","suppressedMessages":"70","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1l4nf0v",{"filePath":"71","messages":"72","suppressedMessages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","suppressedMessages":"76","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","suppressedMessages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","suppressedMessages":"82","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"83","messages":"84","suppressedMessages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"86","messages":"87","suppressedMessages":"88","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"89","messages":"90","suppressedMessages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","suppressedMessages":"94","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"95","messages":"96","suppressedMessages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","suppressedMessages":"100","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"101","messages":"102","suppressedMessages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","suppressedMessages":"106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"107","messages":"108","suppressedMessages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/[level2]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_app.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_document.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/fonts.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/[name]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/logos.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/changelog.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/[component]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/colors.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/effects.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/logo.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/typography.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/index.tsx",[],["167"],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNav.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNavLink.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentDesignTokens.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentGuidelines.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentNotFound.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/CopyCode.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/DownloadTokens.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Footer.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Header.tsx",[],["168"],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Icon.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/CodeHighlight.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/MarkdownComponents.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/NavLink.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/SideNav/Custom.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/util/index.ts",[],[],{"ruleId":"169","severity":1,"message":"170","line":75,"column":15,"nodeType":"171","endLine":75,"endColumn":101,"suppressions":"172"},{"ruleId":"169","severity":1,"message":"170","line":39,"column":21,"nodeType":"171","endLine":39,"endColumn":82,"suppressions":"173"},"@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement",["174"],["175"],{"kind":"176","justification":"177"},{"kind":"176","justification":"177"},"directive",""]
|
|
1
|
+
[{"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/[level2]/index.tsx":"1","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/index.tsx":"2","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_app.tsx":"3","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_document.tsx":"4","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/fonts.tsx":"5","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/[name]/index.tsx":"6","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/index.tsx":"7","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/index.tsx":"8","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/logos.tsx":"9","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/changelog.tsx":"10","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/[component]/index.tsx":"11","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/index.tsx":"12","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/colors.tsx":"13","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/effects.tsx":"14","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/index.tsx":"15","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/logo.tsx":"16","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/typography.tsx":"17","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/index.tsx":"18","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNav.tsx":"19","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNavLink.tsx":"20","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentDesignTokens.tsx":"21","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentGuidelines.tsx":"22","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentNotFound.tsx":"23","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/CopyCode.tsx":"24","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/DownloadTokens.tsx":"25","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Footer.tsx":"26","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Header.tsx":"27","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Icon.tsx":"28","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/CodeHighlight.tsx":"29","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/MarkdownComponents.tsx":"30","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/NavLink.tsx":"31","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/SideNav/Custom.tsx":"32","/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/util/index.ts":"33"},{"size":2603,"mtime":1688223013798,"results":"34","hashOfConfig":"35"},{"size":2393,"mtime":1688223013798,"results":"36","hashOfConfig":"35"},{"size":219,"mtime":1688223013799,"results":"37","hashOfConfig":"35"},{"size":1655,"mtime":1688223013799,"results":"38","hashOfConfig":"35"},{"size":3678,"mtime":1688223013799,"results":"39","hashOfConfig":"35"},{"size":6840,"mtime":1688223013799,"results":"40","hashOfConfig":"35"},{"size":4548,"mtime":1688223013799,"results":"41","hashOfConfig":"35"},{"size":3224,"mtime":1688223013799,"results":"42","hashOfConfig":"35"},{"size":2566,"mtime":1688223013799,"results":"43","hashOfConfig":"35"},{"size":9573,"mtime":1688223013799,"results":"44","hashOfConfig":"35"},{"size":15731,"mtime":1697018630026,"results":"45","hashOfConfig":"35"},{"size":4074,"mtime":1688223013799,"results":"46","hashOfConfig":"35"},{"size":5135,"mtime":1691058598455,"results":"47","hashOfConfig":"35"},{"size":5444,"mtime":1691058598455,"results":"48","hashOfConfig":"35"},{"size":3142,"mtime":1688223013799,"results":"49","hashOfConfig":"35"},{"size":6203,"mtime":1688223013800,"results":"50","hashOfConfig":"35"},{"size":8208,"mtime":1691058598456,"results":"51","hashOfConfig":"35"},{"size":12595,"mtime":1688223013800,"results":"52","hashOfConfig":"35"},{"size":818,"mtime":1688223013797,"results":"53","hashOfConfig":"35"},{"size":686,"mtime":1691058598454,"results":"54","hashOfConfig":"35"},{"size":8311,"mtime":1695135489669,"results":"55","hashOfConfig":"35"},{"size":431,"mtime":1688223013797,"results":"56","hashOfConfig":"35"},{"size":1605,"mtime":1688223013797,"results":"57","hashOfConfig":"35"},{"size":747,"mtime":1688223013797,"results":"58","hashOfConfig":"35"},{"size":1509,"mtime":1691058598454,"results":"59","hashOfConfig":"35"},{"size":625,"mtime":1688223013798,"results":"60","hashOfConfig":"35"},{"size":2891,"mtime":1688223013798,"results":"61","hashOfConfig":"35"},{"size":484,"mtime":1688223013798,"results":"62","hashOfConfig":"35"},{"size":1150,"mtime":1688223013798,"results":"63","hashOfConfig":"35"},{"size":3488,"mtime":1688223013798,"results":"64","hashOfConfig":"35"},{"size":732,"mtime":1688223013798,"results":"65","hashOfConfig":"35"},{"size":738,"mtime":1688223013798,"results":"66","hashOfConfig":"35"},{"size":15815,"mtime":1692775359400,"results":"67","hashOfConfig":"35"},{"filePath":"68","messages":"69","suppressedMessages":"70","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1eq0kzr",{"filePath":"71","messages":"72","suppressedMessages":"73","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"74","messages":"75","suppressedMessages":"76","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"77","messages":"78","suppressedMessages":"79","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"80","messages":"81","suppressedMessages":"82","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"83","messages":"84","suppressedMessages":"85","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"86","messages":"87","suppressedMessages":"88","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"89","messages":"90","suppressedMessages":"91","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"92","messages":"93","suppressedMessages":"94","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"95","messages":"96","suppressedMessages":"97","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"98","messages":"99","suppressedMessages":"100","errorCount":0,"fatalErrorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"101","messages":"102","suppressedMessages":"103","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"104","messages":"105","suppressedMessages":"106","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"107","messages":"108","suppressedMessages":"109","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"110","messages":"111","suppressedMessages":"112","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"113","messages":"114","suppressedMessages":"115","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"116","messages":"117","suppressedMessages":"118","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"119","messages":"120","suppressedMessages":"121","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"122","messages":"123","suppressedMessages":"124","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"125","messages":"126","suppressedMessages":"127","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"128","messages":"129","suppressedMessages":"130","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"131","messages":"132","suppressedMessages":"133","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"134","messages":"135","suppressedMessages":"136","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"137","messages":"138","suppressedMessages":"139","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"140","messages":"141","suppressedMessages":"142","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"143","messages":"144","suppressedMessages":"145","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"146","messages":"147","suppressedMessages":"148","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"149","messages":"150","suppressedMessages":"151","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"152","messages":"153","suppressedMessages":"154","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"155","messages":"156","suppressedMessages":"157","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"158","messages":"159","suppressedMessages":"160","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"161","messages":"162","suppressedMessages":"163","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"164","messages":"165","suppressedMessages":"166","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/[level2]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/[level1]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_app.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/_document.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/fonts.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/[name]/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/icons/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/assets/logos.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/changelog.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/[component]/index.tsx",["167","168"],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/components/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/colors.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/effects.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/index.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/logo.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/foundations/typography.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/pages/index.tsx",[],["169"],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNav.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/AnchorNavLink.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentDesignTokens.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentGuidelines.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/ComponentNotFound.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/CopyCode.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/DownloadTokens.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Footer.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Header.tsx",[],["170"],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Icon.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/CodeHighlight.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/Markdown/MarkdownComponents.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/NavLink.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/SideNav/Custom.tsx",[],[],"/Users/domagojgojak/source/repos/convertiv/handoff-app/src/app/components/util/index.ts",[],[],{"ruleId":"171","severity":1,"message":"172","line":76,"column":6,"nodeType":"173","endLine":76,"endColumn":14,"suggestions":"174"},{"ruleId":"171","severity":1,"message":"175","line":95,"column":6,"nodeType":"173","endLine":95,"endColumn":22,"suggestions":"176"},{"ruleId":"177","severity":1,"message":"178","line":75,"column":15,"nodeType":"179","endLine":75,"endColumn":101,"suppressions":"180"},{"ruleId":"177","severity":1,"message":"178","line":39,"column":21,"nodeType":"179","endLine":39,"endColumn":82,"suppressions":"181"},"react-hooks/exhaustive-deps","React Hook React.useEffect has missing dependencies: 'components', 'config.component_sort', 'exportable', 'previews', and 'tab'. Either include them or remove the dependency array.","ArrayExpression",["182"],"React Hook React.useEffect has missing dependencies: 'components', 'config.component_sort', 'exportable', and 'previews'. Either include them or remove the dependency array.",["183"],"@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement",["184"],["185"],{"desc":"186","fix":"187"},{"desc":"188","fix":"189"},{"kind":"190","justification":"191"},{"kind":"190","justification":"191"},"Update the dependencies array to be: [components, config.component_sort, exportable, filter, previews, tab]",{"range":"192","text":"193"},"Update the dependencies array to be: [component, components, config.component_sort, exportable, previews, tab]",{"range":"194","text":"195"},"directive","",[3450,3458],"[components, config.component_sort, exportable, filter, previews, tab]",[4268,4284],"[component, components, config.component_sort, exportable, previews, tab]"]
|