@bigbinary/neeto-molecules 5.3.10 → 5.3.12
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 +120 -91
- package/dist/FloatingActionMenu.js.map +1 -1
- package/dist/ProductEmbed.js +20 -9
- package/dist/ProductEmbed.js.map +1 -1
- package/dist/ShareViaLink.js +4 -4
- package/dist/ShareViaLink.js.map +1 -1
- package/dist/cjs/FloatingActionMenu.js +119 -90
- package/dist/cjs/FloatingActionMenu.js.map +1 -1
- package/dist/cjs/ProductEmbed.js +19 -8
- package/dist/cjs/ProductEmbed.js.map +1 -1
- package/dist/cjs/ShareViaLink.js +4 -4
- package/dist/cjs/ShareViaLink.js.map +1 -1
- package/dist/cjs/v2/FloatingActionMenu.js +141 -77
- package/dist/cjs/v2/FloatingActionMenu.js.map +1 -1
- package/dist/cjs/v2/ProductEmbed.js +19 -8
- package/dist/cjs/v2/ProductEmbed.js.map +1 -1
- package/dist/v2/FloatingActionMenu.js +141 -77
- package/dist/v2/FloatingActionMenu.js.map +1 -1
- package/dist/v2/ProductEmbed.js +20 -9
- package/dist/v2/ProductEmbed.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.12",
|
|
4
4
|
"description": "A package of reusable molecular components for neeto products.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-molecules.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|
package/src/translations/en.json
CHANGED
|
@@ -131,7 +131,9 @@
|
|
|
131
131
|
"keyboardShortcuts": "Keyboard shortcuts",
|
|
132
132
|
"helpArticles": "Help Articles",
|
|
133
133
|
"systemStatus": "System Status",
|
|
134
|
-
"askTheCommunity": "Ask the Community"
|
|
134
|
+
"askTheCommunity": "Ask the Community",
|
|
135
|
+
"requestFeature": "Request feature",
|
|
136
|
+
"roadmap": "Roadmap"
|
|
135
137
|
},
|
|
136
138
|
"showMenu": "Expand sidebar",
|
|
137
139
|
"hideMenu": "Collapse sidebar",
|