UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

1 lines 2.02 kB
{"version":3,"file":"index.mjs","names":["colorScales: ColorScales"],"sources":["../../../src/color/colors/index.ts"],"sourcesContent":["import type { ColorScaleItem } from '../types';\nimport blue from './blue';\nimport cyan from './cyan';\nimport geekblue from './geekblue';\nimport gold from './gold';\nimport gray from './gray';\nimport green from './green';\nimport lime from './lime';\nimport magenta from './magenta';\nimport orange from './orange';\nimport primary from './primary';\nimport purple from './purple';\nimport red from './red';\nimport volcano from './volcano';\nimport yellow from './yellow';\n\nexport interface ColorScales {\n blue: ColorScaleItem;\n cyan: ColorScaleItem;\n geekblue: ColorScaleItem;\n gold: ColorScaleItem;\n gray: ColorScaleItem;\n green: ColorScaleItem;\n lime: ColorScaleItem;\n magenta: ColorScaleItem;\n orange: ColorScaleItem;\n primary: ColorScaleItem;\n purple: ColorScaleItem;\n red: ColorScaleItem;\n volcano: ColorScaleItem;\n yellow: ColorScaleItem;\n}\n\nexport const colorScales: ColorScales = {\n blue,\n cyan,\n geekblue,\n gold,\n gray,\n green,\n lime,\n magenta,\n orange,\n primary,\n purple,\n red,\n volcano,\n yellow,\n};\n\nexport { colorScales as colors };\n\nexport { default as blue } from './blue';\nexport { default as cyan } from './cyan';\nexport { default as geekblue } from './geekblue';\nexport { default as gold } from './gold';\nexport { default as gray } from './gray';\nexport { default as green } from './green';\nexport { default as lime } from './lime';\nexport { default as magenta } from './magenta';\nexport { default as orange } from './orange';\nexport { default as primary } from './primary';\nexport { default as purple } from './purple';\nexport { default as red } from './red';\nexport { default as volcano } from './volcano';\nexport { default as yellow } from './yellow';\n"],"mappings":";;;;;;;;;;;;;;;;AAiCA,MAAaA,cAA2B;CACtC;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD"}