@jaisocx/css-table-ordered 2.1.7 → 2.1.8
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 +2 -2
- package/index.example.html +1 -1
- package/jaisocx-folder-listing-preview.html +1 -1
- package/package.json +2 -2
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.1.
|
|
18
|
+
## The latest .tgz archive (v.2.1.8 17th of month August 2025)
|
|
19
19
|
|
|
20
|
-
[https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.1.
|
|
20
|
+
[https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.1.8.tgz](https://sandbox.brightday.email/sites_tools/js_tools/CssTableOrdered/jaisocx-css-table-ordered-2.1.8.tgz)
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
package/index.example.html
CHANGED
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
<div class="cell size number text_plain table-thin-field-hide-mobile ">
|
|
469
469
|
<span class="column-label">size</span>
|
|
470
470
|
<span class="cell-mini-image"><span class="in-cell-mini-image"></span></span>
|
|
471
|
-
<span class="cell-value">
|
|
471
|
+
<span class="cell-value">12</span>
|
|
472
472
|
</div>
|
|
473
473
|
|
|
474
474
|
<div class="cell fileLastModifiedTimestampFormatted string text_plain table-thin-field-hide-mobile ">
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
<div class="cell size number text_plain table-thin-field-hide-mobile ">
|
|
469
469
|
<span class="column-label">size</span>
|
|
470
470
|
<span class="cell-mini-image"><span class="in-cell-mini-image"></span></span>
|
|
471
|
-
<span class="cell-value">
|
|
471
|
+
<span class="cell-value">12</span>
|
|
472
472
|
</div>
|
|
473
473
|
|
|
474
474
|
<div class="cell fileLastModifiedTimestampFormatted string text_plain table-thin-field-hide-mobile ">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaisocx/css-table-ordered",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Jaisocx",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
47
|
"@jaisocx/css-clean-start-2": "~1.1.0",
|
|
48
|
-
"@jaisocx/css-table": "~3.2.
|
|
48
|
+
"@jaisocx/css-table": "~3.2.3"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
|