@chayns-components/color-picker 5.0.0-beta.591 → 5.0.0-beta.593
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/lib/cjs/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.js +1 -1
- package/lib/cjs/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.js.map +1 -1
- package/lib/esm/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.js +1 -1
- package/lib/esm/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.js.map +1 -1
- package/lib/types/components/color-picker/ColorPicker.styles.d.ts +1 -1
- package/lib/types/components/color-picker/color-picker-wrapper/ColorPickerWrapper.styles.d.ts +6 -6
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/ColorPickerPopup.styles.d.ts +1 -1
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.d.ts +5 -5
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/more-options/MoreOptions.styles.d.ts +3 -3
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/preset-colors/PresetColors.styles.d.ts +1 -1
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/preset-colors/preset-button/PresetButton.styles.d.ts +1 -1
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/preset-colors/preset-color/PresetColor.styles.d.ts +3 -3
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/sliders/Sliders.styles.d.ts +2 -2
- package/lib/types/components/color-picker/color-picker-wrapper/color-picker-popup/sliders/color-preview/ColorPreview.styles.d.ts +4 -4
- package/lib/types/components/hue-slider/HueSlider.styles.d.ts +4 -4
- package/lib/types/components/transparency-slider/TransparencySlider.styles.d.ts +9 -9
- package/package.json +12 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorArea.styles.js","names":["_framerMotion","require","_styledComponents","_interopRequireDefault","obj","__esModule","default","StyledColorArea","exports","styled","div","StyledColorAreaCanvas","canvas","StyledColorAreaPseudo","StyledMotionColorAreaPointer","motion"],"sources":["../../../../../../../src/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.ts"],"sourcesContent":["import { motion } from 'framer-motion';\nimport styled from 'styled-components';\n\nexport const StyledColorArea = styled.div`\n height: 150px;\n width: 300px;\n position: relative;\n user-select: none;\n overflow: hidden;\n cursor: crosshair;\n`;\n\nexport const StyledColorAreaCanvas = styled.canvas`\n user-select: none;\n`;\n\nexport const StyledColorAreaPseudo = styled.div`\n position: absolute;\n top: -10px;\n left: -10px;\n
|
|
1
|
+
{"version":3,"file":"ColorArea.styles.js","names":["_framerMotion","require","_styledComponents","_interopRequireDefault","obj","__esModule","default","StyledColorArea","exports","styled","div","StyledColorAreaCanvas","canvas","StyledColorAreaPseudo","StyledMotionColorAreaPointer","motion"],"sources":["../../../../../../../src/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.ts"],"sourcesContent":["import { motion } from 'framer-motion';\nimport styled from 'styled-components';\n\nexport const StyledColorArea = styled.div`\n height: 150px;\n width: 300px;\n position: relative;\n user-select: none;\n overflow: hidden;\n cursor: crosshair;\n`;\n\nexport const StyledColorAreaCanvas = styled.canvas`\n user-select: none;\n`;\n\nexport const StyledColorAreaPseudo = styled.div`\n position: absolute;\n top: -10px;\n left: -10px;\n touch-action: none;\n user-select: none;\n\n height: 170px;\n width: 320px;\n`;\n\nexport const StyledMotionColorAreaPointer = styled(motion.div)`\n position: absolute;\n border-radius: 100%;\n border: 2px solid white;\n width: 20px;\n height: 20px;\n box-shadow:\n 0 0 5px 0 rgba(0, 0, 0, 0.5),\n 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;\n pointer-events: none;\n user-select: none;\n top: 0;\n left: 0;\n`;\n"],"mappings":";;;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AACA,IAAAC,iBAAA,GAAAC,sBAAA,CAAAF,OAAA;AAAuC,SAAAE,uBAAAC,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAEhC,MAAMG,eAAe,GAAAC,OAAA,CAAAD,eAAA,GAAGE,yBAAM,CAACC,GAAI;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAEM,MAAMC,qBAAqB,GAAAH,OAAA,CAAAG,qBAAA,GAAGF,yBAAM,CAACG,MAAO;AACnD;AACA,CAAC;AAEM,MAAMC,qBAAqB,GAAAL,OAAA,CAAAK,qBAAA,GAAGJ,yBAAM,CAACC,GAAI;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAEM,MAAMI,4BAA4B,GAAAN,OAAA,CAAAM,4BAAA,GAAG,IAAAL,yBAAM,EAACM,oBAAM,CAACL,GAAG,CAAE;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorArea.styles.js","names":["motion","styled","StyledColorArea","div","StyledColorAreaCanvas","canvas","StyledColorAreaPseudo","StyledMotionColorAreaPointer"],"sources":["../../../../../../../src/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.ts"],"sourcesContent":["import { motion } from 'framer-motion';\nimport styled from 'styled-components';\n\nexport const StyledColorArea = styled.div`\n height: 150px;\n width: 300px;\n position: relative;\n user-select: none;\n overflow: hidden;\n cursor: crosshair;\n`;\n\nexport const StyledColorAreaCanvas = styled.canvas`\n user-select: none;\n`;\n\nexport const StyledColorAreaPseudo = styled.div`\n position: absolute;\n top: -10px;\n left: -10px;\n
|
|
1
|
+
{"version":3,"file":"ColorArea.styles.js","names":["motion","styled","StyledColorArea","div","StyledColorAreaCanvas","canvas","StyledColorAreaPseudo","StyledMotionColorAreaPointer"],"sources":["../../../../../../../src/components/color-picker/color-picker-wrapper/color-picker-popup/color-area/ColorArea.styles.ts"],"sourcesContent":["import { motion } from 'framer-motion';\nimport styled from 'styled-components';\n\nexport const StyledColorArea = styled.div`\n height: 150px;\n width: 300px;\n position: relative;\n user-select: none;\n overflow: hidden;\n cursor: crosshair;\n`;\n\nexport const StyledColorAreaCanvas = styled.canvas`\n user-select: none;\n`;\n\nexport const StyledColorAreaPseudo = styled.div`\n position: absolute;\n top: -10px;\n left: -10px;\n touch-action: none;\n user-select: none;\n\n height: 170px;\n width: 320px;\n`;\n\nexport const StyledMotionColorAreaPointer = styled(motion.div)`\n position: absolute;\n border-radius: 100%;\n border: 2px solid white;\n width: 20px;\n height: 20px;\n box-shadow:\n 0 0 5px 0 rgba(0, 0, 0, 0.5),\n 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;\n pointer-events: none;\n user-select: none;\n top: 0;\n left: 0;\n`;\n"],"mappings":"AAAA,SAASA,MAAM,QAAQ,eAAe;AACtC,OAAOC,MAAM,MAAM,mBAAmB;AAEtC,OAAO,MAAMC,eAAe,GAAGD,MAAM,CAACE,GAAI;AAC1C;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMC,qBAAqB,GAAGH,MAAM,CAACI,MAAO;AACnD;AACA,CAAC;AAED,OAAO,MAAMC,qBAAqB,GAAGL,MAAM,CAACE,GAAI;AAChD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AAED,OAAO,MAAMI,4BAA4B,GAAGN,MAAM,CAACD,MAAM,CAACG,GAAG,CAAE;AAC/D;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC","ignoreList":[]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledColorPicker: import("styled-components").
|
|
2
|
+
export declare const StyledColorPicker: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
package/lib/types/components/color-picker/color-picker-wrapper/ColorPickerWrapper.styles.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { WithTheme } from '@chayns-components/core';
|
|
3
|
-
export declare const StyledColorPickerWrapper: import("styled-components").
|
|
4
|
-
export declare const StyledColorPickerWrapperInfo: import("styled-components").
|
|
3
|
+
export declare const StyledColorPickerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledColorPickerWrapperInfo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
type StyledColorPickerWrapperInfoColorProps = WithTheme<{
|
|
6
6
|
$color?: string;
|
|
7
7
|
$shouldShowRoundPreviewColor: boolean;
|
|
8
8
|
}>;
|
|
9
|
-
export declare const StyledColorPickerWrapperInfoColor: import("styled-components").
|
|
9
|
+
export declare const StyledColorPickerWrapperInfoColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}>, StyledColorPickerWrapperInfoColorProps>, never
|
|
12
|
-
export declare const StyledColorPickerWrapperInfoText: import("styled-components").
|
|
11
|
+
}>, StyledColorPickerWrapperInfoColorProps>, never>> & string;
|
|
12
|
+
export declare const StyledColorPickerWrapperInfoText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
13
13
|
theme: import("@chayns-components/core/lib/types/components/color-scheme-provider/ColorSchemeProvider").Theme;
|
|
14
|
-
}
|
|
14
|
+
}>> & string;
|
|
15
15
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledColorPickerPopup: import("styled-components").
|
|
2
|
+
export declare const StyledColorPickerPopup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
export declare const StyledColorArea: import("styled-components").
|
|
4
|
-
export declare const StyledColorAreaCanvas: import("styled-components").
|
|
5
|
-
export declare const StyledColorAreaPseudo: import("styled-components").
|
|
6
|
-
export declare const StyledMotionColorAreaPointer: import("styled-components").
|
|
3
|
+
export declare const StyledColorArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledColorAreaCanvas: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").CanvasHTMLAttributes<HTMLCanvasElement>, HTMLCanvasElement>, never>> & string;
|
|
5
|
+
export declare const StyledColorAreaPseudo: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const StyledMotionColorAreaPointer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<{
|
|
7
7
|
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
8
8
|
slot?: string | undefined;
|
|
9
9
|
title?: string | undefined;
|
|
@@ -265,4 +265,4 @@ export declare const StyledMotionColorAreaPointer: import("styled-components").I
|
|
|
265
265
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
266
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & {
|
|
267
267
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
268
|
-
}, never>> & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
268
|
+
}, never>> & string & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { WithTheme } from '@chayns-components/core';
|
|
3
|
-
export declare const StyledMoreOptions: import("styled-components").
|
|
4
|
-
export declare const StyledMoreOptionsInputWrapper: import("styled-components").
|
|
3
|
+
export declare const StyledMoreOptions: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledMoreOptionsInputWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
type StyledMoreOptionsInputProps = WithTheme<{
|
|
6
6
|
$isInvalid: boolean;
|
|
7
7
|
$shouldChangeColor: boolean;
|
|
8
8
|
}>;
|
|
9
|
-
export declare const StyledMoreOptionsInput: import("styled-components").
|
|
9
|
+
export declare const StyledMoreOptionsInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledMoreOptionsInputProps>> & string;
|
|
10
10
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledPresetColors: import("styled-components").
|
|
2
|
+
export declare const StyledPresetColors: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -3,5 +3,5 @@ import type { WithTheme } from '@chayns-components/core';
|
|
|
3
3
|
type StyledPresetButtonProps = WithTheme<{
|
|
4
4
|
$isDisabled: boolean;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const StyledPresetButton: import("styled-components").
|
|
6
|
+
export declare const StyledPresetButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPresetButtonProps>> & string;
|
|
7
7
|
export {};
|
|
@@ -3,11 +3,11 @@ import type { WithTheme } from '@chayns-components/core';
|
|
|
3
3
|
type StyledPresetColorProps = WithTheme<{
|
|
4
4
|
$isSelected?: boolean;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const StyledPresetColor: import("styled-components").
|
|
6
|
+
export declare const StyledPresetColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPresetColorProps>> & string;
|
|
7
7
|
type StyledPresetColorColorProps = WithTheme<{
|
|
8
8
|
$color: string;
|
|
9
9
|
$isSelected?: boolean;
|
|
10
10
|
}>;
|
|
11
|
-
export declare const StyledPresetColorColor: import("styled-components").
|
|
12
|
-
export declare const StyledPresetColorBackground: import("styled-components").
|
|
11
|
+
export declare const StyledPresetColorColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, StyledPresetColorColorProps>> & string;
|
|
12
|
+
export declare const StyledPresetColorBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
13
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledSliders: import("styled-components").
|
|
3
|
-
export declare const StyledSlidersWrapper: import("styled-components").
|
|
2
|
+
export declare const StyledSliders: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const StyledSlidersWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { WithTheme } from '@chayns-components/core';
|
|
3
|
-
export declare const StyledColorPreview: import("styled-components").
|
|
4
|
-
export declare const StyledColorPreviewBackground: import("styled-components").
|
|
3
|
+
export declare const StyledColorPreview: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledColorPreviewBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
type StyledColorPreviewColorProps = WithTheme<{
|
|
6
6
|
$color?: string;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const StyledColorPreviewColor: import("styled-components").
|
|
8
|
+
export declare const StyledColorPreviewColor: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
10
|
-
}>, StyledColorPreviewColorProps>, never
|
|
10
|
+
}>, StyledColorPreviewColorProps>, never>> & string;
|
|
11
11
|
export {};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import type { WithTheme } from '@chayns-components/core';
|
|
2
2
|
import type { CSSProperties } from 'react';
|
|
3
|
-
export declare const StyledHueSlider: import("styled-components").
|
|
3
|
+
export declare const StyledHueSlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
4
|
type StyledHueSliderInputProps = WithTheme<{
|
|
5
5
|
$color: CSSProperties['color'];
|
|
6
6
|
}>;
|
|
7
|
-
export declare const StyledHueSliderInput: import("styled-components").
|
|
7
|
+
export declare const StyledHueSliderInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, StyledHueSliderInputProps>> & string;
|
|
8
8
|
type StyledHueSliderThumbProps = WithTheme<{
|
|
9
9
|
$position: number;
|
|
10
10
|
$color: CSSProperties['color'];
|
|
11
11
|
}>;
|
|
12
|
-
export declare const StyledHueSliderThumb: import("styled-components").
|
|
12
|
+
export declare const StyledHueSliderThumb: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
13
13
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
-
}>, StyledHueSliderThumbProps>, never
|
|
14
|
+
}>, StyledHueSliderThumbProps>, never>> & string;
|
|
15
15
|
export {};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import type { WithTheme } from '@chayns-components/core';
|
|
2
2
|
import type { CSSProperties } from 'react';
|
|
3
|
-
export declare const StyledTransparencySlider: import("styled-components").
|
|
4
|
-
export declare const StyledTransparencySliderBackground: import("styled-components").
|
|
3
|
+
export declare const StyledTransparencySlider: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const StyledTransparencySliderBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
5
|
type StyledTransparencySliderInputProps = WithTheme<{
|
|
6
6
|
$color?: string;
|
|
7
7
|
}>;
|
|
8
|
-
export declare const StyledTransparencySliderInput: import("styled-components").
|
|
8
|
+
export declare const StyledTransparencySliderInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject<HTMLInputElement> | null | undefined;
|
|
10
|
-
}>, StyledTransparencySliderInputProps>, never
|
|
10
|
+
}>, StyledTransparencySliderInputProps>, never>> & string;
|
|
11
11
|
type StyledTransparencySliderThumbWrapperProps = WithTheme<{
|
|
12
12
|
$position: number;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const StyledTransparencySliderThumbWrapper: import("styled-components").
|
|
14
|
+
export declare const StyledTransparencySliderThumbWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
15
15
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
16
|
-
}>, StyledTransparencySliderThumbWrapperProps>, never
|
|
17
|
-
export declare const StyledTransparencySliderThumbBackground: import("styled-components").
|
|
16
|
+
}>, StyledTransparencySliderThumbWrapperProps>, never>> & string;
|
|
17
|
+
export declare const StyledTransparencySliderThumbBackground: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
18
18
|
type StyledTransparencySliderThumbProps = WithTheme<{
|
|
19
19
|
$color: CSSProperties['color'];
|
|
20
20
|
}>;
|
|
21
|
-
export declare const StyledTransparencySliderThumb: import("styled-components").
|
|
21
|
+
export declare const StyledTransparencySliderThumb: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
22
22
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
23
|
-
}>, StyledTransparencySliderThumbProps>, never
|
|
23
|
+
}>, StyledTransparencySliderThumbProps>, never>> & string;
|
|
24
24
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chayns-components/color-picker",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.593",
|
|
4
4
|
"description": "A set of beautiful React components for developing your own applications with chayns.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"browserslist": [
|
|
@@ -49,25 +49,25 @@
|
|
|
49
49
|
"url": "https://github.com/TobitSoftware/chayns-components/issues"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/cli": "^7.24.
|
|
53
|
-
"@babel/core": "^7.24.
|
|
54
|
-
"@babel/preset-env": "^7.24.
|
|
52
|
+
"@babel/cli": "^7.24.5",
|
|
53
|
+
"@babel/core": "^7.24.5",
|
|
54
|
+
"@babel/preset-env": "^7.24.5",
|
|
55
55
|
"@babel/preset-react": "^7.24.1",
|
|
56
56
|
"@babel/preset-typescript": "^7.24.1",
|
|
57
|
-
"@types/react": "^18.2
|
|
58
|
-
"@types/react-dom": "^18.
|
|
57
|
+
"@types/react": "^18.3.2",
|
|
58
|
+
"@types/react-dom": "^18.3.0",
|
|
59
59
|
"@types/styled-components": "^5.1.34",
|
|
60
60
|
"@types/uuid": "^9.0.8",
|
|
61
61
|
"babel-loader": "^9.1.3",
|
|
62
62
|
"cross-env": "^7.0.3",
|
|
63
|
-
"lerna": "^8.1.
|
|
64
|
-
"react": "^18.
|
|
65
|
-
"react-dom": "^18.
|
|
66
|
-
"styled-components": "^6.1.
|
|
63
|
+
"lerna": "^8.1.3",
|
|
64
|
+
"react": "^18.3.1",
|
|
65
|
+
"react-dom": "^18.3.1",
|
|
66
|
+
"styled-components": "^6.1.11",
|
|
67
67
|
"typescript": "^5.4.5"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@chayns-components/core": "^5.0.0-beta.
|
|
70
|
+
"@chayns-components/core": "^5.0.0-beta.593",
|
|
71
71
|
"@chayns/colors": "^2.0.0"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "6a4728003e02013f32da7f404c8912a5e2050bad"
|
|
84
84
|
}
|