microboard-ui-temp 0.3.5 → 0.3.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/{chunk-bdkn78st.js → chunk-d5aw6qhs.js} +1734 -1733
- package/dist/example.html +1 -1
- package/dist/index.html +1 -1
- package/dist/index.js +1734 -1733
- package/dist/spa.js +1734 -1733
- package/dist/types/shared/Lang/index.d.ts +0 -10
- package/package.json +2 -2
|
@@ -719,11 +719,6 @@ export declare const resources: {
|
|
|
719
719
|
notAvailable: string;
|
|
720
720
|
};
|
|
721
721
|
addNew: string;
|
|
722
|
-
itemsList: string;
|
|
723
|
-
itemsTitle: string;
|
|
724
|
-
itemsSearch: string;
|
|
725
|
-
itemsEmpty: string;
|
|
726
|
-
itemsNotFound: string;
|
|
727
722
|
};
|
|
728
723
|
contextMenu: {
|
|
729
724
|
delete: string;
|
|
@@ -1956,11 +1951,6 @@ export declare const resources: {
|
|
|
1956
1951
|
notAvailable: string;
|
|
1957
1952
|
};
|
|
1958
1953
|
addNew: string;
|
|
1959
|
-
itemsList: string;
|
|
1960
|
-
itemsTitle: string;
|
|
1961
|
-
itemsSearch: string;
|
|
1962
|
-
itemsEmpty: string;
|
|
1963
|
-
itemsNotFound: string;
|
|
1964
1954
|
};
|
|
1965
1955
|
contextMenu: {
|
|
1966
1956
|
delete: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "microboard-ui-temp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
80
80
|
"js-cookie": "^3.0.5",
|
|
81
81
|
"jwt-decode": "^4.0.0",
|
|
82
|
-
"microboard-temp": "^0.6.
|
|
82
|
+
"microboard-temp": "^0.6.3",
|
|
83
83
|
"nanoid": "^5.1.5",
|
|
84
84
|
"prop-types": "^15.8.1",
|
|
85
85
|
"react-hot-toast": "2.4.1",
|