@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 CHANGED
@@ -1,8 +1,6 @@
1
1
  # @phun-ky/speccer
2
2
 
3
- ![logo](./public/logo-speccer-colored-package.svg)
4
-
5
- > A zero dependency package to highlight elements
3
+ ![Speccer hero, with logo and slogan: A zero dependency package to highlight elements](./public/speccer-hero.png)
6
4
 
7
5
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](http://makeapullrequest.com) [![SemVer 2.0](https://img.shields.io/badge/SemVer-2.0-green.svg)](http://semver.org/spec/v2.0.0.html) ![npm version](https://img.shields.io/npm/v/@phun-ky/speccer) ![issues](https://img.shields.io/github/issues/phun-ky/speccer) ![license](https://img.shields.io/npm/l/@phun-ky/speccer) ![size](https://img.shields.io/bundlephobia/min/@phun-ky/speccer) ![npm](https://img.shields.io/npm/dm/%40phun-ky/speccer) ![GitHub Repo stars](https://img.shields.io/github/stars/phun-ky/speccer) [![codecov](https://codecov.io/gh/phun-ky/speccer/graph/badge.svg?token=VA91DL7ZLZ)](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
  ![Image of typography speccer](./public/typography.png)
@@ -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
+ ![Speccer banner, with logo and slogan: A zero dependency package to highlight elements](./public/speccer-banner.png)
@@ -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.0
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.0
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.0",
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://github.com/phun-ky/speccer#readme",
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",