@bigbinary/neeto-molecules 3.16.88 → 3.16.90
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/DocumentEditor.js +0 -1
- package/dist/DocumentEditor.js.map +1 -1
- package/dist/IpRestriction.js +1 -0
- package/dist/IpRestriction.js.map +1 -1
- package/dist/cjs/DocumentEditor.js +0 -1
- package/dist/cjs/DocumentEditor.js.map +1 -1
- package/dist/cjs/IpRestriction.js +1 -0
- package/dist/cjs/IpRestriction.js.map +1 -1
- package/package.json +9 -7
- package/src/translations/de.json +5 -0
- package/src/translations/es.json +5 -0
- package/src/translations/fr.json +5 -0
- package/src/translations/nl.json +5 -0
- package/src/translations/pl.json +5 -0
- package/src/translations/pt.json +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-molecules",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.90",
|
|
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>",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"serve": "node .storybook/db",
|
|
14
14
|
"storybook": "(trap 'kill 0' SIGINT; node .storybook/db & NODE_ENV=development storybook dev -p 6006)",
|
|
15
15
|
"sync_with_wheel": "./.scripts/sync_with_wheel.sh",
|
|
16
|
-
"test": "TZ=UTC jest
|
|
16
|
+
"test": "TZ=UTC jest",
|
|
17
17
|
"watch": "rollup --bundleConfigAsCjs -c rollup.config.js --watch"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
@@ -93,17 +93,18 @@
|
|
|
93
93
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
94
94
|
"@tanstack/react-query": "5.59.20",
|
|
95
95
|
"@tanstack/react-query-devtools": "5.59.20",
|
|
96
|
-
"@testing-library/
|
|
97
|
-
"@testing-library/
|
|
96
|
+
"@testing-library/dom": "^10.4.0",
|
|
97
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
98
|
+
"@testing-library/react": "16.3.0",
|
|
98
99
|
"@testing-library/react-hooks": "^8.0.0",
|
|
99
|
-
"@testing-library/user-event": "14.
|
|
100
|
+
"@testing-library/user-event": "14.6.1",
|
|
100
101
|
"@tippyjs/react": "4.2.6",
|
|
101
102
|
"@wojtekmaj/react-timerange-picker": "5.5.0",
|
|
102
103
|
"antd": "5.22.0",
|
|
103
104
|
"autoprefixer": "10.4.20",
|
|
104
105
|
"avvvatars-react": "0.4.2",
|
|
105
106
|
"axios": "1.7.7",
|
|
106
|
-
"babel-jest": "
|
|
107
|
+
"babel-jest": "30.0.4",
|
|
107
108
|
"babel-loader": "^8.2.5",
|
|
108
109
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
109
110
|
"babel-plugin-istanbul": "^6.1.1",
|
|
@@ -141,8 +142,9 @@
|
|
|
141
142
|
"husky": "7.0.4",
|
|
142
143
|
"i18next": "22.5.1",
|
|
143
144
|
"ip-num": "^1.5.0",
|
|
144
|
-
"jest": "
|
|
145
|
+
"jest": "30.0.4",
|
|
145
146
|
"jest-canvas-mock": "^2.5.2",
|
|
147
|
+
"jest-environment-jsdom": "30.0.4",
|
|
146
148
|
"jest-fail-on-console": "^3.3.1",
|
|
147
149
|
"js-logger": "1.6.1",
|
|
148
150
|
"json-server": "0.17.1",
|
package/src/translations/de.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Status auswählen"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Versionsverlauf",
|
|
847
|
+
"publishedVersions": "Veröffentlichte Versionen",
|
|
848
|
+
"refreshButtonTooltip": "Versionsverlauf aktualisieren"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|
package/src/translations/es.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Seleccionar un estado"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Historial de versiones",
|
|
847
|
+
"publishedVersions": "Versiones publicadas",
|
|
848
|
+
"refreshButtonTooltip": "Actualizar historial de versiones"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|
package/src/translations/fr.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Sélectionner un statut"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Historique des versions",
|
|
847
|
+
"publishedVersions": "Versions publiées",
|
|
848
|
+
"refreshButtonTooltip": "Rafraîchir l'historique des versions"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|
package/src/translations/nl.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Selecteer een status"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Versiegeschiedenis",
|
|
847
|
+
"publishedVersions": "Gepubliceerde versies",
|
|
848
|
+
"refreshButtonTooltip": "Vernieuw versiegeschiedenis"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|
package/src/translations/pl.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Wybierz status"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Historia wersji",
|
|
847
|
+
"publishedVersions": "Opublikowane wersje",
|
|
848
|
+
"refreshButtonTooltip": "Odśwież historię wersji"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|
package/src/translations/pt.json
CHANGED
|
@@ -841,6 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"statusDropdown": {
|
|
843
843
|
"placeholder": "Selecionar um status"
|
|
844
|
+
},
|
|
845
|
+
"versionHistory": {
|
|
846
|
+
"paneTitle": "Histórico de versões",
|
|
847
|
+
"publishedVersions": "Versões publicadas",
|
|
848
|
+
"refreshButtonTooltip": "Atualizar histórico de versões"
|
|
844
849
|
}
|
|
845
850
|
},
|
|
846
851
|
"taxonomyDefaultLabels": {
|