@sikka/hawa 0.0.283 → 0.0.285
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/.github/workflows/hawa-actions.yml +1 -1
- package/.github/workflows/hawa-publish-push.yml +19 -21
- package/build-storybook.log +381 -0
- package/dist/styles.css +0 -3
- package/es/elements/HawaButton.d.ts +1 -0
- package/es/index.es.js +3 -3
- package/es/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Customization.stories.d.ts +20 -0
- package/es/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Installation.stories.d.ts +20 -0
- package/es/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
- package/es/stories/ManualStories/Overview.stories.d.ts +9 -8
- package/es/stories/ManualStories/Usage.stories.d.ts +20 -0
- package/lib/elements/HawaButton.d.ts +1 -0
- package/lib/index.js +3 -3
- package/lib/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Customization.stories.d.ts +20 -0
- package/lib/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Installation.stories.d.ts +20 -0
- package/lib/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
- package/lib/stories/ManualStories/Overview.stories.d.ts +9 -8
- package/lib/stories/ManualStories/Usage.stories.d.ts +20 -0
- package/package.json +3 -1
- package/src/blocks/Account/UserProfileForm.tsx +2 -42
- package/src/elements/HawaButton.tsx +3 -1
- package/src/elements/HawaPhoneInput.tsx +11 -9
- package/src/elements/HawaSelect.tsx +7 -5
- package/src/elements/HawaSnackbar.tsx +2 -1
- package/src/elements/HawaTextField.tsx +1 -1
- package/src/styles.css +0 -3
- package/src/translations/ar.json +22 -0
- package/src/translations/en.json +22 -0
- package/src/translations/i18n.js +15 -0
|
@@ -4,10 +4,8 @@
|
|
|
4
4
|
name: Hawa Build, Deploy, and Publish on Push
|
|
5
5
|
|
|
6
6
|
on:
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
release:
|
|
10
|
-
types: [created]
|
|
7
|
+
push:
|
|
8
|
+
branches: [main]
|
|
11
9
|
|
|
12
10
|
jobs:
|
|
13
11
|
build:
|
|
@@ -28,23 +26,23 @@ jobs:
|
|
|
28
26
|
env:
|
|
29
27
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
30
28
|
|
|
31
|
-
# Deployment job
|
|
32
|
-
deploy:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
29
|
+
# # Deployment job
|
|
30
|
+
# deploy:
|
|
31
|
+
# runs-on: ubuntu-latest
|
|
32
|
+
# environment:
|
|
33
|
+
# name: github-pages
|
|
34
|
+
# url: ${{ steps.deployment.outputs.page_url }}
|
|
35
|
+
# needs: build
|
|
36
|
+
# steps:
|
|
37
|
+
# - name: Deploy to GitHub Pages
|
|
38
|
+
# id: deployment
|
|
39
|
+
# uses: actions/deploy-pages@v2
|
|
40
|
+
# # with:
|
|
41
|
+
# # branch: gh-pages
|
|
42
|
+
# # folder: docs
|
|
43
|
+
# # - name: Deploy to GitHub Pages
|
|
44
|
+
# # id: deployment
|
|
45
|
+
# # uses: actions/deploy-pages@v2
|
|
48
46
|
|
|
49
47
|
# Publishing to NPM
|
|
50
48
|
publish:
|
|
@@ -0,0 +1,381 @@
|
|
|
1
|
+
info @storybook/react v6.5.16
|
|
2
|
+
info
|
|
3
|
+
info => Cleaning outputDir: C:\Users\Zakher\Desktop\coding\hawa\docs\documentation
|
|
4
|
+
info => Loading presets
|
|
5
|
+
info Found existing addon "@storybook/addon-docs", skipping.
|
|
6
|
+
info => Loading custom manager config
|
|
7
|
+
info => Compiling manager..
|
|
8
|
+
info => Compiling preview..
|
|
9
|
+
info Addon-docs: using MDX1
|
|
10
|
+
info => Using PostCSS preset with postcss@8.4.28
|
|
11
|
+
info => Loading custom manager config
|
|
12
|
+
info => Using default Webpack5 setup
|
|
13
|
+
<s> [webpack.Progress] 0%
|
|
14
|
+
|
|
15
|
+
<s> [webpack.Progress] 1% setup before run
|
|
16
|
+
<s> [webpack.Progress] 1% setup before run NodeEnvironmentPlugin
|
|
17
|
+
<s> [webpack.Progress] 1% setup before run
|
|
18
|
+
<s> [webpack.Progress] 2% setup run
|
|
19
|
+
<s> [webpack.Progress] 2% setup run
|
|
20
|
+
<s> [webpack.Progress] 4% setup normal module factory
|
|
21
|
+
<s> [webpack.Progress] 4% setup normal module factory CaseSensitivePathsPlugin
|
|
22
|
+
<s> [webpack.Progress] 4% setup normal module factory
|
|
23
|
+
<s> [webpack.Progress] 5% setup context module factory
|
|
24
|
+
<s> [webpack.Progress] 5% setup context module factory
|
|
25
|
+
<s> [webpack.Progress] 6% setup before compile
|
|
26
|
+
<s> [webpack.Progress] 6% setup before compile ProgressPlugin
|
|
27
|
+
<s> [webpack.Progress] 6% setup before compile
|
|
28
|
+
<s> [webpack.Progress] 7% setup compile
|
|
29
|
+
<s> [webpack.Progress] 7% setup compile ExternalsPlugin
|
|
30
|
+
<s> [webpack.Progress] 7% setup compile
|
|
31
|
+
<s> [webpack.Progress] 8% setup compilation
|
|
32
|
+
<s> [webpack.Progress] 8% setup compilation ArrayPushCallbackChunkFormatPlugin
|
|
33
|
+
<s> [webpack.Progress] 8% setup compilation JsonpChunkLoadingPlugin
|
|
34
|
+
<s> [webpack.Progress] 8% setup compilation StartupChunkDependenciesPlugin
|
|
35
|
+
<s> [webpack.Progress] 8% setup compilation ImportScriptsChunkLoadingPlugin
|
|
36
|
+
<s> [webpack.Progress] 8% setup compilation FetchCompileWasmPlugin
|
|
37
|
+
<s> [webpack.Progress] 8% setup compilation FetchCompileAsyncWasmPlugin
|
|
38
|
+
<s> [webpack.Progress] 8% setup compilation WorkerPlugin
|
|
39
|
+
<s> [webpack.Progress] 8% setup compilation SplitChunksPlugin
|
|
40
|
+
<s> [webpack.Progress] 8% setup compilation RuntimeChunkPlugin
|
|
41
|
+
<s> [webpack.Progress] 8% setup compilation ResolverCachePlugin
|
|
42
|
+
<s> [webpack.Progress] 8% setup compilation HtmlWebpackPlugin
|
|
43
|
+
<s> [webpack.Progress] 8% setup compilation
|
|
44
|
+
<s> [webpack.Progress] 9% setup compilation
|
|
45
|
+
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
46
|
+
<s> [webpack.Progress] 9% setup compilation ProvidePlugin
|
|
47
|
+
<s> [webpack.Progress] 9% setup compilation ProgressPlugin
|
|
48
|
+
<s> [webpack.Progress] 9% setup compilation DocGenPlugin
|
|
49
|
+
<s> [webpack.Progress] 9% setup compilation ChunkPrefetchPreloadPlugin
|
|
50
|
+
<s> [webpack.Progress] 9% setup compilation SourceMapDevToolPlugin
|
|
51
|
+
<s> [webpack.Progress] 9% setup compilation JavascriptModulesPlugin
|
|
52
|
+
<s> [webpack.Progress] 9% setup compilation JsonModulesPlugin
|
|
53
|
+
<s> [webpack.Progress] 9% setup compilation AssetModulesPlugin
|
|
54
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
55
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
56
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
57
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
58
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
59
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
60
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
61
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
62
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
63
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
64
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
65
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
66
|
+
<s> [webpack.Progress] 9% setup compilation EntryPlugin
|
|
67
|
+
<s> [webpack.Progress] 9% setup compilation RuntimePlugin
|
|
68
|
+
<s> [webpack.Progress] 9% setup compilation InferAsyncModulesPlugin
|
|
69
|
+
<s> [webpack.Progress] 9% setup compilation DataUriPlugin
|
|
70
|
+
<s> [webpack.Progress] 9% setup compilation FileUriPlugin
|
|
71
|
+
<s> [webpack.Progress] 9% setup compilation CompatibilityPlugin
|
|
72
|
+
<s> [webpack.Progress] 9% setup compilation HarmonyModulesPlugin
|
|
73
|
+
<s> [webpack.Progress] 9% setup compilation AMDPlugin
|
|
74
|
+
<s> [webpack.Progress] 9% setup compilation RequireJsStuffPlugin
|
|
75
|
+
<s> [webpack.Progress] 9% setup compilation CommonJsPlugin
|
|
76
|
+
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
77
|
+
<s> [webpack.Progress] 9% setup compilation LoaderPlugin
|
|
78
|
+
<s> [webpack.Progress] 9% setup compilation NodeStuffPlugin
|
|
79
|
+
<s> [webpack.Progress] 9% setup compilation APIPlugin
|
|
80
|
+
<s> [webpack.Progress] 9% setup compilation ExportsInfoApiPlugin
|
|
81
|
+
<s> [webpack.Progress] 9% setup compilation WebpackIsIncludedPlugin
|
|
82
|
+
<s> [webpack.Progress] 9% setup compilation ConstPlugin
|
|
83
|
+
<s> [webpack.Progress] 9% setup compilation UseStrictPlugin
|
|
84
|
+
<s> [webpack.Progress] 9% setup compilation RequireIncludePlugin
|
|
85
|
+
<s> [webpack.Progress] 9% setup compilation RequireEnsurePlugin
|
|
86
|
+
<s> [webpack.Progress] 9% setup compilation RequireContextPlugin
|
|
87
|
+
<s> [webpack.Progress] 9% setup compilation ImportPlugin
|
|
88
|
+
<s> [webpack.Progress] 9% setup compilation ImportMetaContextPlugin
|
|
89
|
+
<s> [webpack.Progress] 9% setup compilation SystemPlugin
|
|
90
|
+
<s> [webpack.Progress] 9% setup compilation ImportMetaPlugin
|
|
91
|
+
<s> [webpack.Progress] 9% setup compilation URLPlugin
|
|
92
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsFactoryPlugin
|
|
93
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsPresetPlugin
|
|
94
|
+
<s> [webpack.Progress] 9% setup compilation DefaultStatsPrinterPlugin
|
|
95
|
+
<s> [webpack.Progress] 9% setup compilation JavascriptMetaInfoPlugin
|
|
96
|
+
<s> [webpack.Progress] 9% setup compilation EnsureChunkConditionsPlugin
|
|
97
|
+
<s> [webpack.Progress] 9% setup compilation RemoveEmptyChunksPlugin
|
|
98
|
+
<s> [webpack.Progress] 9% setup compilation MergeDuplicateChunksPlugin
|
|
99
|
+
<s> [webpack.Progress] 9% setup compilation FlagIncludedChunksPlugin
|
|
100
|
+
<s> [webpack.Progress] 9% setup compilation SideEffectsFlagPlugin
|
|
101
|
+
<s> [webpack.Progress] 9% setup compilation FlagDependencyExportsPlugin
|
|
102
|
+
<s> [webpack.Progress] 9% setup compilation FlagDependencyUsagePlugin
|
|
103
|
+
<s> [webpack.Progress] 9% setup compilation InnerGraphPlugin
|
|
104
|
+
<s> [webpack.Progress] 9% setup compilation MangleExportsPlugin
|
|
105
|
+
<s> [webpack.Progress] 9% setup compilation ModuleConcatenationPlugin
|
|
106
|
+
<s> [webpack.Progress] 9% setup compilation NoEmitOnErrorsPlugin
|
|
107
|
+
<s> [webpack.Progress] 9% setup compilation RealContentHashPlugin
|
|
108
|
+
<s> [webpack.Progress] 9% setup compilation WasmFinalizeExportsPlugin
|
|
109
|
+
<s> [webpack.Progress] 9% setup compilation NamedModuleIdsPlugin
|
|
110
|
+
<s> [webpack.Progress] 9% setup compilation DeterministicChunkIdsPlugin
|
|
111
|
+
<s> [webpack.Progress] 9% setup compilation DefinePlugin
|
|
112
|
+
<s> [webpack.Progress] 9% setup compilation TerserPlugin
|
|
113
|
+
<s> [webpack.Progress] 9% setup compilation TemplatedPathPlugin
|
|
114
|
+
<s> [webpack.Progress] 9% setup compilation RecordIdsPlugin
|
|
115
|
+
<s> [webpack.Progress] 9% setup compilation WarnCaseSensitiveModulesPlugin
|
|
116
|
+
<s> [webpack.Progress] 9% setup compilation IgnoreWarningsPlugin
|
|
117
|
+
<s> [webpack.Progress] 9% setup compilation
|
|
118
|
+
<s> [webpack.Progress] 10% building
|
|
119
|
+
<s> [webpack.Progress] 10% building 0/1 entries 0/0 dependencies 0/0 modules
|
|
120
|
+
<s> [webpack.Progress] 10% building import loader ./node_modules/babel-loader/lib/index.js
|
|
121
|
+
<s> [webpack.Progress] 10% building 0/13 entries 21/28 dependencies 0/20 modules
|
|
122
|
+
<s> [webpack.Progress] 10% building 0/13 entries 21/29 dependencies 0/20 modules
|
|
123
|
+
<s> [webpack.Progress] 14% building 1/13 entries 33/142 dependencies 1/30 modules
|
|
124
|
+
<s> [webpack.Progress] 14% building import loader ./node_modules/@storybook/source-loader/dist/cjs/index.js
|
|
125
|
+
<s> [webpack.Progress] 14% building 1/13 entries 137/151 dependencies 1/126 modules
|
|
126
|
+
<s> [webpack.Progress] 14% building 1/13 entries 199/300 dependencies 1/168 modules
|
|
127
|
+
<s> [webpack.Progress] 14% building 1/13 entries 678/730 dependencies 4/225 modules
|
|
128
|
+
<s> [webpack.Progress] 14% building 1/13 entries 859/1100 dependencies 9/292 modules
|
|
129
|
+
<s> [webpack.Progress] 18% building 2/13 entries 982/1118 dependencies 16/335 modules
|
|
130
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/style-loader/dist/cjs.js
|
|
131
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/css-loader/dist/cjs.js
|
|
132
|
+
<s> [webpack.Progress] 18% building import loader ./node_modules/postcss-loader/dist/cjs.js
|
|
133
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1053/1118 dependencies 16/352 modules
|
|
134
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1369/1500 dependencies 33/408 modules
|
|
135
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1783/2100 dependencies 60/525 modules
|
|
136
|
+
<s> [webpack.Progress] 18% building 2/13 entries 1900/2108 dependencies 62/539 modules
|
|
137
|
+
<s> [webpack.Progress] 18% building 2/13 entries 2095/2200 dependencies 81/569 modules
|
|
138
|
+
<s> [webpack.Progress] 18% building 2/13 entries 2462/2502 dependencies 184/600 modules
|
|
139
|
+
<s> [webpack.Progress] 18% building 2/13 entries 2856/3200 dependencies 230/633 modules
|
|
140
|
+
<s> [webpack.Progress] 18% building 2/13 entries 3343/3500 dependencies 276/668 modules
|
|
141
|
+
<s> [webpack.Progress] 18% building 2/13 entries 3500/3823 dependencies 307/679 modules
|
|
142
|
+
<s> [webpack.Progress] 18% building 2/13 entries 4217/4300 dependencies 472/777 modules
|
|
143
|
+
<s> [webpack.Progress] 18% building 2/13 entries 4600/4751 dependencies 512/801 modules
|
|
144
|
+
<s> [webpack.Progress] 18% building 2/13 entries 5200/5278 dependencies 637/975 modules
|
|
145
|
+
<s> [webpack.Progress] 18% building 2/13 entries 6000/6036 dependencies 782/1153 modules
|
|
146
|
+
<s> [webpack.Progress] 21% building 2/13 entries 6564/6686 dependencies 1029/1300 modules
|
|
147
|
+
<s> [webpack.Progress] 21% building 2/13 entries 6683/6800 dependencies 1037/1349 modules
|
|
148
|
+
<s> [webpack.Progress] 23% building 2/13 entries 7241/7300 dependencies 1195/1428 modules
|
|
149
|
+
<s> [webpack.Progress] 24% building 3/13 entries 7470/7509 dependencies 1285/1465 modules
|
|
150
|
+
<s> [webpack.Progress] 26% building 4/13 entries 7470/7509 dependencies 1286/1465 modules
|
|
151
|
+
<s> [webpack.Progress] 31% building 5/13 entries 7470/7509 dependencies 1287/1465 modules
|
|
152
|
+
<s> [webpack.Progress] 35% building 6/13 entries 7470/7509 dependencies 1288/1465 modules
|
|
153
|
+
<s> [webpack.Progress] 39% building 7/13 entries 7470/7509 dependencies 1289/1465 modules
|
|
154
|
+
<s> [webpack.Progress] 43% building 8/13 entries 7470/7509 dependencies 1290/1465 modules
|
|
155
|
+
<s> [webpack.Progress] 48% building 9/13 entries 7470/7509 dependencies 1291/1465 modules
|
|
156
|
+
<s> [webpack.Progress] 52% building 10/13 entries 7470/7509 dependencies 1292/1465 modules
|
|
157
|
+
<s> [webpack.Progress] 56% building 11/13 entries 7483/7523 dependencies 1310/1468 modules
|
|
158
|
+
<s> [webpack.Progress] 60% building 12/13 entries 7778/7782 dependencies 1528/1543 modules
|
|
159
|
+
<s> [webpack.Progress] 65% building 13/13 entries 7789/7789 dependencies 1547/1547 modules
|
|
160
|
+
<s> [webpack.Progress] 65% building
|
|
161
|
+
<s> [webpack.Progress] 69% building finish
|
|
162
|
+
<s> [webpack.Progress] 69% building finish
|
|
163
|
+
<s> [webpack.Progress] 70% sealing finish module graph
|
|
164
|
+
<s> [webpack.Progress] 70% sealing finish module graph ResolverCachePlugin
|
|
165
|
+
<s> [webpack.Progress] 70% sealing finish module graph InferAsyncModulesPlugin
|
|
166
|
+
<s> [webpack.Progress] 70% sealing finish module graph FlagDependencyExportsPlugin
|
|
167
|
+
<s> [webpack.Progress] 70% sealing finish module graph InnerGraphPlugin
|
|
168
|
+
<s> [webpack.Progress] 70% sealing finish module graph WasmFinalizeExportsPlugin
|
|
169
|
+
<s> [webpack.Progress] 70% sealing finish module graph
|
|
170
|
+
<s> [webpack.Progress] 70% sealing plugins
|
|
171
|
+
<s> [webpack.Progress] 70% sealing plugins DocGenPlugin
|
|
172
|
+
DeprecationWarning: 'createIdentifier' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
173
|
+
DeprecationWarning: '' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
174
|
+
DeprecationWarning: 'createLiteral' has been deprecated since v4.0.0. Use `factory.createStringLiteral`, `factory.createStringLiteralFromNode`, `factory.createNumericLiteral`, `factory.createBigIntLiteral`, `factory.createTrue`, `factory.createFalse`, or the factory supplied by your transformation context instead.
|
|
175
|
+
DeprecationWarning: 'createBinaryExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
176
|
+
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
177
|
+
DeprecationWarning: 'createPropertyAssignment' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
178
|
+
DeprecationWarning: 'createNull' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
179
|
+
DeprecationWarning: 'createTrue' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
180
|
+
DeprecationWarning: 'createObjectLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
181
|
+
DeprecationWarning: 'createArrayLiteralExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
182
|
+
DeprecationWarning: 'createExpressionStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
183
|
+
DeprecationWarning: 'createTypeOfExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
184
|
+
DeprecationWarning: 'createElementAccessExpression' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
185
|
+
DeprecationWarning: 'createIfStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
186
|
+
DeprecationWarning: 'createBlock' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
187
|
+
DeprecationWarning: 'createVariableDeclaration' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
188
|
+
DeprecationWarning: 'createCatchClause' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
189
|
+
DeprecationWarning: 'createTryStatement' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
190
|
+
DeprecationWarning: 'createFalse' has been deprecated since v4.0.0. Use the appropriate method on 'ts.factory' or the 'factory' supplied by your transformation context instead.
|
|
191
|
+
<s> [webpack.Progress] 70% sealing plugins WarnCaseSensitiveModulesPlugin
|
|
192
|
+
<s> [webpack.Progress] 70% sealing plugins
|
|
193
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
194
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization SideEffectsFlagPlugin
|
|
195
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization FlagDependencyUsagePlugin
|
|
196
|
+
<s> [webpack.Progress] 71% sealing dependencies optimization
|
|
197
|
+
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
198
|
+
<s> [webpack.Progress] 71% sealing after dependencies optimization
|
|
199
|
+
<s> [webpack.Progress] 72% sealing chunk graph
|
|
200
|
+
<s> [webpack.Progress] 72% sealing chunk graph
|
|
201
|
+
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
202
|
+
<s> [webpack.Progress] 73% sealing after chunk graph
|
|
203
|
+
<s> [webpack.Progress] 73% sealing optimizing
|
|
204
|
+
<s> [webpack.Progress] 73% sealing optimizing
|
|
205
|
+
<s> [webpack.Progress] 74% sealing module optimization
|
|
206
|
+
<s> [webpack.Progress] 74% sealing module optimization
|
|
207
|
+
<s> [webpack.Progress] 75% sealing after module optimization
|
|
208
|
+
<s> [webpack.Progress] 75% sealing after module optimization
|
|
209
|
+
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
210
|
+
<s> [webpack.Progress] 75% sealing chunk optimization EnsureChunkConditionsPlugin
|
|
211
|
+
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
212
|
+
<s> [webpack.Progress] 75% sealing chunk optimization MergeDuplicateChunksPlugin
|
|
213
|
+
<s> [webpack.Progress] 75% sealing chunk optimization SplitChunksPlugin
|
|
214
|
+
<s> [webpack.Progress] 75% sealing chunk optimization RemoveEmptyChunksPlugin
|
|
215
|
+
<s> [webpack.Progress] 75% sealing chunk optimization
|
|
216
|
+
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
217
|
+
<s> [webpack.Progress] 76% sealing after chunk optimization
|
|
218
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
219
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization PersistentChildCompilerSingletonPlugin
|
|
220
|
+
<s> [webpack.Progress] 77% sealing module and chunk tree optimization
|
|
221
|
+
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
222
|
+
<s> [webpack.Progress] 77% sealing after module and chunk tree optimization
|
|
223
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
224
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization ModuleConcatenationPlugin
|
|
225
|
+
<s> [webpack.Progress] 78% sealing chunk modules optimization
|
|
226
|
+
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
227
|
+
<s> [webpack.Progress] 78% sealing after chunk modules optimization
|
|
228
|
+
<s> [webpack.Progress] 79% sealing module reviving
|
|
229
|
+
<s> [webpack.Progress] 79% sealing module reviving RecordIdsPlugin
|
|
230
|
+
<s> [webpack.Progress] 79% sealing module reviving
|
|
231
|
+
<s> [webpack.Progress] 80% sealing before module ids
|
|
232
|
+
<s> [webpack.Progress] 80% sealing before module ids
|
|
233
|
+
<s> [webpack.Progress] 80% sealing module ids
|
|
234
|
+
<s> [webpack.Progress] 80% sealing module ids NamedModuleIdsPlugin
|
|
235
|
+
<s> [webpack.Progress] 80% sealing module ids
|
|
236
|
+
<s> [webpack.Progress] 81% sealing module id optimization
|
|
237
|
+
<s> [webpack.Progress] 81% sealing module id optimization
|
|
238
|
+
<s> [webpack.Progress] 82% sealing module id optimization
|
|
239
|
+
<s> [webpack.Progress] 82% sealing module id optimization
|
|
240
|
+
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
241
|
+
<s> [webpack.Progress] 82% sealing chunk reviving RecordIdsPlugin
|
|
242
|
+
<s> [webpack.Progress] 82% sealing chunk reviving
|
|
243
|
+
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
244
|
+
<s> [webpack.Progress] 83% sealing before chunk ids
|
|
245
|
+
<s> [webpack.Progress] 84% sealing chunk ids
|
|
246
|
+
<s> [webpack.Progress] 84% sealing chunk ids DeterministicChunkIdsPlugin
|
|
247
|
+
<s> [webpack.Progress] 84% sealing chunk ids
|
|
248
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
249
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization FlagIncludedChunksPlugin
|
|
250
|
+
<s> [webpack.Progress] 84% sealing chunk id optimization
|
|
251
|
+
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
252
|
+
<s> [webpack.Progress] 85% sealing after chunk id optimization
|
|
253
|
+
<s> [webpack.Progress] 86% sealing record modules
|
|
254
|
+
<s> [webpack.Progress] 86% sealing record modules RecordIdsPlugin
|
|
255
|
+
<s> [webpack.Progress] 86% sealing record modules
|
|
256
|
+
<s> [webpack.Progress] 86% sealing record chunks
|
|
257
|
+
<s> [webpack.Progress] 86% sealing record chunks RecordIdsPlugin
|
|
258
|
+
<s> [webpack.Progress] 86% sealing record chunks
|
|
259
|
+
<s> [webpack.Progress] 87% sealing module hashing
|
|
260
|
+
<s> [webpack.Progress] 87% sealing module hashing
|
|
261
|
+
<s> [webpack.Progress] 87% sealing code generation
|
|
262
|
+
<s> [webpack.Progress] 87% sealing code generation
|
|
263
|
+
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
264
|
+
<s> [webpack.Progress] 88% sealing runtime requirements
|
|
265
|
+
<s> [webpack.Progress] 89% sealing hashing
|
|
266
|
+
<s> [webpack.Progress] 89% sealing hashing
|
|
267
|
+
<s> [webpack.Progress] 89% sealing after hashing
|
|
268
|
+
<s> [webpack.Progress] 89% sealing after hashing
|
|
269
|
+
<s> [webpack.Progress] 90% sealing record hash
|
|
270
|
+
<s> [webpack.Progress] 90% sealing record hash
|
|
271
|
+
<s> [webpack.Progress] 91% sealing module assets processing
|
|
272
|
+
<s> [webpack.Progress] 91% sealing module assets processing
|
|
273
|
+
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
274
|
+
<s> [webpack.Progress] 91% sealing chunk assets processing
|
|
275
|
+
<s> [webpack.Progress] 92% sealing asset processing
|
|
276
|
+
<s> [webpack.Progress] 92% sealing asset processing PersistentChildCompilerSingletonPlugin
|
|
277
|
+
<s> [webpack.Progress] 92% sealing asset processing TerserPlugin
|
|
278
|
+
info => Manager built (32 s)
|
|
279
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
280
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
281
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a111e21.iframe.bundle.js generate SourceMap
|
|
282
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin main.0a111e21.iframe.bundle.js generated SourceMap
|
|
283
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.a3fd4283.iframe.bundle.js generate SourceMap
|
|
284
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin runtime~main.a3fd4283.iframe.bundle.js generated SourceMap
|
|
285
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.b73b0541.iframe.bundle.js generate SourceMap
|
|
286
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 701.b73b0541.iframe.bundle.js generated SourceMap
|
|
287
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.f5c15f97.iframe.bundle.js generate SourceMap
|
|
288
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 745.f5c15f97.iframe.bundle.js generated SourceMap
|
|
289
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.af03e82c.iframe.bundle.js generate SourceMap
|
|
290
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 863.af03e82c.iframe.bundle.js generated SourceMap
|
|
291
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.8bbae042.iframe.bundle.js generate SourceMap
|
|
292
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 51.8bbae042.iframe.bundle.js generated SourceMap
|
|
293
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.8a40779b.iframe.bundle.js generate SourceMap
|
|
294
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 807.8a40779b.iframe.bundle.js generated SourceMap
|
|
295
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.89adb45b.iframe.bundle.js generate SourceMap
|
|
296
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 551.89adb45b.iframe.bundle.js generated SourceMap
|
|
297
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.51f552e5.iframe.bundle.js generate SourceMap
|
|
298
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 897.51f552e5.iframe.bundle.js generated SourceMap
|
|
299
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.046f034b.iframe.bundle.js generate SourceMap
|
|
300
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 229.046f034b.iframe.bundle.js generated SourceMap
|
|
301
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.2eb6353e.iframe.bundle.js generate SourceMap
|
|
302
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 935.2eb6353e.iframe.bundle.js generated SourceMap
|
|
303
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 421.564bdfbd.iframe.bundle.js generate SourceMap
|
|
304
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin 421.564bdfbd.iframe.bundle.js generated SourceMap
|
|
305
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin resolve sources
|
|
306
|
+
<s> [webpack.Progress] 92% sealing asset processing SourceMapDevToolPlugin
|
|
307
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
308
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
309
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin resolve sources
|
|
310
|
+
<s> [webpack.Progress] 92% sealing asset processing HtmlWebpackPlugin
|
|
311
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
312
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
313
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.fe15df92.iframe.bundle.js generate SourceMap
|
|
314
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin main.fe15df92.iframe.bundle.js generated SourceMap
|
|
315
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.306fc6dc.iframe.bundle.js generate SourceMap
|
|
316
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin runtime~main.306fc6dc.iframe.bundle.js generated SourceMap
|
|
317
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.29b905df.iframe.bundle.js generate SourceMap
|
|
318
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 701.29b905df.iframe.bundle.js generated SourceMap
|
|
319
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.4b81597c.iframe.bundle.js generate SourceMap
|
|
320
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 745.4b81597c.iframe.bundle.js generated SourceMap
|
|
321
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.c82ea8f1.iframe.bundle.js generate SourceMap
|
|
322
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 551.c82ea8f1.iframe.bundle.js generated SourceMap
|
|
323
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.b009799f.iframe.bundle.js generate SourceMap
|
|
324
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 229.b009799f.iframe.bundle.js generated SourceMap
|
|
325
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.3a33e233.iframe.bundle.js generate SourceMap
|
|
326
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 935.3a33e233.iframe.bundle.js generated SourceMap
|
|
327
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.e16e5d47.iframe.bundle.js generate SourceMap
|
|
328
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 863.e16e5d47.iframe.bundle.js generated SourceMap
|
|
329
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.0690d1ae.iframe.bundle.js generate SourceMap
|
|
330
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 51.0690d1ae.iframe.bundle.js generated SourceMap
|
|
331
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.919f8c9e.iframe.bundle.js generate SourceMap
|
|
332
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 807.919f8c9e.iframe.bundle.js generated SourceMap
|
|
333
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.d9a35fd0.iframe.bundle.js generate SourceMap
|
|
334
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 897.d9a35fd0.iframe.bundle.js generated SourceMap
|
|
335
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 421.733237e0.iframe.bundle.js generate SourceMap
|
|
336
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin 421.733237e0.iframe.bundle.js generated SourceMap
|
|
337
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin resolve sources
|
|
338
|
+
<s> [webpack.Progress] 92% sealing asset processing RealContentHashPlugin
|
|
339
|
+
<s> [webpack.Progress] 92% sealing asset processing
|
|
340
|
+
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
341
|
+
<s> [webpack.Progress] 93% sealing after asset optimization
|
|
342
|
+
<s> [webpack.Progress] 93% sealing recording
|
|
343
|
+
<s> [webpack.Progress] 93% sealing recording
|
|
344
|
+
<s> [webpack.Progress] 94% sealing after seal
|
|
345
|
+
<s> [webpack.Progress] 94% sealing after seal
|
|
346
|
+
<s> [webpack.Progress] 95% emitting emit
|
|
347
|
+
<s> [webpack.Progress] 95% emitting emit
|
|
348
|
+
<s> [webpack.Progress] 98% emitting after emit
|
|
349
|
+
<s> [webpack.Progress] 98% emitting after emit SizeLimitsPlugin
|
|
350
|
+
<s> [webpack.Progress] 98% emitting after emit
|
|
351
|
+
<s> [webpack.Progress] 99% done plugins
|
|
352
|
+
<s> [webpack.Progress] 99% done plugins CaseSensitivePathsPlugin
|
|
353
|
+
<s> [webpack.Progress] 99% done plugins
|
|
354
|
+
<s> [webpack.Progress] 99%
|
|
355
|
+
|
|
356
|
+
<s> [webpack.Progress] 99% cache store build dependencies
|
|
357
|
+
<s> [webpack.Progress] 99% cache store build dependencies
|
|
358
|
+
<s> [webpack.Progress] 99% cache begin idle
|
|
359
|
+
<s> [webpack.Progress] 99% cache begin idle
|
|
360
|
+
<s> [webpack.Progress] 100%
|
|
361
|
+
|
|
362
|
+
info => Preview built (49 s)
|
|
363
|
+
WARN asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
364
|
+
WARN This can impact web performance.
|
|
365
|
+
WARN Assets:
|
|
366
|
+
WARN main.fe15df92.iframe.bundle.js (1.04 MiB)
|
|
367
|
+
WARN 863.e16e5d47.iframe.bundle.js (515 KiB)
|
|
368
|
+
WARN 807.919f8c9e.iframe.bundle.js (791 KiB)
|
|
369
|
+
WARN 421.733237e0.iframe.bundle.js (2.6 MiB)
|
|
370
|
+
WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
371
|
+
WARN Entrypoints:
|
|
372
|
+
WARN main (3.65 MiB)
|
|
373
|
+
WARN runtime~main.306fc6dc.iframe.bundle.js
|
|
374
|
+
WARN 421.733237e0.iframe.bundle.js
|
|
375
|
+
WARN main.fe15df92.iframe.bundle.js
|
|
376
|
+
WARN
|
|
377
|
+
<s> [webpack.Progress] 99% cache shutdown
|
|
378
|
+
<s> [webpack.Progress] 99% cache shutdown
|
|
379
|
+
<s> [webpack.Progress] 100%
|
|
380
|
+
|
|
381
|
+
info => Output directory: C:\Users\Zakher\Desktop\coding\hawa\docs\documentation
|
package/dist/styles.css
CHANGED