px-react-ui-components 1.1.16 → 1.1.18
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/components/MyAlert/MyAlert.css +109 -109
- package/dist/components/MyContainer/MyContainer.module.css +95 -95
- package/dist/components/MyEditor/MyEditor.scss +388 -388
- package/dist/components/MyFileUpload/MyFileUpload.js +23 -21
- package/dist/components/MyFileUpload/MyFileUpload.module.css +86 -86
- package/dist/components/MyMenu/MyMenu.module.css +101 -101
- package/dist/components/MyModal/MyModal.css +84 -84
- package/dist/components/MyModal/MyModal.js +8 -4
- package/dist/components/MyNotFound/MyNotFound.css +21 -21
- package/dist/components/MySwitch/MySwitch.css +29 -29
- package/dist/components/MyTable/MyTable.module.css +357 -357
- package/dist/components/MyTabs/MyTabs.css +105 -105
- package/dist/components/MyWaiting/MyWaiting.css +32 -32
- package/dist/components/__yedek/MyEditor/MyEditor.scss +276 -276
- package/dist/components/__yedek/MyEditor copy/MyEditor.scss +276 -276
- package/dist/index.js +8 -1
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.my-nodata{
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
width: 100%;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
align-items: center;
|
|
7
|
-
padding: 25px;
|
|
8
|
-
font-size: 17px;
|
|
9
|
-
color: #444;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.my-nodata .icon{
|
|
13
|
-
font-size: 42px;
|
|
14
|
-
color: #adadad;
|
|
15
|
-
margin-bottom: 10px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.my-nodata span{
|
|
19
|
-
display: block;
|
|
20
|
-
width: 100%;
|
|
21
|
-
text-align: center;
|
|
1
|
+
.my-nodata{
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
width: 100%;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-items: center;
|
|
7
|
+
padding: 25px;
|
|
8
|
+
font-size: 17px;
|
|
9
|
+
color: #444;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.my-nodata .icon{
|
|
13
|
+
font-size: 42px;
|
|
14
|
+
color: #adadad;
|
|
15
|
+
margin-bottom: 10px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.my-nodata span{
|
|
19
|
+
display: block;
|
|
20
|
+
width: 100%;
|
|
21
|
+
text-align: center;
|
|
22
22
|
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
.bg-blue-500{
|
|
2
|
-
background-color: #3b82f6 !important;
|
|
3
|
-
}
|
|
4
|
-
.bg-green-500{
|
|
5
|
-
background-color: #10b981 !important;
|
|
6
|
-
}
|
|
7
|
-
.bg-red-500{
|
|
8
|
-
background-color: #ef4444 !important;
|
|
9
|
-
}
|
|
10
|
-
.bg-yellow-500{
|
|
11
|
-
background-color: #eab308 !important;
|
|
12
|
-
}
|
|
13
|
-
.bg-purple-500{
|
|
14
|
-
background-color: #8b5cf6 !important;
|
|
15
|
-
}
|
|
16
|
-
.bg-orange-500{
|
|
17
|
-
background-color: #f59e0b !important;
|
|
18
|
-
}
|
|
19
|
-
.bg-pink-500{
|
|
20
|
-
background-color: #ec4899 !important;
|
|
21
|
-
}
|
|
22
|
-
.bg-brown-500{
|
|
23
|
-
background-color: #a855f7 !important;
|
|
24
|
-
}
|
|
25
|
-
.bg-indigo-500{
|
|
26
|
-
background-color: #6366f1 !important;
|
|
27
|
-
}
|
|
28
|
-
.bg-gray-500{
|
|
29
|
-
background-color: #6b7280 !important;
|
|
1
|
+
.bg-blue-500{
|
|
2
|
+
background-color: #3b82f6 !important;
|
|
3
|
+
}
|
|
4
|
+
.bg-green-500{
|
|
5
|
+
background-color: #10b981 !important;
|
|
6
|
+
}
|
|
7
|
+
.bg-red-500{
|
|
8
|
+
background-color: #ef4444 !important;
|
|
9
|
+
}
|
|
10
|
+
.bg-yellow-500{
|
|
11
|
+
background-color: #eab308 !important;
|
|
12
|
+
}
|
|
13
|
+
.bg-purple-500{
|
|
14
|
+
background-color: #8b5cf6 !important;
|
|
15
|
+
}
|
|
16
|
+
.bg-orange-500{
|
|
17
|
+
background-color: #f59e0b !important;
|
|
18
|
+
}
|
|
19
|
+
.bg-pink-500{
|
|
20
|
+
background-color: #ec4899 !important;
|
|
21
|
+
}
|
|
22
|
+
.bg-brown-500{
|
|
23
|
+
background-color: #a855f7 !important;
|
|
24
|
+
}
|
|
25
|
+
.bg-indigo-500{
|
|
26
|
+
background-color: #6366f1 !important;
|
|
27
|
+
}
|
|
28
|
+
.bg-gray-500{
|
|
29
|
+
background-color: #6b7280 !important;
|
|
30
30
|
}
|