UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

23 lines 1.16 kB
import { invisibleZeroWidthCharacters } from "./utils/characters.js"; import { colorCalculateDistance } from "./utils/colorCalculateDistance.js"; import decideContrastColorValue from "./utils/colorDecideContrastvalue.js"; import { getEnabledColorsFromPalette, textToColorHash } from "./utils/colorHash.js"; import getColorConfiguration from "./utils/getColorConfiguration.js"; import { getScrollParent } from "./utils/getScrollParent.js"; import { getGlobalVar, setGlobalVar } from "./utils/globalVars.js"; import { openInNewTab } from "./utils/openInNewTab.js"; import { reduceToText } from "./utils/reduceToText.js"; export var utils = { openInNewTab: openInNewTab, decideContrastColorValue: decideContrastColorValue, colorCalculateDistance: colorCalculateDistance, getColorConfiguration: getColorConfiguration, invisibleZeroWidthCharacters: invisibleZeroWidthCharacters, getGlobalVar: getGlobalVar, setGlobalVar: setGlobalVar, getScrollParent: getScrollParent, getEnabledColorsFromPalette: getEnabledColorsFromPalette, textToColorHash: textToColorHash, reduceToText: reduceToText }; //# sourceMappingURL=index.js.map