@jaisocx/css-table-ordered 2.4.2 → 2.4.4

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.
@@ -56,6 +56,13 @@
56
56
  href="MediaAndStyles/CssTableOrdered_main_resolved.css"
57
57
  />
58
58
 
59
+ <link
60
+ rel="stylesheet"
61
+ type="text/css"
62
+ charset="utf-8"
63
+ href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css"
64
+ />
65
+
59
66
 
60
67
 
61
68
  <style name="theme_turn_on">
@@ -118,7 +125,7 @@
118
125
  <style name="css clean start lite mobile portrait">
119
126
 
120
127
  @media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
121
- only screen and (min-width: 2px) and (max-width: 767px) and (orientation: landscape) {
128
+ only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
122
129
 
123
130
  .jsx.theme_visible_height {
124
131
 
@@ -56,6 +56,13 @@
56
56
  href="MediaAndStyles/CssTableOrdered_main_resolved.css"
57
57
  />
58
58
 
59
+ <link
60
+ rel="stylesheet"
61
+ type="text/css"
62
+ charset="utf-8"
63
+ href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css"
64
+ />
65
+
59
66
 
60
67
 
61
68
  <style name="theme_turn_on">
@@ -118,7 +125,7 @@
118
125
  <style name="css clean start lite mobile portrait">
119
126
 
120
127
  @media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
121
- only screen and (min-width: 2px) and (max-width: 767px) and (orientation: landscape) {
128
+ only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
122
129
 
123
130
  .jsx.theme_visible_height {
124
131
 
@@ -54,6 +54,12 @@
54
54
  href="MediaAndStyles/CssTableOrdered_main_resolved.css"
55
55
  />
56
56
 
57
+ <link
58
+ rel="stylesheet"
59
+ type="text/css"
60
+ charset="utf-8"
61
+ href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css"
62
+ />
57
63
 
58
64
 
59
65
  <style name="theme_turn_on">
@@ -116,7 +122,7 @@
116
122
  <style name="css clean start lite mobile portrait">
117
123
 
118
124
  @media only screen and (min-width: 2px) and (max-width: 767px) and (orientation: portrait),
119
- only screen and (min-width: 2px) and (max-width: 767px) and (orientation: landscape) {
125
+ only screen and (min-width: 2px) and (max-width: 1250px) and (orientation: landscape) {
120
126
 
121
127
  .jsx.theme_visible_height {
122
128
 
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.2",
4
+ "version": "2.4.4",
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.92"
32
+ "@jaisocx/css-table": "~3.5.93"
33
33
  },
34
34
  "private": false,
35
35
  "publishConfig": {