boot.gl 0.0.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Scape Agency
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,34 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png" width="20%" alt="Stylescape Logo">
3
+ </p>
4
+ <h1 align="center" style='border-bottom: none;'>boot.gl</h1>
5
+ <h3 align="center">Style Reset</h3>
6
+
7
+ <br/>
8
+
9
+ <div align="center">
10
+
11
+ [![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.boot.gl&up_message=Up&up_color=%23000000&down_message=Down&down_color=%23000000&style=flat-square&logo=Firefox&logoColor=FFFFFF&label=Website&labelColor=%23000000&color=%23000000)
12
+ ](https://www.boot.gl)
13
+ [![NPM Version](https://img.shields.io/npm/v/boot.gl?style=flat-square&logo=npm&logoColor=FFFFFF&label=NPM&labelColor=%23000000&color=%23000000&link=https%3A%2F%2Fwww.npmjs.com%2Funitage%2Fboot.gl)](https://www.npmjs.com/boot.gl)
14
+ [![devContainer](https://img.shields.io/badge/devContainer-23354351?style=flat-square&logo=Docker&logoColor=%23FFFFFF&labelColor=%23000000&color=%23000000)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/boot.gl)
15
+ [![StackBlitz](https://img.shields.io/badge/StackBlitz-23354351?style=flat-square&logo=StackBlitz&logoColor=%23FFFFFF&labelColor=%23000000&color=%23000000)](https://stackblitz.com/github/stylescape/boot.gl/tree/main?file=src%2Findex.html)
16
+ [![GitHub License](https://img.shields.io/github/license/stylescape/boot.gl?style=flat-square&logo=readthedocs&logoColor=FFFFFF&label=&labelColor=%23000000&color=%23000000&link=LICENSE)](https://github.com/stylescape/boot.gl/blob/main/LICENSE)
17
+
18
+ </div>
19
+
20
+ <div align="center">
21
+
22
+ [![Report a Bug](https://img.shields.io/badge/Report%20a%20Bug-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
23
+ [![Request a Feature](https://img.shields.io/badge/Request%20a%20Feature-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
24
+ [![Ask a Question](https://img.shields.io/badge/Ask%20a%20Question-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
25
+ [![Make a Suggestion](https://img.shields.io/badge/Make%20a%20Suggestion-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
26
+ [![Start a Discussion](https://img.shields.io/badge/Start%20a%20Discussion-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
27
+
28
+ </div>
29
+
30
+ ---
31
+
32
+ <br/>
33
+
34
+ `boot.gl` is ...
package/dist/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Scape Agency
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/dist/README.md ADDED
@@ -0,0 +1,34 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png" width="20%" alt="Stylescape Logo">
3
+ </p>
4
+ <h1 align="center" style='border-bottom: none;'>boot.gl</h1>
5
+ <h3 align="center">Style Reset</h3>
6
+
7
+ <br/>
8
+
9
+ <div align="center">
10
+
11
+ [![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.boot.gl&up_message=Up&up_color=%23000000&down_message=Down&down_color=%23000000&style=flat-square&logo=Firefox&logoColor=FFFFFF&label=Website&labelColor=%23000000&color=%23000000)
12
+ ](https://www.boot.gl)
13
+ [![NPM Version](https://img.shields.io/npm/v/boot.gl?style=flat-square&logo=npm&logoColor=FFFFFF&label=NPM&labelColor=%23000000&color=%23000000&link=https%3A%2F%2Fwww.npmjs.com%2Funitage%2Fboot.gl)](https://www.npmjs.com/boot.gl)
14
+ [![devContainer](https://img.shields.io/badge/devContainer-23354351?style=flat-square&logo=Docker&logoColor=%23FFFFFF&labelColor=%23000000&color=%23000000)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/boot.gl)
15
+ [![StackBlitz](https://img.shields.io/badge/StackBlitz-23354351?style=flat-square&logo=StackBlitz&logoColor=%23FFFFFF&labelColor=%23000000&color=%23000000)](https://stackblitz.com/github/stylescape/boot.gl/tree/main?file=src%2Findex.html)
16
+ [![GitHub License](https://img.shields.io/github/license/stylescape/boot.gl?style=flat-square&logo=readthedocs&logoColor=FFFFFF&label=&labelColor=%23000000&color=%23000000&link=LICENSE)](https://github.com/stylescape/boot.gl/blob/main/LICENSE)
17
+
18
+ </div>
19
+
20
+ <div align="center">
21
+
22
+ [![Report a Bug](https://img.shields.io/badge/Report%20a%20Bug-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
23
+ [![Request a Feature](https://img.shields.io/badge/Request%20a%20Feature-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
24
+ [![Ask a Question](https://img.shields.io/badge/Ask%20a%20Question-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
25
+ [![Make a Suggestion](https://img.shields.io/badge/Make%20a%20Suggestion-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
26
+ [![Start a Discussion](https://img.shields.io/badge/Start%20a%20Discussion-GitHub?style=flat-square&&logoColor=%23FFFFFF&color=%23D2D9DF)](https://github.com/stylescape/boot.gl/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
27
+
28
+ </div>
29
+
30
+ ---
31
+
32
+ <br/>
33
+
34
+ `boot.gl` is ...
@@ -0,0 +1,149 @@
1
+ *,
2
+ a,
3
+ abbr,
4
+ acronym,
5
+ address,
6
+ applet,
7
+ area,
8
+ article,
9
+ aside,
10
+ audio,
11
+ b,
12
+ base,
13
+ basefont,
14
+ bb,
15
+ bdo,
16
+ big,
17
+ blockquote,
18
+ body,
19
+ br,
20
+ button,
21
+ canvas,
22
+ caption,
23
+ center,
24
+ cite,
25
+ code,
26
+ col,
27
+ colgroup,
28
+ command,
29
+ datalist,
30
+ dd,
31
+ del,
32
+ details,
33
+ dfn,
34
+ dialog,
35
+ dir,
36
+ div,
37
+ dl,
38
+ dt,
39
+ em,
40
+ embed,
41
+ eventsource,
42
+ fieldset,
43
+ figcaption,
44
+ figure,
45
+ font,
46
+ footer,
47
+ form,
48
+ frame,
49
+ frameset,
50
+ h1,
51
+ h2,
52
+ h3,
53
+ h4,
54
+ h5,
55
+ h6,
56
+ head,
57
+ header,
58
+ hgroup,
59
+ hr,
60
+ html,
61
+ i,
62
+ iframe,
63
+ img,
64
+ input,
65
+ ins,
66
+ isindex,
67
+ kbd,
68
+ keygen,
69
+ label,
70
+ legend,
71
+ li,
72
+ link,
73
+ map,
74
+ mark,
75
+ menu,
76
+ meta,
77
+ meter,
78
+ nav,
79
+ noframes,
80
+ noscript,
81
+ object,
82
+ ol,
83
+ optgroup,
84
+ option,
85
+ output,
86
+ p,
87
+ param,
88
+ pre,
89
+ progress,
90
+ q,
91
+ rp,
92
+ rt,
93
+ ruby,
94
+ s,
95
+ samp,
96
+ script,
97
+ section,
98
+ select,
99
+ small,
100
+ source,
101
+ span,
102
+ strike,
103
+ strong,
104
+ style,
105
+ sub,
106
+ sup,
107
+ table,
108
+ tbody,
109
+ td,
110
+ textarea,
111
+ tfoot,
112
+ th,
113
+ thead,
114
+ time,
115
+ title,
116
+ tr,
117
+ track,
118
+ tt,
119
+ u,
120
+ ul,
121
+ var,
122
+ video,
123
+ wbr {
124
+ margin: 0;
125
+ margin-block-start: 0;
126
+ margin-block-end: 0;
127
+ margin-inline-start: 0;
128
+ margin-inline-end: 0;
129
+ padding: 0;
130
+ border: 0;
131
+ font-size: 100%;
132
+ font: inherit;
133
+ vertical-align: baseline;
134
+ }
135
+
136
+ article,
137
+ aside,
138
+ details,
139
+ figcaption,
140
+ figure,
141
+ footer,
142
+ header,
143
+ hgroup,
144
+ menu,
145
+ nav,
146
+ section,
147
+ main {
148
+ display: block;
149
+ }
@@ -0,0 +1 @@
1
+ *,a,abbr,acronym,address,applet,area,article,aside,audio,b,base,basefont,bb,bdo,big,blockquote,body,br,button,canvas,caption,center,cite,code,col,colgroup,command,datalist,dd,del,details,dfn,dialog,dir,div,dl,dt,em,embed,eventsource,fieldset,figcaption,figure,font,footer,form,frame,frameset,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,i,iframe,img,input,ins,isindex,kbd,keygen,label,legend,li,link,map,mark,menu,meta,meter,nav,noframes,noscript,object,ol,optgroup,option,output,p,param,pre,progress,q,rp,rt,ruby,s,samp,script,section,select,small,source,span,strike,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,title,tr,track,tt,u,ul,var,video,wbr{border:0;font-size:100%;font:inherit;margin:0;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "boot.gl",
3
+ "version": "0.0.2",
4
+ "description": "Style Reset.",
5
+ "keywords": [
6
+ "boot.gl",
7
+ "stylescape",
8
+ "sass",
9
+ "reset"
10
+ ],
11
+ "license": "MIT",
12
+ "homepage": "https://www.boot.gl/",
13
+ "main": "js/index.js",
14
+ "types": "js/index.d.ts",
15
+ "files": [
16
+ "src/**",
17
+ "dist/**"
18
+ ],
19
+ "author": "Lars van Vianen <lars@vianen.com> (https://www.vianen.com)",
20
+ "contributors": [
21
+ "Scape Agency <info@scape.agency>"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/stylescape/boot.gl.git"
26
+ },
27
+ "funding": [
28
+ {
29
+ "type": "github",
30
+ "url": "https://github.com/sponsors/scape-foundation"
31
+ }
32
+ ],
33
+ "sass": "src/scss/index.scss",
34
+ "style": "dist/css/boot.gl.css",
35
+ "exports": {
36
+ ".": {
37
+ "sass": "./scss/index.scss"
38
+ }
39
+ }
40
+ }
@@ -0,0 +1,202 @@
1
+ ////
2
+ ///
3
+ /// Reset Mixins Module
4
+ /// ===========================================================================
5
+ ///
6
+ /// @group Reset
7
+ /// @author Scape Agency
8
+ /// @link https://boot.gl
9
+ /// @since 0.1.0 initial release
10
+ /// @todo None
11
+ /// @access public
12
+ ///
13
+ ////
14
+
15
+ // ============================================================================
16
+ // Use
17
+ // ============================================================================
18
+
19
+ // Reset margin and padding for all elements
20
+ @mixin reset_bleed {
21
+ margin: 0;
22
+ margin-block-start: 0;
23
+ margin-block-end: 0;
24
+ margin-inline-start: 0;
25
+ margin-inline-end: 0;
26
+ padding: 0;
27
+ border: 0; // Ensures no borders are applied unless explicitly defined
28
+ font-size: 100%; // Prevent scaling issues by setting default font size
29
+ font: inherit; // Ensures fonts are consistently inherited from parent elements
30
+ vertical-align: baseline; // Aligns elements to the baseline to avoid layout shifts
31
+ }
32
+
33
+ // Apply the reset mixin to all elements
34
+ *,
35
+ a,
36
+ abbr,
37
+ acronym,
38
+ address,
39
+ applet,
40
+ area,
41
+ article,
42
+ aside,
43
+ audio,
44
+ b,
45
+ base,
46
+ basefont,
47
+ bb,
48
+ bdo,
49
+ big,
50
+ blockquote,
51
+ body,
52
+ br,
53
+ button,
54
+ canvas,
55
+ caption,
56
+ center,
57
+ cite,
58
+ code,
59
+ col,
60
+ colgroup,
61
+ command,
62
+ datalist,
63
+ dd,
64
+ del,
65
+ details,
66
+ dfn,
67
+ dialog,
68
+ dir,
69
+ div,
70
+ dl,
71
+ dt,
72
+ em,
73
+ embed,
74
+ eventsource,
75
+ fieldset,
76
+ figcaption,
77
+ figure,
78
+ font,
79
+ footer,
80
+ form,
81
+ frame,
82
+ frameset,
83
+ h1,
84
+ h2,
85
+ h3,
86
+ h4,
87
+ h5,
88
+ h6,
89
+ head,
90
+ header,
91
+ hgroup,
92
+ hr,
93
+ html,
94
+ i,
95
+ iframe,
96
+ img,
97
+ input,
98
+ ins,
99
+ isindex,
100
+ kbd,
101
+ keygen,
102
+ label,
103
+ legend,
104
+ li,
105
+ link,
106
+ map,
107
+ mark,
108
+ menu,
109
+ meta,
110
+ meter,
111
+ nav,
112
+ noframes,
113
+ noscript,
114
+ object,
115
+ ol,
116
+ optgroup,
117
+ option,
118
+ output,
119
+ p,
120
+ param,
121
+ pre,
122
+ progress,
123
+ q,
124
+ rp,
125
+ rt,
126
+ ruby,
127
+ s,
128
+ samp,
129
+ script,
130
+ section,
131
+ select,
132
+ small,
133
+ source,
134
+ span,
135
+ strike,
136
+ strong,
137
+ style,
138
+ sub,
139
+ sup,
140
+ table,
141
+ tbody,
142
+ td,
143
+ textarea,
144
+ tfoot,
145
+ th,
146
+ thead,
147
+ time,
148
+ title,
149
+ tr,
150
+ track,
151
+ tt,
152
+ u,
153
+ ul,
154
+ var,
155
+ video,
156
+ wbr {
157
+ @include reset_bleed;
158
+ }
159
+
160
+ // HTML5 display-role reset for older browsers
161
+ // Ensures HTML5 elements are displayed correctly in older browsers
162
+ article,
163
+ aside,
164
+ details,
165
+ figcaption,
166
+ figure,
167
+ footer,
168
+ header,
169
+ hgroup,
170
+ menu,
171
+ nav,
172
+ section,
173
+ main {
174
+ display: block;
175
+ }
176
+
177
+ // html, body, div, span, applet, object, iframe,
178
+ // h1, h2, h3, h4, h5, h6, p, blockquote, pre,
179
+ // a, abbr, acronym, address, big, cite, code,
180
+ // del, dfn, em, img, ins, kbd, q, s, samp,
181
+ // small, strike, strong, sub, sup, tt, var,
182
+ // b, u, i, center,
183
+ // dl, dt, dd, ol, ul, li,
184
+ // fieldset, form, label, legend,
185
+ // table, caption, tbody, tfoot, thead, tr, th, td,
186
+ // article, aside, canvas, details, embed,
187
+ // figure, figcaption, footer, header, hgroup,
188
+ // menu, nav, output, ruby, section, summary,
189
+ // time, mark, audio, video {
190
+ // margin: 0;
191
+ // padding: 0;
192
+ // border: 0;
193
+ // font-size: 100%;
194
+ // font: inherit;
195
+ // vertical-align: baseline;
196
+ // }
197
+
198
+ // /* HTML5 display-role reset for older browsers */
199
+ // article, aside, details, figcaption, figure,
200
+ // footer, header, hgroup, menu, nav, section, main {
201
+ // display: block;
202
+ // }
@@ -0,0 +1,17 @@
1
+ ////
2
+ ///
3
+ /// boot.gl
4
+ /// ===========================================================================
5
+ ///
6
+ /// @author Scape Agency
7
+ /// @link https://boot.gl
8
+ /// @since 0.1.0 initial release
9
+ /// @todo None
10
+ /// @access public
11
+ ///
12
+ ////
13
+
14
+
15
+ @charset "utf-8";
16
+
17
+ @forward "reset";