namirasoft-site-react 1.2.36 → 1.2.37

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.
@@ -14,7 +14,7 @@ interface IProps {
14
14
  }
15
15
  interface IStart {
16
16
  }
17
- export default class NSCard extends Component<IProps, IStart> {
17
+ export declare class NSCard extends Component<IProps, IStart> {
18
18
  render(): import("react/jsx-runtime").JSX.Element;
19
19
  }
20
20
  export {};
@@ -2,7 +2,7 @@
2
2
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
3
3
  import { Component } from 'react';
4
4
  import Styles from './NSCard.module.css';
5
- export default class NSCard extends Component {
5
+ export class NSCard extends Component {
6
6
  render() {
7
7
  var _a;
8
8
  const { title, image, description, link } = this.props;
@@ -1 +1 @@
1
- {"version":3,"file":"NSCard.js","sourceRoot":"","sources":["../../src/components/NSCard.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AACZ,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,MAAM,MAAM,qBAAqB,CAAA;AAqBxC,MAAM,CAAC,OAAO,OAAO,MAAO,SAAQ,SAAyB;IACnD,MAAM;;QAEd,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QACvD,OAAO,CACN,4BACC,iCAAS,SAAS,EAAE,MAAM,CAAC,OAAO,iBACjC,6BAAK,SAAS,EAAE,MAAM,CAAC,wBAAwB,iBAC9C,6BAAK,SAAS,EAAE,MAAM,CAAC,iBAAiB,iBACvC,2BAAI,SAAS,EAAE,MAAM,CAAC,UAAU,gBAC9B,KAAK,IACF,EACL,cAAK,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,GAAI,KAC9D,EACN,0BAAG,SAAS,EAAE,MAAM,CAAC,gBAAgB,gBACnC,WAAW,IACT,KACC,EACL,IAAI;wBACJ,wBACC,0BAAG,SAAS,EAAE,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,MAAA,IAAI,CAAC,MAAM,mCAAI,OAAO,gBAChF,IAAI,CAAC,IAAI,IACP,GACC,KAEG,GACT,CACH,CAAC;IACH,CAAC;CACD"}
1
+ {"version":3,"file":"NSCard.js","sourceRoot":"","sources":["../../src/components/NSCard.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAA;;AACZ,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,OAAO,MAAM,MAAM,qBAAqB,CAAA;AAqBxC,MAAM,OAAO,MAAO,SAAQ,SAAyB;IAC3C,MAAM;;QAEd,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC;QACvD,OAAO,CACN,4BACC,iCAAS,SAAS,EAAE,MAAM,CAAC,OAAO,iBACjC,6BAAK,SAAS,EAAE,MAAM,CAAC,wBAAwB,iBAC9C,6BAAK,SAAS,EAAE,MAAM,CAAC,iBAAiB,iBACvC,2BAAI,SAAS,EAAE,MAAM,CAAC,UAAU,gBAC9B,KAAK,IACF,EACL,cAAK,SAAS,EAAE,MAAM,CAAC,QAAQ,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,GAAI,KAC9D,EACN,0BAAG,SAAS,EAAE,MAAM,CAAC,gBAAgB,gBACnC,WAAW,IACT,KACC,EACL,IAAI;wBACJ,wBACC,0BAAG,SAAS,EAAE,MAAM,CAAC,YAAY,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,MAAA,IAAI,CAAC,MAAM,mCAAI,OAAO,gBAChF,IAAI,CAAC,IAAI,IACP,GACC,KAEG,GACT,CACH,CAAC;IACH,CAAC;CACD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "namirasoft-site-react",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "main": "./dist/main.js",
5
5
  "types": "./dist/main.d.ts",
6
6
  "dependencies": {
@@ -22,7 +22,7 @@ interface IProps
22
22
  interface IStart
23
23
  { }
24
24
 
25
- export default class NSCard extends Component<IProps, IStart> {
25
+ export class NSCard extends Component<IProps, IStart> {
26
26
  override render()
27
27
  {
28
28
  const { title, image, description, link } = this.props;
@@ -30,7 +30,7 @@
30
30
  // interface IState
31
31
  // { }
32
32
 
33
- // export default class NSParentCard extends Component<IProps, IState> {
33
+ // export class NSParentCard extends Component<IProps, IState> {
34
34
  // override render()
35
35
  // {
36
36
  // return (