namirasoft-site-react 1.4.265 → 1.4.266

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.
@@ -17,7 +17,7 @@ export function NSCopy(props) {
17
17
  }
18
18
  return (_jsxs("div", { ref: NSCopyParent_ref, id: props.id, className: `d-flex align-items-center justify-content-center ${(_b = (_a = props.classList) === null || _a === void 0 ? void 0 : _a.join(" ")) !== null && _b !== void 0 ? _b : ""}`, style: props.style, children: [_jsx("div", { children: props.children }), _jsx("img", { src: state.copied ? "https://static.namirasoft.com/image/concept/check/on/blue.svg" : "https://static.namirasoft.com/image/concept/copy/blue.svg", alt: 'Copy', width: 16, height: 16, onClick: onCopy, style: {
19
19
  cursor: "pointer",
20
- marginLeft: "8px"
20
+ marginLeft: "4px"
21
21
  } })] }));
22
22
  }
23
23
  //# sourceMappingURL=NSCopy.js.map
@@ -5,7 +5,7 @@ import { Globe } from "namirasoft-site-map";
5
5
  import { BaseURLImageFormatter } from "./BaseURLImageFormatter";
6
6
  import { NSCopy } from "../main";
7
7
  export class IDFormatter extends BaseColumnFormatter {
8
- constructor(width = "200px") {
8
+ constructor(width = "224px") {
9
9
  super();
10
10
  this.formatter = new BaseURLImageFormatter();
11
11
  this.onclick_overrided = true;
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.4.265",
11
+ "version": "1.4.266",
12
12
  "author": "Amir Abolhasani",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -49,7 +49,7 @@ export function NSCopy(props: NSCopyProps)
49
49
  onClick={onCopy}
50
50
  style={{
51
51
  cursor: "pointer",
52
- marginLeft: "8px"
52
+ marginLeft: "4px"
53
53
  }}
54
54
  />
55
55
  </div>
@@ -9,7 +9,7 @@ export class IDFormatter extends BaseColumnFormatter
9
9
  {
10
10
  private formatter = new BaseURLImageFormatter();
11
11
 
12
- constructor(width: string = "200px")
12
+ constructor(width: string = "224px")
13
13
  {
14
14
  super();
15
15
  this.onclick_overrided = true;