From 62cbcc47e3a08d9aaa9f4b9d1be36827f0886c8c Mon Sep 17 00:00:00 2001 From: phun-ky Date: Thu, 21 Nov 2024 14:05:25 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20release=20v11.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ api/README.md | 2 +- api/config/browser.md | 2 +- api/features/a11y.md | 2 +- api/features/a11y/constants.md | 2 +- api/features/a11y/utils/create-a11y-element.md | 2 +- api/features/a11y/utils/styles.md | 2 +- api/features/grid.md | 2 +- api/features/mark.md | 2 +- api/features/measure.md | 2 +- api/features/pin.md | 2 +- api/features/pin/utils/create-pin-element.md | 2 +- api/features/pin/utils/get-character-to-use.md | 2 +- api/features/pin/utils/get-content-for-pin.md | 2 +- api/features/pin/utils/pin-element.md | 2 +- api/features/pin/utils/styles.md | 2 +- api/features/spacing.md | 2 +- api/features/spacing/utils/position.md | 2 +- api/features/typography.md | 2 +- api/features/typography/utils/position.md | 2 +- api/features/typography/utils/template.md | 2 +- api/main.md | 2 +- api/types/bezier.md | 2 +- api/types/css.md | 2 +- api/types/debounce.md | 2 +- api/types/enums/area.md | 2 +- api/types/interfaces/attributes.md | 2 +- api/types/interfaces/classnames.md | 2 +- api/types/interfaces/global.md | 2 +- api/types/interfaces/position.md | 2 +- api/types/position.md | 2 +- api/types/speccer.md | 2 +- api/types/styles.md | 2 +- api/types/xy.md | 2 +- api/utils/angle.md | 2 +- api/utils/area.md | 2 +- api/utils/attributes.md | 2 +- api/utils/bezier.md | 2 +- api/utils/camel-case.md | 2 +- api/utils/cardinal.md | 2 +- api/utils/classes/DrawCircle.md | 2 +- api/utils/classes/DrawSVGCurlyBracket.md | 2 +- api/utils/classes/DrawSVGLine.md | 2 +- api/utils/classnames.md | 2 +- api/utils/constants.md | 2 +- api/utils/coords.md | 2 +- api/utils/css.md | 2 +- api/utils/debounce.md | 2 +- api/utils/direction-of-element.md | 2 +- api/utils/get-coords-pair-from-objects.md | 2 +- api/utils/get-options.md | 2 +- api/utils/id.md | 2 +- api/utils/intrinsic-coords.md | 2 +- api/utils/node.md | 2 +- api/utils/number.md | 2 +- api/utils/position.md | 2 +- api/utils/remove-speccer-element.md | 2 +- api/utils/resize.md | 2 +- api/utils/style-property.md | 2 +- api/utils/styles.md | 2 +- api/utils/typeof.md | 2 +- api/utils/wait.md | 2 +- api/utils/xy.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 65 files changed, 72 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c6403..80ab65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.2.2](https://github.com/phun-ky/speccer/compare/v11.2.1...v11.2.2) (2024-11-21) + + +### Tasks + +* 🤖 Reduce size of images, and make screenshots larger ([d477a2f](https://github.com/phun-ky/speccer/commit/d477a2f9e252f51596181f89613bf240ffef6a3c)) + ## [11.2.1](https://github.com/phun-ky/speccer/compare/v11.2.0...v11.2.1) (2024-11-21) diff --git a/api/README.md b/api/README.md index d15ec0c..a720c65 100644 --- a/api/README.md +++ b/api/README.md @@ -8,7 +8,7 @@ --- -> Last updated 2024-11-21T13:26:40.753Z +> Last updated 2024-11-21T14:05:19.993Z ## Modules diff --git a/api/config/browser.md b/api/config/browser.md index b1219f5..256a572 100644 --- a/api/config/browser.md +++ b/api/config/browser.md @@ -6,7 +6,7 @@ # config/browser -> Last updated 2024-11-21T13:26:40.755Z +> Last updated 2024-11-21T14:05:19.995Z Contains the helper functions to activate SPECCER via a script tag, based on attributes: diff --git a/api/features/a11y.md b/api/features/a11y.md index 050f97f..3d5f15d 100644 --- a/api/features/a11y.md +++ b/api/features/a11y.md @@ -6,7 +6,7 @@ # features/a11y -> Last updated 2024-11-21T13:26:40.759Z +> Last updated 2024-11-21T14:05:19.999Z This feature will annotate or highlight accessibility areas like landmarks and region. It can also display tab stops/sequence and any keyboard shortcuts assigned diff --git a/api/features/a11y/constants.md b/api/features/a11y/constants.md index 730e8b2..e94ae78 100644 --- a/api/features/a11y/constants.md +++ b/api/features/a11y/constants.md @@ -6,7 +6,7 @@ # features/a11y/constants -> Last updated 2024-11-21T13:26:40.760Z +> Last updated 2024-11-21T14:05:20.000Z ## Variables diff --git a/api/features/a11y/utils/create-a11y-element.md b/api/features/a11y/utils/create-a11y-element.md index 96a2c90..e908539 100644 --- a/api/features/a11y/utils/create-a11y-element.md +++ b/api/features/a11y/utils/create-a11y-element.md @@ -6,7 +6,7 @@ # features/a11y/utils/create-a11y-element -> Last updated 2024-11-21T13:26:40.762Z +> Last updated 2024-11-21T14:05:20.003Z ## Functions diff --git a/api/features/a11y/utils/styles.md b/api/features/a11y/utils/styles.md index d0678ff..446b9fa 100644 --- a/api/features/a11y/utils/styles.md +++ b/api/features/a11y/utils/styles.md @@ -6,7 +6,7 @@ # features/a11y/utils/styles -> Last updated 2024-11-21T13:26:40.764Z +> Last updated 2024-11-21T14:05:20.004Z ## Functions diff --git a/api/features/grid.md b/api/features/grid.md index 4aa3f73..64ca2dd 100644 --- a/api/features/grid.md +++ b/api/features/grid.md @@ -6,7 +6,7 @@ # features/grid -> Last updated 2024-11-21T13:26:40.764Z +> Last updated 2024-11-21T14:05:20.005Z This feature will highlight the grid spacing in a `display: grid;` element. diff --git a/api/features/mark.md b/api/features/mark.md index e95d49a..d108a8d 100644 --- a/api/features/mark.md +++ b/api/features/mark.md @@ -6,7 +6,7 @@ # features/mark -> Last updated 2024-11-21T13:26:40.765Z +> Last updated 2024-11-21T14:05:20.006Z This feature marks given element diff --git a/api/features/measure.md b/api/features/measure.md index a013729..220a740 100644 --- a/api/features/measure.md +++ b/api/features/measure.md @@ -6,7 +6,7 @@ # features/measure -> Last updated 2024-11-21T13:26:40.766Z +> Last updated 2024-11-21T14:05:20.006Z This feature measures given element diff --git a/api/features/pin.md b/api/features/pin.md index 87ba8e3..e768881 100644 --- a/api/features/pin.md +++ b/api/features/pin.md @@ -6,7 +6,7 @@ # features/pin -> Last updated 2024-11-21T13:26:40.767Z +> Last updated 2024-11-21T14:05:20.007Z This feature annotate or highlight the anatomy of an element. diff --git a/api/features/pin/utils/create-pin-element.md b/api/features/pin/utils/create-pin-element.md index 2bb69f7..2ce0822 100644 --- a/api/features/pin/utils/create-pin-element.md +++ b/api/features/pin/utils/create-pin-element.md @@ -6,7 +6,7 @@ # features/pin/utils/create-pin-element -> Last updated 2024-11-21T13:26:40.767Z +> Last updated 2024-11-21T14:05:20.008Z ## Functions diff --git a/api/features/pin/utils/get-character-to-use.md b/api/features/pin/utils/get-character-to-use.md index 19a85d3..6242efd 100644 --- a/api/features/pin/utils/get-character-to-use.md +++ b/api/features/pin/utils/get-character-to-use.md @@ -6,7 +6,7 @@ # features/pin/utils/get-character-to-use -> Last updated 2024-11-21T13:26:40.767Z +> Last updated 2024-11-21T14:05:20.008Z ## Functions diff --git a/api/features/pin/utils/get-content-for-pin.md b/api/features/pin/utils/get-content-for-pin.md index 4614f1b..5af502a 100644 --- a/api/features/pin/utils/get-content-for-pin.md +++ b/api/features/pin/utils/get-content-for-pin.md @@ -6,7 +6,7 @@ # features/pin/utils/get-content-for-pin -> Last updated 2024-11-21T13:26:40.768Z +> Last updated 2024-11-21T14:05:20.008Z ## Functions diff --git a/api/features/pin/utils/pin-element.md b/api/features/pin/utils/pin-element.md index 0814770..8d414bc 100644 --- a/api/features/pin/utils/pin-element.md +++ b/api/features/pin/utils/pin-element.md @@ -6,7 +6,7 @@ # features/pin/utils/pin-element -> Last updated 2024-11-21T13:26:40.768Z +> Last updated 2024-11-21T14:05:20.008Z ## Functions diff --git a/api/features/pin/utils/styles.md b/api/features/pin/utils/styles.md index c506895..58803fa 100644 --- a/api/features/pin/utils/styles.md +++ b/api/features/pin/utils/styles.md @@ -6,7 +6,7 @@ # features/pin/utils/styles -> Last updated 2024-11-21T13:26:40.768Z +> Last updated 2024-11-21T14:05:20.009Z ## Functions diff --git a/api/features/spacing.md b/api/features/spacing.md index 3bf8bd0..1e16368 100644 --- a/api/features/spacing.md +++ b/api/features/spacing.md @@ -6,7 +6,7 @@ # features/spacing -> Last updated 2024-11-21T13:26:40.769Z +> Last updated 2024-11-21T14:05:20.009Z This feature highlights the spacing of an element. diff --git a/api/features/spacing/utils/position.md b/api/features/spacing/utils/position.md index f66f2c0..bd28c32 100644 --- a/api/features/spacing/utils/position.md +++ b/api/features/spacing/utils/position.md @@ -6,7 +6,7 @@ # features/spacing/utils/position -> Last updated 2024-11-21T13:26:40.769Z +> Last updated 2024-11-21T14:05:20.010Z ## Functions diff --git a/api/features/typography.md b/api/features/typography.md index 5b09f29..756f4dc 100644 --- a/api/features/typography.md +++ b/api/features/typography.md @@ -6,7 +6,7 @@ # features/typography -> Last updated 2024-11-21T13:26:40.770Z +> Last updated 2024-11-21T14:05:20.010Z This feature presents typography diff --git a/api/features/typography/utils/position.md b/api/features/typography/utils/position.md index 91cf9b8..114105e 100644 --- a/api/features/typography/utils/position.md +++ b/api/features/typography/utils/position.md @@ -6,7 +6,7 @@ # features/typography/utils/position -> Last updated 2024-11-21T13:26:40.770Z +> Last updated 2024-11-21T14:05:20.011Z ## Functions diff --git a/api/features/typography/utils/template.md b/api/features/typography/utils/template.md index d4e0fcc..ab65437 100644 --- a/api/features/typography/utils/template.md +++ b/api/features/typography/utils/template.md @@ -6,7 +6,7 @@ # features/typography/utils/template -> Last updated 2024-11-21T13:26:40.771Z +> Last updated 2024-11-21T14:05:20.012Z ## Functions diff --git a/api/main.md b/api/main.md index e0943fe..934347a 100644 --- a/api/main.md +++ b/api/main.md @@ -6,7 +6,7 @@ # main -> Last updated 2024-11-21T13:26:40.772Z +> Last updated 2024-11-21T14:05:20.012Z ## Table of Contents diff --git a/api/types/bezier.md b/api/types/bezier.md index fa89eae..8dd223e 100644 --- a/api/types/bezier.md +++ b/api/types/bezier.md @@ -6,7 +6,7 @@ # types/bezier -> Last updated 2024-11-21T13:26:40.774Z +> Last updated 2024-11-21T14:05:20.015Z ## Type Aliases diff --git a/api/types/css.md b/api/types/css.md index 03e5a42..861dadb 100644 --- a/api/types/css.md +++ b/api/types/css.md @@ -6,7 +6,7 @@ # types/css -> Last updated 2024-11-21T13:26:40.775Z +> Last updated 2024-11-21T14:05:20.016Z ## Type Aliases diff --git a/api/types/debounce.md b/api/types/debounce.md index 3e73f8b..7fb2409 100644 --- a/api/types/debounce.md +++ b/api/types/debounce.md @@ -6,7 +6,7 @@ # types/debounce -> Last updated 2024-11-21T13:26:40.776Z +> Last updated 2024-11-21T14:05:20.016Z ## Type Aliases diff --git a/api/types/enums/area.md b/api/types/enums/area.md index 075651b..888dfde 100644 --- a/api/types/enums/area.md +++ b/api/types/enums/area.md @@ -6,7 +6,7 @@ # types/enums/area -> Last updated 2024-11-21T13:26:40.776Z +> Last updated 2024-11-21T14:05:20.017Z ## Enumerations diff --git a/api/types/interfaces/attributes.md b/api/types/interfaces/attributes.md index 71612d3..6395b86 100644 --- a/api/types/interfaces/attributes.md +++ b/api/types/interfaces/attributes.md @@ -6,7 +6,7 @@ # types/interfaces/attributes -> Last updated 2024-11-21T13:26:40.777Z +> Last updated 2024-11-21T14:05:20.018Z ## Interfaces diff --git a/api/types/interfaces/classnames.md b/api/types/interfaces/classnames.md index d55f0ad..8eec8f5 100644 --- a/api/types/interfaces/classnames.md +++ b/api/types/interfaces/classnames.md @@ -6,7 +6,7 @@ # types/interfaces/classnames -> Last updated 2024-11-21T13:26:40.777Z +> Last updated 2024-11-21T14:05:20.018Z ## Type Aliases diff --git a/api/types/interfaces/global.md b/api/types/interfaces/global.md index 0221290..21ef133 100644 --- a/api/types/interfaces/global.md +++ b/api/types/interfaces/global.md @@ -6,7 +6,7 @@ # types/interfaces/global -> Last updated 2024-11-21T13:26:40.778Z +> Last updated 2024-11-21T14:05:20.018Z ## Interfaces diff --git a/api/types/interfaces/position.md b/api/types/interfaces/position.md index 0bdd804..1cb1cd8 100644 --- a/api/types/interfaces/position.md +++ b/api/types/interfaces/position.md @@ -6,7 +6,7 @@ # types/interfaces/position -> Last updated 2024-11-21T13:26:40.778Z +> Last updated 2024-11-21T14:05:20.019Z ## Interfaces diff --git a/api/types/position.md b/api/types/position.md index a9d246c..fe6485c 100644 --- a/api/types/position.md +++ b/api/types/position.md @@ -6,7 +6,7 @@ # types/position -> Last updated 2024-11-21T13:26:40.779Z +> Last updated 2024-11-21T14:05:20.020Z ## Type Aliases diff --git a/api/types/speccer.md b/api/types/speccer.md index ac54d7b..f32b0eb 100644 --- a/api/types/speccer.md +++ b/api/types/speccer.md @@ -6,7 +6,7 @@ # types/speccer -> Last updated 2024-11-21T13:26:40.780Z +> Last updated 2024-11-21T14:05:20.020Z ## Table of Contents diff --git a/api/types/styles.md b/api/types/styles.md index e9404fe..60f7f9f 100644 --- a/api/types/styles.md +++ b/api/types/styles.md @@ -6,7 +6,7 @@ # types/styles -> Last updated 2024-11-21T13:26:40.780Z +> Last updated 2024-11-21T14:05:20.021Z ## Type Aliases diff --git a/api/types/xy.md b/api/types/xy.md index 1061b41..a20a3ce 100644 --- a/api/types/xy.md +++ b/api/types/xy.md @@ -6,7 +6,7 @@ # types/xy -> Last updated 2024-11-21T13:26:40.781Z +> Last updated 2024-11-21T14:05:20.021Z ## Interfaces diff --git a/api/utils/angle.md b/api/utils/angle.md index 95da2d8..afe7333 100644 --- a/api/utils/angle.md +++ b/api/utils/angle.md @@ -6,7 +6,7 @@ # utils/angle -> Last updated 2024-11-21T13:26:40.781Z +> Last updated 2024-11-21T14:05:20.021Z ## Functions diff --git a/api/utils/area.md b/api/utils/area.md index 0fec1fe..8cac714 100644 --- a/api/utils/area.md +++ b/api/utils/area.md @@ -6,7 +6,7 @@ # utils/area -> Last updated 2024-11-21T13:26:40.781Z +> Last updated 2024-11-21T14:05:20.022Z ## Functions diff --git a/api/utils/attributes.md b/api/utils/attributes.md index 01d0827..c705083 100644 --- a/api/utils/attributes.md +++ b/api/utils/attributes.md @@ -6,7 +6,7 @@ # utils/attributes -> Last updated 2024-11-21T13:26:40.783Z +> Last updated 2024-11-21T14:05:20.024Z ## Functions diff --git a/api/utils/bezier.md b/api/utils/bezier.md index 0cb4a02..999dca7 100644 --- a/api/utils/bezier.md +++ b/api/utils/bezier.md @@ -6,7 +6,7 @@ # utils/bezier -> Last updated 2024-11-21T13:26:40.784Z +> Last updated 2024-11-21T14:05:20.024Z ## Functions diff --git a/api/utils/camel-case.md b/api/utils/camel-case.md index b48a47d..bf4a961 100644 --- a/api/utils/camel-case.md +++ b/api/utils/camel-case.md @@ -6,7 +6,7 @@ # utils/camel-case -> Last updated 2024-11-21T13:26:40.784Z +> Last updated 2024-11-21T14:05:20.025Z ## Functions diff --git a/api/utils/cardinal.md b/api/utils/cardinal.md index d3b5b70..2d15c80 100644 --- a/api/utils/cardinal.md +++ b/api/utils/cardinal.md @@ -6,7 +6,7 @@ # utils/cardinal -> Last updated 2024-11-21T13:26:40.785Z +> Last updated 2024-11-21T14:05:20.025Z ## Functions diff --git a/api/utils/classes/DrawCircle.md b/api/utils/classes/DrawCircle.md index d6f0b62..e6c1b46 100644 --- a/api/utils/classes/DrawCircle.md +++ b/api/utils/classes/DrawCircle.md @@ -6,7 +6,7 @@ # utils/classes/DrawCircle -> Last updated 2024-11-21T13:26:40.785Z +> Last updated 2024-11-21T14:05:20.026Z ## Classes diff --git a/api/utils/classes/DrawSVGCurlyBracket.md b/api/utils/classes/DrawSVGCurlyBracket.md index caae1b0..9c0be6a 100644 --- a/api/utils/classes/DrawSVGCurlyBracket.md +++ b/api/utils/classes/DrawSVGCurlyBracket.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGCurlyBracket -> Last updated 2024-11-21T13:26:40.786Z +> Last updated 2024-11-21T14:05:20.026Z ## Classes diff --git a/api/utils/classes/DrawSVGLine.md b/api/utils/classes/DrawSVGLine.md index ac37d74..72600b6 100644 --- a/api/utils/classes/DrawSVGLine.md +++ b/api/utils/classes/DrawSVGLine.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGLine -> Last updated 2024-11-21T13:26:40.786Z +> Last updated 2024-11-21T14:05:20.027Z ## Classes diff --git a/api/utils/classnames.md b/api/utils/classnames.md index 8043c4e..391bd35 100644 --- a/api/utils/classnames.md +++ b/api/utils/classnames.md @@ -6,7 +6,7 @@ # utils/classnames -> Last updated 2024-11-21T13:26:40.787Z +> Last updated 2024-11-21T14:05:20.027Z ## Functions diff --git a/api/utils/constants.md b/api/utils/constants.md index 64fcf2e..1bbf9de 100644 --- a/api/utils/constants.md +++ b/api/utils/constants.md @@ -6,7 +6,7 @@ # utils/constants -> Last updated 2024-11-21T13:26:40.787Z +> Last updated 2024-11-21T14:05:20.028Z ## Variables diff --git a/api/utils/coords.md b/api/utils/coords.md index cfd8df6..92304d4 100644 --- a/api/utils/coords.md +++ b/api/utils/coords.md @@ -6,7 +6,7 @@ # utils/coords -> Last updated 2024-11-21T13:26:40.788Z +> Last updated 2024-11-21T14:05:20.029Z ## Variables diff --git a/api/utils/css.md b/api/utils/css.md index ea2ebdf..49febb5 100644 --- a/api/utils/css.md +++ b/api/utils/css.md @@ -6,7 +6,7 @@ # utils/css -> Last updated 2024-11-21T13:26:40.788Z +> Last updated 2024-11-21T14:05:20.029Z ## Functions diff --git a/api/utils/debounce.md b/api/utils/debounce.md index 071ae53..0e35b9e 100644 --- a/api/utils/debounce.md +++ b/api/utils/debounce.md @@ -6,7 +6,7 @@ # utils/debounce -> Last updated 2024-11-21T13:26:40.789Z +> Last updated 2024-11-21T14:05:20.030Z ## Functions diff --git a/api/utils/direction-of-element.md b/api/utils/direction-of-element.md index 9617ff0..c69fd28 100644 --- a/api/utils/direction-of-element.md +++ b/api/utils/direction-of-element.md @@ -6,7 +6,7 @@ # utils/direction-of-element -> Last updated 2024-11-21T13:26:40.789Z +> Last updated 2024-11-21T14:05:20.030Z ## Functions diff --git a/api/utils/get-coords-pair-from-objects.md b/api/utils/get-coords-pair-from-objects.md index 9ccacdd..6e59e3d 100644 --- a/api/utils/get-coords-pair-from-objects.md +++ b/api/utils/get-coords-pair-from-objects.md @@ -6,7 +6,7 @@ # utils/get-coords-pair-from-objects -> Last updated 2024-11-21T13:26:40.790Z +> Last updated 2024-11-21T14:05:20.031Z ## Functions diff --git a/api/utils/get-options.md b/api/utils/get-options.md index cb37450..ce08459 100644 --- a/api/utils/get-options.md +++ b/api/utils/get-options.md @@ -6,7 +6,7 @@ # utils/get-options -> Last updated 2024-11-21T13:26:40.790Z +> Last updated 2024-11-21T14:05:20.031Z ## Functions diff --git a/api/utils/id.md b/api/utils/id.md index d2f4c40..a5fecbf 100644 --- a/api/utils/id.md +++ b/api/utils/id.md @@ -6,7 +6,7 @@ # utils/id -> Last updated 2024-11-21T13:26:40.791Z +> Last updated 2024-11-21T14:05:20.032Z ## Functions diff --git a/api/utils/intrinsic-coords.md b/api/utils/intrinsic-coords.md index daa45e4..ac4a2bb 100644 --- a/api/utils/intrinsic-coords.md +++ b/api/utils/intrinsic-coords.md @@ -6,7 +6,7 @@ # utils/intrinsic-coords -> Last updated 2024-11-21T13:26:40.791Z +> Last updated 2024-11-21T14:05:20.032Z ## Functions diff --git a/api/utils/node.md b/api/utils/node.md index ba5a4c7..69afc53 100644 --- a/api/utils/node.md +++ b/api/utils/node.md @@ -6,7 +6,7 @@ # utils/node -> Last updated 2024-11-21T13:26:40.791Z +> Last updated 2024-11-21T14:05:20.034Z ## Functions diff --git a/api/utils/number.md b/api/utils/number.md index c5e0829..a9a617b 100644 --- a/api/utils/number.md +++ b/api/utils/number.md @@ -6,7 +6,7 @@ # utils/number -> Last updated 2024-11-21T13:26:40.791Z +> Last updated 2024-11-21T14:05:20.035Z ## Functions diff --git a/api/utils/position.md b/api/utils/position.md index 4dd6729..2cbd5b8 100644 --- a/api/utils/position.md +++ b/api/utils/position.md @@ -6,7 +6,7 @@ # utils/position -> Last updated 2024-11-21T13:26:40.792Z +> Last updated 2024-11-21T14:05:20.035Z ## Functions diff --git a/api/utils/remove-speccer-element.md b/api/utils/remove-speccer-element.md index 5dc1478..70c8ca3 100644 --- a/api/utils/remove-speccer-element.md +++ b/api/utils/remove-speccer-element.md @@ -6,7 +6,7 @@ # utils/remove-speccer-element -> Last updated 2024-11-21T13:26:40.792Z +> Last updated 2024-11-21T14:05:20.036Z ## Functions diff --git a/api/utils/resize.md b/api/utils/resize.md index f621144..895c9d6 100644 --- a/api/utils/resize.md +++ b/api/utils/resize.md @@ -6,7 +6,7 @@ # utils/resize -> Last updated 2024-11-21T13:26:40.793Z +> Last updated 2024-11-21T14:05:20.036Z ## Functions diff --git a/api/utils/style-property.md b/api/utils/style-property.md index 1c9bee4..6936db1 100644 --- a/api/utils/style-property.md +++ b/api/utils/style-property.md @@ -6,7 +6,7 @@ # utils/style-property -> Last updated 2024-11-21T13:26:40.793Z +> Last updated 2024-11-21T14:05:20.036Z ## Functions diff --git a/api/utils/styles.md b/api/utils/styles.md index d147e5c..04251b2 100644 --- a/api/utils/styles.md +++ b/api/utils/styles.md @@ -6,7 +6,7 @@ # utils/styles -> Last updated 2024-11-21T13:26:40.793Z +> Last updated 2024-11-21T14:05:20.036Z ## Functions diff --git a/api/utils/typeof.md b/api/utils/typeof.md index 5e0dc16..e079014 100644 --- a/api/utils/typeof.md +++ b/api/utils/typeof.md @@ -6,7 +6,7 @@ # utils/typeof -> Last updated 2024-11-21T13:26:40.793Z +> Last updated 2024-11-21T14:05:20.037Z ## Functions diff --git a/api/utils/wait.md b/api/utils/wait.md index 019566d..f7d5c60 100644 --- a/api/utils/wait.md +++ b/api/utils/wait.md @@ -6,7 +6,7 @@ # utils/wait -> Last updated 2024-11-21T13:26:40.794Z +> Last updated 2024-11-21T14:05:20.037Z ## Functions diff --git a/api/utils/xy.md b/api/utils/xy.md index 47d551f..cdc2415 100644 --- a/api/utils/xy.md +++ b/api/utils/xy.md @@ -6,7 +6,7 @@ # utils/xy -> Last updated 2024-11-21T13:26:40.794Z +> Last updated 2024-11-21T14:05:20.038Z ## Variables diff --git a/package-lock.json b/package-lock.json index 12e64b3..49e0a7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@phun-ky/speccer", - "version": "11.2.1", + "version": "11.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@phun-ky/speccer", - "version": "11.2.1", + "version": "11.2.2", "license": "MIT", "devDependencies": { "@release-it/conventional-changelog": "^8.0.1", diff --git a/package.json b/package.json index 8a11247..9b3ce2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@phun-ky/speccer", - "version": "11.2.1", + "version": "11.2.2", "description": "A script to annotate, show spacing specs and to display typography information in documentation/website on HTML elements", "main": "dist/speccer.js", "module": "dist/speccer.esm.js",