@trackunit/react-modal 1.26.4 → 1.27.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-modal",
3
- "version": "1.26.4",
3
+ "version": "1.27.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@floating-ui/react": "^0.26.25",
11
- "@trackunit/react-components": "1.25.3",
11
+ "@trackunit/react-components": "1.26.0",
12
12
  "@trackunit/css-class-variance-utilities": "1.13.6",
13
13
  "@trackunit/shared-utils": "1.15.6",
14
14
  "@floating-ui/react-dom": "2.1.2",
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Schließen"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Zamknij"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Fechar"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Закрыть"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Închidere"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Cerrar"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Stäng"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "閉じる"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "ปิด"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Luk"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Zavřít"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Close"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Fermer"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Sulje"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Close"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Chiudi"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var translation = {
4
-
4
+ "modalHeader.close": "Lukk"
5
5
  };
6
6
 
7
7
  exports.default = translation;
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Schließen"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Zamknij"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Fechar"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Закрыть"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Închidere"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Cerrar"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Stäng"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "閉じる"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "ปิด"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Luk"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Zavřít"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Close"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Fermer"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Sulje"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Close"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Chiudi"
3
3
  };
4
4
 
5
5
  export { translation as default };
@@ -1,5 +1,5 @@
1
1
  var translation = {
2
-
2
+ "modalHeader.close": "Lukk"
3
3
  };
4
4
 
5
5
  export { translation as default };