/** * Copyright 2026 - present Nazmul Hassan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import { t as LOWERCASE } from "./constants-BPeq21eD.mjs"; import { Ai as NATIVE_TZ_IDS, Di as LOCALE_CODES, Ei as FRANKFURTER_CURRENCIES, Fi as DAYS, Ii as MONTHS, Li as VEDIC_ZODIAC_SIGNS, Mi as TIME_ZONES_NATIVE, Ni as TIME_ZONE_IDS, Oi as UNITS$1, Pi as TIME_ZONE_LABELS, Ri as WESTERN_ZODIAC_SIGNS, Si as COUNTRIES, Ti as CURRENCY_LOCALES, ji as TIME_ZONES, ki as IANA_TZ_IDS, wi as CURRENCY_CODES } from "./index-Dx3yeNwR.mjs"; import { t as CSS_COLORS } from "./css-colors-Dqz6Bfnp.mjs"; import { t as UNITS } from "./constants-D8RzBjsL.mjs"; import { t as HTTP_STATUS_CODES } from "./constants-DNIXgBkz.mjs"; //#region src/date/seasons.d.ts /** Western Seasons */ declare const DEFAULT_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /**Default Bangladeshi Seasons */ declare const BANGLADESH_SEASONS: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; /** Indian Seasons */ declare const INDIA_IMD_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /** Indian Vedic Seasons */ declare const INDIA_VEDIC_SEASONS: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; /** Indian Tamil Seasons */ declare const INDIA_TAMIL_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /** Philippines Seasons */ declare const PHILIPPINES_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /** US Academic Seasons */ declare const US_ACADEMIC_SEASONS: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; /** Japanese Seasons */ declare const JAPAN_SEASONS: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; /** Australian Seasons */ declare const AUSTRALIA_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /** Ethiopian Seasons */ declare const ETHIOPIA_SEASONS: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; /** All the Season Presets for `new Chronos.season()` method */ declare const SEASON_PRESETS: Readonly<{ readonly default: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; readonly bangladesh: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; readonly india: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; readonly tamil: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; readonly vedic: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; readonly philippines: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; readonly academic_us: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; readonly japan: readonly { name: string; boundary: { startDate: string; endDate: string; }; }[]; readonly australia: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; readonly ethiopia: readonly { name: string; boundary: { startMonth: number; endMonth: number; }; }[]; }>; //#endregion //#region src/colors/constants.d.ts /** Colors based on the ASCII value (index) of the letter. */ declare const ALPHABET_COLOR_PALETTE: readonly `#${string}`[]; /** Colors based on the index of numbers. */ declare const NUMBER_COLOR_PALETTE: readonly `#${string}`[]; //#endregion export { ALPHABET_COLOR_PALETTE, AUSTRALIA_SEASONS, BANGLADESH_SEASONS, UNITS as CATEGORIZED_UNITS, COUNTRIES, CSS_COLORS, CURRENCY_CODES, CURRENCY_LOCALES, ETHIOPIA_SEASONS, FRANKFURTER_CURRENCIES, UNITS$1 as GENERAL_UNITS, HTTP_STATUS_CODES as HTTP_CODES, HTTP_STATUS_CODES as HTTP_STATUS, HTTP_STATUS_CODES, HTTP_STATUS_CODES as STATUS_CODES, IANA_TZ_IDS, INDIA_IMD_SEASONS, INDIA_TAMIL_SEASONS, INDIA_VEDIC_SEASONS, JAPAN_SEASONS, LOCALE_CODES, LOWERCASE as LOWERCASED_WORDS, MONTHS, NATIVE_TZ_IDS, NUMBER_COLOR_PALETTE, PHILIPPINES_SEASONS, SEASON_PRESETS, TIME_ZONES, TIME_ZONES as TZ_ABBREVIATIONS, TIME_ZONES_NATIVE, TIME_ZONE_IDS, TIME_ZONE_LABELS, US_ACADEMIC_SEASONS, VEDIC_ZODIAC_SIGNS, DAYS as WEEK_DAYS, DEFAULT_SEASONS as WESTERN_SEASONS, WESTERN_ZODIAC_SIGNS };