@propbinder/mobile-design 0.3.32 → 0.3.34
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.
|
@@ -4067,31 +4067,31 @@ class DsMobileProfileActionsSheetComponent {
|
|
|
4067
4067
|
code: 'da',
|
|
4068
4068
|
nativeName: 'Dansk',
|
|
4069
4069
|
englishName: 'Danish',
|
|
4070
|
-
flagIcon: '/
|
|
4070
|
+
flagIcon: '/assets/country-flags/denmark.svg',
|
|
4071
4071
|
},
|
|
4072
4072
|
{
|
|
4073
4073
|
code: 'en',
|
|
4074
4074
|
nativeName: 'English',
|
|
4075
4075
|
englishName: 'English',
|
|
4076
|
-
flagIcon: '/
|
|
4076
|
+
flagIcon: '/assets/country-flags/united-kingdom.svg',
|
|
4077
4077
|
},
|
|
4078
4078
|
{
|
|
4079
4079
|
code: 'sv',
|
|
4080
4080
|
nativeName: 'Svenska',
|
|
4081
4081
|
englishName: 'Swedish',
|
|
4082
|
-
flagIcon: '/
|
|
4082
|
+
flagIcon: '/assets/country-flags/sweden.svg',
|
|
4083
4083
|
},
|
|
4084
4084
|
{
|
|
4085
4085
|
code: 'no',
|
|
4086
4086
|
nativeName: 'Norsk',
|
|
4087
4087
|
englishName: 'Norwegian',
|
|
4088
|
-
flagIcon: '/
|
|
4088
|
+
flagIcon: '/assets/country-flags/norway.svg',
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
4091
|
code: 'de',
|
|
4092
4092
|
nativeName: 'Deutsch',
|
|
4093
4093
|
englishName: 'German',
|
|
4094
|
-
flagIcon: '/
|
|
4094
|
+
flagIcon: '/assets/country-flags/germany.svg',
|
|
4095
4095
|
},
|
|
4096
4096
|
];
|
|
4097
4097
|
/**
|
|
@@ -6004,7 +6004,7 @@ class DsMobilePageMainComponent extends MobilePageBase {
|
|
|
6004
6004
|
action: 'language',
|
|
6005
6005
|
title: 'Sprog',
|
|
6006
6006
|
subtitle: 'Dansk',
|
|
6007
|
-
flagIcon: '/
|
|
6007
|
+
flagIcon: '/assets/country-flags/denmark.svg',
|
|
6008
6008
|
icon: 'remixGlobalLine',
|
|
6009
6009
|
destructive: false,
|
|
6010
6010
|
showChevron: true,
|
|
@@ -6036,31 +6036,31 @@ class DsMobilePageMainComponent extends MobilePageBase {
|
|
|
6036
6036
|
code: 'da',
|
|
6037
6037
|
nativeName: 'Dansk',
|
|
6038
6038
|
englishName: 'Danish',
|
|
6039
|
-
flagIcon: '/
|
|
6039
|
+
flagIcon: '/assets/country-flags/denmark.svg',
|
|
6040
6040
|
},
|
|
6041
6041
|
{
|
|
6042
6042
|
code: 'en',
|
|
6043
6043
|
nativeName: 'English',
|
|
6044
6044
|
englishName: 'English',
|
|
6045
|
-
flagIcon: '/
|
|
6045
|
+
flagIcon: '/assets/country-flags/united-kingdom.svg',
|
|
6046
6046
|
},
|
|
6047
6047
|
{
|
|
6048
6048
|
code: 'sv',
|
|
6049
6049
|
nativeName: 'Svenska',
|
|
6050
6050
|
englishName: 'Swedish',
|
|
6051
|
-
flagIcon: '/
|
|
6051
|
+
flagIcon: '/assets/country-flags/sweden.svg',
|
|
6052
6052
|
},
|
|
6053
6053
|
{
|
|
6054
6054
|
code: 'no',
|
|
6055
6055
|
nativeName: 'Norsk',
|
|
6056
6056
|
englishName: 'Norwegian',
|
|
6057
|
-
flagIcon: '/
|
|
6057
|
+
flagIcon: '/assets/country-flags/norway.svg',
|
|
6058
6058
|
},
|
|
6059
6059
|
{
|
|
6060
6060
|
code: 'de',
|
|
6061
6061
|
nativeName: 'Deutsch',
|
|
6062
6062
|
englishName: 'German',
|
|
6063
|
-
flagIcon: '/
|
|
6063
|
+
flagIcon: '/assets/country-flags/germany.svg',
|
|
6064
6064
|
},
|
|
6065
6065
|
],
|
|
6066
6066
|
},
|
|
@@ -19944,31 +19944,31 @@ class DsMobileTabBarComponent {
|
|
|
19944
19944
|
code: 'da',
|
|
19945
19945
|
nativeName: 'Dansk',
|
|
19946
19946
|
englishName: 'Danish',
|
|
19947
|
-
flagIcon: '/
|
|
19947
|
+
flagIcon: '/assets/country-flags/denmark.svg',
|
|
19948
19948
|
},
|
|
19949
19949
|
{
|
|
19950
19950
|
code: 'en',
|
|
19951
19951
|
nativeName: 'English',
|
|
19952
19952
|
englishName: 'English',
|
|
19953
|
-
flagIcon: '/
|
|
19953
|
+
flagIcon: '/assets/country-flags/united-kingdom.svg',
|
|
19954
19954
|
},
|
|
19955
19955
|
{
|
|
19956
19956
|
code: 'sv',
|
|
19957
19957
|
nativeName: 'Svenska',
|
|
19958
19958
|
englishName: 'Swedish',
|
|
19959
|
-
flagIcon: '/
|
|
19959
|
+
flagIcon: '/assets/country-flags/sweden.svg',
|
|
19960
19960
|
},
|
|
19961
19961
|
{
|
|
19962
19962
|
code: 'no',
|
|
19963
19963
|
nativeName: 'Norsk',
|
|
19964
19964
|
englishName: 'Norwegian',
|
|
19965
|
-
flagIcon: '/
|
|
19965
|
+
flagIcon: '/assets/country-flags/norway.svg',
|
|
19966
19966
|
},
|
|
19967
19967
|
{
|
|
19968
19968
|
code: 'de',
|
|
19969
19969
|
nativeName: 'Deutsch',
|
|
19970
19970
|
englishName: 'German',
|
|
19971
|
-
flagIcon: '/
|
|
19971
|
+
flagIcon: '/assets/country-flags/germany.svg',
|
|
19972
19972
|
},
|
|
19973
19973
|
],
|
|
19974
19974
|
},
|
|
@@ -35299,7 +35299,7 @@ class MobileTabsExampleComponent {
|
|
|
35299
35299
|
action: 'language',
|
|
35300
35300
|
title: 'Sprog',
|
|
35301
35301
|
subtitle: 'Dansk',
|
|
35302
|
-
flagIcon: '/
|
|
35302
|
+
flagIcon: '/assets/country-flags/denmark.svg',
|
|
35303
35303
|
icon: 'remixGlobalLine',
|
|
35304
35304
|
destructive: false,
|
|
35305
35305
|
showChevron: true,
|