@propbinder/mobile-design 0.3.32 → 0.3.33
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
|
/**
|
|
@@ -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
|
},
|