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