@new-ui/reset 0.0.8 → 0.1.0

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 CHANGED
@@ -1,6 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Method Black Studio
3
+ Copyright (c) 2025 Abhimanyu Rana @planetabhi
4
+ Copyright (c) 2025 Method Black Studio
4
5
 
5
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
7
  of this software and associated documentation files (the "Software"), to deal
@@ -1 +1 @@
1
- {"mappings":"ACAA,uCAIA,mDAOA,iFAOA,4CAKA,sCAKA,8BAKA,6CAIA,yCAMA,4EAMA,gDAKA","sources":["index.css","../../New%20Packages/reset/src/_reset.scss"],"sourcesContent":["*, :before, :after {\n box-sizing: border-box;\n}\n\nhtml {\n text-size-adjust: none;\n vertical-align: baseline;\n}\n\nbody, h1, h2, h3, h4, p, figure, blockquote, dl, dd {\n margin: 0;\n margin-block-end: 0;\n padding: 0;\n}\n\nul[role=\"list\"], ol[role=\"list\"] {\n list-style: none;\n}\n\nbody {\n min-height: 100vh;\n line-height: 1.5;\n}\n\nh1, h2, h3, h4 {\n text-wrap: balance;\n}\n\na:not([class]) {\n text-decoration-skip-ink: auto;\n}\n\nimg, picture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n:target {\n scroll-margin-block: 5ex;\n}\n/*# sourceMappingURL=index.css.map */\n",null],"names":[],"version":3,"file":"index.css.map"}
1
+ {"mappings":"ACAA,uCAIA,mDAOA,iFAOA,4CAKA,sCAKA,8BAKA,6CAIA,yCAMA,4EAMA,gDAKA","sources":["index.css","src/_reset.scss"],"sourcesContent":["*, :before, :after {\n box-sizing: border-box;\n}\n\nhtml {\n text-size-adjust: none;\n vertical-align: baseline;\n}\n\nbody, h1, h2, h3, h4, p, figure, blockquote, dl, dd {\n margin: 0;\n margin-block-end: 0;\n padding: 0;\n}\n\nul[role=\"list\"], ol[role=\"list\"] {\n list-style: none;\n}\n\nbody {\n min-height: 100vh;\n line-height: 1.5;\n}\n\nh1, h2, h3, h4 {\n text-wrap: balance;\n}\n\na:not([class]) {\n text-decoration-skip-ink: auto;\n}\n\nimg, picture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n:target {\n scroll-margin-block: 5ex;\n}\n/*# sourceMappingURL=index.css.map */\n","*, *::before, *::after {\n box-sizing: border-box;\n}\n\nhtml {\n -moz-text-size-adjust: none;\n -webkit-text-size-adjust: none;\n text-size-adjust: none;\n vertical-align: baseline;\n}\n\nbody, h1, h2, h3, h4, p,\nfigure, blockquote, dl, dd {\n margin: 0;\n padding: 0;\n margin-block-end: 0;\n}\n\nul[role='list'],\nol[role='list'] {\n list-style: none;\n}\n\nbody {\n min-height: 100vh;\n line-height: 1.5;\n}\n\nh1, h2,\nh3, h4 {\n text-wrap: balance;\n}\n\na:not([class]) {\n text-decoration-skip-ink: auto;\n}\n\nimg,\npicture {\n max-width: 100%;\n display: block;\n}\n\ninput, textarea, button, select {\n font-family: inherit;\n font-size: inherit;\n margin: 0;\n}\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\n:target {\n scroll-margin-block: 5ex;\n}"],"names":[],"version":3,"file":"index.css.map"}
package/package.json CHANGED
@@ -1,19 +1,25 @@
1
1
  {
2
2
  "name": "@new-ui/reset",
3
- "version": "0.0.8",
3
+ "version": "0.1.0",
4
4
  "description": "SCSS, CSS reset.",
5
5
  "source": "src/index.scss",
6
6
  "main": "dist/index.css",
7
7
  "targets": {
8
8
  "main": false
9
9
  },
10
+ "files": [
11
+ "dist/",
12
+ "src/",
13
+ "README.md",
14
+ "LICENSE"
15
+ ],
10
16
  "scripts": {
11
17
  "watch": "parcel watch",
12
18
  "build": "parcel build"
13
19
  },
14
20
  "repository": {
15
21
  "type": "git",
16
- "url": "git+https://github.com/NewDesignFile/reset.git"
22
+ "url": "git+https://github.com/NewDesignFile/foundations.git"
17
23
  },
18
24
  "keywords": [
19
25
  "reset",
@@ -23,12 +29,12 @@
23
29
  "author": "@planetabhi",
24
30
  "license": "MIT",
25
31
  "bugs": {
26
- "url": "https://github.com/NewDesignFile/reset/issues"
32
+ "url": "https://github.com/NewDesignFile/foundations/issues"
27
33
  },
28
- "homepage": "https://github.com/NewDesignFile/reset#readme",
34
+ "homepage": "https://github.com/NewDesignFile/foundations#readme",
29
35
  "devDependencies": {
30
- "@parcel/transformer-sass": "^2.13.3",
31
- "autoprefixer": "^10.4.20",
32
- "parcel": "^2.13.3"
36
+ "@parcel/transformer-sass": "^2.16.0",
37
+ "autoprefixer": "^10.4.21",
38
+ "parcel": "^2.16.0"
33
39
  }
34
40
  }
package/parcel.config.js DELETED
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- plugins: [require("autoprefixer"), require("postcss-node-sass")],
3
- };