namirasoft-site-react 1.3.225 → 1.3.226

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/main.d.ts CHANGED
@@ -1,5 +1,9 @@
1
- export * from "./components/NSActionMenu";
2
1
  export * from "./components/NSAccess";
2
+ export * from "./components/NSActionMenu";
3
+ export * from "./components/NSBarAction";
4
+ export * from "./components/NSBarHeroBanner";
5
+ export * from "./components/NSBarNotification";
6
+ export * from "./components/NSBarTitle";
3
7
  export * from "./components/NSBoxBoolean";
4
8
  export * from "./components/NSBoxDate";
5
9
  export * from "./components/NSBoxDateTime";
@@ -9,50 +13,51 @@ export * from "./components/NSBoxEmail";
9
13
  export * from "./components/NSBoxEntity";
10
14
  export * from "./components/NSBoxEnum";
11
15
  export * from "./components/NSBoxErrorNotifier";
12
- export * from "./components/NSBoxOTP";
13
16
  export * from "./components/NSBoxInteger";
14
17
  export * from "./components/NSBoxIPV4";
15
18
  export * from "./components/NSBoxIPV6";
19
+ export * from "./components/NSBoxLabel";
20
+ export * from "./components/NSBoxOTP";
16
21
  export * from "./components/NSBoxPassword";
17
22
  export * from "./components/NSBoxPhone";
18
23
  export * from "./components/NSBoxPrice";
19
24
  export * from "./components/NSBoxString";
20
25
  export * from "./components/NSBoxTextArea";
21
26
  export * from "./components/NSBoxTime";
27
+ export * from "./components/NSButton";
22
28
  export * from "./components/NSButtonBlue";
23
29
  export * from "./components/NSButtonGreen";
24
- export * from "./components/NSButton";
25
30
  export * from "./components/NSButtonRed";
26
31
  export * from "./components/NSCard";
32
+ export * from "./components/NSCopyToClipboard";
27
33
  export * from "./components/NSElectronicCard";
28
- export * from "./components/NSEntityCardBackground";
29
34
  export * from "./components/NSEntityBar";
35
+ export * from "./components/NSEntityCardBackground";
30
36
  export * from "./components/NSFilterBox";
37
+ export * from "./components/NSFilterBoxDialog";
38
+ export * from "./components/NSFilterItem";
31
39
  export * from "./components/NSFooter";
40
+ export * from "./components/NSGroupedList";
32
41
  export * from "./components/NSHeader";
33
- export * from "./components/NSCopyToClipboard";
34
42
  export * from "./components/NSLayout";
35
- export * from "./components/NSBarAction";
36
- export * from "./components/NSBarHeroBanner";
37
- export * from "./components/NSBarTitle";
43
+ export * from "./components/NSLine";
44
+ export * from "./components/NSLink";
45
+ export * from "./components/NSLinkBlue";
46
+ export * from "./components/NSLinkGreen";
47
+ export * from "./components/NSLinkRed";
38
48
  export * from "./components/NSLoading";
39
- export * from "./components/NSBarNotification";
40
- export * from "./components/NSSpace";
49
+ export * from "./components/NSModal";
50
+ export * from "./components/NSPagination";
51
+ export * from "./components/NSPanel";
41
52
  export * from "./components/NSSection";
42
53
  export * from "./components/NSSectionBars";
43
54
  export * from "./components/NSSectionCards";
44
55
  export * from "./components/NSSectionTitle";
45
- export * from "./components/NSLinkBlue";
46
- export * from "./components/NSLinkGreen";
47
- export * from "./components/NSLinkRed";
48
- export * from "./components/NSLine";
49
- export * from "./components/NSPanel";
50
- export * from "./components/NSPagination";
56
+ export * from "./components/NSSpace";
51
57
  export * from "./components/NSTable";
52
58
  export * from "./components/NSTabPage";
53
59
  export * from "./components/NSTitle";
54
60
  export * from "./components/NSVerification";
55
- export * from "./components/NSModal";
56
61
  export * from "./pages/NSLoginPage";
57
62
  export * from "./pages/NSNotFoundPage";
58
63
  export * from "./props/IBaseComponentProps";
