namirasoft-site-react 1.3.153 → 1.3.154

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.
@@ -151,6 +151,7 @@
151
151
  background: #141B5CCC;
152
152
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
153
153
  backdrop-filter: blur(42.150001525878906px);
154
+ width: 100%;
154
155
  }
155
156
  }
156
157
 
@@ -3,13 +3,13 @@
3
3
  flex-direction: row;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- gap: 16px;
6
+ gap: 20px;
7
7
  text-align: left;
8
8
  font-size: 14px;
9
9
  justify-items: center;
10
10
  line-height: 35px;
11
11
  width: 100%;
12
- max-width: 480px;
12
+ max-width: max-content;
13
13
  }
14
14
 
15
15
  .ns_select_number_parent {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "framework": "npm",
9
9
  "application": "package",
10
10
  "private": false,
11
- "version": "1.3.153",
11
+ "version": "1.3.154",
12
12
  "author": "Amir Abolhasani, Alireza Esmaeeli, Sepideh Mazloumi, Hooman Shashaeh",
13
13
  "license": "MIT",
14
14
  "main": "./dist/main.js",
@@ -151,6 +151,7 @@
151
151
  background: #141B5CCC;
152
152
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
153
153
  backdrop-filter: blur(42.150001525878906px);
154
+ width: 100%;
154
155
  }
155
156
  }
156
157
 
@@ -3,13 +3,13 @@
3
3
  flex-direction: row;
4
4
  align-items: center;
5
5
  justify-content: space-between;
6
- gap: 16px;
6
+ gap: 20px;
7
7
  text-align: left;
8
8
  font-size: 14px;
9
9
  justify-items: center;
10
10
  line-height: 35px;
11
11
  width: 100%;
12
- max-width: 480px;
12
+ max-width: max-content;
13
13
  }
14
14
 
15
15
  .ns_select_number_parent {