@bigbinary/neeto-molecules 1.6.4 → 1.6.6
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/dist/FloatingActionMenu.js +1 -1
- package/dist/Settings.js +210 -56
- package/dist/Settings.js.map +1 -1
- package/dist/cjs/FloatingActionMenu.js +1 -1
- package/dist/cjs/Settings.js +201 -46
- package/dist/cjs/Settings.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +5 -1
- package/types/Settings.d.ts +1 -1
package/src/translations/en.json
CHANGED
|
@@ -564,7 +564,11 @@
|
|
|
564
564
|
"daily": "Daily"
|
|
565
565
|
},
|
|
566
566
|
"settingsPage": {
|
|
567
|
-
"
|
|
567
|
+
"title": "Settings",
|
|
568
|
+
"noData": "No settings found",
|
|
569
|
+
"placeholder": {
|
|
570
|
+
"search": "Search settings"
|
|
571
|
+
}
|
|
568
572
|
},
|
|
569
573
|
"security": {
|
|
570
574
|
"labels": {
|