dozy 1.0.109 → 1.0.110
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 +4 -4
- 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
|
@@ -78,9 +78,9 @@
|
|
|
78
78
|
.cl-dark {
|
|
79
79
|
/* 使用cl-dark切换主题 如果你想避免shadcn里dark的样式 (dark:xxx) */
|
|
80
80
|
/* Dark: 高压深蓝紫 - 优雅、神秘、高级 */
|
|
81
|
-
--xai-primary-dark: #
|
|
81
|
+
--xai-primary-dark: #172033; /* 页面大背景:柔和的午夜蓝,避免棋盘深色格过重 */
|
|
82
82
|
--xai-primary-light: #1e293b; /* 卡片:深蓝灰 (Slate-800),有质感 */
|
|
83
|
-
--xai-primary: #
|
|
83
|
+
--xai-primary: #29364a; /* 输入框:适度提亮的蓝灰,保留层级但降低棋盘反差 */
|
|
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: #f0f3f7; /* 页面大背景:柔和冷白,保持与纯白卡片的层次 */
|
|
95
95
|
--xai-primary-light: #ffffff; /* 卡片:纯白,极致干净 */
|
|
96
|
-
--xai-primary: #
|
|
96
|
+
--xai-primary: #e8edf3; /* 输入框:浅蓝灰,棋盘变化更细腻但仍有内陷感 */
|
|
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.110";
|
|
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 };
|