@storm-software/config 1.137.94 → 1.138.0
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/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/dist/chunk-6YRT43JV.js +2 -0
- package/dist/chunk-CKQSXR35.cjs +2 -0
- package/dist/chunk-K2U2IDPC.cjs +1 -0
- package/dist/chunk-ZYGI4SYP.js +1 -0
- package/dist/define-config.d.cts +6 -6
- package/dist/define-config.d.ts +6 -6
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.d.cts +19 -19
- package/dist/schema.d.ts +19 -19
- package/dist/schema.js +1 -1
- package/dist/types.cjs +1 -1
- package/dist/types.js +1 -1
- package/package.json +2 -2
- package/presets/base.json +3 -3
- package/presets/storm-software.json +3 -3
- package/schemas/storm-workspace.schema.json +18 -18
- package/dist/chunk-HPWJK4AX.js +0 -2
- package/dist/chunk-QIUHYQNL.cjs +0 -1
- package/dist/chunk-QRPVFGLQ.cjs +0 -2
- package/dist/chunk-YKRE3MWC.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.138.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.138.0) (06/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate `README` markdown files ([2f934c964](https://github.com/storm-software/storm-ops/commit/2f934c964))
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **config:** Rename `help` to `discovery` and update dark color ([570491044](https://github.com/storm-software/storm-ops/commit/570491044))
|
|
14
|
+
|
|
15
|
+
### Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- Updated **testing-tools** to **v1.119.216**
|
|
18
|
+
|
|
5
19
|
## [1.137.94](https://github.com/storm-software/storm-ops/releases/tag/config%401.137.94) (06/14/2026)
|
|
6
20
|
|
|
7
21
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import {p as p$1,o as o$1}from'./chunk-TYDRIJER.js';import*as e from'zod/v4/mini';var o=e.registry(),t=e.string().check(e.length(7),e.toLowerCase(),e.regex(/^#([0-9a-f]{3}){1,2}$/i),e.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e._default(t,"#1e2124");o.add(a,{description:"The dark background color of the workspace"});var c=e._default(t,"#cbd5e1");o.add(c,{description:"The light background color of the workspace"});var i=e._default(t,"#1fb2a6");o.add(i,{description:"The primary brand specific color of the workspace"});var s=e.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e._default(t,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var f=e.optional(t);o.add(f,{description:"The fatal color of the workspace"});var u=e._default(t,"#80fd74");o.add(u,{description:"The performance color of the workspace"});var k=e._default(t,"#4ade80");o.add(k,{description:"The positive number color of the workspace"});var w=e._default(t,"#ef4444");o.add(w,{description:"The negative number color of the workspace"});var S=e.optional(e.array(t));o.add(S,{description:"The color stops for the base gradient color pattern used in the workspace"});var Re=e.object({foreground:c,background:a,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),Ue=e.object({foreground:a,background:c,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),De=e.object({dark:Re,light:Ue}),Be=e.object({dark:a,light:c,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),r=e.optional(e.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var y=e._default(e.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(y,{description:"A list of remote registry URLs used by Storm Software"});var b=e.union([Be,De]);o.add(b,{description:"Colors used for various workspace elements"});var C=e.record(e.union([e.union([e.literal("base"),e.string()]),e.string()]),b);o.add(C,{description:"Storm theme config values used for styling various package elements"});var _=e.optional(e.union([e.string().check(e.trim()),e.array(e.string().check(e.trim()))]));o.add(_,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var L=e.string().check(e.trim());o.add(L,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var j=e.string().check(e.trim());o.add(j,{description:"The email of the workspace bot"});var A=e.object({name:L,email:j});o.add(A,{description:"The workspace's bot user's config used to automated various operations tasks"});var R=e.optional(e.string().check(e.trim(),e.url()));o.add(R,{description:"A URL to a banner image used to display the workspace's release"});var U=e._default(e.string().check(e.trim()),p$1);o.add(U,{description:"The alt text for the workspace's release banner image"});var D=e.object({url:R,alt:U});o.add(D,{description:"The workspace's banner image used during the release process"});var B=e.optional(e.string().check(e.trim()));o.add(B,{description:"A header message appended to the start of the workspace's release notes"});var F=e.optional(e.string().check(e.trim()));o.add(F,{description:"A footer message appended to the end of the workspace's release notes"});var N=e.object({banner:e.union([D,e.string().check(e.trim(),e.url())]),header:B,footer:F});o.add(N,{description:"The workspace's release config used during the release process"});var E=e.optional(e.string().check(e.trim()));o.add(E,{description:"A Twitter/X account associated with the organization/project"});var M=e.optional(e.string().check(e.trim()));o.add(M,{description:"A Discord account associated with the organization/project"});var O=e.optional(e.string().check(e.trim()));o.add(O,{description:"A Telegram account associated with the organization/project"});var I=e.optional(e.string().check(e.trim()));o.add(I,{description:"A Slack account associated with the organization/project"});var G=e.optional(e.string().check(e.trim()));o.add(G,{description:"A Medium account associated with the organization/project"});var H=e.optional(e.string().check(e.trim()));o.add(H,{description:"A GitHub account associated with the organization/project"});var J=e.object({twitter:E,discord:M,telegram:O,slack:I,medium:G,github:H});o.add(J,{description:"The workspace's account config used to store various social media links"});var W=e.optional(e.string().check(e.trim()));o.add(W,{description:"The directory used to store the environment's cached file data"});var P=e.optional(e.string().check(e.trim()));o.add(P,{description:"The directory used to store the environment's data files"});var $=e.optional(e.string().check(e.trim()));o.add($,{description:"The directory used to store the environment's configuration files"});var V=e.optional(e.string().check(e.trim()));o.add(V,{description:"The directory used to store the environment's temp files"});var X=e.optional(e.string().check(e.trim()));o.add(X,{description:"The directory used to store the environment's log files"});var Y=e._default(e.string().check(e.trim()),"dist");o.add(Y,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var q=e.object({cache:W,data:P,config:$,temp:V,log:X,build:Y});o.add(q,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var K=e._default(e.enum(["minimal","monorepo"]),"monorepo");o.add(K,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var Q=e._default(e.string().check(e.trim()),o$1);o.add(Q,{description:"The path to the workspace's error codes JSON file"});var Z=e.optional(e.url());o.add(Z,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var ee=e.object({codesFile:Q,url:Z});o.add(ee,{description:"The workspace's error config used when creating error details during a system error"});var oe=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(oe,{description:"The name of the organization"});var te=e.optional(e.string().check(e.trim()));o.add(te,{description:"A description of the organization"});var re=e.optional(e.url());o.add(re,{description:"A URL to the organization's logo image"});var ae=e.optional(e.url());o.add(ae,{description:"A URL to the organization's icon image"});var ce=e.optional(e.url());o.add(ce,{description:"A URL to a page that provides more information about the organization"});var ie=e.object({name:oe,description:te,logo:re,icon:ae,url:ce});o.add(ie,{description:"The workspace's organization details"});var se=e._default(e.string().check(e.trim(),e.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(se,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ne=e.string().check(e.trim(),e.toLowerCase());o.add(ne,{description:"The name of the workspace/project/service/package/scope using this configuration"});var de=e.string().check(e.trim(),e.toLowerCase());o.add(de,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var pe=e.union([ie,e.string().check(e.trim(),e.toLowerCase())]);o.add(pe,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var he=e.string().check(e.trim(),e.toLowerCase());o.add(he,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var le=e._default(e.string().check(e.trim()),"Apache-2.0");o.add(le,{description:"The license type of the package"});var me=e.optional(e.url());o.add(me,{description:"The homepage of the workspace"});var ze=e.optional(e.url());o.add(ze,{description:"The documentation site for the workspace"});var ge=e.optional(e.url());o.add(ge,{description:"The development portal site for the workspace"});var fe=e.optional(e.url());o.add(fe,{description:"The licensing site for the workspace"});var ue=e.optional(e.url());o.add(ue,{description:"The contact site for the workspace"});var ke=e.optional(e.url());o.add(ke,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var we=e._default(e.string().check(e.trim(),e.toLowerCase()),"main");o.add(we,{description:"The branch of the workspace"});var Se=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(Se,{description:"A tag specifying the version pre-release identifier"});var be=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(be,{description:"The owner of the package"});var xe=e._default(e.enum(["development","test","production"]).check(e.trim(),e.toLowerCase()),"production");o.add(xe,{description:"The current runtime environment mode for the package"});var Te=e.string().check(e.trim(),e.toLowerCase());o.add(Te,{description:"The root directory of the workspace"});var ve=e._default(e.boolean(),false);o.add(ve,{description:"Should all known types of workspace caching be skipped?"});var ye=e._default(e.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ye,{description:"The JavaScript/TypeScript package manager used by the repository"});var Ce=e._default(e.string().check(e.trim()),"America/New_York");o.add(Ce,{description:"The default timezone of the workspace"});var _e=e._default(e.string().check(e.trim()),"en-US");o.add(_e,{description:"The default locale of the workspace"});var Le=e._default(e.enum(["silent","fatal","error","warn","success","info","performance","debug","trace","all"]),"info");o.add(Le,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var je=e._default(e.boolean(),true);o.add(je,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Ae=e._default(e.nullable(e.string().check(e.trim())),null);o.add(Ae,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var x=e._default(e.record(e.string(),e.any()),{});o.add(x,{description:"Configuration of each used extension"});var Ne=e.object({$schema:se,extends:_,name:ne,variant:K,namespace:de,organization:pe,repository:he,license:le,homepage:me,docs:ze,portal:ge,licensing:fe,contact:ue,support:ke,branch:we,preid:Se,owner:be,bot:A,release:N,socials:J,error:ee,mode:xe,workspaceRoot:Te,skipCache:ve,directories:q,packageManager:ye,timezone:Ce,locale:_e,logLevel:Le,skipConfigLogging:je,registry:y,configFile:Ae,colors:e.union([b,C]),extensions:x});o.add(x,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
+
export{re as $,A,R as B,U as C,D,B as E,F,N as G,E as H,M as I,O as J,I as K,G as L,H as M,J as N,W as O,P,$ as Q,V as R,X as S,Y as T,q as U,K as V,Q as W,Z as X,ee as Y,oe as Z,te as _,o as a,ae as aa,a as b,ce as ba,c,ie as ca,i as d,le as da,s as e,me as ea,n as f,ze as fa,d as g,ge as ga,p as h,fe as ha,h as i,ue as ia,l as j,ke as ja,m as k,we as ka,z as l,Se as la,g as m,be as ma,f as n,xe as na,u as o,Te as oa,k as p,ve as pa,w as q,ye as qa,S as r,Ce as ra,Re as s,_e as sa,Ue as t,Le as ta,De as u,je as ua,Be as v,Ae as va,y as w,x as wa,b as x,Ne as xa,C as y,_ as z};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),e=require('zod/v4/mini');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var e__namespace=/*#__PURE__*/_interopNamespace(e);var o=e__namespace.registry(),t=e__namespace.string().check(e__namespace.length(7),e__namespace.toLowerCase(),e__namespace.regex(/^#([0-9a-f]{3}){1,2}$/i),e__namespace.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e__namespace._default(t,"#1e2124");o.add(a,{description:"The dark background color of the workspace"});var c=e__namespace._default(t,"#cbd5e1");o.add(c,{description:"The light background color of the workspace"});var i=e__namespace._default(t,"#1fb2a6");o.add(i,{description:"The primary brand specific color of the workspace"});var s=e__namespace.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e__namespace.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e__namespace._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e__namespace._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e__namespace._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e__namespace._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e__namespace._default(t,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e__namespace._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e__namespace._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var f=e__namespace.optional(t);o.add(f,{description:"The fatal color of the workspace"});var u=e__namespace._default(t,"#80fd74");o.add(u,{description:"The performance color of the workspace"});var k=e__namespace._default(t,"#4ade80");o.add(k,{description:"The positive number color of the workspace"});var w=e__namespace._default(t,"#ef4444");o.add(w,{description:"The negative number color of the workspace"});var S=e__namespace.optional(e__namespace.array(t));o.add(S,{description:"The color stops for the base gradient color pattern used in the workspace"});var Re=e__namespace.object({foreground:c,background:a,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),Ue=e__namespace.object({foreground:a,background:c,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),De=e__namespace.object({dark:Re,light:Ue}),Be=e__namespace.object({dark:a,light:c,brand:i,alternate:s,accent:n,link:d,discovery:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),r=e__namespace.optional(e__namespace.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var y=e__namespace._default(e__namespace.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(y,{description:"A list of remote registry URLs used by Storm Software"});var b=e__namespace.union([Be,De]);o.add(b,{description:"Colors used for various workspace elements"});var C=e__namespace.record(e__namespace.union([e__namespace.union([e__namespace.literal("base"),e__namespace.string()]),e__namespace.string()]),b);o.add(C,{description:"Storm theme config values used for styling various package elements"});var _=e__namespace.optional(e__namespace.union([e__namespace.string().check(e__namespace.trim()),e__namespace.array(e__namespace.string().check(e__namespace.trim()))]));o.add(_,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var L=e__namespace.string().check(e__namespace.trim());o.add(L,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var j=e__namespace.string().check(e__namespace.trim());o.add(j,{description:"The email of the workspace bot"});var A=e__namespace.object({name:L,email:j});o.add(A,{description:"The workspace's bot user's config used to automated various operations tasks"});var R=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.url()));o.add(R,{description:"A URL to a banner image used to display the workspace's release"});var U=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.p);o.add(U,{description:"The alt text for the workspace's release banner image"});var D=e__namespace.object({url:R,alt:U});o.add(D,{description:"The workspace's banner image used during the release process"});var B=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(B,{description:"A header message appended to the start of the workspace's release notes"});var F=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(F,{description:"A footer message appended to the end of the workspace's release notes"});var N=e__namespace.object({banner:e__namespace.union([D,e__namespace.string().check(e__namespace.trim(),e__namespace.url())]),header:B,footer:F});o.add(N,{description:"The workspace's release config used during the release process"});var E=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(E,{description:"A Twitter/X account associated with the organization/project"});var M=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(M,{description:"A Discord account associated with the organization/project"});var O=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(O,{description:"A Telegram account associated with the organization/project"});var I=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(I,{description:"A Slack account associated with the organization/project"});var G=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(G,{description:"A Medium account associated with the organization/project"});var H=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(H,{description:"A GitHub account associated with the organization/project"});var J=e__namespace.object({twitter:E,discord:M,telegram:O,slack:I,medium:G,github:H});o.add(J,{description:"The workspace's account config used to store various social media links"});var W=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(W,{description:"The directory used to store the environment's cached file data"});var P=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(P,{description:"The directory used to store the environment's data files"});var $=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add($,{description:"The directory used to store the environment's configuration files"});var V=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(V,{description:"The directory used to store the environment's temp files"});var X=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(X,{description:"The directory used to store the environment's log files"});var Y=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"dist");o.add(Y,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var q=e__namespace.object({cache:W,data:P,config:$,temp:V,log:X,build:Y});o.add(q,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var K=e__namespace._default(e__namespace.enum(["minimal","monorepo"]),"monorepo");o.add(K,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var Q=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.o);o.add(Q,{description:"The path to the workspace's error codes JSON file"});var Z=e__namespace.optional(e__namespace.url());o.add(Z,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var ee=e__namespace.object({codesFile:Q,url:Z});o.add(ee,{description:"The workspace's error config used when creating error details during a system error"});var oe=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(oe,{description:"The name of the organization"});var te=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(te,{description:"A description of the organization"});var re=e__namespace.optional(e__namespace.url());o.add(re,{description:"A URL to the organization's logo image"});var ae=e__namespace.optional(e__namespace.url());o.add(ae,{description:"A URL to the organization's icon image"});var ce=e__namespace.optional(e__namespace.url());o.add(ce,{description:"A URL to a page that provides more information about the organization"});var ie=e__namespace.object({name:oe,description:te,logo:re,icon:ae,url:ce});o.add(ie,{description:"The workspace's organization details"});var se=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(se,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ne=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(ne,{description:"The name of the workspace/project/service/package/scope using this configuration"});var de=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(de,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var pe=e__namespace.union([ie,e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase())]);o.add(pe,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var he=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(he,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var le=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"Apache-2.0");o.add(le,{description:"The license type of the package"});var me=e__namespace.optional(e__namespace.url());o.add(me,{description:"The homepage of the workspace"});var ze=e__namespace.optional(e__namespace.url());o.add(ze,{description:"The documentation site for the workspace"});var ge=e__namespace.optional(e__namespace.url());o.add(ge,{description:"The development portal site for the workspace"});var fe=e__namespace.optional(e__namespace.url());o.add(fe,{description:"The licensing site for the workspace"});var ue=e__namespace.optional(e__namespace.url());o.add(ue,{description:"The contact site for the workspace"});var ke=e__namespace.optional(e__namespace.url());o.add(ke,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var we=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"main");o.add(we,{description:"The branch of the workspace"});var Se=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(Se,{description:"A tag specifying the version pre-release identifier"});var be=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(be,{description:"The owner of the package"});var xe=e__namespace._default(e__namespace.enum(["development","test","production"]).check(e__namespace.trim(),e__namespace.toLowerCase()),"production");o.add(xe,{description:"The current runtime environment mode for the package"});var Te=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(Te,{description:"The root directory of the workspace"});var ve=e__namespace._default(e__namespace.boolean(),false);o.add(ve,{description:"Should all known types of workspace caching be skipped?"});var ye=e__namespace._default(e__namespace.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ye,{description:"The JavaScript/TypeScript package manager used by the repository"});var Ce=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"America/New_York");o.add(Ce,{description:"The default timezone of the workspace"});var _e=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"en-US");o.add(_e,{description:"The default locale of the workspace"});var Le=e__namespace._default(e__namespace.enum(["silent","fatal","error","warn","success","info","performance","debug","trace","all"]),"info");o.add(Le,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var je=e__namespace._default(e__namespace.boolean(),true);o.add(je,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Ae=e__namespace._default(e__namespace.nullable(e__namespace.string().check(e__namespace.trim())),null);o.add(Ae,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var x=e__namespace._default(e__namespace.record(e__namespace.string(),e__namespace.any()),{});o.add(x,{description:"Configuration of each used extension"});var Ee=e__namespace.object({$schema:se,extends:_,name:ne,variant:K,namespace:de,organization:pe,repository:he,license:le,homepage:me,docs:ze,portal:ge,licensing:fe,contact:ue,support:ke,branch:we,preid:Se,owner:be,bot:A,release:N,socials:J,error:ee,mode:xe,workspaceRoot:Te,skipCache:ve,directories:q,packageManager:ye,timezone:Ce,locale:_e,logLevel:Le,skipConfigLogging:je,registry:y,configFile:Ae,colors:e__namespace.union([b,C]),extensions:x});o.add(x,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
+
exports.$=re;exports.A=A;exports.B=R;exports.C=U;exports.D=D;exports.E=B;exports.F=F;exports.G=N;exports.H=E;exports.I=M;exports.J=O;exports.K=I;exports.L=G;exports.M=H;exports.N=J;exports.O=W;exports.P=P;exports.Q=$;exports.R=V;exports.S=X;exports.T=Y;exports.U=q;exports.V=K;exports.W=Q;exports.X=Z;exports.Y=ee;exports.Z=oe;exports._=te;exports.a=o;exports.aa=ae;exports.b=a;exports.ba=ce;exports.c=c;exports.ca=ie;exports.d=i;exports.da=le;exports.e=s;exports.ea=me;exports.f=n;exports.fa=ze;exports.g=d;exports.ga=ge;exports.h=p;exports.ha=fe;exports.i=h;exports.ia=ue;exports.j=l;exports.ja=ke;exports.k=m;exports.ka=we;exports.l=z;exports.la=Se;exports.m=g;exports.ma=be;exports.n=f;exports.na=xe;exports.o=u;exports.oa=Te;exports.p=k;exports.pa=ve;exports.q=w;exports.qa=ye;exports.r=S;exports.ra=Ce;exports.s=Re;exports.sa=_e;exports.t=Ue;exports.ta=Le;exports.u=De;exports.ua=je;exports.v=Be;exports.va=Ae;exports.w=y;exports.wa=x;exports.x=b;exports.xa=Ee;exports.y=C;exports.z=_;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var o=["dark","light","base","brand","alternate","accent","link","success","discovery","info","warning","danger","fatal","performance","positive","negative"];exports.a=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var e=["dark","light","base","brand","alternate","accent","link","success","discovery","info","warning","danger","fatal","performance","positive","negative"];export{e as a};
|
package/dist/define-config.d.cts
CHANGED
|
@@ -60,7 +60,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
60
60
|
alternate?: string | undefined;
|
|
61
61
|
accent?: string | undefined;
|
|
62
62
|
link?: string | undefined;
|
|
63
|
-
|
|
63
|
+
discovery?: string | undefined;
|
|
64
64
|
success?: string | undefined;
|
|
65
65
|
info?: string | undefined;
|
|
66
66
|
debug?: string | undefined;
|
|
@@ -79,7 +79,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
79
79
|
alternate?: string | undefined;
|
|
80
80
|
accent?: string | undefined;
|
|
81
81
|
link?: string | undefined;
|
|
82
|
-
|
|
82
|
+
discovery?: string | undefined;
|
|
83
83
|
success?: string | undefined;
|
|
84
84
|
info?: string | undefined;
|
|
85
85
|
debug?: string | undefined;
|
|
@@ -98,7 +98,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
98
98
|
alternate?: string | undefined;
|
|
99
99
|
accent?: string | undefined;
|
|
100
100
|
link?: string | undefined;
|
|
101
|
-
|
|
101
|
+
discovery?: string | undefined;
|
|
102
102
|
success?: string | undefined;
|
|
103
103
|
info?: string | undefined;
|
|
104
104
|
debug?: string | undefined;
|
|
@@ -117,7 +117,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
117
117
|
alternate?: string | undefined;
|
|
118
118
|
accent?: string | undefined;
|
|
119
119
|
link?: string | undefined;
|
|
120
|
-
|
|
120
|
+
discovery?: string | undefined;
|
|
121
121
|
success?: string | undefined;
|
|
122
122
|
info?: string | undefined;
|
|
123
123
|
debug?: string | undefined;
|
|
@@ -136,7 +136,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
136
136
|
alternate?: string | undefined;
|
|
137
137
|
accent?: string | undefined;
|
|
138
138
|
link?: string | undefined;
|
|
139
|
-
|
|
139
|
+
discovery?: string | undefined;
|
|
140
140
|
success?: string | undefined;
|
|
141
141
|
info?: string | undefined;
|
|
142
142
|
debug?: string | undefined;
|
|
@@ -155,7 +155,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
155
155
|
alternate?: string | undefined;
|
|
156
156
|
accent?: string | undefined;
|
|
157
157
|
link?: string | undefined;
|
|
158
|
-
|
|
158
|
+
discovery?: string | undefined;
|
|
159
159
|
success?: string | undefined;
|
|
160
160
|
info?: string | undefined;
|
|
161
161
|
debug?: string | undefined;
|
package/dist/define-config.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
60
60
|
alternate?: string | undefined;
|
|
61
61
|
accent?: string | undefined;
|
|
62
62
|
link?: string | undefined;
|
|
63
|
-
|
|
63
|
+
discovery?: string | undefined;
|
|
64
64
|
success?: string | undefined;
|
|
65
65
|
info?: string | undefined;
|
|
66
66
|
debug?: string | undefined;
|
|
@@ -79,7 +79,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
79
79
|
alternate?: string | undefined;
|
|
80
80
|
accent?: string | undefined;
|
|
81
81
|
link?: string | undefined;
|
|
82
|
-
|
|
82
|
+
discovery?: string | undefined;
|
|
83
83
|
success?: string | undefined;
|
|
84
84
|
info?: string | undefined;
|
|
85
85
|
debug?: string | undefined;
|
|
@@ -98,7 +98,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
98
98
|
alternate?: string | undefined;
|
|
99
99
|
accent?: string | undefined;
|
|
100
100
|
link?: string | undefined;
|
|
101
|
-
|
|
101
|
+
discovery?: string | undefined;
|
|
102
102
|
success?: string | undefined;
|
|
103
103
|
info?: string | undefined;
|
|
104
104
|
debug?: string | undefined;
|
|
@@ -117,7 +117,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
117
117
|
alternate?: string | undefined;
|
|
118
118
|
accent?: string | undefined;
|
|
119
119
|
link?: string | undefined;
|
|
120
|
-
|
|
120
|
+
discovery?: string | undefined;
|
|
121
121
|
success?: string | undefined;
|
|
122
122
|
info?: string | undefined;
|
|
123
123
|
debug?: string | undefined;
|
|
@@ -136,7 +136,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
136
136
|
alternate?: string | undefined;
|
|
137
137
|
accent?: string | undefined;
|
|
138
138
|
link?: string | undefined;
|
|
139
|
-
|
|
139
|
+
discovery?: string | undefined;
|
|
140
140
|
success?: string | undefined;
|
|
141
141
|
info?: string | undefined;
|
|
142
142
|
debug?: string | undefined;
|
|
@@ -155,7 +155,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
155
155
|
alternate?: string | undefined;
|
|
156
156
|
accent?: string | undefined;
|
|
157
157
|
link?: string | undefined;
|
|
158
|
-
|
|
158
|
+
discovery?: string | undefined;
|
|
159
159
|
success?: string | undefined;
|
|
160
160
|
info?: string | undefined;
|
|
161
161
|
debug?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs'),chunkQRPVFGLQ_cjs=require('./chunk-QRPVFGLQ.cjs'),chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),chunkQIUHYQNL_cjs=require('./chunk-QIUHYQNL.cjs');Object.defineProperty(exports,"defineConfig",{enumerable:true,get:function(){return chunk4RGB2QSN_cjs.a}});Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ka}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.x}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.va}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ia}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.m}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.s}});Object.defineProperty(exports,"debugColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.k}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.fa}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.W}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.Y}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.X}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.z}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.wa}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.n}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.r}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ea}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.da}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ha}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.t}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.sa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ta}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.na}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.u}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.q}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs._}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.aa}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.$}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.Z}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ca}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ba}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ma}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.qa}});Object.defineProperty(exports,"performanceColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.o}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ga}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.p}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.la}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.w}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.v}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.pa}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ua}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ja}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.y}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.ra}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.V}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.l}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.A}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.xa}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.T}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.Q}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.P}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.S}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.U}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.R}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.C}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.D}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.B}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.F}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.E}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.G}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.oa}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.I}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.M}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.N}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.K}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.J}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkQRPVFGLQ_cjs.H}});Object.defineProperty(exports,"STORM_DEFAULT_BANNER_ALT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.p}});Object.defineProperty(exports,"STORM_DEFAULT_CONTACT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.c}});Object.defineProperty(exports,"STORM_DEFAULT_DOCS",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.a}});Object.defineProperty(exports,"STORM_DEFAULT_ERROR_CODES_FILE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.o}});Object.defineProperty(exports,"STORM_DEFAULT_HOMEPAGE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.b}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.f}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSING",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.e}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_BANNER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.g}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_FOOTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.n}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_DISCORD",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.i}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_GITHUB",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.m}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_MEDIUM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.l}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_SLACK",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.k}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TELEGRAM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.j}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TWITTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.h}});Object.defineProperty(exports,"STORM_DEFAULT_SUPPORT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.d}});Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkQIUHYQNL_cjs.a}});
|
|
1
|
+
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs'),chunkCKQSXR35_cjs=require('./chunk-CKQSXR35.cjs'),chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),chunkK2U2IDPC_cjs=require('./chunk-K2U2IDPC.cjs');Object.defineProperty(exports,"defineConfig",{enumerable:true,get:function(){return chunk4RGB2QSN_cjs.a}});Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ka}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.x}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.va}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ia}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.m}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.s}});Object.defineProperty(exports,"debugColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.k}});Object.defineProperty(exports,"discoveryColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.h}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.fa}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.W}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Y}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.X}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.z}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.wa}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.n}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.r}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ea}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.da}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ha}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.t}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.sa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ta}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.na}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.u}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.q}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs._}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.aa}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.$}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Z}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ca}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ba}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ma}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.qa}});Object.defineProperty(exports,"performanceColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.o}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ga}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.p}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.la}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.w}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.v}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.pa}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ua}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ja}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.y}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ra}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.V}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.l}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.A}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.xa}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.T}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Q}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.P}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.S}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.U}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.R}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.C}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.D}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.B}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.F}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.E}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.G}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.oa}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.I}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.M}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.N}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.K}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.J}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.H}});Object.defineProperty(exports,"STORM_DEFAULT_BANNER_ALT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.p}});Object.defineProperty(exports,"STORM_DEFAULT_CONTACT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.c}});Object.defineProperty(exports,"STORM_DEFAULT_DOCS",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.a}});Object.defineProperty(exports,"STORM_DEFAULT_ERROR_CODES_FILE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.o}});Object.defineProperty(exports,"STORM_DEFAULT_HOMEPAGE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.b}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.f}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSING",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.e}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_BANNER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.g}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_FOOTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.n}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_DISCORD",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.i}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_GITHUB",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.m}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_MEDIUM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.l}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_SLACK",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.k}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TELEGRAM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.j}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TWITTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.h}});Object.defineProperty(exports,"STORM_DEFAULT_SUPPORT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.d}});Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkK2U2IDPC_cjs.a}});
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { STORM_DEFAULT_BANNER_ALT, STORM_DEFAULT_CONTACT, STORM_DEFAULT_DOCS, STORM_DEFAULT_ERROR_CODES_FILE, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER, STORM_DEFAULT_SOCIAL_DISCORD, STORM_DEFAULT_SOCIAL_GITHUB, STORM_DEFAULT_SOCIAL_MEDIUM, STORM_DEFAULT_SOCIAL_SLACK, STORM_DEFAULT_SOCIAL_TELEGRAM, STORM_DEFAULT_SOCIAL_TWITTER, STORM_DEFAULT_SUPPORT } from './constants.cjs';
|
|
2
2
|
export { defineConfig } from './define-config.cjs';
|
|
3
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema,
|
|
3
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, discoveryColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.cjs';
|
|
4
4
|
export { COLOR_KEYS, Colors, ColorsInput, ColorsMap, ColorsMapInput, DarkThemeColors, DarkThemeColorsInput, LightThemeColors, LightThemeColorsInput, MultiThemeColors, MultiThemeColorsInput, OrganizationConfig, OrganizationConfigInput, SingleThemeColors, SingleThemeColorsInput, StormConfig, StormWorkspaceConfig, StormWorkspaceConfigInput, Variant, VariantInput } from './types.cjs';
|
|
5
5
|
import 'zod/v4/mini';
|
|
6
6
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { STORM_DEFAULT_BANNER_ALT, STORM_DEFAULT_CONTACT, STORM_DEFAULT_DOCS, STORM_DEFAULT_ERROR_CODES_FILE, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER, STORM_DEFAULT_SOCIAL_DISCORD, STORM_DEFAULT_SOCIAL_GITHUB, STORM_DEFAULT_SOCIAL_MEDIUM, STORM_DEFAULT_SOCIAL_SLACK, STORM_DEFAULT_SOCIAL_TELEGRAM, STORM_DEFAULT_SOCIAL_TWITTER, STORM_DEFAULT_SUPPORT } from './constants.js';
|
|
2
2
|
export { defineConfig } from './define-config.js';
|
|
3
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema,
|
|
3
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, discoveryColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.js';
|
|
4
4
|
export { COLOR_KEYS, Colors, ColorsInput, ColorsMap, ColorsMapInput, DarkThemeColors, DarkThemeColorsInput, LightThemeColors, LightThemeColorsInput, MultiThemeColors, MultiThemeColorsInput, OrganizationConfig, OrganizationConfigInput, SingleThemeColors, SingleThemeColorsInput, StormConfig, StormWorkspaceConfig, StormWorkspaceConfigInput, Variant, VariantInput } from './types.js';
|
|
5
5
|
import 'zod/v4/mini';
|
|
6
6
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,ka as branchSchema,d as brandColorSchema,x as colorsSchema,va as configFileSchema,ia as contactSchema,m as dangerColorSchema,b as darkColorSchema,s as darkColorsSchema,k as debugColorSchema,fa as docsSchema,W as errorCodesFileSchema,Y as errorSchema,X as errorUrlSchema,z as extendsSchema,wa as extensionsSchema,n as fatalColorSchema,r as gradientStopsSchema,
|
|
1
|
+
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,ka as branchSchema,d as brandColorSchema,x as colorsSchema,va as configFileSchema,ia as contactSchema,m as dangerColorSchema,b as darkColorSchema,s as darkColorsSchema,k as debugColorSchema,h as discoveryColorSchema,fa as docsSchema,W as errorCodesFileSchema,Y as errorSchema,X as errorUrlSchema,z as extendsSchema,wa as extensionsSchema,n as fatalColorSchema,r as gradientStopsSchema,ea as homepageSchema,j as infoColorSchema,da as licenseSchema,ha as licensingSchema,c as lightColorSchema,t as lightColorsSchema,g as linkColorSchema,sa as localeSchema,ta as logLevelSchema,na as modeSchema,u as multiColorsSchema,q as negativeColorSchema,_ as organizationDescriptionSchema,aa as organizationIconSchema,$ as organizationLogoSchema,Z as organizationNameSchema,ca as organizationSchema,ba as organizationUrlSchema,ma as ownerSchema,qa as packageManagerSchema,o as performanceColorSchema,ga as portalSchema,p as positiveColorSchema,la as preidSchema,w as registrySchema,a as schemaRegistry,v as singleColorsSchema,pa as skipCacheSchema,ua as skipConfigLoggingSchema,i as successColorSchema,ja as supportSchema,y as themeColorsSchema,ra as timezoneSchema,V as variantSchema,l as warningColorSchema,A as workspaceBotSchema,xa as workspaceConfigSchema,T as workspaceDirectoryBuildSchema,O as workspaceDirectoryCacheSchema,Q as workspaceDirectoryConfigSchema,P as workspaceDirectoryDataSchema,S as workspaceDirectoryLogSchema,U as workspaceDirectorySchema,R as workspaceDirectoryTempSchema,C as workspaceReleaseBannerAltSchema,D as workspaceReleaseBannerSchema,B as workspaceReleaseBannerUrlSchema,F as workspaceReleaseFooterSchema,E as workspaceReleaseHeaderSchema,G as workspaceReleaseSchema,oa as workspaceRootSchema,I as workspaceSocialsDiscordSchema,M as workspaceSocialsGithubSchema,L as workspaceSocialsMediumSchema,N as workspaceSocialsSchema,K as workspaceSocialsSlackSchema,J as workspaceSocialsTelegramSchema,H as workspaceSocialsTwitterSchema}from'./chunk-6YRT43JV.js';export{p as STORM_DEFAULT_BANNER_ALT,c as STORM_DEFAULT_CONTACT,a as STORM_DEFAULT_DOCS,o as STORM_DEFAULT_ERROR_CODES_FILE,b as STORM_DEFAULT_HOMEPAGE,f as STORM_DEFAULT_LICENSE,e as STORM_DEFAULT_LICENSING,g as STORM_DEFAULT_RELEASE_BANNER,n as STORM_DEFAULT_RELEASE_FOOTER,i as STORM_DEFAULT_SOCIAL_DISCORD,m as STORM_DEFAULT_SOCIAL_GITHUB,l as STORM_DEFAULT_SOCIAL_MEDIUM,k as STORM_DEFAULT_SOCIAL_SLACK,j as STORM_DEFAULT_SOCIAL_TELEGRAM,h as STORM_DEFAULT_SOCIAL_TWITTER,d as STORM_DEFAULT_SUPPORT}from'./chunk-TYDRIJER.js';export{a as COLOR_KEYS}from'./chunk-ZYGI4SYP.js';
|
package/dist/schema.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkCKQSXR35_cjs=require('./chunk-CKQSXR35.cjs');require('./chunk-UODLXUQT.cjs');Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ka}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.x}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.va}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ia}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.m}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.s}});Object.defineProperty(exports,"debugColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.k}});Object.defineProperty(exports,"discoveryColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.h}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.fa}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.W}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Y}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.X}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.z}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.wa}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.n}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.r}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ea}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.da}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ha}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.t}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.sa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ta}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.na}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.u}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.q}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs._}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.aa}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.$}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Z}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ca}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ba}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ma}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.qa}});Object.defineProperty(exports,"performanceColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.o}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ga}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.p}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.la}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.w}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.v}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.pa}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ua}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ja}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.y}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.ra}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.V}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.l}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.A}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.xa}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.T}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.Q}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.P}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.S}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.U}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.R}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.C}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.D}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.B}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.F}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.E}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.G}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.oa}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.I}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.M}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.N}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.K}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.J}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkCKQSXR35_cjs.H}});
|
package/dist/schema.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const brandColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
9
9
|
declare const alternateColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
10
10
|
declare const accentColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
11
11
|
declare const linkColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
12
|
-
declare const
|
|
12
|
+
declare const discoveryColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
13
13
|
declare const successColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
14
|
declare const infoColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
15
|
declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -27,7 +27,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
27
27
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
28
28
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
29
29
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
30
|
-
|
|
30
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
31
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
32
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
33
33
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -46,7 +46,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
46
46
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
47
47
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
48
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
|
-
|
|
49
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
50
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
51
51
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
52
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -66,7 +66,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
66
66
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
67
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
68
68
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
69
|
-
|
|
69
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
70
70
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
71
71
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
72
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -85,7 +85,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
85
85
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
86
86
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
87
87
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
88
|
-
|
|
88
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
89
89
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
90
90
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
91
91
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -105,7 +105,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
105
105
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
106
106
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
107
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
|
|
108
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
109
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
111
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -134,7 +134,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
134
134
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
135
135
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
136
136
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
|
-
|
|
137
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
138
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
139
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
140
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -153,7 +153,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
153
153
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
154
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
155
155
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
|
|
156
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
157
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
158
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
159
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -172,7 +172,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
172
172
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
173
173
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
174
174
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
|
|
175
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
176
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
177
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
178
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -192,7 +192,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
192
192
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
193
193
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
194
194
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
|
|
195
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
196
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
197
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
198
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -211,7 +211,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
211
211
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
212
212
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
213
213
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
|
-
|
|
214
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
215
215
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
216
216
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
217
217
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -230,7 +230,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
230
230
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
231
231
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
232
232
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
233
|
-
|
|
233
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
234
234
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
235
235
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
236
236
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -462,7 +462,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
462
462
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
463
463
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
464
464
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
465
|
-
|
|
465
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
466
466
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
467
467
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
468
468
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -481,7 +481,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
481
481
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
482
482
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
483
483
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
484
|
-
|
|
484
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
485
485
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
486
486
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
487
487
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -500,7 +500,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
500
500
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
501
501
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
502
502
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
503
|
-
|
|
503
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
504
504
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
505
505
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
506
506
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -519,7 +519,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
519
519
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
520
520
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
521
521
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
522
|
-
|
|
522
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
523
523
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
524
524
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
525
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -538,7 +538,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
538
538
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
539
539
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
540
540
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
541
|
-
|
|
541
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
542
542
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
543
543
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
544
544
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -557,7 +557,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
557
557
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
558
558
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
559
559
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
560
|
-
|
|
560
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
561
561
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
562
562
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
563
563
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -573,4 +573,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
573
573
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
574
574
|
}, z.core.$strip>;
|
|
575
575
|
|
|
576
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema,
|
|
576
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, discoveryColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare const brandColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
9
9
|
declare const alternateColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
10
10
|
declare const accentColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
11
11
|
declare const linkColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
12
|
-
declare const
|
|
12
|
+
declare const discoveryColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
13
13
|
declare const successColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
14
|
declare const infoColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
15
|
declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -27,7 +27,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
27
27
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
28
28
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
29
29
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
30
|
-
|
|
30
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
31
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
32
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
33
33
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -46,7 +46,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
46
46
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
47
47
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
48
48
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
|
-
|
|
49
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
50
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
51
51
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
52
52
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -66,7 +66,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
66
66
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
67
67
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
68
68
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
69
|
-
|
|
69
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
70
70
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
71
71
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
72
72
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -85,7 +85,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
85
85
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
86
86
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
87
87
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
88
|
-
|
|
88
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
89
89
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
90
90
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
91
91
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -105,7 +105,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
105
105
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
106
106
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
107
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
108
|
-
|
|
108
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
109
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
111
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -134,7 +134,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
134
134
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
135
135
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
136
136
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
137
|
-
|
|
137
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
138
138
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
139
139
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
140
140
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -153,7 +153,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
153
153
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
154
154
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
155
155
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
156
|
-
|
|
156
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
157
157
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
158
158
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
159
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -172,7 +172,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
172
172
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
173
173
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
174
174
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
175
|
-
|
|
175
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
176
176
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
177
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
178
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -192,7 +192,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
192
192
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
193
193
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
194
194
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
|
-
|
|
195
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
196
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
197
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
198
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -211,7 +211,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
211
211
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
212
212
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
213
213
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
|
-
|
|
214
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
215
215
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
216
216
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
217
217
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -230,7 +230,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
230
230
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
231
231
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
232
232
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
233
|
-
|
|
233
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
234
234
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
235
235
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
236
236
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -462,7 +462,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
462
462
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
463
463
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
464
464
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
465
|
-
|
|
465
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
466
466
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
467
467
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
468
468
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -481,7 +481,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
481
481
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
482
482
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
483
483
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
484
|
-
|
|
484
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
485
485
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
486
486
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
487
487
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -500,7 +500,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
500
500
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
501
501
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
502
502
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
503
|
-
|
|
503
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
504
504
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
505
505
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
506
506
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -519,7 +519,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
519
519
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
520
520
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
521
521
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
522
|
-
|
|
522
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
523
523
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
524
524
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
525
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -538,7 +538,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
538
538
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
539
539
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
540
540
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
541
|
-
|
|
541
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
542
542
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
543
543
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
544
544
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -557,7 +557,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
557
557
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
558
558
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
559
559
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
560
|
-
|
|
560
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
561
561
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
562
562
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
563
563
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -573,4 +573,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
573
573
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
574
574
|
}, z.core.$strip>;
|
|
575
575
|
|
|
576
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema,
|
|
576
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, discoveryColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, performanceColorSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as accentColorSchema,e as alternateColorSchema,ka as branchSchema,d as brandColorSchema,x as colorsSchema,va as configFileSchema,ia as contactSchema,m as dangerColorSchema,b as darkColorSchema,s as darkColorsSchema,k as debugColorSchema,fa as docsSchema,W as errorCodesFileSchema,Y as errorSchema,X as errorUrlSchema,z as extendsSchema,wa as extensionsSchema,n as fatalColorSchema,r as gradientStopsSchema,
|
|
1
|
+
export{f as accentColorSchema,e as alternateColorSchema,ka as branchSchema,d as brandColorSchema,x as colorsSchema,va as configFileSchema,ia as contactSchema,m as dangerColorSchema,b as darkColorSchema,s as darkColorsSchema,k as debugColorSchema,h as discoveryColorSchema,fa as docsSchema,W as errorCodesFileSchema,Y as errorSchema,X as errorUrlSchema,z as extendsSchema,wa as extensionsSchema,n as fatalColorSchema,r as gradientStopsSchema,ea as homepageSchema,j as infoColorSchema,da as licenseSchema,ha as licensingSchema,c as lightColorSchema,t as lightColorsSchema,g as linkColorSchema,sa as localeSchema,ta as logLevelSchema,na as modeSchema,u as multiColorsSchema,q as negativeColorSchema,_ as organizationDescriptionSchema,aa as organizationIconSchema,$ as organizationLogoSchema,Z as organizationNameSchema,ca as organizationSchema,ba as organizationUrlSchema,ma as ownerSchema,qa as packageManagerSchema,o as performanceColorSchema,ga as portalSchema,p as positiveColorSchema,la as preidSchema,w as registrySchema,a as schemaRegistry,v as singleColorsSchema,pa as skipCacheSchema,ua as skipConfigLoggingSchema,i as successColorSchema,ja as supportSchema,y as themeColorsSchema,ra as timezoneSchema,V as variantSchema,l as warningColorSchema,A as workspaceBotSchema,xa as workspaceConfigSchema,T as workspaceDirectoryBuildSchema,O as workspaceDirectoryCacheSchema,Q as workspaceDirectoryConfigSchema,P as workspaceDirectoryDataSchema,S as workspaceDirectoryLogSchema,U as workspaceDirectorySchema,R as workspaceDirectoryTempSchema,C as workspaceReleaseBannerAltSchema,D as workspaceReleaseBannerSchema,B as workspaceReleaseBannerUrlSchema,F as workspaceReleaseFooterSchema,E as workspaceReleaseHeaderSchema,G as workspaceReleaseSchema,oa as workspaceRootSchema,I as workspaceSocialsDiscordSchema,M as workspaceSocialsGithubSchema,L as workspaceSocialsMediumSchema,N as workspaceSocialsSchema,K as workspaceSocialsSlackSchema,J as workspaceSocialsTelegramSchema,H as workspaceSocialsTwitterSchema}from'./chunk-6YRT43JV.js';import'./chunk-TYDRIJER.js';
|
package/dist/types.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkK2U2IDPC_cjs=require('./chunk-K2U2IDPC.cjs');Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkK2U2IDPC_cjs.a}});
|
package/dist/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as COLOR_KEYS}from'./chunk-
|
|
1
|
+
export{a as COLOR_KEYS}from'./chunk-ZYGI4SYP.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.138.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
|
|
6
6
|
"repository": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"devDependencies": { "tsup": "8.4.0", "zod": "^4.4.3" },
|
|
88
88
|
"peerDependencies": { "zod": "^3.25.0 || ^4.0.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "2ec2f6450b4d2cbd7b9594af57afe02eedbbb128"
|
|
91
91
|
}
|
package/presets/base.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"foreground": "#1d1e22",
|
|
26
26
|
"brand": "#1fb2a6",
|
|
27
27
|
"alternate": "#db2777",
|
|
28
|
-
"
|
|
28
|
+
"discovery": "#5C4EE5",
|
|
29
29
|
"success": "#087f5b",
|
|
30
30
|
"info": "#0550ae",
|
|
31
31
|
"warning": "#e3b341",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"negative": "#dc2626"
|
|
36
36
|
},
|
|
37
37
|
"dark": {
|
|
38
|
-
"background": "#
|
|
38
|
+
"background": "#1e2124",
|
|
39
39
|
"foreground": "#cbd5e1",
|
|
40
40
|
"brand": "#1fb2a6",
|
|
41
41
|
"alternate": "#db2777",
|
|
42
|
-
"
|
|
42
|
+
"discovery": "#818cf8",
|
|
43
43
|
"success": "#12B66A",
|
|
44
44
|
"info": "#0070E0",
|
|
45
45
|
"warning": "#f3d371",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"foreground": "#1d1e22",
|
|
57
57
|
"brand": "#1fb2a6",
|
|
58
58
|
"alternate": "#db2777",
|
|
59
|
-
"
|
|
59
|
+
"discovery": "#5c4ee5",
|
|
60
60
|
"success": "#087f5b",
|
|
61
61
|
"info": "#0550ae",
|
|
62
62
|
"debug": "#8afafc",
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
"gradient": ["#1fb2a6", "#db2777", "#5c4ee5"]
|
|
71
71
|
},
|
|
72
72
|
"dark": {
|
|
73
|
-
"background": "#
|
|
73
|
+
"background": "#1e2124",
|
|
74
74
|
"foreground": "#cbd5e1",
|
|
75
75
|
"brand": "#3be4be",
|
|
76
76
|
"alternate": "#db2777",
|
|
77
|
-
"
|
|
77
|
+
"discovery": "#818cf8",
|
|
78
78
|
"success": "#45b27e",
|
|
79
79
|
"info": "#38bdf8",
|
|
80
80
|
"debug": "#8afafc",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"type": "object",
|
|
372
372
|
"properties": {
|
|
373
373
|
"dark": {
|
|
374
|
-
"default": "#
|
|
374
|
+
"default": "#1e2124",
|
|
375
375
|
"description": "The dark background color of the workspace",
|
|
376
376
|
"type": "string",
|
|
377
377
|
"minLength": 7,
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"maxLength": 7,
|
|
417
417
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
418
418
|
},
|
|
419
|
-
"
|
|
419
|
+
"discovery": {
|
|
420
420
|
"default": "#818cf8",
|
|
421
421
|
"description": "The second brand specific color of the workspace",
|
|
422
422
|
"type": "string",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"light",
|
|
513
513
|
"brand",
|
|
514
514
|
"link",
|
|
515
|
-
"
|
|
515
|
+
"discovery",
|
|
516
516
|
"success",
|
|
517
517
|
"info",
|
|
518
518
|
"debug",
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
540
540
|
},
|
|
541
541
|
"background": {
|
|
542
|
-
"default": "#
|
|
542
|
+
"default": "#1e2124",
|
|
543
543
|
"description": "The dark background color of the workspace",
|
|
544
544
|
"type": "string",
|
|
545
545
|
"minLength": 7,
|
|
@@ -576,7 +576,7 @@
|
|
|
576
576
|
"maxLength": 7,
|
|
577
577
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
578
578
|
},
|
|
579
|
-
"
|
|
579
|
+
"discovery": {
|
|
580
580
|
"default": "#818cf8",
|
|
581
581
|
"description": "The second brand specific color of the workspace",
|
|
582
582
|
"type": "string",
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"background",
|
|
673
673
|
"brand",
|
|
674
674
|
"link",
|
|
675
|
-
"
|
|
675
|
+
"discovery",
|
|
676
676
|
"success",
|
|
677
677
|
"info",
|
|
678
678
|
"debug",
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"type": "object",
|
|
689
689
|
"properties": {
|
|
690
690
|
"foreground": {
|
|
691
|
-
"default": "#
|
|
691
|
+
"default": "#1e2124",
|
|
692
692
|
"description": "The dark background color of the workspace",
|
|
693
693
|
"type": "string",
|
|
694
694
|
"minLength": 7,
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
"maxLength": 7,
|
|
734
734
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
735
735
|
},
|
|
736
|
-
"
|
|
736
|
+
"discovery": {
|
|
737
737
|
"default": "#818cf8",
|
|
738
738
|
"description": "The second brand specific color of the workspace",
|
|
739
739
|
"type": "string",
|
|
@@ -829,7 +829,7 @@
|
|
|
829
829
|
"background",
|
|
830
830
|
"brand",
|
|
831
831
|
"link",
|
|
832
|
-
"
|
|
832
|
+
"discovery",
|
|
833
833
|
"success",
|
|
834
834
|
"info",
|
|
835
835
|
"debug",
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
"type": "object",
|
|
875
875
|
"properties": {
|
|
876
876
|
"dark": {
|
|
877
|
-
"default": "#
|
|
877
|
+
"default": "#1e2124",
|
|
878
878
|
"description": "The dark background color of the workspace",
|
|
879
879
|
"type": "string",
|
|
880
880
|
"minLength": 7,
|
|
@@ -919,7 +919,7 @@
|
|
|
919
919
|
"maxLength": 7,
|
|
920
920
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
921
921
|
},
|
|
922
|
-
"
|
|
922
|
+
"discovery": {
|
|
923
923
|
"default": "#818cf8",
|
|
924
924
|
"description": "The second brand specific color of the workspace",
|
|
925
925
|
"type": "string",
|
|
@@ -1015,7 +1015,7 @@
|
|
|
1015
1015
|
"light",
|
|
1016
1016
|
"brand",
|
|
1017
1017
|
"link",
|
|
1018
|
-
"
|
|
1018
|
+
"discovery",
|
|
1019
1019
|
"success",
|
|
1020
1020
|
"info",
|
|
1021
1021
|
"debug",
|
|
@@ -1042,7 +1042,7 @@
|
|
|
1042
1042
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1043
1043
|
},
|
|
1044
1044
|
"background": {
|
|
1045
|
-
"default": "#
|
|
1045
|
+
"default": "#1e2124",
|
|
1046
1046
|
"description": "The dark background color of the workspace",
|
|
1047
1047
|
"type": "string",
|
|
1048
1048
|
"minLength": 7,
|
|
@@ -1079,7 +1079,7 @@
|
|
|
1079
1079
|
"maxLength": 7,
|
|
1080
1080
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1081
1081
|
},
|
|
1082
|
-
"
|
|
1082
|
+
"discovery": {
|
|
1083
1083
|
"default": "#818cf8",
|
|
1084
1084
|
"description": "The second brand specific color of the workspace",
|
|
1085
1085
|
"type": "string",
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"background",
|
|
1176
1176
|
"brand",
|
|
1177
1177
|
"link",
|
|
1178
|
-
"
|
|
1178
|
+
"discovery",
|
|
1179
1179
|
"success",
|
|
1180
1180
|
"info",
|
|
1181
1181
|
"debug",
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
"type": "object",
|
|
1192
1192
|
"properties": {
|
|
1193
1193
|
"foreground": {
|
|
1194
|
-
"default": "#
|
|
1194
|
+
"default": "#1e2124",
|
|
1195
1195
|
"description": "The dark background color of the workspace",
|
|
1196
1196
|
"type": "string",
|
|
1197
1197
|
"minLength": 7,
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
"maxLength": 7,
|
|
1237
1237
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1238
1238
|
},
|
|
1239
|
-
"
|
|
1239
|
+
"discovery": {
|
|
1240
1240
|
"default": "#818cf8",
|
|
1241
1241
|
"description": "The second brand specific color of the workspace",
|
|
1242
1242
|
"type": "string",
|
|
@@ -1332,7 +1332,7 @@
|
|
|
1332
1332
|
"background",
|
|
1333
1333
|
"brand",
|
|
1334
1334
|
"link",
|
|
1335
|
-
"
|
|
1335
|
+
"discovery",
|
|
1336
1336
|
"success",
|
|
1337
1337
|
"info",
|
|
1338
1338
|
"debug",
|
package/dist/chunk-HPWJK4AX.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import {p as p$1,o as o$1}from'./chunk-TYDRIJER.js';import*as e from'zod/v4/mini';var o=e.registry(),t=e.string().check(e.length(7),e.toLowerCase(),e.regex(/^#([0-9a-f]{3}){1,2}$/i),e.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e._default(t,"#151718");o.add(a,{description:"The dark background color of the workspace"});var c=e._default(t,"#cbd5e1");o.add(c,{description:"The light background color of the workspace"});var i=e._default(t,"#1fb2a6");o.add(i,{description:"The primary brand specific color of the workspace"});var s=e.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e._default(t,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var f=e.optional(t);o.add(f,{description:"The fatal color of the workspace"});var u=e._default(t,"#80fd74");o.add(u,{description:"The performance color of the workspace"});var k=e._default(t,"#4ade80");o.add(k,{description:"The positive number color of the workspace"});var w=e._default(t,"#ef4444");o.add(w,{description:"The negative number color of the workspace"});var S=e.optional(e.array(t));o.add(S,{description:"The color stops for the base gradient color pattern used in the workspace"});var Re=e.object({foreground:c,background:a,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),Ue=e.object({foreground:a,background:c,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),De=e.object({dark:Re,light:Ue}),Be=e.object({dark:a,light:c,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),r=e.optional(e.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var y=e._default(e.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(y,{description:"A list of remote registry URLs used by Storm Software"});var b=e.union([Be,De]);o.add(b,{description:"Colors used for various workspace elements"});var C=e.record(e.union([e.union([e.literal("base"),e.string()]),e.string()]),b);o.add(C,{description:"Storm theme config values used for styling various package elements"});var _=e.optional(e.union([e.string().check(e.trim()),e.array(e.string().check(e.trim()))]));o.add(_,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var L=e.string().check(e.trim());o.add(L,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var j=e.string().check(e.trim());o.add(j,{description:"The email of the workspace bot"});var A=e.object({name:L,email:j});o.add(A,{description:"The workspace's bot user's config used to automated various operations tasks"});var R=e.optional(e.string().check(e.trim(),e.url()));o.add(R,{description:"A URL to a banner image used to display the workspace's release"});var U=e._default(e.string().check(e.trim()),p$1);o.add(U,{description:"The alt text for the workspace's release banner image"});var D=e.object({url:R,alt:U});o.add(D,{description:"The workspace's banner image used during the release process"});var B=e.optional(e.string().check(e.trim()));o.add(B,{description:"A header message appended to the start of the workspace's release notes"});var F=e.optional(e.string().check(e.trim()));o.add(F,{description:"A footer message appended to the end of the workspace's release notes"});var N=e.object({banner:e.union([D,e.string().check(e.trim(),e.url())]),header:B,footer:F});o.add(N,{description:"The workspace's release config used during the release process"});var E=e.optional(e.string().check(e.trim()));o.add(E,{description:"A Twitter/X account associated with the organization/project"});var M=e.optional(e.string().check(e.trim()));o.add(M,{description:"A Discord account associated with the organization/project"});var O=e.optional(e.string().check(e.trim()));o.add(O,{description:"A Telegram account associated with the organization/project"});var I=e.optional(e.string().check(e.trim()));o.add(I,{description:"A Slack account associated with the organization/project"});var G=e.optional(e.string().check(e.trim()));o.add(G,{description:"A Medium account associated with the organization/project"});var H=e.optional(e.string().check(e.trim()));o.add(H,{description:"A GitHub account associated with the organization/project"});var J=e.object({twitter:E,discord:M,telegram:O,slack:I,medium:G,github:H});o.add(J,{description:"The workspace's account config used to store various social media links"});var W=e.optional(e.string().check(e.trim()));o.add(W,{description:"The directory used to store the environment's cached file data"});var P=e.optional(e.string().check(e.trim()));o.add(P,{description:"The directory used to store the environment's data files"});var $=e.optional(e.string().check(e.trim()));o.add($,{description:"The directory used to store the environment's configuration files"});var V=e.optional(e.string().check(e.trim()));o.add(V,{description:"The directory used to store the environment's temp files"});var X=e.optional(e.string().check(e.trim()));o.add(X,{description:"The directory used to store the environment's log files"});var Y=e._default(e.string().check(e.trim()),"dist");o.add(Y,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var q=e.object({cache:W,data:P,config:$,temp:V,log:X,build:Y});o.add(q,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var K=e._default(e.enum(["minimal","monorepo"]),"monorepo");o.add(K,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var Q=e._default(e.string().check(e.trim()),o$1);o.add(Q,{description:"The path to the workspace's error codes JSON file"});var Z=e.optional(e.url());o.add(Z,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var ee=e.object({codesFile:Q,url:Z});o.add(ee,{description:"The workspace's error config used when creating error details during a system error"});var oe=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(oe,{description:"The name of the organization"});var te=e.optional(e.string().check(e.trim()));o.add(te,{description:"A description of the organization"});var re=e.optional(e.url());o.add(re,{description:"A URL to the organization's logo image"});var ae=e.optional(e.url());o.add(ae,{description:"A URL to the organization's icon image"});var ce=e.optional(e.url());o.add(ce,{description:"A URL to a page that provides more information about the organization"});var ie=e.object({name:oe,description:te,logo:re,icon:ae,url:ce});o.add(ie,{description:"The workspace's organization details"});var se=e._default(e.string().check(e.trim(),e.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(se,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ne=e.string().check(e.trim(),e.toLowerCase());o.add(ne,{description:"The name of the workspace/project/service/package/scope using this configuration"});var de=e.string().check(e.trim(),e.toLowerCase());o.add(de,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var pe=e.union([ie,e.string().check(e.trim(),e.toLowerCase())]);o.add(pe,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var he=e.string().check(e.trim(),e.toLowerCase());o.add(he,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var le=e._default(e.string().check(e.trim()),"Apache-2.0");o.add(le,{description:"The license type of the package"});var me=e.optional(e.url());o.add(me,{description:"The homepage of the workspace"});var ze=e.optional(e.url());o.add(ze,{description:"The documentation site for the workspace"});var ge=e.optional(e.url());o.add(ge,{description:"The development portal site for the workspace"});var fe=e.optional(e.url());o.add(fe,{description:"The licensing site for the workspace"});var ue=e.optional(e.url());o.add(ue,{description:"The contact site for the workspace"});var ke=e.optional(e.url());o.add(ke,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var we=e._default(e.string().check(e.trim(),e.toLowerCase()),"main");o.add(we,{description:"The branch of the workspace"});var Se=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(Se,{description:"A tag specifying the version pre-release identifier"});var be=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(be,{description:"The owner of the package"});var xe=e._default(e.enum(["development","test","production"]).check(e.trim(),e.toLowerCase()),"production");o.add(xe,{description:"The current runtime environment mode for the package"});var Te=e.string().check(e.trim(),e.toLowerCase());o.add(Te,{description:"The root directory of the workspace"});var ve=e._default(e.boolean(),false);o.add(ve,{description:"Should all known types of workspace caching be skipped?"});var ye=e._default(e.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ye,{description:"The JavaScript/TypeScript package manager used by the repository"});var Ce=e._default(e.string().check(e.trim()),"America/New_York");o.add(Ce,{description:"The default timezone of the workspace"});var _e=e._default(e.string().check(e.trim()),"en-US");o.add(_e,{description:"The default locale of the workspace"});var Le=e._default(e.enum(["silent","fatal","error","warn","success","info","performance","debug","trace","all"]),"info");o.add(Le,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var je=e._default(e.boolean(),true);o.add(je,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Ae=e._default(e.nullable(e.string().check(e.trim())),null);o.add(Ae,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var x=e._default(e.record(e.string(),e.any()),{});o.add(x,{description:"Configuration of each used extension"});var Ne=e.object({$schema:se,extends:_,name:ne,variant:K,namespace:de,organization:pe,repository:he,license:le,homepage:me,docs:ze,portal:ge,licensing:fe,contact:ue,support:ke,branch:we,preid:Se,owner:be,bot:A,release:N,socials:J,error:ee,mode:xe,workspaceRoot:Te,skipCache:ve,directories:q,packageManager:ye,timezone:Ce,locale:_e,logLevel:Le,skipConfigLogging:je,registry:y,configFile:Ae,colors:e.union([b,C]),extensions:x});o.add(x,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
-
export{re as $,A,R as B,U as C,D,B as E,F,N as G,E as H,M as I,O as J,I as K,G as L,H as M,J as N,W as O,P,$ as Q,V as R,X as S,Y as T,q as U,K as V,Q as W,Z as X,ee as Y,oe as Z,te as _,o as a,ae as aa,a as b,ce as ba,c,ie as ca,i as d,le as da,s as e,me as ea,n as f,ze as fa,d as g,ge as ga,p as h,fe as ha,h as i,ue as ia,l as j,ke as ja,m as k,we as ka,z as l,Se as la,g as m,be as ma,f as n,xe as na,u as o,Te as oa,k as p,ve as pa,w as q,ye as qa,S as r,Ce as ra,Re as s,_e as sa,Ue as t,Le as ta,De as u,je as ua,Be as v,Ae as va,y as w,x as wa,b as x,Ne as xa,C as y,_ as z};
|
package/dist/chunk-QIUHYQNL.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'use strict';var o=["dark","light","base","brand","alternate","accent","link","success","help","info","warning","danger","fatal","performance","positive","negative"];exports.a=o;
|
package/dist/chunk-QRPVFGLQ.cjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),e=require('zod/v4/mini');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var e__namespace=/*#__PURE__*/_interopNamespace(e);var o=e__namespace.registry(),t=e__namespace.string().check(e__namespace.length(7),e__namespace.toLowerCase(),e__namespace.regex(/^#([0-9a-f]{3}){1,2}$/i),e__namespace.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e__namespace._default(t,"#151718");o.add(a,{description:"The dark background color of the workspace"});var c=e__namespace._default(t,"#cbd5e1");o.add(c,{description:"The light background color of the workspace"});var i=e__namespace._default(t,"#1fb2a6");o.add(i,{description:"The primary brand specific color of the workspace"});var s=e__namespace.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e__namespace.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e__namespace._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e__namespace._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e__namespace._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e__namespace._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e__namespace._default(t,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e__namespace._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e__namespace._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var f=e__namespace.optional(t);o.add(f,{description:"The fatal color of the workspace"});var u=e__namespace._default(t,"#80fd74");o.add(u,{description:"The performance color of the workspace"});var k=e__namespace._default(t,"#4ade80");o.add(k,{description:"The positive number color of the workspace"});var w=e__namespace._default(t,"#ef4444");o.add(w,{description:"The negative number color of the workspace"});var S=e__namespace.optional(e__namespace.array(t));o.add(S,{description:"The color stops for the base gradient color pattern used in the workspace"});var Re=e__namespace.object({foreground:c,background:a,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),Ue=e__namespace.object({foreground:a,background:c,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),De=e__namespace.object({dark:Re,light:Ue}),Be=e__namespace.object({dark:a,light:c,brand:i,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:f,performance:u,positive:k,negative:w,gradient:S}),r=e__namespace.optional(e__namespace.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var y=e__namespace._default(e__namespace.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(y,{description:"A list of remote registry URLs used by Storm Software"});var b=e__namespace.union([Be,De]);o.add(b,{description:"Colors used for various workspace elements"});var C=e__namespace.record(e__namespace.union([e__namespace.union([e__namespace.literal("base"),e__namespace.string()]),e__namespace.string()]),b);o.add(C,{description:"Storm theme config values used for styling various package elements"});var _=e__namespace.optional(e__namespace.union([e__namespace.string().check(e__namespace.trim()),e__namespace.array(e__namespace.string().check(e__namespace.trim()))]));o.add(_,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var L=e__namespace.string().check(e__namespace.trim());o.add(L,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var j=e__namespace.string().check(e__namespace.trim());o.add(j,{description:"The email of the workspace bot"});var A=e__namespace.object({name:L,email:j});o.add(A,{description:"The workspace's bot user's config used to automated various operations tasks"});var R=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.url()));o.add(R,{description:"A URL to a banner image used to display the workspace's release"});var U=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.p);o.add(U,{description:"The alt text for the workspace's release banner image"});var D=e__namespace.object({url:R,alt:U});o.add(D,{description:"The workspace's banner image used during the release process"});var B=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(B,{description:"A header message appended to the start of the workspace's release notes"});var F=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(F,{description:"A footer message appended to the end of the workspace's release notes"});var N=e__namespace.object({banner:e__namespace.union([D,e__namespace.string().check(e__namespace.trim(),e__namespace.url())]),header:B,footer:F});o.add(N,{description:"The workspace's release config used during the release process"});var E=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(E,{description:"A Twitter/X account associated with the organization/project"});var M=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(M,{description:"A Discord account associated with the organization/project"});var O=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(O,{description:"A Telegram account associated with the organization/project"});var I=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(I,{description:"A Slack account associated with the organization/project"});var G=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(G,{description:"A Medium account associated with the organization/project"});var H=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(H,{description:"A GitHub account associated with the organization/project"});var J=e__namespace.object({twitter:E,discord:M,telegram:O,slack:I,medium:G,github:H});o.add(J,{description:"The workspace's account config used to store various social media links"});var W=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(W,{description:"The directory used to store the environment's cached file data"});var P=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(P,{description:"The directory used to store the environment's data files"});var $=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add($,{description:"The directory used to store the environment's configuration files"});var V=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(V,{description:"The directory used to store the environment's temp files"});var X=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(X,{description:"The directory used to store the environment's log files"});var Y=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"dist");o.add(Y,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var q=e__namespace.object({cache:W,data:P,config:$,temp:V,log:X,build:Y});o.add(q,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var K=e__namespace._default(e__namespace.enum(["minimal","monorepo"]),"monorepo");o.add(K,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var Q=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.o);o.add(Q,{description:"The path to the workspace's error codes JSON file"});var Z=e__namespace.optional(e__namespace.url());o.add(Z,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var ee=e__namespace.object({codesFile:Q,url:Z});o.add(ee,{description:"The workspace's error config used when creating error details during a system error"});var oe=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(oe,{description:"The name of the organization"});var te=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(te,{description:"A description of the organization"});var re=e__namespace.optional(e__namespace.url());o.add(re,{description:"A URL to the organization's logo image"});var ae=e__namespace.optional(e__namespace.url());o.add(ae,{description:"A URL to the organization's icon image"});var ce=e__namespace.optional(e__namespace.url());o.add(ce,{description:"A URL to a page that provides more information about the organization"});var ie=e__namespace.object({name:oe,description:te,logo:re,icon:ae,url:ce});o.add(ie,{description:"The workspace's organization details"});var se=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(se,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ne=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(ne,{description:"The name of the workspace/project/service/package/scope using this configuration"});var de=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(de,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var pe=e__namespace.union([ie,e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase())]);o.add(pe,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var he=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(he,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var le=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"Apache-2.0");o.add(le,{description:"The license type of the package"});var me=e__namespace.optional(e__namespace.url());o.add(me,{description:"The homepage of the workspace"});var ze=e__namespace.optional(e__namespace.url());o.add(ze,{description:"The documentation site for the workspace"});var ge=e__namespace.optional(e__namespace.url());o.add(ge,{description:"The development portal site for the workspace"});var fe=e__namespace.optional(e__namespace.url());o.add(fe,{description:"The licensing site for the workspace"});var ue=e__namespace.optional(e__namespace.url());o.add(ue,{description:"The contact site for the workspace"});var ke=e__namespace.optional(e__namespace.url());o.add(ke,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var we=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"main");o.add(we,{description:"The branch of the workspace"});var Se=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(Se,{description:"A tag specifying the version pre-release identifier"});var be=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(be,{description:"The owner of the package"});var xe=e__namespace._default(e__namespace.enum(["development","test","production"]).check(e__namespace.trim(),e__namespace.toLowerCase()),"production");o.add(xe,{description:"The current runtime environment mode for the package"});var Te=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(Te,{description:"The root directory of the workspace"});var ve=e__namespace._default(e__namespace.boolean(),false);o.add(ve,{description:"Should all known types of workspace caching be skipped?"});var ye=e__namespace._default(e__namespace.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ye,{description:"The JavaScript/TypeScript package manager used by the repository"});var Ce=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"America/New_York");o.add(Ce,{description:"The default timezone of the workspace"});var _e=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"en-US");o.add(_e,{description:"The default locale of the workspace"});var Le=e__namespace._default(e__namespace.enum(["silent","fatal","error","warn","success","info","performance","debug","trace","all"]),"info");o.add(Le,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var je=e__namespace._default(e__namespace.boolean(),true);o.add(je,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Ae=e__namespace._default(e__namespace.nullable(e__namespace.string().check(e__namespace.trim())),null);o.add(Ae,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var x=e__namespace._default(e__namespace.record(e__namespace.string(),e__namespace.any()),{});o.add(x,{description:"Configuration of each used extension"});var Ee=e__namespace.object({$schema:se,extends:_,name:ne,variant:K,namespace:de,organization:pe,repository:he,license:le,homepage:me,docs:ze,portal:ge,licensing:fe,contact:ue,support:ke,branch:we,preid:Se,owner:be,bot:A,release:N,socials:J,error:ee,mode:xe,workspaceRoot:Te,skipCache:ve,directories:q,packageManager:ye,timezone:Ce,locale:_e,logLevel:Le,skipConfigLogging:je,registry:y,configFile:Ae,colors:e__namespace.union([b,C]),extensions:x});o.add(x,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
-
exports.$=re;exports.A=A;exports.B=R;exports.C=U;exports.D=D;exports.E=B;exports.F=F;exports.G=N;exports.H=E;exports.I=M;exports.J=O;exports.K=I;exports.L=G;exports.M=H;exports.N=J;exports.O=W;exports.P=P;exports.Q=$;exports.R=V;exports.S=X;exports.T=Y;exports.U=q;exports.V=K;exports.W=Q;exports.X=Z;exports.Y=ee;exports.Z=oe;exports._=te;exports.a=o;exports.aa=ae;exports.b=a;exports.ba=ce;exports.c=c;exports.ca=ie;exports.d=i;exports.da=le;exports.e=s;exports.ea=me;exports.f=n;exports.fa=ze;exports.g=d;exports.ga=ge;exports.h=p;exports.ha=fe;exports.i=h;exports.ia=ue;exports.j=l;exports.ja=ke;exports.k=m;exports.ka=we;exports.l=z;exports.la=Se;exports.m=g;exports.ma=be;exports.n=f;exports.na=xe;exports.o=u;exports.oa=Te;exports.p=k;exports.pa=ve;exports.q=w;exports.qa=ye;exports.r=S;exports.ra=Ce;exports.s=Re;exports.sa=_e;exports.t=Ue;exports.ta=Le;exports.u=De;exports.ua=je;exports.v=Be;exports.va=Ae;exports.w=y;exports.wa=x;exports.x=b;exports.xa=Ee;exports.y=C;exports.z=_;
|
package/dist/chunk-YKRE3MWC.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e=["dark","light","base","brand","alternate","accent","link","success","help","info","warning","danger","fatal","performance","positive","negative"];export{e as a};
|