@5even7/dlc-ui 0.2.14 → 0.2.16

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/types/color.d.ts CHANGED
@@ -1,15 +1,15 @@
1
- export {
2
- ColorBackgroundOptions,
3
- ColorBackgroundController,
4
- CapsulePreset,
5
- Quality,
6
- PowerPreference,
7
- createColorBackground,
8
- parseSize,
9
- dprCapFor,
10
- effectiveDprCap,
11
- QUALITY_TIERS,
12
- hexToRgb01,
13
- hexToRgba,
14
- validateColors
15
- } from './index.js';
1
+ export {
2
+ ColorBackgroundOptions,
3
+ ColorBackgroundController,
4
+ CapsulePreset,
5
+ Quality,
6
+ PowerPreference,
7
+ createColorBackground,
8
+ parseSize,
9
+ dprCapFor,
10
+ effectiveDprCap,
11
+ QUALITY_TIERS,
12
+ hexToRgb01,
13
+ hexToRgba,
14
+ validateColors
15
+ } from './index.js';
package/types/emo.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export {
2
- EmoOptions,
3
- EmoPreset,
4
- EmoTypeDefinition,
5
- EmoController,
6
- EMO_TYPES,
7
- EMO_PRESETS,
8
- EMO_CATEGORIES,
9
- getEmoPreset,
10
- createEmo
11
- } from './index.js';
1
+ export {
2
+ EmoOptions,
3
+ EmoPreset,
4
+ EmoTypeDefinition,
5
+ EmoController,
6
+ EMO_TYPES,
7
+ EMO_PRESETS,
8
+ EMO_CATEGORIES,
9
+ getEmoPreset,
10
+ createEmo
11
+ } from './index.js';