package/dist/main.js CHANGED
@@ -1,5 +1,9 @@
1
- export * from "./components/NSActionMenu";
2
1
  export * from "./components/NSAccess";
2
+ export * from "./components/NSActionMenu";
3
+ export * from "./components/NSBarAction";
4
+ export * from "./components/NSBarHeroBanner";
5
+ export * from "./components/NSBarNotification";
6
+ export * from "./components/NSBarTitle";
3
7
  export * from "./components/NSBoxBoolean";
4
8
  export * from "./components/NSBoxDate";
5
9
  export * from "./components/NSBoxDateTime";
@@ -9,50 +13,51 @@ export * from "./components/NSBoxEmail";
9
13
  export * from "./components/NSBoxEntity";
10
14
  export * from "./components/NSBoxEnum";
11
15
  export * from "./components/NSBoxErrorNotifier";
12
- export * from "./components/NSBoxOTP";
13
16
  export * from "./components/NSBoxInteger";
14
17
  export * from "./components/NSBoxIPV4";
15
18
  export * from "./components/NSBoxIPV6";
19
+ export * from "./components/NSBoxLabel";
20
+ export * from "./components/NSBoxOTP";
16
21
  export * from "./components/NSBoxPassword";
17
22
  export * from "./components/NSBoxPhone";
18
23
  export * from "./components/NSBoxPrice";
19
24
  export * from "./components/NSBoxString";
20
25
  export * from "./components/NSBoxTextArea";
21
26
  export * from "./components/NSBoxTime";
27
+ export * from "./components/NSButton";
22
28
  export * from "./components/NSButtonBlue";
23
29
  export * from "./components/NSButtonGreen";
24
- export * from "./components/NSButton";
25
30
  export * from "./components/NSButtonRed";
26
31
  export * from "./components/NSCard";
32
+ export * from "./components/NSCopyToClipboard";
27
33
  export * from "./components/NSElectronicCard";
28
- export * from "./components/NSEntityCardBackground";
29
34
  export * from "./components/NSEntityBar";
35
+ export * from "./components/NSEntityCardBackground";
30
36
  export * from "./components/NSFilterBox";
37
+ export * from "./components/NSFilterBoxDialog";
38
+ export * from "./components/NSFilterItem";
31
39
  export * from "./components/NSFooter";
40
+ export * from "./components/NSGroupedList";
32
41
  export * from "./components/NSHeader";
33
- export * from "./components/NSCopyToClipboard";
34
42
  export * from "./components/NSLayout";
35
- export * from "./components/NSBarAction";
36
- export * from "./components/NSBarHeroBanner";
37
- export * from "./components/NSBarTitle";
43
+ export * from "./components/NSLine";
44
+ export * from "./components/NSLink";
45
+ export * from "./components/NSLinkBlue";
46
+ export * from "./components/NSLinkGreen";
47
+ export * from "./components/NSLinkRed";
38
48
  export * from "./components/NSLoading";
39
- export * from "./components/NSBarNotification";
40
- export * from "./components/NSSpace";
49
+ export * from "./components/NSModal";
50
+ export * from "./components/NSPagination";
51
+ export * from "./components/NSPanel";
41
52
  export * from "./components/NSSection";
42
53
  export * from "./components/NSSectionBars";
43
54
  export * from "./components/NSSectionCards";
44
55
  export * from "./components/NSSectionTitle";
45
- export * from "./components/NSLinkBlue";
46
- export * from "./components/NSLinkGreen";
47
- export * from "./components/NSLinkRed";
48
- export * from "./components/NSLine";
49
- export * from "./components/NSPanel";
50
- export * from "./components/NSPagination";
56
+ export * from "./components/NSSpace";
51
57
  export * from "./components/NSTable";
52
58
  export * from "./components/NSTabPage";
53
59
  export * from "./components/NSTitle";
54
60
  export * from "./components/NSVerification";
55
- export * from "./components/NSModal";
56
61
  export * from "./pages/NSLoginPage";
57
62
  export * from "./pages/NSNotFoundPage";
58
63
  export * from "./props/IBaseComponentProps";
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAE/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"main.js","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0BAA0B,CAAC;AACzC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAE5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAE/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.225",
11
+ "version": "1.3.226",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
package/src/main.ts CHANGED
@@ -1,5 +1,9 @@
1
- export * from "./components/NSActionMenu";
2
1
  export * from "./components/NSAccess";
