diff --git a/js_ref/functions/color.createSteppedScale.html b/js_ref/functions/color.createSteppedScale.html index a36cfc07..081096c4 100644 --- a/js_ref/functions/color.createSteppedScale.html +++ b/js_ref/functions/color.createSteppedScale.html @@ -1,3 +1,3 @@ createSteppedScale | bitbazaar

Function createSteppedScale

  • Creates a scale around an input color with the requested number of steps. E.g. 5 steps requested, it will go: darker1, darker2, input, lighter1, lighter2.

    -

    Parameters

    • __namedParameters: SteppedScaleProps

    Returns string[]

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string[]

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/index.hello.html b/js_ref/functions/index.hello.html index a9aa0e6b..ae1349b6 100644 --- a/js_ref/functions/index.hello.html +++ b/js_ref/functions/index.hello.html @@ -1 +1 @@ -hello | bitbazaar

Function hello

  • Returns string

Generated using TypeDoc

\ No newline at end of file +hello | bitbazaar

Function hello

  • Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/utils.add.html b/js_ref/functions/utils.add.html index e5790d42..bd0c335d 100644 --- a/js_ref/functions/utils.add.html +++ b/js_ref/functions/utils.add.html @@ -1 +1 @@ -add | bitbazaar

Function add

  • Parameters

    • a: number
    • b: number

    Returns number

Generated using TypeDoc

\ No newline at end of file +add | bitbazaar

Function add

  • Parameters

    • a: number
    • b: number

    Returns number

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/utils.genPath.html b/js_ref/functions/utils.genPath.html index e26f0b61..d4de83ce 100644 --- a/js_ref/functions/utils.genPath.html +++ b/js_ref/functions/utils.genPath.html @@ -1,3 +1,3 @@ genPath | bitbazaar

Function genPath

  • Helper to make all paths safe, can specify if should start or end with a slash. Works with filepaths and urls, with dynamic defaults depending on what comes in.

    -

    Parameters

    • path: string
    • __namedParameters: {
          eSlash?: boolean;
          extra?: string[];
          sShlash?: boolean;
      } = {}
      • Optional eSlash?: boolean
      • Optional extra?: string[]
      • Optional sShlash?: boolean

    Returns string

Generated using TypeDoc

\ No newline at end of file +

Parameters

Returns string

Generated using TypeDoc

\ No newline at end of file diff --git a/js_ref/functions/vite.createConfig.html b/js_ref/functions/vite.createConfig.html index afffa6bc..4567e6d3 100644 --- a/js_ref/functions/vite.createConfig.html +++ b/js_ref/functions/vite.createConfig.html @@ -14,4 +14,4 @@
  • Vite will process it further
  • The final minified index.html will be added to the assets folder, where it should be the root of a static site, or server manually from a backend server.
  • -

    Parameters

    Returns UserConfig

    Generated using TypeDoc

    \ No newline at end of file +

    Parameters

    Returns UserConfig

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/interfaces/vite.TopViteConfig.html b/js_ref/interfaces/vite.TopViteConfig.html index 080d92e3..2761ff99 100644 --- a/js_ref/interfaces/vite.TopViteConfig.html +++ b/js_ref/interfaces/vite.TopViteConfig.html @@ -1,4 +1,4 @@ -TopViteConfig | bitbazaar

    Interface TopViteConfig

    Hierarchy

    • TopViteConfig

    Properties

    alias? +TopViteConfig | bitbazaar

    Interface TopViteConfig

    Hierarchy

    • TopViteConfig

    Properties

    alias? extraNonFrontendGlobs? favicon192PngPath favicon512PngPath @@ -18,17 +18,17 @@ }

    Or better yet, just use the tsconfig paths:
    import tsconfig from "./tsconfig.json";
    alias: tsconfig.compilerOptions.paths,
    -
    extraNonFrontendGlobs?: string[]

    Extra globs to exclude from traversal, can help with performance:

    -
    favicon192PngPath: string
    favicon512PngPath: string
    inspect?: boolean

    Include the inspect plugin, which allows you to see how vite is transforming code:

    -
    proxy: ProxyConf

    Proxy rules to apply to the dev server (i.e. when it should forward requests to a backend)

    -
    sameDomStaticPath: string

    The os path to the files that will deployed to sameDomStaticUrl. +

    extraNonFrontendGlobs?: string[]

    Extra globs to exclude from traversal, can help with performance:

    +
    favicon192PngPath: string
    favicon512PngPath: string
    inspect?: boolean

    Include the inspect plugin, which allows you to see how vite is transforming code:

    +
    proxy: ProxyConf

    Proxy rules to apply to the dev server (i.e. when it should forward requests to a backend)

    +
    sameDomStaticPath: string

    The os path to the files that will deployed to sameDomStaticUrl. Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version) E.g. /.../~sds

    -
    sameDomStaticUrl: string

    The absolute url online that sameDomStaticPath files can be retrieved from +

    sameDomStaticUrl: string

    The absolute url online that sameDomStaticPath files can be retrieved from Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version) E.g. https://example.com/~sds

    -
    siteDescription: string
    siteName: string
    staticPath: string

    The os path to the files that will deployed to staticUrl. +

    siteDescription: string
    siteName: string
    staticPath: string

    The os path to the files that will deployed to staticUrl. E.g. /.../static

    -
    staticUrl: string

    The absolute url online that staticPath files can be retrieved from +

    staticUrl: string

    The absolute url online that staticPath files can be retrieved from E.g. https://example.com/static

    -
    test?: InlineConfig

    Generated using TypeDoc

    \ No newline at end of file +
    test?: InlineConfig

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/color.html b/js_ref/modules/color.html index 634f31ff..649d9b79 100644 --- a/js_ref/modules/color.html +++ b/js_ref/modules/color.html @@ -1,2 +1,2 @@ -color | bitbazaar

    Module color

    Index

    Functions

    createSteppedScale +color | bitbazaar

    Module color

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/index.html b/js_ref/modules/index.html index 083930f4..7dd0a100 100644 --- a/js_ref/modules/index.html +++ b/js_ref/modules/index.html @@ -1,2 +1,2 @@ -index | bitbazaar

    Module index

    Index

    Functions

    hello +index | bitbazaar

    Module index

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/utils.html b/js_ref/modules/utils.html index 148a436d..23464f41 100644 --- a/js_ref/modules/utils.html +++ b/js_ref/modules/utils.html @@ -1,3 +1,3 @@ -utils | bitbazaar

    Module utils

    Index

    Functions

    add +utils | bitbazaar

    Module utils

    Index

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/js_ref/modules/vite.html b/js_ref/modules/vite.html index dfffb829..2b436eb3 100644 --- a/js_ref/modules/vite.html +++ b/js_ref/modules/vite.html @@ -1,3 +1,3 @@ -vite | bitbazaar

    Module vite

    Index

    Interfaces

    TopViteConfig +vite | bitbazaar

    Module vite

    Index

    Interfaces

    Functions

    Generated using TypeDoc

    \ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 6435eeb2..1b4490a4 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