@mekari/pixel3-color-picker 0.2.1 → 0.2.2-dev.0

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.
@@ -130,12 +130,12 @@ declare const MpColorPicker: vue.DefineComponent<{
130
130
  }, {
131
131
  value: string;
132
132
  title: string;
133
+ variant: ColorPickerVariant;
133
134
  id: string;
134
135
  placeholder: string;
135
136
  placement: Placement;
136
137
  usePortal: boolean;
137
138
  isDisabled: boolean;
138
- variant: ColorPickerVariant;
139
139
  isInvalid: boolean;
140
140
  preset: string[];
141
141
  isShowPopover: boolean;
@@ -130,12 +130,12 @@ declare const MpColorPicker: vue.DefineComponent<{
130
130
  }, {
131
131
  value: string;
132
132
  title: string;
133
+ variant: ColorPickerVariant;
133
134
  id: string;
134
135
  placeholder: string;
135
136
  placement: Placement;
136
137
  usePortal: boolean;
137
138
  isDisabled: boolean;
138
- variant: ColorPickerVariant;
139
139
  isInvalid: boolean;
140
140
  preset: string[];
141
141
  isShowPopover: boolean;
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.1",
4
+ "version": "0.2.2-dev.0",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -11,12 +11,12 @@
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.2",
15
14
  "@mekari/pixel3-divider": "0.0.22",
16
- "@mekari/pixel3-icon": "0.1.3",
17
- "@mekari/pixel3-input": "0.0.27",
18
- "@mekari/pixel3-popover": "0.0.27",
15
+ "@mekari/pixel3-button": "0.2.3-dev.0",
16
+ "@mekari/pixel3-icon": "0.1.4-dev.0",
19
17
  "@mekari/pixel3-styled-system": "0.2.0",
18
+ "@mekari/pixel3-popover": "0.0.28-dev.0",
19
+ "@mekari/pixel3-input": "0.0.28-dev.0",
20
20
  "@mekari/pixel3-text": "0.0.22",
21
21
  "@mekari/pixel3-utils": "0.1.0"
22
22
  },