2
+ export * from "./components/NSActionMenu";
3
+ export * from "./components/NSBarAction";
4
+ export * from "./components/NSBarHeroBanner";
5
+ export * from "./components/NSBarNotification";
6
+ export * from "./components/NSBarTitle";
3
7
  export * from "./components/NSBoxBoolean";
4
8
  export * from "./components/NSBoxDate";
5
9
  export * from "./components/NSBoxDateTime";
@@ -9,52 +13,55 @@ export * from "./components/NSBoxEmail";
9
13
  export * from "./components/NSBoxEntity";
10
14
  export * from "./components/NSBoxEnum";
11
15
  export * from "./components/NSBoxErrorNotifier";
12
- export * from "./components/NSBoxOTP";
13
16
  export * from "./components/NSBoxInteger";
14
17
  export * from "./components/NSBoxIPV4";
15
18
  export * from "./components/NSBoxIPV6";
19
+ export * from "./components/NSBoxLabel";
20
+ export * from "./components/NSBoxOTP";
16
21
  export * from "./components/NSBoxPassword";
17
22
  export * from "./components/NSBoxPhone";
18
23
  export * from "./components/NSBoxPrice";
19
24
  export * from "./components/NSBoxString";
20
25
  export * from "./components/NSBoxTextArea";
21
26
  export * from "./components/NSBoxTime";
27
+ export * from "./components/NSButton";
22
28
  export * from "./components/NSButtonBlue";
23
29
  export * from "./components/NSButtonGreen";
24
- export * from "./components/NSButton";
25
30
  export * from "./components/NSButtonRed";
26
31
  export * from "./components/NSCard";
32
+ export * from "./components/NSCopyToClipboard";
27
33
  export * from "./components/NSElectronicCard";
28
- export * from "./components/NSEntityCardBackground";
29
34
  export * from "./components/NSEntityBar";
35
+ export * from "./components/NSEntityCardBackground";
30
36
  export * from "./components/NSFilterBox";
37
+ export * from "./components/NSFilterBoxDialog";
38
+ export * from "./components/NSFilterItem";
31
39
  export * from "./components/NSFooter";
40
+ export * from "./components/NSGroupedList";
32
41
  export * from "./components/NSHeader";
33
- export * from "./components/NSCopyToClipboard";
34
42
  export * from "./components/NSLayout";
35
- export * from "./components/NSBarAction";
36
- export * from "./components/NSBarHeroBanner";
37
- export * from "./components/NSBarTitle";
43
+ export * from "./components/NSLine";
44
+ export * from "./components/NSLink";
45
+ export * from "./components/NSLinkBlue";
46
+ export * from "./components/NSLinkGreen";
47
+ export * from "./components/NSLinkRed";
38
48
  export * from "./components/NSLoading";
39
- export * from "./components/NSBarNotification";
40
- export * from "./components/NSSpace";
49
+ export * from "./components/NSModal";
50
+ export * from "./components/NSPagination";
51
+ export * from "./components/NSPanel";
41
52
  export * from "./components/NSSection";
42
53
  export * from "./components/NSSectionBars";
43
54
  export * from "./components/NSSectionCards";
44
55
  export * from "./components/NSSectionTitle";
45
- export * from "./components/NSLinkBlue";
46
- export * from "./components/NSLinkGreen";
47
- export * from "./components/NSLinkRed";
48
- export * from "./components/NSLine";
49
- export * from "./components/NSPanel";
50
- export * from "./components/NSPagination";
56
+ export * from "./components/NSSpace";
51
57
  export * from "./components/NSTable";
52
58
  export * from "./components/NSTabPage";
53
59
  export * from "./components/NSTitle";
54
60
  export * from "./components/NSVerification";
55
- export * from "./components/NSModal";
61
+
56
62
  export * from "./pages/NSLoginPage";
57
63
  export * from "./pages/NSNotFoundPage";
64
+
58
65
  export * from "./props/IBaseComponentProps";
59
66
  export * from "./props/IHeaderIconProps";
60
67
  export * from "./props/IHeaderProps";