@mekari/pixel3-color-picker 0.2.2-dev.0 → 0.2.2-dev.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.
@@ -130,12 +130,12 @@ declare const MpColorPicker: vue.DefineComponent<{
130
130
  }, {
131
131
  value: string;
132
132
  title: string;
133
- variant: ColorPickerVariant;
134
133
  id: string;
135
134
  placeholder: string;
136
135
  placement: Placement;
137
136
  usePortal: boolean;
138
137
  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;
134
133
  id: string;
135
134
  placeholder: string;
136
135
  placement: Placement;
137
136
  usePortal: boolean;
138
137
  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.2-dev.0",
4
+ "version": "0.2.2-dev.1",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -11,13 +11,13 @@
11
11
  "clamp": "^1.0.1",
12
12
  "lodash.throttle": "^4.0.0",
13
13
  "tinycolor2": "^1.1.2",
14
- "@mekari/pixel3-divider": "0.0.22",
15
- "@mekari/pixel3-button": "0.2.3-dev.0",
16
- "@mekari/pixel3-icon": "0.1.4-dev.0",
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
- "@mekari/pixel3-text": "0.0.22",
14
+ "@mekari/pixel3-button": "0.2.3-dev.1",
15
+ "@mekari/pixel3-divider": "0.0.23-dev.0",
16
+ "@mekari/pixel3-icon": "0.1.4-dev.1",
17
+ "@mekari/pixel3-input": "0.0.28-dev.1",
18
+ "@mekari/pixel3-popover": "0.0.28-dev.1",
19
+ "@mekari/pixel3-styled-system": "0.2.1-dev.0",
20
+ "@mekari/pixel3-text": "0.0.23-dev.0",
21
21
  "@mekari/pixel3-utils": "0.1.0"
22
22
  },
23
23
  "peerDependencies": {