@phun-ky/speccer 9.5.0 → 9.5.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/README.md +5 -3
- package/dist/speccer.esm.js +1 -1
- package/dist/speccer.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# @phun-ky/speccer
|
|
2
2
|
|
|
3
|
-

|
|
6
4
|
|
|
7
5
|
[](http://commitizen.github.io/cz-cli/) [](http://makeapullrequest.com) [](http://semver.org/spec/v2.0.0.html)       [](https://codecov.io/gh/phun-ky/speccer)
|
|
8
6
|
|
|
@@ -323,6 +321,8 @@ The curly brackets are made with SVG paths, and it is required to have the follo
|
|
|
323
321
|
|
|
324
322
|
from v9.5 you can utilize the `dissect` feature to highlight the anatomy of an element programaticaly. [Here is an example with a click event](https://codepen.io/phun-ky/full/LYKOWyP).
|
|
325
323
|
|
|
324
|
+
[Kazam_screencast_00002.webm](https://github.com/user-attachments/assets/5c78cece-de46-4876-81f2-98c9108a2103)
|
|
325
|
+
|
|
326
326
|
### Element typography
|
|
327
327
|
|
|
328
328
|

|
|
@@ -485,3 +485,5 @@ I'm an Open Source evangelist, creating stuff that does not exist yet to help ge
|
|
|
485
485
|
The sponsorship is an unique opportunity to alleviate more hours for me to maintain my projects, create new ones and contribute to the large community we're all part of :)
|
|
486
486
|
|
|
487
487
|
[Support me on GitHub Sponsors](https://github.com/sponsors/phun-ky).
|
|
488
|
+
|
|
489
|
+

|
package/dist/speccer.esm.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/speccer
|
|
3
3
|
* A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
|
|
5
|
-
* @version 9.5.
|
|
5
|
+
* @version 9.5.2
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/dist/speccer.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @phun-ky/speccer
|
|
3
3
|
* A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements
|
|
4
4
|
* @author Alexander Vassbotn Røyne-Helgesen <alexander@phun-ky.net>
|
|
5
|
-
* @version 9.5.
|
|
5
|
+
* @version 9.5.2
|
|
6
6
|
* @license
|
|
7
7
|
* Copyright (c) 2018 Alexander Vassbotn Røyne-Helgesen
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/speccer",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.2",
|
|
4
4
|
"description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements",
|
|
5
5
|
"main": "dist/speccer.js",
|
|
6
6
|
"module": "dist/speccer.esm.js",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"bugs": {
|
|
77
77
|
"url": "https://github.com/phun-ky/speccer/issues"
|
|
78
78
|
},
|
|
79
|
-
"homepage": "https://
|
|
79
|
+
"homepage": "https://phun-ky.net/projects/speccer",
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@release-it/conventional-changelog": "^8.0.1",
|
|
82
82
|
"@rollup/plugin-node-resolve": "^15.2.3",
|