@symbo.ls/scratch 2.10.245 → 2.10.246
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 +21 -0
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/set.js +0 -1
- package/dist/cjs/system/index.js +0 -1
- package/dist/cjs/system/reset.js +0 -1
- package/package.json +2 -2
- package/src/system/reset.js +0 -1
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 symbo.ls
|
|
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/cjs/index.js
CHANGED
|
@@ -2382,7 +2382,6 @@ var applyReset = (reset = {}) => {
|
|
|
2382
2382
|
left: "0",
|
|
2383
2383
|
margin: "0",
|
|
2384
2384
|
WebkitFontSmoothing: "antialiased",
|
|
2385
|
-
transform: "translate3d(0, 0, 1px)",
|
|
2386
2385
|
scrollBehavior: "smooth",
|
|
2387
2386
|
fontSize: TYPOGRAPHY2.browserDefault + "px",
|
|
2388
2387
|
...CONFIG2.useDocumentTheme ? getMediaTheme("document", `@${CONFIG2.globalTheme}`) : {},
|
package/dist/cjs/set.js
CHANGED
|
@@ -2152,7 +2152,6 @@ var applyReset = (reset = {}) => {
|
|
|
2152
2152
|
left: "0",
|
|
2153
2153
|
margin: "0",
|
|
2154
2154
|
WebkitFontSmoothing: "antialiased",
|
|
2155
|
-
transform: "translate3d(0, 0, 1px)",
|
|
2156
2155
|
scrollBehavior: "smooth",
|
|
2157
2156
|
fontSize: TYPOGRAPHY2.browserDefault + "px",
|
|
2158
2157
|
...CONFIG2.useDocumentTheme ? getMediaTheme("document", `@${CONFIG2.globalTheme}`) : {},
|
package/dist/cjs/system/index.js
CHANGED
|
@@ -2148,7 +2148,6 @@ var applyReset = (reset = {}) => {
|
|
|
2148
2148
|
left: "0",
|
|
2149
2149
|
margin: "0",
|
|
2150
2150
|
WebkitFontSmoothing: "antialiased",
|
|
2151
|
-
transform: "translate3d(0, 0, 1px)",
|
|
2152
2151
|
scrollBehavior: "smooth",
|
|
2153
2152
|
fontSize: TYPOGRAPHY2.browserDefault + "px",
|
|
2154
2153
|
...CONFIG2.useDocumentTheme ? getMediaTheme("document", `@${CONFIG2.globalTheme}`) : {},
|
package/dist/cjs/system/reset.js
CHANGED
|
@@ -1191,7 +1191,6 @@ var applyReset = (reset = {}) => {
|
|
|
1191
1191
|
left: "0",
|
|
1192
1192
|
margin: "0",
|
|
1193
1193
|
WebkitFontSmoothing: "antialiased",
|
|
1194
|
-
transform: "translate3d(0, 0, 1px)",
|
|
1195
1194
|
scrollBehavior: "smooth",
|
|
1196
1195
|
fontSize: TYPOGRAPHY2.browserDefault + "px",
|
|
1197
1196
|
...CONFIG2.useDocumentTheme ? getMediaTheme("document", `@${CONFIG2.globalTheme}`) : {},
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symbo.ls/scratch",
|
|
3
3
|
"description": "Φ / CSS framework and methodology.",
|
|
4
4
|
"author": "symbo.ls",
|
|
5
|
-
"version": "2.10.
|
|
5
|
+
"version": "2.10.246",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@emotion/css": "^11.5.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "f8be6c9e69e843494b2cf048309cb82ef0e6e1e8"
|
|
36
36
|
}
|
package/src/system/reset.js
CHANGED