biome check --write
This commit is contained in:
parent
9262e803ec
commit
b05a501236
225 changed files with 1177 additions and 1266 deletions
|
|
@ -1,29 +1,28 @@
|
|||
import { convert, brightness } from 'chromatism'
|
||||
import { brightness, convert } from 'chromatism'
|
||||
import sum from 'hash-sum'
|
||||
import { flattenDeep, sortBy } from 'lodash'
|
||||
import {
|
||||
alphaBlend,
|
||||
getTextColor,
|
||||
rgba2css,
|
||||
mixrgb,
|
||||
relativeLuminance,
|
||||
rgba2css,
|
||||
} from '../color_convert/color_convert.js'
|
||||
import { deserializeShadow } from './iss_deserializer.js'
|
||||
|
||||
import {
|
||||
findRules,
|
||||
genericRuleToSelector,
|
||||
getAllPossibleCombinations,
|
||||
normalizeCombination,
|
||||
unroll,
|
||||
} from './iss_utils.js'
|
||||
import {
|
||||
colorFunctions,
|
||||
shadowFunctions,
|
||||
process,
|
||||
shadowFunctions,
|
||||
} from './theme3_slot_functions.js'
|
||||
|
||||
import {
|
||||
unroll,
|
||||
getAllPossibleCombinations,
|
||||
genericRuleToSelector,
|
||||
normalizeCombination,
|
||||
findRules,
|
||||
} from './iss_utils.js'
|
||||
import { deserializeShadow } from './iss_deserializer.js'
|
||||
|
||||
// Ensuring the order of components
|
||||
const components = {
|
||||
Root: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue