namirasoft-account-react 1.4.353 → 1.4.355

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.
Files changed (66) hide show
  1. package/.env.template +15 -15
  2. package/config-overrides.js +72 -72
  3. package/dist/components/NSAAccessListDialog.module.css +71 -71
  4. package/dist/components/NSAMessageListDialog.module.css +99 -99
  5. package/dist/components/NSAProductListDialog.module.css +44 -44
  6. package/dist/components/NSAUserDialog.js +2 -2
  7. package/dist/components/NSAUserDialog.js.map +1 -1
  8. package/dist/components/NSAUserDialog.module.css +66 -61
  9. package/dist/components/NSAWorkspaceListDialog.module.css +41 -41
  10. package/dist/layouts/NSASectionEditTabPage.module.css +4 -4
  11. package/dist/layouts/NSASectionList.module.css +21 -21
  12. package/dist/layouts/NSASectionViewTabPage.module.css +47 -47
  13. package/dist/pages/NSAConsentPage.module.css +26 -26
  14. package/dist/pages/NSAHomePage.module.css +23 -23
  15. package/dist/pages/NSALoginPage.module.css +26 -26
  16. package/dist/pages/NSAVerificationPage.module.css +31 -31
  17. package/package.json +78 -78
  18. package/public/index.html +21 -21
  19. package/src/App.css +31 -31
  20. package/src/App.tsx +93 -93
  21. package/src/CTFRow.ts +7 -7
  22. package/src/ConsentCacheService.ts +25 -25
  23. package/src/IEntityInfo.ts +31 -31
  24. package/src/NSARouterMaker.tsx +129 -129
  25. package/src/NSARouterMakerComponent.ts +9 -9
  26. package/src/NSARouterMakerProps.ts +22 -22
  27. package/src/Router.tsx +39 -39
  28. package/src/UseParams.tsx +18 -18
  29. package/src/components/NSAAccessListDialog.module.css +71 -71
  30. package/src/components/NSAAccessListDialog.tsx +178 -178
  31. package/src/components/NSAMessageListDialog.module.css +99 -99
  32. package/src/components/NSAMessageListDialog.tsx +141 -141
  33. package/src/components/NSAProductListDialog.module.css +44 -44
  34. package/src/components/NSAProductListDialog.tsx +106 -106
  35. package/src/components/NSAUserDialog.module.css +66 -61
  36. package/src/components/NSAUserDialog.tsx +110 -99
  37. package/src/components/NSAWorkspaceListDialog.module.css +41 -41
  38. package/src/components/NSAWorkspaceListDialog.tsx +148 -148
  39. package/src/components/NSBoxSecret.tsx +106 -106
  40. package/src/index.tsx +24 -24
  41. package/src/layouts/Actions.ts +145 -145
  42. package/src/layouts/CFTUtil.ts +18 -18
  43. package/src/layouts/NSALayout.tsx +710 -710
  44. package/src/layouts/NSASectionEdit.tsx +218 -218
  45. package/src/layouts/NSASectionEditTabPage.module.css +4 -4
  46. package/src/layouts/NSASectionEditTabPage.tsx +250 -250
  47. package/src/layouts/NSASectionList.module.css +21 -21
  48. package/src/layouts/NSASectionList.tsx +500 -500
  49. package/src/layouts/NSASectionView.tsx +94 -94
  50. package/src/layouts/NSASectionViewTabMore.tsx +77 -77
  51. package/src/layouts/NSASectionViewTabPage.module.css +47 -47
  52. package/src/layouts/NSASectionViewTabPage.tsx +344 -344
  53. package/src/main.ts +19 -19
  54. package/src/pages/NSAConsentPage.module.css +26 -26
  55. package/src/pages/NSAConsentPage.tsx +120 -120
  56. package/src/pages/NSAEmailVerificationPage.tsx +30 -30
  57. package/src/pages/NSAHomePage.module.css +23 -23
  58. package/src/pages/NSAHomePage.tsx +76 -76
  59. package/src/pages/NSALoginPage.module.css +26 -26
  60. package/src/pages/NSALoginPage.tsx +87 -87
  61. package/src/pages/NSAVerificationPage.module.css +31 -31
  62. package/src/pages/NSAVerificationPage.tsx +172 -172
  63. package/src/pages/PaymentRequired.tsx +74 -74
  64. package/tsconfig.json +43 -43
  65. package/dist/App.css +0 -32
  66. package/dist/index.css +0 -0
