@mekari/pixel3-tag 0.0.17-dev.6 → 0.0.17-dev.7

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/dist/tag.d.mts CHANGED
@@ -50,9 +50,9 @@ declare const MpTag: vue.DefineComponent<{
50
50
  onClick?: ((...args: any[]) => any) | undefined;
51
51
  onClose?: ((...args: any[]) => any) | undefined;
52
52
  }, {
53
- readonly size: TagSize | undefined;
54
- readonly variant: TagVariant | undefined;
55
53
  readonly isClosable: boolean | undefined;
54
+ readonly variant: TagVariant | undefined;
55
+ readonly size: TagSize | undefined;
56
56
  readonly as: keyof HTMLElementTagNameMap;
57
57
  }, {}>;
58
58
 
package/dist/tag.d.ts CHANGED
@@ -50,9 +50,9 @@ declare const MpTag: vue.DefineComponent<{
50
50
  onClick?: ((...args: any[]) => any) | undefined;
51
51
  onClose?: ((...args: any[]) => any) | undefined;
52
52
  }, {
53
- readonly size: TagSize | undefined;
54
- readonly variant: TagVariant | undefined;
55
53
  readonly isClosable: boolean | undefined;
54
+ readonly variant: TagVariant | undefined;
55
+ readonly size: TagSize | undefined;
56
56
  readonly as: keyof HTMLElementTagNameMap;
57
57
  }, {}>;
58
58
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-tag",
3
3
  "description": "Mekari Pixel 3 | Tag component is used to display label that can optionally be selected and unselected or removed",
4
- "version": "0.0.17-dev.6",
4
+ "version": "0.0.17-dev.7",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@mekari/pixel3-styled-system": "0.1.2-dev.4",
12
- "@mekari/pixel3-button": "0.1.0-dev.6",
13
- "@mekari/pixel3-utils": "0.0.7-dev.2"
11
+ "@mekari/pixel3-utils": "0.0.7-dev.2",
12
+ "@mekari/pixel3-button": "0.1.0-dev.7",
13
+ "@mekari/pixel3-styled-system": "0.1.2-dev.5"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "vue": "^3.4.9"