coject 1.3.14 → 1.3.15

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.
@@ -0,0 +1,101 @@
1
+ /* Labels */
2
+ html[dir="rtl"] fieldset {
3
+ text-align: right;
4
+ }
5
+
6
+ html[dir="rtl"] .MuiFormLabel-root {
7
+ right: 0;
8
+ left: initial;
9
+ transform-origin: top right;
10
+ transform: translate(-14px, 16px) scale(1);
11
+ }
12
+
13
+ html[dir="rtl"] .MuiFormLabel-root.MuiInputLabel-shrink {
14
+ transform: translate(-14px, -9px) scale(0.75);
15
+ }
16
+
17
+ /* Grid */
18
+ html[dir="rtl"] .MuiButton-startIcon {
19
+ margin: 0 0 0 8px !important
20
+ }
21
+
22
+ html[dir="rtl"] .MuiTablePagination-toolbar {
23
+ padding-left: 2px;
24
+ padding-right: 24px;
25
+ }
26
+
27
+ html[dir="rtl"] .MuiTablePagination-actions {
28
+ margin-left: 0;
29
+ margin-right: 20px;
30
+ }
31
+
32
+ html[dir="rtl"] .MuiTablePagination-actions svg {
33
+ transform: scaleX(-1);
34
+ }
35
+
36
+ html[dir="rtl"] .MuiDataGrid-toolbarContainer {
37
+ direction: ltr;
38
+ }
39
+
40
+ html[dir="rtl"] .MuiDataGrid-toolbarContainer button {
41
+ direction: rtl;
42
+ }
43
+
44
+ /* Select */
45
+ html[dir="rtl"] .MuiAutocomplete-inputRoot {
46
+ padding-left: 65px;
47
+ padding-right: 0 !important;
48
+ }
49
+
50
+ html[dir="rtl"] .MuiAutocomplete-endAdornment {
51
+ left: 13px;
52
+ right: initial !important;
53
+ }
54
+
55
+ /* DatePicker */
56
+ html[dir="rtl"] .MuiPickersCalendarHeader-labelContainer {
57
+ margin-left: auto;
58
+ margin-right: 0 !important;
59
+ }
60
+
61
+ html[dir="rtl"] .MuiPickersArrowSwitcher-root svg {
62
+ transform: scaleX(-1);
63
+ }
64
+
65
+ /* Checkbox & Switch */
66
+ html[dir="rtl"] .MuiFormControlLabel-root {
67
+ margin-left: 16px;
68
+ margin-right: -11px;
69
+ }
70
+
71
+ /* Sidebar */
72
+ html[dir="rtl"] .minMenuList .MuiPaper-elevation {
73
+ left: auto !important;
74
+ right: 70px !important;
75
+ }
76
+
77
+ html[dir="rtl"] .maxMenuList li a {
78
+ padding-left: 0;
79
+ padding-right: 32px;
80
+ }
81
+
82
+ /* Header */
83
+ html[dir="rtl"] .mobSearchBtn {
84
+ left: 25px;
85
+ right: auto;
86
+ }
87
+
88
+ html[dir="rtl"] .mobMenuList .MuiPaper-root {
89
+ right: 0 !important;
90
+ left: auto !important;
91
+ }
92
+
93
+ html[dir="rtl"] .mobMenuList .MuiPaper-root h6 svg {
94
+ margin-right: 0;
95
+ margin-left: 10px;
96
+ }
97
+
98
+ html[dir="rtl"] .mobMenuClose {
99
+ right: 300px !important;
100
+ left: auto !important;
101
+ }
@@ -0,0 +1,101 @@
1
+ /* Labels */
2
+ html[dir="rtl"] fieldset {
3
+ text-align: right;
4
+ }
5
+
6
+ html[dir="rtl"] .MuiFormLabel-root {
7
+ right: 0;
8
+ left: initial;
9
+ transform-origin: top right;
10
+ transform: translate(-14px, 16px) scale(1);
11
+ }
12
+
13
+ html[dir="rtl"] .MuiFormLabel-root.MuiInputLabel-shrink {
14
+ transform: translate(-14px, -9px) scale(0.75);
15
+ }
16
+
17
+ /* Grid */
18
+ html[dir="rtl"] .MuiButton-startIcon {
19
+ margin: 0 0 0 8px !important
20
+ }
21
+
22
+ html[dir="rtl"] .MuiTablePagination-toolbar {
23
+ padding-left: 2px;
24
+ padding-right: 24px;
25
+ }
26
+
27
+ html[dir="rtl"] .MuiTablePagination-actions {
28
+ margin-left: 0;
29
+ margin-right: 20px;
30
+ }
31
+
32
+ html[dir="rtl"] .MuiTablePagination-actions svg {
33
+ transform: scaleX(-1);
34
+ }
35
+
36
+ html[dir="rtl"] .MuiDataGrid-toolbarContainer {
37
+ direction: ltr;
38
+ }
39
+
40
+ html[dir="rtl"] .MuiDataGrid-toolbarContainer button {
41
+ direction: rtl;
42
+ }
43
+
44
+ /* Select */
45
+ html[dir="rtl"] .MuiAutocomplete-inputRoot {
46
+ padding-left: 65px;
47
+ padding-right: 0 !important;
48
+ }
49
+
50
+ html[dir="rtl"] .MuiAutocomplete-endAdornment {
51
+ left: 13px;
52
+ right: initial !important;
53
+ }
54
+
55
+ /* DatePicker */
56
+ html[dir="rtl"] .MuiPickersCalendarHeader-labelContainer {
57
+ margin-left: auto;
58
+ margin-right: 0 !important;
59
+ }
60
+
61
+ html[dir="rtl"] .MuiPickersArrowSwitcher-root svg {
62
+ transform: scaleX(-1);
63
+ }
64
+
65
+ /* Checkbox & Switch */
66
+ html[dir="rtl"] .MuiFormControlLabel-root {
67
+ margin-left: 16px;
68
+ margin-right: -11px;
69
+ }
70
+
71
+ /* Sidebar */
72
+ html[dir="rtl"] .minMenuList .MuiPaper-elevation {
73
+ left: auto !important;
74
+ right: 70px !important;
75
+ }
76
+
77
+ html[dir="rtl"] .maxMenuList li a {
78
+ padding-left: 0;
79
+ padding-right: 32px;
80
+ }
81
+
82
+ /* Header */
83
+ html[dir="rtl"] .mobSearchBtn {
84
+ left: 25px;
85
+ right: auto;
86
+ }
87
+
88
+ html[dir="rtl"] .mobMenuList .MuiPaper-root {
89
+ right: 0 !important;
90
+ left: auto !important;
91
+ }
92
+
93
+ html[dir="rtl"] .mobMenuList .MuiPaper-root h6 svg {
94
+ margin-right: 0;
95
+ margin-left: 10px;
96
+ }
97
+
98
+ html[dir="rtl"] .mobMenuClose {
99
+ right: 300px !important;
100
+ left: auto !important;
101
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coject",
3
- "version": "1.3.14",
3
+ "version": "1.3.15",
4
4
  "description": "React Library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",