@@ -1,62 +1,67 @@
1
- .ns_figure {
2
- display: flex;
3
- flex-direction: column;
4
- align-items: center;
5
- gap: 1rem;
6
- margin-bottom: 0;
7
- color: #141b5c;
8
-
9
- figcaption {
10
- display: flex;
11
- flex-direction: column;
12
- align-items: center;
13
- gap: 0.5rem;
14
- }
15
- }
16
-
17
- .ns_figure_placeholder {
18
- width: 6rem;
19
- height: 6rem;
20
- display: flex;
21
- align-items: center;
22
- justify-content: center;
23
- border-radius: 50%;
24
- background-color: #141b5c;
25
- span {
26
- font-size: 1.75rem;
27
- font-weight: 500;
28
- word-spacing: -0.5rem;
29
- color: #fff;
30
- }
31
- }
32
-
33
- .ns_figure_title {
34
- font-size: 1.5rem;
35
- font-weight: 600;
36
- line-height: 1.75rem;
37
- }
38
-
39
- .ns_actions_wrapper {
40
- display: flex;
41
- flex-direction: column;
42
- }
43
-
44
- .ns_actions_wrapper .ns_link > a,
45
- .ns_actions_wrapper .ns_button {
46
- box-shadow: none;
47
- color: #141b5c !important;
48
- }
49
-
50
- .ns_actions_wrapper .ns_link > a:hover,
51
- .ns_actions_wrapper .ns_button:hover {
52
- background-color: #b2bbd9;
53
- }
54
-
55
- .ns_user_id {
56
- margin: 0;
57
- font-size: 16px;
58
- font-weight: 600;
59
- text-align: right;
60
- color: rgba(3, 119, 255);
61
- cursor: pointer;
1
+ .ns_figure {
2
+ display: flex;
3
+ flex-direction: column;
4
+ align-items: center;
5
+ gap: 1rem;
6
+ margin-bottom: 0;
7
+ color: #141b5c;
8
+ }
9
+
10
+ .ns_figure>img {
11
+ border-radius: 50%;
12
+ }
13
+
14
+ .ns_figure figcaption {
15
+ display: flex;
16
+ flex-direction: column;
17
+ align-items: center;
18
+ gap: 0.5rem;
19
+ }
20
+
21
+ .ns_figure_placeholder {
22
+ width: 6rem;
23
+ height: 6rem;
24
+ display: flex;
25
+ align-items: center;
26
+ justify-content: center;
27
+ border-radius: 50%;
28
+ background-color: #141b5c;
29
+ }
30
+
31
+ .ns_figure_placeholder span {
32
+ font-size: 1.75rem;
33
+ font-weight: 500;
34
+ word-spacing: -0.375rem;
35
+ color: #fff;
36
+ }
37
+
38
+ .ns_figure_title {
39
+ font-size: 1.5rem;
40
+ font-weight: 600;
41
+ line-height: 1.75rem;
42
+ }
43
+
44
+ .ns_actions_wrapper {
45
+ display: flex;
46
+ flex-direction: column;
47
+ }
48
+
49
+ .ns_actions_wrapper .ns_link>a,
50
+ .ns_actions_wrapper .ns_button {
51
+ box-shadow: none;
52
+ color: #141b5c !important;
53
+ }
54
+
55
+ .ns_actions_wrapper .ns_link>a:hover,
56
+ .ns_actions_wrapper .ns_button:hover {
57
+ background-color: #b2bbd9;
58
+ }
59
+
60
+ .ns_user_id {
61
+ margin: 0;
62
+ font-size: 16px;
63
+ font-weight: 600;
64
+ text-align: right;
65
+ color: rgba(3, 119, 255);
66
+ cursor: pointer;
62
67
  }
@@ -1,42 +1,42 @@
1
- .nsa_workspace_h2 {
2
- color: rgba(3, 119, 255, 1);
3
- text-align: center;
4
- font-weight: 600;
5
- font-size: 16px;
6
- cursor: pointer;
7
- }
8
-
9
- .nsa_workspace_h6 {
10
- color: rgba(20, 27, 92, 1);
11
- text-align: center;
12
- font-weight: 300;
13
- font-size: 16px;
14
- cursor: pointer;
15
- margin: 0;
16
- }
17
-
18
- .nsa_workspace_list {
19
- overflow-y: auto;
20
- height: 320px;
21
- width: 302px;
22
- }
23
-
24
- .nsa_workspace_border {
25
- margin-top: 16px;
26
- display: flex;
27
- flex-direction: row;
28
- justify-content: left;
29
- align-items: center;
30
- gap: 8px;
31
- border-radius: 8px;
32
- border: 1px solid gray;
33
- padding: 8px;
34
- transition: all .2s ease-in-out;
35
- flex-wrap: wrap;
36
- }
37
-
38
- .nsa_workspace_border:hover {
39
- background-color: rgba(20, 27, 92, 0.3);
40
- color: white;
41
- cursor: pointer;
1
+ .nsa_workspace_h2 {
2
+ color: rgba(3, 119, 255, 1);
3
+ text-align: center;
4
+ font-weight: 600;
5
+ font-size: 16px;
6
+ cursor: pointer;
7
+ }
8
+
9
+ .nsa_workspace_h6 {
10
+ color: rgba(20, 27, 92, 1);
11
+ text-align: center;
12
+ font-weight: 300;
13
+ font-size: 16px;
14
+ cursor: pointer;
15
+ margin: 0;
16
+ }
17
+
18
+ .nsa_workspace_list {
19
+ overflow-y: auto;
20
+ height: 320px;
21
+ width: 302px;
22
+ }
23
+
24
+ .nsa_workspace_border {
25
+ margin-top: 16px;
26
+ display: flex;
27
+ flex-direction: row;
28
+ justify-content: left;
29
+ align-items: center;
30
+ gap: 8px;
31
+ border-radius: 8px;
32
+ border: 1px solid gray;
33
+ padding: 8px;
34
+ transition: all .2s ease-in-out;
35
+ flex-wrap: wrap;
36
+ }
37
+
38
+ .nsa_workspace_border:hover {
39
+ background-color: rgba(20, 27, 92, 0.3);
40
+ color: white;
41
+ cursor: pointer;
42
42
  }
@@ -1,5 +1,5 @@
1
- @media screen and (min-width: 768px) {
2
- .nsa_section_edit_tab_page {
3
- min-width: 560px;
4
- }
1
+ @media screen and (min-width: 768px) {
2
+ .nsa_section_edit_tab_page {
3
+ min-width: 560px;
4
+ }
5
5
  }
@@ -1,22 +1,22 @@
1
- .nsa_section_list_items {
2
- display: flex;
3
- flex-direction: row;
4
- flex-wrap: wrap;
5
- justify-content: center;
6
- align-items: center;
7
- gap: 16px;
8
- width: 100%;
9
- }
10
-
11
- @media screen and (min-width: 1024px) {
12
-
13
- .nsa_section_list_items {
14
- display: flex;
15
- flex-direction: row;
16
- flex-wrap: nowrap;
17
- justify-content: end;
18
- align-items: center;
19
- flex: 1;
20
- width: unset;
21
- }
1
+ .nsa_section_list_items {
2
+ display: flex;
3
+ flex-direction: row;
4
+ flex-wrap: wrap;
5
+ justify-content: center;
6
+ align-items: center;
7
+ gap: 16px;
8
+ width: 100%;
9
+ }
10
+
11
+ @media screen and (min-width: 1024px) {
12
+
13
+ .nsa_section_list_items {
14
+ display: flex;
15
+ flex-direction: row;
16
+ flex-wrap: nowrap;
17
+ justify-content: end;
18
+ align-items: center;
19
+ flex: 1;
20
+ width: unset;
21
+ }
22
22
  }
@@ -1,48 +1,48 @@
1
- .nsa_section_tab_page_parent {
2
- display: flex;
3
- flex-wrap: wrap;
4
- flex-direction: column;
5
- gap: 0px 32px;
6
- }
7
-
8
- .nsa_section_tab_page_item {
9
- color: black;
10
- display: flex;
11
- flex-direction: column;
12
- }
13
-
14
- .nsa_section_tab_page_item>span {
15
- margin: 0px;
16
- }
17
-
18
- .nsa_section_tab_page_item>div {
19
- margin: 0px;
20
- }
21
-
22
- @media only screen and (min-width: 480px) {
23
- .nsa_section_tab_page_item {
24
- display: flex;
25
- flex-direction: row;
26
- }
27
-
28
- .nsa_section_tab_page_item>span {
29
- min-width: 200px;
30
- }
31
- }
32
-
33
- @media only screen and (min-width: 768px) {
34
- .nsa_section_tab_page_parent {
35
- gap: 16px 32px;
36
- }
37
- }
38
-
39
- @media only screen and (min-width: 1024px) {
40
- .nsa_section_tab_page_parent {
41
- flex-direction: row;
42
- gap: 16px 32px;
43
- }
44
-
45
- .nsa_section_tab_page_item {
46
- flex-direction: column;
47
- }
1
+ .nsa_section_tab_page_parent {
2
+ display: flex;
3
+ flex-wrap: wrap;
4
+ flex-direction: column;
5
+ gap: 0px 32px;
6
+ }
7
+
8
+ .nsa_section_tab_page_item {
9
+ color: black;
10
+ display: flex;
11
+ flex-direction: column;
12
+ }
13
+
14
+ .nsa_section_tab_page_item>span {
15
+ margin: 0px;
16
+ }
17
+
18
+ .nsa_section_tab_page_item>div {
19
+ margin: 0px;
20
+ }
21
+
22
+ @media only screen and (min-width: 480px) {
23
+ .nsa_section_tab_page_item {
24
+ display: flex;
25
+ flex-direction: row;
26
+ }
27
+
28
+ .nsa_section_tab_page_item>span {
29
+ min-width: 200px;
30
+ }
31
+ }
32
+
33
+ @media only screen and (min-width: 768px) {
34
+ .nsa_section_tab_page_parent {
35
+ gap: 16px 32px;
36
+ }
37
+ }
38
+
39
+ @media only screen and (min-width: 1024px) {
40
+ .nsa_section_tab_page_parent {
41
+ flex-direction: row;
42
+ gap: 16px 32px;
43
+ }
44
+
45
+ .nsa_section_tab_page_item {
46
+ flex-direction: column;
47
+ }
48
48
  }
@@ -1,27 +1,27 @@
1
- .nsa_consent_page_container {
2
- display: flex;
3
- flex-direction: column;
4
- align-items: center;
5
- justify-content: center;
6
- min-height: 100vh;
7
- }
8
-
9
- .nsa_consent_page_logo {
10
- text-align: center;
11
- }
12
-
13
- .nsa_consent_page_title {
14
- font-size: 32px;
15
- font-weight: 700;
16
- text-align: center;
17
- }
18
-
19
- .nsa_consent_page_button {
20
- text-align: center;
21
- }
22
-
23
- .nsa_consent_page_version {
24
- position: fixed;
25
- left: 16px;
26
- bottom: 16px;
1
+ .nsa_consent_page_container {
2
+ display: flex;
3
+ flex-direction: column;
4
+ align-items: center;
5
+ justify-content: center;
6
+ min-height: 100vh;
7
+ }
8
+
9
+ .nsa_consent_page_logo {
10
+ text-align: center;
11
+ }
12
+
13
+ .nsa_consent_page_title {
14
+ font-size: 32px;
15
+ font-weight: 700;
16
+ text-align: center;
17
+ }
18
+
19
+ .nsa_consent_page_button {
20
+ text-align: center;
21
+ }
22
+
23
+ .nsa_consent_page_version {
24
+ position: fixed;
25
+ left: 16px;
26
+ bottom: 16px;
27
27
  }
@@ -1,24 +1,24 @@
1
- .nsa_home_container {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- justify-content: center;
6
- align-items: center;
7
- text-align: center;
8
- color: #141B5C;
9
- }
10
-
11
- .nsa_home_container h2 {
12
- color: #141B5C;
13
- font-size: 48px;
14
- font-weight: 600;
15
- text-align: center;
16
- }
17
-
18
- .nsa_home_container p {
19
- color: #141B5C;
20
- font-size: 16px;
21
- max-width: 960px;
22
- text-align: center;
23
- margin-bottom: 0;
1
+ .nsa_home_container {
2
+ display: flex;
3
+ flex-direction: column;
4
+ width: 100%;
5
+ justify-content: center;
6
+ align-items: center;
7
+ text-align: center;
8
+ color: #141B5C;
9
+ }
10
+
11
+ .nsa_home_container h2 {
12
+ color: #141B5C;
13
+ font-size: 48px;
14
+ font-weight: 600;
15
+ text-align: center;
16
+ }
17
+
18
+ .nsa_home_container p {
19
+ color: #141B5C;
20
+ font-size: 16px;
21
+ max-width: 960px;
22
+ text-align: center;
23
+ margin-bottom: 0;
24
24
  }
@@ -1,27 +1,27 @@
1
- .nsa_login_page_container {
2
- display: flex;
3
- flex-direction: column;
4
- align-items: center;
5
- justify-content: center;
6
- min-height: 100vh;
7
- }
8
-
9
- .nsa_login_page_logo {
10
- text-align: center;
11
- }
12
-
13
- .nsa_login_page_title {
14
- font-size: 32px;
15
- font-weight: 700;
16
- text-align: center;
17
- }
18
-
19
- .nsa_login_page_button {
20
- text-align: center;
21
- }
22
-
23
- .nsa_login_page_version {
24
- position: fixed;
25
- left: 16px;
26
- bottom: 16px;
1
+ .nsa_login_page_container {
2
+ display: flex;
3
+ flex-direction: column;
4
+ align-items: center;
5
+ justify-content: center;
6
+ min-height: 100vh;
7
+ }
8
+
9
+ .nsa_login_page_logo {
10
+ text-align: center;
11
+ }
12
+
13
+ .nsa_login_page_title {
14
+ font-size: 32px;
15
+ font-weight: 700;
16
+ text-align: center;
17
+ }
18
+
19
+ .nsa_login_page_button {
20
+ text-align: center;
21
+ }
22
+
23
+ .nsa_login_page_version {
24
+ position: fixed;
25
+ left: 16px;
26
+ bottom: 16px;
27
27
  }
@@ -1,32 +1,32 @@
1
- .nsa_verification_container {
2
- background-color: #FFF;
3
- border: 1px solid #A1A4B0;
4
- backdrop-filter: blur(5px);
5
- border-radius: 8px;
6
- width: 100%;
7
- max-width: 594px;
8
- padding: 16px;
9
- color: #141B5C !important;
10
- display: flex;
11
- flex-direction: column;
12
- gap: 16px;
13
- align-items: center;
14
- }
15
-
16
- .nsa_verification_container p {
17
- text-align: center;
18
- }
19
-
20
- .nsa_verification_vector {
21
- width: 224px;
22
- height: 224px;
23
- }
24
-
25
- .nsa_resend_button {
26
- border: 0;
27
- outline: 0;
28
- background: none;
29
- color: #141B5C;
30
- font-size: 16px;
31
- font-weight: 500;
1
+ .nsa_verification_container {
2
+ background-color: #FFF;
3
+ border: 1px solid #A1A4B0;
4
+ backdrop-filter: blur(5px);
5
+ border-radius: 8px;
6
+ width: 100%;
7
+ max-width: 594px;
8
+ padding: 16px;
9
+ color: #141B5C !important;
10
+ display: flex;
11
+ flex-direction: column;
12
+ gap: 16px;
13
+ align-items: center;
14
+ }
15
+
16
+ .nsa_verification_container p {
17
+ text-align: center;
18
+ }
19
+
20
+ .nsa_verification_vector {
21
+ width: 224px;
22
+ height: 224px;
23
+ }
24
+
25
+ .nsa_resend_button {
26
+ border: 0;
27
+ outline: 0;
28
+ background: none;
29
+ color: #141B5C;
30
+ font-size: 16px;
31
+ font-weight: 500;
32
32
  }