dozy 1.0.111 → 1.0.113

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.
@@ -9,19 +9,19 @@
9
9
  ======================= */
10
10
  @font-face {
11
11
  font-family: 'xaiforfont';
12
- src: url('https://cdn.jsdelivr.net/gh/umfe/res@main/assets/fonts/xaiforfont.woff2')
12
+ src: url('https://vres.pages.dev/v/res/assets/fonts/xaiforfont.woff2')
13
13
  format('woff2');
14
14
  font-display: swap;
15
15
  }
16
16
  @font-face {
17
17
  font-family: 'xaiforcode';
18
- src: url('https://cdn.jsdelivr.net/gh/umfe/res@main/assets/fonts/xaiforcode.woff2')
18
+ src: url('https://vres.pages.dev/v/res/assets/fonts/xaiforcode.woff2')
19
19
  format('woff2');
20
20
  font-display: swap;
21
21
  }
22
22
  @font-face {
23
23
  font-family: 'xaifont';
24
- src: url('https://cdn.jsdelivr.net/gh/umfe/res@main/assets/fonts/xaifont.woff2') format('woff2');
24
+ src: url('https://vres.pages.dev/v/res/assets/fonts/xaifont.woff2') format('woff2');
25
25
  font-display: swap;
26
26
  }
27
27
 
@@ -76,11 +76,11 @@
76
76
  }
77
77
  .dark,
78
78
  .cl-dark {
79
- /* 使用cl-dark切换主题 如果你想避免shadcn里dark的样式 (dark:xxx) */
79
+ /* 使用 cl-dark 可只切换主题颜色,避免触发 Shadcn 组件内的 dark: 样式 */
80
80
  /* Dark: 高压深蓝紫 - 优雅、神秘、高级 */
81
81
  --xai-primary-dark: #172033; /* 页面大背景:柔和的午夜蓝,避免棋盘深色格过重 */
82
- --xai-primary-light: #1e293b; /* 卡片:深蓝灰 (Slate-800),有质感 */
83
- --xai-primary: #29364a; /* 输入框:适度提亮的蓝灰,保留层级但降低棋盘反差 */
82
+ --xai-primary-light: #29364a; /* 卡片:提亮的蓝灰,与页面背景形成清晰层次 */
83
+ --xai-primary: #202a3d; /* 输入框:中深蓝灰,让棋盘清晰但不过分跳脱 */
84
84
  --xai-text: #e2e8f0; /* 文本:Slate-200,冷白 */
85
85
  --xai-text-muted: #94a3b8; /* 次要文本:Slate-400 */
86
86
  --xai-notable: #8b5cf6; /* 显眼色:Violet-500,高贵的深紫色,优雅且有压迫感 */
@@ -91,9 +91,9 @@
91
91
  .light,
92
92
  .cl-light {
93
93
  /* Light: 纯白亮色 - 极致干净,高调 */
94
- --xai-primary-dark: #f0f3f7; /* 页面大背景:柔和冷白,保持与纯白卡片的层次 */
94
+ --xai-primary-dark: #e8edf3; /* 页面大背景:浅蓝灰,保持与纯白卡片的层次 */
95
95
  --xai-primary-light: #ffffff; /* 卡片:纯白,极致干净 */
96
- --xai-primary: #e8edf3; /* 输入框:浅蓝灰,棋盘变化更细腻但仍有内陷感 */
96
+ --xai-primary: #f0f3f7; /* 输入框:柔和冷白,棋盘变化更细腻 */
97
97
  --xai-text: #020617; /* 文本:Slate-950,极致的黑 */
98
98
  --xai-text-muted: #64748b; /* 次要文本 */
99
99
  --xai-notable: #38bdf8; /* 显眼色:明亮的淡蓝/青色,清新通透 */
package/dist/index.d.ts CHANGED
@@ -1519,6 +1519,6 @@ declare function toRgbString(input: string | Color | any): string | undefined;
1519
1519
  */
1520
1520
  declare function toHslString(input: string | Color | any): string | undefined;
1521
1521
 
1522
- declare const DOZY = "1.0.111";
1522
+ declare const DOZY = "1.0.113";
1523
1523
 
1524
1524
  export { $Headers, $Request, $Response, $URL, $URLSearchParams, $arrayFrom, $arrayIsArray, $assign, $backgroundColor, $borderColor, $capitalize, $checkValidEmailWithUnicode, $clamp, $clearInterval, $clearTimeout, $clone, $compressImage, $compressImageBase64, $compressImageDefaultOptions, $copy, $crypto, $date, $decodeBase64ToBinary, $decodeBase64ToUnicode, $deepClone, $defineProperty, $document, $encodeUnicodeToBase64, $ensureUrl, $entries, $escapeHTML, $escapeXML, $fallbackCopy, $fetch, $fileToBase64, $format, $formatDate, $formatK, $formatPoints, $formatPointsWithChange, $formatWithChange, $formatWithCommas, $freeze, $genSSF, $getFileType, $getHue, $getTimeString, $hasKey, $humanizeBytes, $if, $inRange, $inRange2, $inferExtensionFormPureBase64, $inferMimeTypeFormPureBase64, $is, $isObject, $isPlainClass, $isValidEmailWithUnicode, $isValidOrBriefURL, $jsonParse, $jsonStringify, $keys, $lastIndex, $lindex, $loadOpt, $location, $log, $lplus, $magic, $math, $now, $numberIsFinite, $numberIsNaN, $oc, $open, $parseParams, $promise, $pureText, $purifyBase64, $randomByte, $replaceHolesWithUndefined, $rmvSlash, $rsValue, $rsetValue, $rvalue, $s, $sc, $setInterval, $setRange, $setTimeout, $stringFromCharCode, $stringFromCodePoint, $stringToRange, $strings, $toDataUrlFromBase64, $validName, $values, $window, type Any, type Atoa, type Coord, type Coord3, DEFAULT_XLS_BASE_MULTIPLIER, DEFAULT_XLS_MAX_ASPECT_RATIO, DEFAULT_XLS_MAX_ASPECT_RATIO_FACTOR, DOZY, type DozyConfig, type DozyConfigItem, type FileType, Gens, type Hel, type IOpt, type Items, type Null, type Nullable, RainbowGen, RepoStore, type ScaleComputer, type ScaleIniter, type ScaleResponsiveOptions, StringObfuscator, type UNumber, __GensDirectives, _res, boxShadow, dozy, enableScaler, err403, errArg, errCode, errContent, errMsg, errNotLoggedIn, errToString, getBrightness, getColorMap, isNowAroundUtcHour, isNull, isValidColor, maybeString, registerCustomColor, s, shanghaiDateFormatter, smallChance, smartParse, smartString, standardIniter, textShadow, toHexString, toHslString, toRgbString, toRgbaArray, web$enableHttpsRedirect, web$enableProdProtector, web$encodeURI, web$pathStartData, web$redirectToDomain, web$replaceHash, web$setPathTarget, xtrim };
package/dist/index.js CHANGED
@@ -8175,7 +8175,7 @@ function toHslString(input) {
8175
8175
  }
8176
8176
 
8177
8177
  // src/index.ts
8178
- var DOZY = "1.0.111";
8178
+ var DOZY = "1.0.113";
8179
8179
  /*! Bundled license information:
8180
8180
 
8181
8181
  @octokit/request-error/dist-src/index.js: