@jaisocx/css-table-ordered 2.4.2 → 2.4.3
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.
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<style name="css clean start lite mobile portrait">
|
|
119
119
|
|
|
120
120
|
@media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
|
|
121
|
-
only screen and (min-width: 2px) and (max-width:
|
|
121
|
+
only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
|
|
122
122
|
|
|
123
123
|
.jsx.theme_visible_height {
|
|
124
124
|
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<style name="css clean start lite mobile portrait">
|
|
119
119
|
|
|
120
120
|
@media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
|
|
121
|
-
only screen and (min-width: 2px) and (max-width:
|
|
121
|
+
only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
|
|
122
122
|
|
|
123
123
|
.jsx.theme_visible_height {
|
|
124
124
|
|
package/index.preview.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<style name="css clean start lite mobile portrait">
|
|
117
117
|
|
|
118
118
|
@media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
|
|
119
|
-
only screen and (min-width: 2px) and (max-width:
|
|
119
|
+
only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
|
|
120
120
|
|
|
121
121
|
.jsx.theme_visible_height {
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "ILLIA POLIANSKYI, Jaisocx Company",
|
|
3
3
|
"name": "@jaisocx/css-table-ordered",
|
|
4
|
-
"version": "2.4.
|
|
4
|
+
"version": "2.4.3",
|
|
5
5
|
"description": "Css sites tool styling a server side rendered database table data to a grid view, with solutions for sticky scroll and order by on columns via browser's js engine",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"table",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"optionalDependencies": {
|
|
31
31
|
"@jaisocx/css_clean_start_lite": "~1.0.3",
|
|
32
|
-
"@jaisocx/css-table": "~3.5.
|
|
32
|
+
"@jaisocx/css-table": "~3.5.93"
|
|
33
33
|
},
|
|
34
34
|
"private": false,
|
|
35
35
|
"publishConfig": {
|