@digigov/react-core 2.0.9 → 2.0.10
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/index.js +1 -1
- package/lazy.d.ts +1 -1
- package/lazy.js +3 -3
- package/package.json +3 -3
- package/registry.d.ts +2 -2
- package/registry.js +4 -4
- package/src/lazy.ts +1 -1
- package/src/registry.ts +4 -4
package/index.js
CHANGED
package/lazy.d.ts
CHANGED
|
@@ -217,8 +217,8 @@ declare const _default: {
|
|
|
217
217
|
TaskListItemTag: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./TaskListItemTag/index.js").TaskListItemTagProps, "ref"> & import("react").RefAttributes<HTMLElement>>>;
|
|
218
218
|
WarningTextAssistive: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./WarningTextAssistive/index.js").WarningTextAssistiveProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
|
|
219
219
|
AutoCompleteAssistiveHint: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./AutoCompleteAssistiveHint/index.js").AutoCompleteAssistiveHintProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>>>;
|
|
220
|
-
AutoCompleteStatusContainer: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./AutoCompleteStatusContainer/index.js").AutoCompleteStatusContainerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
221
220
|
AutoCompleteStatus: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./AutoCompleteStatus/index.js").AutoCompleteStatusProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
221
|
+
AutoCompleteStatusContainer: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./AutoCompleteStatusContainer/index.js").AutoCompleteStatusContainerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
222
222
|
BackToTopContainer: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./BackToTopContainer/index.js").BackToTopContainerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
223
223
|
BackToTopLimit: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./BackToTopLimit/index.js").BackToTopLimitProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>>;
|
|
224
224
|
BackToTopLink: import("react").LazyExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("./BackToTopLink/index.js").BackToTopLinkProps, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>>;
|
package/lazy.js
CHANGED
|
@@ -654,12 +654,12 @@ const src_lazy = {
|
|
|
654
654
|
AutoCompleteAssistiveHint: lazy(()=>import("./AutoCompleteAssistiveHint/index.js").then((module)=>({
|
|
655
655
|
default: module['AutoCompleteAssistiveHint']
|
|
656
656
|
}))),
|
|
657
|
-
AutoCompleteStatusContainer: lazy(()=>import("./AutoCompleteStatusContainer/index.js").then((module)=>({
|
|
658
|
-
default: module['AutoCompleteStatusContainer']
|
|
659
|
-
}))),
|
|
660
657
|
AutoCompleteStatus: lazy(()=>import("./AutoCompleteStatus/index.js").then((module)=>({
|
|
661
658
|
default: module['AutoCompleteStatus']
|
|
662
659
|
}))),
|
|
660
|
+
AutoCompleteStatusContainer: lazy(()=>import("./AutoCompleteStatusContainer/index.js").then((module)=>({
|
|
661
|
+
default: module['AutoCompleteStatusContainer']
|
|
662
|
+
}))),
|
|
663
663
|
BackToTopContainer: lazy(()=>import("./BackToTopContainer/index.js").then((module)=>({
|
|
664
664
|
default: module['BackToTopContainer']
|
|
665
665
|
}))),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "@digigov react core components",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"react-native-svg": "^15.2.0",
|
|
18
18
|
"expo-router": "^3.5.14",
|
|
19
19
|
"nativewind": "^4.1.1",
|
|
20
|
-
"@digigov/css": "2.0.
|
|
21
|
-
"@digigov/react-icons": "2.0.
|
|
20
|
+
"@digigov/css": "2.0.10",
|
|
21
|
+
"@digigov/react-icons": "2.0.10"
|
|
22
22
|
},
|
|
23
23
|
"peerDependenciesMeta": {
|
|
24
24
|
"react-native": {
|
package/registry.d.ts
CHANGED
|
@@ -17,15 +17,15 @@ declare const _default: {
|
|
|
17
17
|
'@digigov/react-core/AdminTopSection': {};
|
|
18
18
|
'@digigov/react-core/Aside': {};
|
|
19
19
|
'@digigov/react-core/AutoCompleteAssistiveHint': {};
|
|
20
|
-
'@digigov/react-core/AutoCompleteInputBase': {};
|
|
21
20
|
'@digigov/react-core/AutoCompleteContainer': {};
|
|
21
|
+
'@digigov/react-core/AutoCompleteInputBase': {};
|
|
22
22
|
'@digigov/react-core/AutoCompleteMultipleInput': {};
|
|
23
23
|
'@digigov/react-core/AutoCompleteMultipleInputContainer': {};
|
|
24
24
|
'@digigov/react-core/AutoCompleteResultList': {};
|
|
25
25
|
'@digigov/react-core/AutoCompleteResultListItem': {};
|
|
26
|
-
'@digigov/react-core/AutoCompleteStatusContainer': {};
|
|
27
26
|
'@digigov/react-core/AutoCompleteStatus': {};
|
|
28
27
|
'@digigov/react-core/BackLinkBase': {};
|
|
28
|
+
'@digigov/react-core/AutoCompleteStatusContainer': {};
|
|
29
29
|
'@digigov/react-core/BackToTopContainer': {};
|
|
30
30
|
'@digigov/react-core/BackToTopLimit': {};
|
|
31
31
|
'@digigov/react-core/BackToTopLink': {};
|
package/registry.js
CHANGED
|
@@ -16,15 +16,15 @@ import * as __WEBPACK_EXTERNAL_MODULE__AdminMain_index_js_dbf027ab__ from "./Adm
|
|
|
16
16
|
import * as __WEBPACK_EXTERNAL_MODULE__AdminTopSection_index_js_e05fc66d__ from "./AdminTopSection/index.js";
|
|
17
17
|
import * as __WEBPACK_EXTERNAL_MODULE__Aside_index_js_3c9c3129__ from "./Aside/index.js";
|
|
18
18
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteAssistiveHint_index_js_4bdf4eb4__ from "./AutoCompleteAssistiveHint/index.js";
|
|
19
|
-
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteInputBase_index_js_a8a91daa__ from "./AutoCompleteInputBase/index.js";
|
|
20
19
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteContainer_index_js_0a4eabc6__ from "./AutoCompleteContainer/index.js";
|
|
20
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteInputBase_index_js_a8a91daa__ from "./AutoCompleteInputBase/index.js";
|
|
21
21
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteMultipleInput_index_js_2d007a9f__ from "./AutoCompleteMultipleInput/index.js";
|
|
22
22
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteMultipleInputContainer_index_js_21cb6c3b__ from "./AutoCompleteMultipleInputContainer/index.js";
|
|
23
23
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteResultList_index_js_a3f3ae52__ from "./AutoCompleteResultList/index.js";
|
|
24
24
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteResultListItem_index_js_5791371a__ from "./AutoCompleteResultListItem/index.js";
|
|
25
|
-
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteStatusContainer_index_js_0557363b__ from "./AutoCompleteStatusContainer/index.js";
|
|
26
25
|
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteStatus_index_js_b4a797bb__ from "./AutoCompleteStatus/index.js";
|
|
27
26
|
import * as __WEBPACK_EXTERNAL_MODULE__BackLinkBase_index_js_8872906a__ from "./BackLinkBase/index.js";
|
|
27
|
+
import * as __WEBPACK_EXTERNAL_MODULE__AutoCompleteStatusContainer_index_js_0557363b__ from "./AutoCompleteStatusContainer/index.js";
|
|
28
28
|
import * as __WEBPACK_EXTERNAL_MODULE__BackToTopContainer_index_js_642ad67f__ from "./BackToTopContainer/index.js";
|
|
29
29
|
import * as __WEBPACK_EXTERNAL_MODULE__BackToTopLimit_index_js_2e2b66c4__ from "./BackToTopLimit/index.js";
|
|
30
30
|
import * as __WEBPACK_EXTERNAL_MODULE__BackToTopLink_index_js_c32b8f4e__ from "./BackToTopLink/index.js";
|
|
@@ -290,15 +290,15 @@ const registry = {
|
|
|
290
290
|
'@digigov/react-core/AdminTopSection': lazyImport(__WEBPACK_EXTERNAL_MODULE__AdminTopSection_index_js_e05fc66d__),
|
|
291
291
|
'@digigov/react-core/Aside': lazyImport(__WEBPACK_EXTERNAL_MODULE__Aside_index_js_3c9c3129__),
|
|
292
292
|
'@digigov/react-core/AutoCompleteAssistiveHint': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteAssistiveHint_index_js_4bdf4eb4__),
|
|
293
|
-
'@digigov/react-core/AutoCompleteInputBase': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteInputBase_index_js_a8a91daa__),
|
|
294
293
|
'@digigov/react-core/AutoCompleteContainer': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteContainer_index_js_0a4eabc6__),
|
|
294
|
+
'@digigov/react-core/AutoCompleteInputBase': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteInputBase_index_js_a8a91daa__),
|
|
295
295
|
'@digigov/react-core/AutoCompleteMultipleInput': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteMultipleInput_index_js_2d007a9f__),
|
|
296
296
|
'@digigov/react-core/AutoCompleteMultipleInputContainer': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteMultipleInputContainer_index_js_21cb6c3b__),
|
|
297
297
|
'@digigov/react-core/AutoCompleteResultList': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteResultList_index_js_a3f3ae52__),
|
|
298
298
|
'@digigov/react-core/AutoCompleteResultListItem': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteResultListItem_index_js_5791371a__),
|
|
299
|
-
'@digigov/react-core/AutoCompleteStatusContainer': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteStatusContainer_index_js_0557363b__),
|
|
300
299
|
'@digigov/react-core/AutoCompleteStatus': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteStatus_index_js_b4a797bb__),
|
|
301
300
|
'@digigov/react-core/BackLinkBase': lazyImport(__WEBPACK_EXTERNAL_MODULE__BackLinkBase_index_js_8872906a__),
|
|
301
|
+
'@digigov/react-core/AutoCompleteStatusContainer': lazyImport(__WEBPACK_EXTERNAL_MODULE__AutoCompleteStatusContainer_index_js_0557363b__),
|
|
302
302
|
'@digigov/react-core/BackToTopContainer': lazyImport(__WEBPACK_EXTERNAL_MODULE__BackToTopContainer_index_js_642ad67f__),
|
|
303
303
|
'@digigov/react-core/BackToTopLimit': lazyImport(__WEBPACK_EXTERNAL_MODULE__BackToTopLimit_index_js_2e2b66c4__),
|
|
304
304
|
'@digigov/react-core/BackToTopLink': lazyImport(__WEBPACK_EXTERNAL_MODULE__BackToTopLink_index_js_c32b8f4e__),
|
package/src/lazy.ts
CHANGED
|
@@ -218,8 +218,8 @@ export default {
|
|
|
218
218
|
'TaskListItemTag': lazy(() => import('@digigov/react-core/TaskListItemTag').then((module) => ({ default: module['TaskListItemTag'] }))),
|
|
219
219
|
'WarningTextAssistive': lazy(() => import('@digigov/react-core/WarningTextAssistive').then((module) => ({ default: module['WarningTextAssistive'] }))),
|
|
220
220
|
'AutoCompleteAssistiveHint': lazy(() => import('@digigov/react-core/AutoCompleteAssistiveHint').then((module) => ({ default: module['AutoCompleteAssistiveHint'] }))),
|
|
221
|
-
'AutoCompleteStatusContainer': lazy(() => import('@digigov/react-core/AutoCompleteStatusContainer').then((module) => ({ default: module['AutoCompleteStatusContainer'] }))),
|
|
222
221
|
'AutoCompleteStatus': lazy(() => import('@digigov/react-core/AutoCompleteStatus').then((module) => ({ default: module['AutoCompleteStatus'] }))),
|
|
222
|
+
'AutoCompleteStatusContainer': lazy(() => import('@digigov/react-core/AutoCompleteStatusContainer').then((module) => ({ default: module['AutoCompleteStatusContainer'] }))),
|
|
223
223
|
'BackToTopContainer': lazy(() => import('@digigov/react-core/BackToTopContainer').then((module) => ({ default: module['BackToTopContainer'] }))),
|
|
224
224
|
'BackToTopLimit': lazy(() => import('@digigov/react-core/BackToTopLimit').then((module) => ({ default: module['BackToTopLimit'] }))),
|
|
225
225
|
'BackToTopLink': lazy(() => import('@digigov/react-core/BackToTopLink').then((module) => ({ default: module['BackToTopLink'] }))),
|
package/src/registry.ts
CHANGED
|
@@ -17,15 +17,15 @@ import * as _digigov_react_core_AdminMain from "@digigov/react-core/AdminMain";
|
|
|
17
17
|
import * as _digigov_react_core_AdminTopSection from "@digigov/react-core/AdminTopSection";
|
|
18
18
|
import * as _digigov_react_core_Aside from "@digigov/react-core/Aside";
|
|
19
19
|
import * as _digigov_react_core_AutoCompleteAssistiveHint from "@digigov/react-core/AutoCompleteAssistiveHint";
|
|
20
|
-
import * as _digigov_react_core_AutoCompleteInputBase from "@digigov/react-core/AutoCompleteInputBase";
|
|
21
20
|
import * as _digigov_react_core_AutoCompleteContainer from "@digigov/react-core/AutoCompleteContainer";
|
|
21
|
+
import * as _digigov_react_core_AutoCompleteInputBase from "@digigov/react-core/AutoCompleteInputBase";
|
|
22
22
|
import * as _digigov_react_core_AutoCompleteMultipleInput from "@digigov/react-core/AutoCompleteMultipleInput";
|
|
23
23
|
import * as _digigov_react_core_AutoCompleteMultipleInputContainer from "@digigov/react-core/AutoCompleteMultipleInputContainer";
|
|
24
24
|
import * as _digigov_react_core_AutoCompleteResultList from "@digigov/react-core/AutoCompleteResultList";
|
|
25
25
|
import * as _digigov_react_core_AutoCompleteResultListItem from "@digigov/react-core/AutoCompleteResultListItem";
|
|
26
|
-
import * as _digigov_react_core_AutoCompleteStatusContainer from "@digigov/react-core/AutoCompleteStatusContainer";
|
|
27
26
|
import * as _digigov_react_core_AutoCompleteStatus from "@digigov/react-core/AutoCompleteStatus";
|
|
28
27
|
import * as _digigov_react_core_BackLinkBase from "@digigov/react-core/BackLinkBase";
|
|
28
|
+
import * as _digigov_react_core_AutoCompleteStatusContainer from "@digigov/react-core/AutoCompleteStatusContainer";
|
|
29
29
|
import * as _digigov_react_core_BackToTopContainer from "@digigov/react-core/BackToTopContainer";
|
|
30
30
|
import * as _digigov_react_core_BackToTopLimit from "@digigov/react-core/BackToTopLimit";
|
|
31
31
|
import * as _digigov_react_core_BackToTopLink from "@digigov/react-core/BackToTopLink";
|
|
@@ -300,15 +300,15 @@ export default {
|
|
|
300
300
|
'@digigov/react-core/AdminTopSection': lazyImport(_digigov_react_core_AdminTopSection),
|
|
301
301
|
'@digigov/react-core/Aside': lazyImport(_digigov_react_core_Aside),
|
|
302
302
|
'@digigov/react-core/AutoCompleteAssistiveHint': lazyImport(_digigov_react_core_AutoCompleteAssistiveHint),
|
|
303
|
-
'@digigov/react-core/AutoCompleteInputBase': lazyImport(_digigov_react_core_AutoCompleteInputBase),
|
|
304
303
|
'@digigov/react-core/AutoCompleteContainer': lazyImport(_digigov_react_core_AutoCompleteContainer),
|
|
304
|
+
'@digigov/react-core/AutoCompleteInputBase': lazyImport(_digigov_react_core_AutoCompleteInputBase),
|
|
305
305
|
'@digigov/react-core/AutoCompleteMultipleInput': lazyImport(_digigov_react_core_AutoCompleteMultipleInput),
|
|
306
306
|
'@digigov/react-core/AutoCompleteMultipleInputContainer': lazyImport(_digigov_react_core_AutoCompleteMultipleInputContainer),
|
|
307
307
|
'@digigov/react-core/AutoCompleteResultList': lazyImport(_digigov_react_core_AutoCompleteResultList),
|
|
308
308
|
'@digigov/react-core/AutoCompleteResultListItem': lazyImport(_digigov_react_core_AutoCompleteResultListItem),
|
|
309
|
-
'@digigov/react-core/AutoCompleteStatusContainer': lazyImport(_digigov_react_core_AutoCompleteStatusContainer),
|
|
310
309
|
'@digigov/react-core/AutoCompleteStatus': lazyImport(_digigov_react_core_AutoCompleteStatus),
|
|
311
310
|
'@digigov/react-core/BackLinkBase': lazyImport(_digigov_react_core_BackLinkBase),
|
|
311
|
+
'@digigov/react-core/AutoCompleteStatusContainer': lazyImport(_digigov_react_core_AutoCompleteStatusContainer),
|
|
312
312
|
'@digigov/react-core/BackToTopContainer': lazyImport(_digigov_react_core_BackToTopContainer),
|
|
313
313
|
'@digigov/react-core/BackToTopLimit': lazyImport(_digigov_react_core_BackToTopLimit),
|
|
314
314
|
'@digigov/react-core/BackToTopLink': lazyImport(_digigov_react_core_BackToTopLink),
|