@jaisocx/css-table-ordered 2.2.0 → 2.2.2

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/README.md CHANGED
@@ -15,9 +15,9 @@ The jaisocx templates for files listing, https exceptions and others will be ava
15
15
 
16
16
 
17
17
 
18
- ## The latest .tgz archive (v.2.2.0 20th of month August 2025)
18
+ ## The latest .tgz archive (v.2.2.2 20th of month August 2025)
19
19
 
20
- [https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.0.tgz](https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.0.tgz)
20
+ [https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.2.tgz](https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.2.2.tgz)
21
21
 
22
22
 
23
23
 
@@ -9,17 +9,18 @@
9
9
 
10
10
 
11
11
 
12
- <base href="../../" />
13
12
 
14
- <link rel="stylesheet" href="css_tools/CssCleanStart_2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
13
+ <!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_relative.css" /> -->
14
+ <link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
15
15
 
16
- <!-- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_relative.css" /> -->
17
- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_resolved_minimal.css" />
18
16
 
17
+ <!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_relative.css" /> -->
18
+ <link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_resolved_minimal.css" />
19
19
 
20
20
 
21
- <link rel="stylesheet" href="js_tools/CssTableOrdered/MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
22
- <!-- <link rel="stylesheet" href="js_tools/CssTableOrdered/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" /> -->
21
+
22
+ <link rel="stylesheet" href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
23
+ <!-- <link rel="stylesheet" href="MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" /> -->
23
24
 
24
25
 
25
26
 
@@ -1681,8 +1682,8 @@
1681
1682
 
1682
1683
 
1683
1684
 
1684
- <script src="js_tools/CssTableOrdered/transpiled/Simple/scroll/CssTableScroll.js"></script>
1685
- <script src="js_tools/CssTableOrdered/transpiled/Simple/orderby/CssTableOrderby.js"></script>
1685
+ <script src="transpiled/Simple/scroll/CssTableScroll.js"></script>
1686
+ <script src="transpiled/Simple/orderby/CssTableOrderby.js"></script>
1686
1687
 
1687
1688
 
1688
1689
  <script>
@@ -7,17 +7,19 @@
7
7
  <meta charset="utf-8" />
8
8
  <meta content="width=device-width, initial-scale=1.0" name="viewport" />
9
9
 
10
- <base href="../../" />
11
10
 
12
- <link rel="stylesheet" href="css_tools/CssCleanStart_2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
13
11
 
14
- <!-- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_relative.css" /> -->
15
- <link rel="stylesheet" href="css_tools/CssTable/MediaAndStyles/CssTable_main_resolved_minimal.css" />
12
+ <!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_relative.css" /> -->
13
+ <link rel="stylesheet" href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved_minimal.css" />
16
14
 
17
15
 
16
+ <!-- <link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_relative.css" /> -->
17
+ <link rel="stylesheet" href="node_modules/@jaisocx/css-table/MediaAndStyles/CssTable_main_resolved_minimal.css" />
18
18
 
19
- <link rel="stylesheet" href="js_tools/CssTableOrdered/MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
20
- <link rel="stylesheet" href="js_tools/CssTableOrdered/MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" />
19
+
20
+
21
+ <link rel="stylesheet" href="MediaAndStyles/themes/theme_fixed_columns_labels/theme_fixed_columns_labels.css" />
22
+ <link rel="stylesheet" href="MediaAndStyles/themes/theme_jaisocx_folder_listing/CssTable_theme_jaisocx_folder_listing_Relative.css" />
21
23
 
22
24
 
23
25
 
@@ -1679,8 +1681,8 @@
1679
1681
 
1680
1682
 
1681
1683
 
1682
- <script src="js_tools/CssTableOrdered/transpiled/Simple/scroll/CssTableScroll.js"></script>
1683
- <script src="js_tools/CssTableOrdered/transpiled/Simple/orderby/CssTableOrderby.js"></script>
1684
+ <script src="transpiled/Simple/scroll/CssTableScroll.js"></script>
1685
+ <script src="transpiled/Simple/orderby/CssTableOrderby.js"></script>
1684
1686
 
1685
1687
  <script>
1686
1688
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaisocx/css-table-ordered",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "",
5
5
  "author": "Jaisocx",
6
6
  "keywords": [
@@ -42,6 +42,6 @@
42
42
  },
43
43
  "optionalDependencies": {
44
44
  "@jaisocx/css-clean-start-2": "~1.1.2",
45
- "@jaisocx/css-table": "~3.2.5"
45
+ "@jaisocx/css-table": "~3.2.7"
46
46
  }
47
47
  }