@gamecp/ui 0.1.17 → 0.1.19

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/index.js CHANGED
@@ -7,7 +7,6 @@ var reactDom = require('react-dom');
7
7
  var framerMotion = require('framer-motion');
8
8
  var NextLink = require('next/link');
9
9
  var reactTooltip = require('react-tooltip');
10
- var nextIntlayer = require('next-intlayer');
11
10
 
12
11
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
13
12
 
@@ -3088,7 +3087,19 @@ function ActionButton({
3088
3087
  lg: terminalMode ? "" : "btn-lg"
3089
3088
  };
3090
3089
  const paddingClasses3 = iconOnly ? terminalMode ? "" : "p-2" : "px-3 py-1.5";
3091
- const t = nextIntlayer.useIntlayer("action-button");
3090
+ const t = {
3091
+ edit: "Edit",
3092
+ delete: "Delete",
3093
+ deactivate: "Deactivate",
3094
+ activate: "Activate",
3095
+ view: "View",
3096
+ metrics: "Metrics",
3097
+ start: "Start",
3098
+ stop: "Stop",
3099
+ restart: "Restart",
3100
+ pause: "Pause",
3101
+ clone: "Clone"
3102
+ };
3092
3103
  const getVariantConfig = () => {
3093
3104
  switch (variant) {
3094
3105
  case "edit":