dozy 1.0.111 → 1.0.112
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/dist/assets/vars.css +5 -5
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/assets/vars.css
CHANGED
|
@@ -76,11 +76,11 @@
|
|
|
76
76
|
}
|
|
77
77
|
.dark,
|
|
78
78
|
.cl-dark {
|
|
79
|
-
/* 使用cl-dark
|
|
79
|
+
/* 使用 cl-dark 可只切换主题颜色,避免触发 Shadcn 组件内的 dark: 样式 */
|
|
80
80
|
/* Dark: 高压深蓝紫 - 优雅、神秘、高级 */
|
|
81
81
|
--xai-primary-dark: #172033; /* 页面大背景:柔和的午夜蓝,避免棋盘深色格过重 */
|
|
82
|
-
--xai-primary-light: #
|
|
83
|
-
--xai-primary: #
|
|
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: #
|
|
94
|
+
--xai-primary-dark: #e8edf3; /* 页面大背景:浅蓝灰,保持与纯白卡片的层次 */
|
|
95
95
|
--xai-primary-light: #ffffff; /* 卡片:纯白,极致干净 */
|
|
96
|
-
--xai-primary: #
|
|
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.
|
|
1522
|
+
declare const DOZY = "1.0.112";
|
|
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 };
|