@mekari/pixel3-color-picker 0.2.0 → 0.2.1

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.
@@ -128,21 +128,21 @@ declare const MpColorPicker: vue.DefineComponent<{
128
128
  }>> & {
129
129
  onChange?: ((...args: any[]) => any) | undefined;
130
130
  }, {
131
- id: string;
132
- title: string;
133
131
  value: string;
132
+ title: string;
133
+ id: string;
134
134
  placeholder: string;
135
- variant: ColorPickerVariant;
136
135
  placement: Placement;
136
+ usePortal: boolean;
137
+ isDisabled: boolean;
138
+ variant: ColorPickerVariant;
139
+ isInvalid: boolean;
137
140
  preset: string[];
138
141
  isShowPopover: boolean;
139
142
  isShowSaturation: boolean;
140
143
  isShowHue: boolean;
141
144
  isShowInput: boolean;
142
145
  isShowPreset: boolean;
143
- usePortal: boolean;
144
- isDisabled: boolean;
145
- isInvalid: boolean;
146
146
  }, {}>;
147
147
 
148
148
  export { MpColorPicker };
@@ -128,21 +128,21 @@ declare const MpColorPicker: vue.DefineComponent<{
128
128
  }>> & {
129
129
  onChange?: ((...args: any[]) => any) | undefined;
130
130
  }, {
131
- id: string;
132
- title: string;
133
131
  value: string;
132
+ title: string;
133
+ id: string;
134
134
  placeholder: string;
135
- variant: ColorPickerVariant;
136
135
  placement: Placement;
136
+ usePortal: boolean;
137
+ isDisabled: boolean;
138
+ variant: ColorPickerVariant;
139
+ isInvalid: boolean;
137
140
  preset: string[];
138
141
  isShowPopover: boolean;
139
142
  isShowSaturation: boolean;
140
143
  isShowHue: boolean;
141
144
  isShowInput: boolean;
142
145
  isShowPreset: boolean;
143
- usePortal: boolean;
144
- isDisabled: boolean;
145
- isInvalid: boolean;
146
146
  }, {}>;
147
147
 
148
148
  export { MpColorPicker };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-color-picker",
3
3
  "description": "Color picker component for mekari pixel 3",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -11,11 +11,11 @@
11
11
  "clamp": "^1.0.1",
12
12
  "lodash.throttle": "^4.0.0",
13
13
  "tinycolor2": "^1.1.2",
14
- "@mekari/pixel3-button": "0.2.1",
15
- "@mekari/pixel3-icon": "0.1.2",
16
- "@mekari/pixel3-input": "0.0.26",
14
+ "@mekari/pixel3-button": "0.2.2",
17
15
  "@mekari/pixel3-divider": "0.0.22",
18
- "@mekari/pixel3-popover": "0.0.26",
16
+ "@mekari/pixel3-icon": "0.1.3",
17
+ "@mekari/pixel3-input": "0.0.27",
18
+ "@mekari/pixel3-popover": "0.0.27",
19
19
  "@mekari/pixel3-styled-system": "0.2.0",
20
20
  "@mekari/pixel3-text": "0.0.22",
21
21
  "@mekari/pixel3-utils": "0.1.0"