From fb5ec152e76aff8252c37f9e9ab5e289bd44e20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Vassbotn=20R=C3=B8yne-Helgesen?= Date: Fri, 23 Aug 2024 13:58:36 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Regenerate=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/README.md | 2 +- api/config/browser.md | 2 +- api/features/a11y.md | 2 +- api/features/a11y/constants.md | 4 +-- api/features/a11y/utils/styles.md | 2 +- api/features/grid.md | 2 +- api/features/mark.md | 2 +- api/features/measure.md | 8 ++--- api/features/pin.md | 4 +-- api/features/pin/utils/create-pin-element.md | 2 +- .../pin/utils/get-character-to-use.md | 13 ++++---- 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 | 33 ++++++++++--------- 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/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/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 +- 58 files changed, 85 insertions(+), 83 deletions(-) diff --git a/api/README.md b/api/README.md index 57d7fd3..7b49c27 100644 --- a/api/README.md +++ b/api/README.md @@ -8,7 +8,7 @@ --- -> Last updated 2024-08-22T06:56:09.088Z +> Last updated 2024-08-23T11:58:26.652Z ## Modules diff --git a/api/config/browser.md b/api/config/browser.md index c53039e..3b037fe 100644 --- a/api/config/browser.md +++ b/api/config/browser.md @@ -6,7 +6,7 @@ # config/browser -> Last updated 2024-08-22T06:56:09.090Z +> Last updated 2024-08-23T11:58:26.653Z 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 c110d97..2e27dd7 100644 --- a/api/features/a11y.md +++ b/api/features/a11y.md @@ -6,7 +6,7 @@ # features/a11y -> Last updated 2024-08-22T06:56:09.093Z +> Last updated 2024-08-23T11:58:26.655Z ## Functions diff --git a/api/features/a11y/constants.md b/api/features/a11y/constants.md index f048e16..5881128 100644 --- a/api/features/a11y/constants.md +++ b/api/features/a11y/constants.md @@ -6,14 +6,14 @@ # features/a11y/constants -> Last updated 2024-08-22T06:56:09.095Z +> Last updated 2024-08-23T11:58:26.656Z ## Variables ### SPECCER_LANDMARK_ELEMENTS_SELECTOR ```ts -const SPECCER_LANDMARK_ELEMENTS_SELECTOR: '\nheader, footer, section, main, nav, aside, [role="section"], [role="banner"],\n[role="complementary"], [role="contentinfo"], [role="form"], [role="main"],\n[role="navigation"], [role="region"], [role="search"]\n'; +const SPECCER_LANDMARK_ELEMENTS_SELECTOR: '\nheader, footer, section, form, main, nav, aside, [role="section"], [role="banner"],\n[role="complementary"], [role="contentinfo"], [role="form"], [role="main"],\n[role="navigation"], [role="region"], [role="search"]\n'; ``` Selector string for landmark elements. diff --git a/api/features/a11y/utils/styles.md b/api/features/a11y/utils/styles.md index 86356e3..8f986a2 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-08-22T06:56:09.097Z +> Last updated 2024-08-23T11:58:26.657Z ## Functions diff --git a/api/features/grid.md b/api/features/grid.md index c952396..321291e 100644 --- a/api/features/grid.md +++ b/api/features/grid.md @@ -6,7 +6,7 @@ # features/grid -> Last updated 2024-08-22T06:56:09.097Z +> Last updated 2024-08-23T11:58:26.658Z ## Functions diff --git a/api/features/mark.md b/api/features/mark.md index eabd410..da32f1f 100644 --- a/api/features/mark.md +++ b/api/features/mark.md @@ -6,7 +6,7 @@ # features/mark -> Last updated 2024-08-22T06:56:09.098Z +> Last updated 2024-08-23T11:58:26.658Z ## Functions diff --git a/api/features/measure.md b/api/features/measure.md index 8bdaf7e..fc9f572 100644 --- a/api/features/measure.md +++ b/api/features/measure.md @@ -6,7 +6,7 @@ # features/measure -> Last updated 2024-08-22T06:56:09.099Z +> Last updated 2024-08-23T11:58:26.659Z ## Functions @@ -41,7 +41,7 @@ document.body.appendChild(measurement); #### Defined in -[features/measure/index.ts:29](https://github.com/phun-ky/speccer/blob/main/src/features/measure/index.ts#L29) +[features/measure/index.ts:30](https://github.com/phun-ky/speccer/blob/main/src/features/measure/index.ts#L30) --- @@ -51,7 +51,7 @@ document.body.appendChild(measurement); function element(targetElement): Promise; ``` -Create a measurement element and add it to the body with styles matching a specified target element. +Create a measurement element and add it to the body with styles matching a specified target element based on the attribute values from `data-speccer`. ![measure](https://github.com/phun-ky/speccer/blob/main/public/measure.png?raw=true) @@ -76,7 +76,7 @@ element(targetElement); #### Defined in -[features/measure/index.ts:58](https://github.com/phun-ky/speccer/blob/main/src/features/measure/index.ts#L58) +[features/measure/index.ts:59](https://github.com/phun-ky/speccer/blob/main/src/features/measure/index.ts#L59) --- diff --git a/api/features/pin.md b/api/features/pin.md index aae9926..e68e8b1 100644 --- a/api/features/pin.md +++ b/api/features/pin.md @@ -6,7 +6,7 @@ # features/pin -> Last updated 2024-08-22T06:56:09.100Z +> Last updated 2024-08-23T11:58:26.659Z This feature highlights the anatomy of an element. @@ -75,7 +75,7 @@ pinElements(sectionElement); #### Defined in -[features/pin/index.ts:43](https://github.com/phun-ky/speccer/blob/main/src/features/pin/index.ts#L43) +[features/pin/index.ts:44](https://github.com/phun-ky/speccer/blob/main/src/features/pin/index.ts#L44) --- diff --git a/api/features/pin/utils/create-pin-element.md b/api/features/pin/utils/create-pin-element.md index 19a8de0..871c5e4 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-08-22T06:56:09.100Z +> Last updated 2024-08-23T11:58:26.660Z ## Functions diff --git a/api/features/pin/utils/get-character-to-use.md b/api/features/pin/utils/get-character-to-use.md index 4f2cf77..4af570a 100644 --- a/api/features/pin/utils/get-character-to-use.md +++ b/api/features/pin/utils/get-character-to-use.md @@ -6,14 +6,14 @@ # features/pin/utils/get-character-to-use -> Last updated 2024-08-22T06:56:09.101Z +> Last updated 2024-08-23T11:58:26.660Z ## Functions ### getCharacterToUse() ```ts -function getCharacterToUse(targetIndex): string; +function getCharacterToUse(targetIndex, literalsToUse): string; ``` Returns the character to use at the specified target index. @@ -21,9 +21,10 @@ If the index exceeds the available characters, it generates a new character by p #### Parameters -| Parameter | Type | Description | -| ------------- | -------- | --------------------------------------- | -| `targetIndex` | `number` | The index of the character to retrieve. | +| Parameter | Type | Description | +| --------------- | ----------------------- | --------------------------------------- | +| `targetIndex` | `number` | The index of the character to retrieve. | +| `literalsToUse` | `string` \| `string`\[] | Literals to use | #### Returns @@ -40,7 +41,7 @@ const nextCharacter = getCharacterToUse(25); // Returns next character or a gene #### Defined in -[features/pin/utils/get-character-to-use.ts:18](https://github.com/phun-ky/speccer/blob/main/src/features/pin/utils/get-character-to-use.ts#L18) +[features/pin/utils/get-character-to-use.ts:17](https://github.com/phun-ky/speccer/blob/main/src/features/pin/utils/get-character-to-use.ts#L17) --- diff --git a/api/features/pin/utils/pin-element.md b/api/features/pin/utils/pin-element.md index 75cffc6..1ec6e96 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-08-22T06:56:09.101Z +> Last updated 2024-08-23T11:58:26.660Z ## Functions diff --git a/api/features/pin/utils/styles.md b/api/features/pin/utils/styles.md index d34671a..aee7fdc 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-08-22T06:56:09.102Z +> Last updated 2024-08-23T11:58:26.660Z ## Functions diff --git a/api/features/spacing.md b/api/features/spacing.md index 0701db8..d7a63fe 100644 --- a/api/features/spacing.md +++ b/api/features/spacing.md @@ -6,7 +6,7 @@ # features/spacing -> Last updated 2024-08-22T06:56:09.102Z +> Last updated 2024-08-23T11:58:26.661Z ## Functions diff --git a/api/features/spacing/utils/position.md b/api/features/spacing/utils/position.md index 11ce484..3fc9b47 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-08-22T06:56:09.103Z +> Last updated 2024-08-23T11:58:26.661Z ## Functions diff --git a/api/features/typography.md b/api/features/typography.md index 19755c7..c9348a4 100644 --- a/api/features/typography.md +++ b/api/features/typography.md @@ -6,7 +6,7 @@ # features/typography -> Last updated 2024-08-22T06:56:09.103Z +> Last updated 2024-08-23T11:58:26.661Z ## Functions diff --git a/api/features/typography/utils/position.md b/api/features/typography/utils/position.md index d6d8757..7a29935 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-08-22T06:56:09.104Z +> Last updated 2024-08-23T11:58:26.661Z ## Functions diff --git a/api/features/typography/utils/template.md b/api/features/typography/utils/template.md index a36aacc..d8711dc 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-08-22T06:56:09.105Z +> Last updated 2024-08-23T11:58:26.662Z ## Functions diff --git a/api/main.md b/api/main.md index 5248e3e..e73234a 100644 --- a/api/main.md +++ b/api/main.md @@ -6,7 +6,7 @@ # main -> Last updated 2024-08-22T06:56:09.105Z +> Last updated 2024-08-23T11:58:26.663Z ## Table of Contents diff --git a/api/types/bezier.md b/api/types/bezier.md index 12869a7..16d99e8 100644 --- a/api/types/bezier.md +++ b/api/types/bezier.md @@ -6,7 +6,7 @@ # types/bezier -> Last updated 2024-08-22T06:56:09.107Z +> Last updated 2024-08-23T11:58:26.664Z ## Type Aliases diff --git a/api/types/css.md b/api/types/css.md index 3697e4d..09632dd 100644 --- a/api/types/css.md +++ b/api/types/css.md @@ -6,7 +6,7 @@ # types/css -> Last updated 2024-08-22T06:56:09.108Z +> Last updated 2024-08-23T11:58:26.664Z ## Type Aliases diff --git a/api/types/debounce.md b/api/types/debounce.md index ee894cf..6eaf1b2 100644 --- a/api/types/debounce.md +++ b/api/types/debounce.md @@ -6,7 +6,7 @@ # types/debounce -> Last updated 2024-08-22T06:56:09.109Z +> Last updated 2024-08-23T11:58:26.665Z ## Type Aliases diff --git a/api/types/enums/area.md b/api/types/enums/area.md index 78b60bf..57001eb 100644 --- a/api/types/enums/area.md +++ b/api/types/enums/area.md @@ -6,7 +6,7 @@ # types/enums/area -> Last updated 2024-08-22T06:56:09.109Z +> Last updated 2024-08-23T11:58:26.665Z ## Enumerations @@ -18,7 +18,7 @@ Enum representing different grid areas. | Enumeration Member | Value | Defined in | | ------------------ | -------- | -------------------------------------------------------------------------------------------------- | -| `Grid` | `"grid"` | [types/enums/area.ts:74](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L74) | +| `Grid` | `"grid"` | [types/enums/area.ts:75](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L75) | --- @@ -30,7 +30,7 @@ Enum representing different mark areas. | Enumeration Member | Value | Defined in | | ------------------ | -------- | -------------------------------------------------------------------------------------------------- | -| `Mark` | `"mark"` | [types/enums/area.ts:67](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L67) | +| `Mark` | `"mark"` | [types/enums/area.ts:68](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L68) | --- @@ -42,13 +42,14 @@ Enum representing different measurement areas. | Enumeration Member | Value | Defined in | | ------------------ | ----------- | -------------------------------------------------------------------------------------------------- | -| `Bottom` | `"bottom"` | [types/enums/area.ts:40](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L40) | -| `Height` | `"height"` | [types/enums/area.ts:37](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L37) | -| `Left` | `"left"` | [types/enums/area.ts:38](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L38) | +| `Bottom` | `"bottom"` | [types/enums/area.ts:41](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L41) | +| `Height` | `"height"` | [types/enums/area.ts:38](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L38) | +| `Left` | `"left"` | [types/enums/area.ts:39](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L39) | | `Measure` | `"measure"` | [types/enums/area.ts:35](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L35) | -| `Right` | `"right"` | [types/enums/area.ts:39](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L39) | -| `Top` | `"top"` | [types/enums/area.ts:41](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L41) | -| `Width` | `"width"` | [types/enums/area.ts:36](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L36) | +| `Right` | `"right"` | [types/enums/area.ts:40](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L40) | +| `Slim` | `"slim"` | [types/enums/area.ts:36](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L36) | +| `Top` | `"top"` | [types/enums/area.ts:42](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L42) | +| `Width` | `"width"` | [types/enums/area.ts:37](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L37) | --- @@ -82,7 +83,7 @@ Enum representing different spacing areas. | Enumeration Member | Value | Defined in | | ------------------ | ----------- | -------------------------------------------------------------------------------------------------- | -| `Spacing` | `"spacing"` | [types/enums/area.ts:60](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L60) | +| `Spacing` | `"spacing"` | [types/enums/area.ts:61](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L61) | --- @@ -110,12 +111,12 @@ Enum representing different typography areas. | Enumeration Member | Value | Defined in | | ------------------ | -------------- | -------------------------------------------------------------------------------------------------- | -| `Bottom` | `"bottom"` | [types/enums/area.ts:52](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L52) | -| `Left` | `"left"` | [types/enums/area.ts:50](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L50) | -| `Right` | `"right"` | [types/enums/area.ts:51](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L51) | -| `Syntax` | `"syntax"` | [types/enums/area.ts:49](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L49) | -| `Top` | `"top"` | [types/enums/area.ts:53](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L53) | -| `Typography` | `"typography"` | [types/enums/area.ts:48](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L48) | +| `Bottom` | `"bottom"` | [types/enums/area.ts:53](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L53) | +| `Left` | `"left"` | [types/enums/area.ts:51](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L51) | +| `Right` | `"right"` | [types/enums/area.ts:52](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L52) | +| `Syntax` | `"syntax"` | [types/enums/area.ts:50](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L50) | +| `Top` | `"top"` | [types/enums/area.ts:54](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L54) | +| `Typography` | `"typography"` | [types/enums/area.ts:49](https://github.com/phun-ky/speccer/blob/main/src/types/enums/area.ts#L49) | --- diff --git a/api/types/interfaces/attributes.md b/api/types/interfaces/attributes.md index d5d9f7f..7c8924f 100644 --- a/api/types/interfaces/attributes.md +++ b/api/types/interfaces/attributes.md @@ -6,7 +6,7 @@ # types/interfaces/attributes -> Last updated 2024-08-22T06:56:09.110Z +> Last updated 2024-08-23T11:58:26.666Z ## Interfaces diff --git a/api/types/interfaces/classnames.md b/api/types/interfaces/classnames.md index 8525d9d..177a101 100644 --- a/api/types/interfaces/classnames.md +++ b/api/types/interfaces/classnames.md @@ -6,7 +6,7 @@ # types/interfaces/classnames -> Last updated 2024-08-22T06:56:09.111Z +> Last updated 2024-08-23T11:58:26.666Z ## Type Aliases diff --git a/api/types/interfaces/global.md b/api/types/interfaces/global.md index 6fc3946..e39e0d6 100644 --- a/api/types/interfaces/global.md +++ b/api/types/interfaces/global.md @@ -6,7 +6,7 @@ # types/interfaces/global -> Last updated 2024-08-22T06:56:09.111Z +> Last updated 2024-08-23T11:58:26.666Z ## Interfaces diff --git a/api/types/interfaces/position.md b/api/types/interfaces/position.md index 2a1e542..e2b7a87 100644 --- a/api/types/interfaces/position.md +++ b/api/types/interfaces/position.md @@ -6,7 +6,7 @@ # types/interfaces/position -> Last updated 2024-08-22T06:56:09.112Z +> Last updated 2024-08-23T11:58:26.667Z ## Interfaces diff --git a/api/types/position.md b/api/types/position.md index 966d799..75e279c 100644 --- a/api/types/position.md +++ b/api/types/position.md @@ -6,7 +6,7 @@ # types/position -> Last updated 2024-08-22T06:56:09.112Z +> Last updated 2024-08-23T11:58:26.667Z ## Type Aliases diff --git a/api/types/speccer.md b/api/types/speccer.md index a28ee40..c5a2e2e 100644 --- a/api/types/speccer.md +++ b/api/types/speccer.md @@ -6,7 +6,7 @@ # types/speccer -> Last updated 2024-08-22T06:56:09.113Z +> Last updated 2024-08-23T11:58:26.667Z ## Type Aliases diff --git a/api/types/styles.md b/api/types/styles.md index 62eee42..531cc3e 100644 --- a/api/types/styles.md +++ b/api/types/styles.md @@ -6,7 +6,7 @@ # types/styles -> Last updated 2024-08-22T06:56:09.113Z +> Last updated 2024-08-23T11:58:26.667Z ## Type Aliases diff --git a/api/types/xy.md b/api/types/xy.md index a88f658..1f64426 100644 --- a/api/types/xy.md +++ b/api/types/xy.md @@ -6,7 +6,7 @@ # types/xy -> Last updated 2024-08-22T06:56:09.113Z +> Last updated 2024-08-23T11:58:26.667Z ## Interfaces diff --git a/api/utils/angle.md b/api/utils/angle.md index 651c889..fc16ccc 100644 --- a/api/utils/angle.md +++ b/api/utils/angle.md @@ -6,7 +6,7 @@ # utils/angle -> Last updated 2024-08-22T06:56:09.113Z +> Last updated 2024-08-23T11:58:26.668Z ## Functions diff --git a/api/utils/area.md b/api/utils/area.md index 36ffc35..b9f2533 100644 --- a/api/utils/area.md +++ b/api/utils/area.md @@ -6,7 +6,7 @@ # utils/area -> Last updated 2024-08-22T06:56:09.114Z +> Last updated 2024-08-23T11:58:26.668Z ## Functions diff --git a/api/utils/attributes.md b/api/utils/attributes.md index a748a67..27f1c8d 100644 --- a/api/utils/attributes.md +++ b/api/utils/attributes.md @@ -6,7 +6,7 @@ # utils/attributes -> Last updated 2024-08-22T06:56:09.115Z +> Last updated 2024-08-23T11:58:26.670Z ## Functions diff --git a/api/utils/bezier.md b/api/utils/bezier.md index 5a276a9..20d4421 100644 --- a/api/utils/bezier.md +++ b/api/utils/bezier.md @@ -6,7 +6,7 @@ # utils/bezier -> Last updated 2024-08-22T06:56:09.116Z +> Last updated 2024-08-23T11:58:26.670Z ## Functions diff --git a/api/utils/camel-case.md b/api/utils/camel-case.md index ba367f0..f368fb2 100644 --- a/api/utils/camel-case.md +++ b/api/utils/camel-case.md @@ -6,7 +6,7 @@ # utils/camel-case -> Last updated 2024-08-22T06:56:09.117Z +> Last updated 2024-08-23T11:58:26.671Z ## Functions diff --git a/api/utils/cardinal.md b/api/utils/cardinal.md index 9ef27ee..0f0c3c7 100644 --- a/api/utils/cardinal.md +++ b/api/utils/cardinal.md @@ -6,7 +6,7 @@ # utils/cardinal -> Last updated 2024-08-22T06:56:09.118Z +> Last updated 2024-08-23T11:58:26.671Z ## Functions diff --git a/api/utils/classes/DrawCircle.md b/api/utils/classes/DrawCircle.md index ad6338b..cbdc554 100644 --- a/api/utils/classes/DrawCircle.md +++ b/api/utils/classes/DrawCircle.md @@ -6,7 +6,7 @@ # utils/classes/DrawCircle -> Last updated 2024-08-22T06:56:09.118Z +> Last updated 2024-08-23T11:58:26.671Z ## Classes diff --git a/api/utils/classes/DrawSVGCurlyBracket.md b/api/utils/classes/DrawSVGCurlyBracket.md index f94bd8d..9f07825 100644 --- a/api/utils/classes/DrawSVGCurlyBracket.md +++ b/api/utils/classes/DrawSVGCurlyBracket.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGCurlyBracket -> Last updated 2024-08-22T06:56:09.119Z +> Last updated 2024-08-23T11:58:26.671Z ## Classes diff --git a/api/utils/classes/DrawSVGLine.md b/api/utils/classes/DrawSVGLine.md index b6bf4fd..52b3f03 100644 --- a/api/utils/classes/DrawSVGLine.md +++ b/api/utils/classes/DrawSVGLine.md @@ -6,7 +6,7 @@ # utils/classes/DrawSVGLine -> Last updated 2024-08-22T06:56:09.119Z +> Last updated 2024-08-23T11:58:26.672Z ## Classes diff --git a/api/utils/classnames.md b/api/utils/classnames.md index 08ccc8c..0e11155 100644 --- a/api/utils/classnames.md +++ b/api/utils/classnames.md @@ -6,7 +6,7 @@ # utils/classnames -> Last updated 2024-08-22T06:56:09.119Z +> Last updated 2024-08-23T11:58:26.672Z ## Functions diff --git a/api/utils/constants.md b/api/utils/constants.md index 61d325d..7f924f9 100644 --- a/api/utils/constants.md +++ b/api/utils/constants.md @@ -6,7 +6,7 @@ # utils/constants -> Last updated 2024-08-22T06:56:09.120Z +> Last updated 2024-08-23T11:58:26.672Z ## Variables diff --git a/api/utils/coords.md b/api/utils/coords.md index 8e3cf10..86249bf 100644 --- a/api/utils/coords.md +++ b/api/utils/coords.md @@ -6,7 +6,7 @@ # utils/coords -> Last updated 2024-08-22T06:56:09.121Z +> Last updated 2024-08-23T11:58:26.673Z ## Variables diff --git a/api/utils/css.md b/api/utils/css.md index 940b4d4..640c78b 100644 --- a/api/utils/css.md +++ b/api/utils/css.md @@ -6,7 +6,7 @@ # utils/css -> Last updated 2024-08-22T06:56:09.121Z +> Last updated 2024-08-23T11:58:26.673Z ## Functions diff --git a/api/utils/debounce.md b/api/utils/debounce.md index a41e10d..6d4d6f3 100644 --- a/api/utils/debounce.md +++ b/api/utils/debounce.md @@ -6,7 +6,7 @@ # utils/debounce -> Last updated 2024-08-22T06:56:09.122Z +> Last updated 2024-08-23T11:58:26.673Z ## Functions diff --git a/api/utils/direction-of-element.md b/api/utils/direction-of-element.md index 4d915ed..99bfd76 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-08-22T06:56:09.122Z +> Last updated 2024-08-23T11:58:26.673Z ## Functions diff --git a/api/utils/get-coords-pair-from-objects.md b/api/utils/get-coords-pair-from-objects.md index a9df860..8b32c5e 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-08-22T06:56:09.123Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/id.md b/api/utils/id.md index 0cfe6be..080267c 100644 --- a/api/utils/id.md +++ b/api/utils/id.md @@ -6,7 +6,7 @@ # utils/id -> Last updated 2024-08-22T06:56:09.123Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/intrinsic-coords.md b/api/utils/intrinsic-coords.md index 488551d..3e38ce9 100644 --- a/api/utils/intrinsic-coords.md +++ b/api/utils/intrinsic-coords.md @@ -6,7 +6,7 @@ # utils/intrinsic-coords -> Last updated 2024-08-22T06:56:09.123Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/node.md b/api/utils/node.md index ca68c16..a8a26df 100644 --- a/api/utils/node.md +++ b/api/utils/node.md @@ -6,7 +6,7 @@ # utils/node -> Last updated 2024-08-22T06:56:09.124Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/number.md b/api/utils/number.md index 9634395..95d668e 100644 --- a/api/utils/number.md +++ b/api/utils/number.md @@ -6,7 +6,7 @@ # utils/number -> Last updated 2024-08-22T06:56:09.124Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/position.md b/api/utils/position.md index aa41a46..d0f2723 100644 --- a/api/utils/position.md +++ b/api/utils/position.md @@ -6,7 +6,7 @@ # utils/position -> Last updated 2024-08-22T06:56:09.124Z +> Last updated 2024-08-23T11:58:26.674Z ## Functions diff --git a/api/utils/resize.md b/api/utils/resize.md index 2524aa3..b42474f 100644 --- a/api/utils/resize.md +++ b/api/utils/resize.md @@ -6,7 +6,7 @@ # utils/resize -> Last updated 2024-08-22T06:56:09.125Z +> Last updated 2024-08-23T11:58:26.675Z ## Functions diff --git a/api/utils/style-property.md b/api/utils/style-property.md index dce3541..7b13c10 100644 --- a/api/utils/style-property.md +++ b/api/utils/style-property.md @@ -6,7 +6,7 @@ # utils/style-property -> Last updated 2024-08-22T06:56:09.125Z +> Last updated 2024-08-23T11:58:26.675Z ## Functions diff --git a/api/utils/styles.md b/api/utils/styles.md index b2e567f..69f497a 100644 --- a/api/utils/styles.md +++ b/api/utils/styles.md @@ -6,7 +6,7 @@ # utils/styles -> Last updated 2024-08-22T06:56:09.125Z +> Last updated 2024-08-23T11:58:26.675Z ## Functions diff --git a/api/utils/typeof.md b/api/utils/typeof.md index 4b85630..aaaaf59 100644 --- a/api/utils/typeof.md +++ b/api/utils/typeof.md @@ -6,7 +6,7 @@ # utils/typeof -> Last updated 2024-08-22T06:56:09.126Z +> Last updated 2024-08-23T11:58:26.675Z ## Functions diff --git a/api/utils/wait.md b/api/utils/wait.md index d714480..e6e5952 100644 --- a/api/utils/wait.md +++ b/api/utils/wait.md @@ -6,7 +6,7 @@ # utils/wait -> Last updated 2024-08-22T06:56:09.126Z +> Last updated 2024-08-23T11:58:26.676Z ## Functions diff --git a/api/utils/xy.md b/api/utils/xy.md index 01c15e1..9fa75c2 100644 --- a/api/utils/xy.md +++ b/api/utils/xy.md @@ -6,7 +6,7 @@ # utils/xy -> Last updated 2024-08-22T06:56:09.127Z +> Last updated 2024-08-23T11:58:26.676Z ## Variables