@jaisocx/responsive-sizes 1.3.4 → 1.3.6
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 +62 -0
- package/index.preview.html +1 -38
- package/package.json +13 -13
- package/transpiled/CommonJS/ResponsiveSizes.d.ts +0 -0
- package/transpiled/CommonJS/ResponsiveSizes.d.ts.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizes.js +0 -0
- package/transpiled/CommonJS/ResponsiveSizes.js.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstants.d.ts +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstants.d.ts.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstants.js +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstants.js.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstantsCssCleanStart.d.ts +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstantsCssCleanStart.d.ts.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstantsCssCleanStart.js +0 -0
- package/transpiled/CommonJS/ResponsiveSizesConstantsCssCleanStart.js.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesInterface.d.ts +0 -0
- package/transpiled/CommonJS/ResponsiveSizesInterface.d.ts.map +0 -0
- package/transpiled/CommonJS/ResponsiveSizesInterface.js +0 -0
- package/transpiled/CommonJS/ResponsiveSizesInterface.js.map +0 -0
- package/transpiled/CommonJS/index.d.ts +0 -0
- package/transpiled/CommonJS/index.d.ts.map +0 -0
- package/transpiled/CommonJS/index.js +0 -0
- package/transpiled/CommonJS/index.js.map +0 -0
- package/transpiled/ESNext/ResponsiveSizes.d.ts +0 -0
- package/transpiled/ESNext/ResponsiveSizes.d.ts.map +0 -0
- package/transpiled/ESNext/ResponsiveSizes.js +0 -0
- package/transpiled/ESNext/ResponsiveSizes.js.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstants.d.ts +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstants.d.ts.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstants.js +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstants.js.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstantsCssCleanStart.d.ts +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstantsCssCleanStart.d.ts.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstantsCssCleanStart.js +0 -0
- package/transpiled/ESNext/ResponsiveSizesConstantsCssCleanStart.js.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesInterface.d.ts +0 -0
- package/transpiled/ESNext/ResponsiveSizesInterface.d.ts.map +0 -0
- package/transpiled/ESNext/ResponsiveSizesInterface.js +0 -0
- package/transpiled/ESNext/ResponsiveSizesInterface.js.map +0 -0
- package/transpiled/ESNext/index.d.ts +0 -0
- package/transpiled/ESNext/index.d.ts.map +0 -0
- package/transpiled/ESNext/index.js +0 -0
- package/transpiled/ESNext/index.js.map +0 -0
- package/transpiled/Simple/ResponsiveSizes.js +0 -0
- package/transpiled/Simple/ResponsiveSizesConstants.js +0 -0
- package/transpiled/Simple/ResponsiveSizesConstantsCssCleanStart.js +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
|
|
2
|
+
# Responsive Sizes
|
|
3
|
+
`@jaisocx/responsive-sizes`
|
|
4
|
+
> 💡 The package does ...
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
#### status
|
|
9
|
+
> ✅ Ok
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
#### supports
|
|
14
|
+
> Client Side
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
Browser | Express | Console
|
|
18
|
+
✅ yes | ❌ no | ❌ no
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#### 📅 Updated
|
|
24
|
+
> Winter 2026
|
|
25
|
+
|
|
26
|
+
**Library**: `@jaisocx/responsive-sizes` ver. `1.3.5`
|
|
27
|
+
|
|
28
|
+
🗓 **timestamp**: `Tue Jan 20 06:28:29 CET 2026`
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
#### size
|
|
35
|
+
> 200 KB
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
Current Folder | This lib installed | typescript in src/
|
|
39
|
+
| in other node_modules/ |
|
|
40
|
+
200 KB | | 5 KB
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 💡 The aim of the setup
|
|
50
|
+
> The package does ...
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
Have a nice day.
|
|
59
|
+
|
|
60
|
+
Elias, Software Architect of Jaisocx Company
|
|
61
|
+
|
|
62
|
+
|
package/index.preview.html
CHANGED
|
@@ -11,50 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
<!--# FAVICON -->
|
|
15
|
-
<!-- <link
|
|
16
|
-
rel="icon"
|
|
17
|
-
type="image/x-icon"
|
|
18
|
-
href="https://sandbox.brightday.email/cdn/www/media/images/favicon/Icon_Jaisocx.ico"
|
|
19
|
-
href-fallback="favicon/Icon_Jaisocx.ico"
|
|
20
|
-
onerror="javascript: ( () => { console.log( this ); this.onerror = null; this.href = this.getAttribute( 'href-fallback' ); } )();"
|
|
21
|
-
/> -->
|
|
22
|
-
|
|
23
|
-
<link
|
|
24
|
-
rel="icon"
|
|
25
|
-
type="image/x-icon"
|
|
26
|
-
href="node_modules/@jaisocx/css-clean-start-2/favicon/Icon_Sandbox_Brightday.ico"
|
|
27
|
-
href-fallback="../css-clean-start-2/favicon/Icon_Sandbox_Brightday.ico"
|
|
28
|
-
onload="javascript: ( () => { onDOMContentLoaded(); } )();"
|
|
29
|
-
onerror="javascript: ( () => { console.log( this ); this.href = this.getAttribute( 'href-fallback' ); this.onerror = null; } )();"
|
|
30
|
-
/>
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<!--# CSS CLEAN START 2: html & css WHEN STARTING A SITE FROM SCRATCH -->
|
|
35
|
-
|
|
36
|
-
<!--# importing @jaisocx/css-clean-start-2 IN DEV MODE, TO RESEARCH THE .css STYLES IN BROWSER'S DEV TOOLS IN NETWORKS TAB -->
|
|
37
|
-
<!-- <link
|
|
38
|
-
rel="stylesheet"
|
|
39
|
-
type="text/css"
|
|
40
|
-
charset="utf-8"
|
|
41
|
-
href="MediaAndStyles/CssCleanStart_2_main_relative.css"
|
|
42
|
-
/> -->
|
|
43
|
-
|
|
44
|
-
<!--# PROD MODE -->
|
|
45
|
-
<!--#
|
|
46
|
-
ALTERNATIVELY,
|
|
47
|
-
ONE .CSS FILE ( ca. 6_000 lines of size ca. 76 KB),
|
|
48
|
-
PACKED WITH CSS IMPORTER CSS FILES OF THE RESPONSIVE CSS FILES SET,
|
|
49
|
-
SAME TRAFFIC, HOWEVER IN THE DEV CONSOLE JUST ONE CSS FILE IS SEEN.
|
|
50
|
-
-->
|
|
51
|
-
<!--# THE SAME importing @jaisocx/css-clean-start-2 IN PROD MODE, PACKED BY @jaisocx/css-importer TOOL -->
|
|
52
14
|
<link
|
|
53
15
|
rel="stylesheet"
|
|
54
16
|
type="text/css"
|
|
55
17
|
charset="utf-8"
|
|
56
18
|
href="node_modules/@jaisocx/css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved.css"
|
|
57
19
|
href-fallback="../css-clean-start-2/MediaAndStyles/CssCleanStart_2_main_resolved.css"
|
|
20
|
+
onload="javascript: ( () => { onDOMContentLoaded(); } )();"
|
|
58
21
|
onerror="javascript: ( () => { console.log( this ); this.href = this.getAttribute( 'href-fallback' ); this.onerror = null; } )();"
|
|
59
22
|
/>
|
|
60
23
|
|
package/package.json
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"author": "ILLIA POLIANSKYI, Jaisocx Company",
|
|
2
3
|
"name": "@jaisocx/responsive-sizes",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"author": "Jaisocx",
|
|
5
|
-
"keywords": [],
|
|
6
|
-
"private": false,
|
|
4
|
+
"version": "1.3.6",
|
|
7
5
|
"description": "",
|
|
8
|
-
"
|
|
9
|
-
"main": "./transpiled/CommonJS/index.js",
|
|
10
|
-
"types": "./transpiled/ESNext/index.d.ts",
|
|
11
|
-
"module": "./transpiled/ESNext/index.js",
|
|
12
|
-
"exports": {
|
|
13
|
-
"require": "./transpiled/CommonJS/index.js",
|
|
14
|
-
"import": "./transpiled/ESNext/index.js"
|
|
15
|
-
},
|
|
6
|
+
"keywords": [],
|
|
16
7
|
"files": [
|
|
17
8
|
"index.preview.html",
|
|
18
9
|
|
|
@@ -23,8 +14,17 @@
|
|
|
23
14
|
"README.md"
|
|
24
15
|
],
|
|
25
16
|
"optionalDependencies": {
|
|
26
|
-
"@jaisocx/css-clean-start-2": "~1.2.
|
|
17
|
+
"@jaisocx/css-clean-start-2": "~1.2.9"
|
|
18
|
+
},
|
|
19
|
+
"type": "module",
|
|
20
|
+
"main": "./transpiled/CommonJS/index.js",
|
|
21
|
+
"types": "./transpiled/ESNext/index.d.ts",
|
|
22
|
+
"module": "./transpiled/ESNext/index.js",
|
|
23
|
+
"exports": {
|
|
24
|
+
"require": "./transpiled/CommonJS/index.js",
|
|
25
|
+
"import": "./transpiled/ESNext/index.js"
|
|
27
26
|
},
|
|
27
|
+
"private": false,
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|