@mekari/pixel3-airene-button 0.1.0-dev.6 → 0.1.1-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.
@@ -50,10 +50,10 @@ declare const MpAireneButton: vue.DefineComponent<{
50
50
  default: boolean;
51
51
  };
52
52
  }>>, {
53
- isDisabled: boolean | undefined;
53
+ type: string | undefined;
54
54
  isActive: boolean | undefined;
55
+ isDisabled: boolean | undefined;
55
56
  isShowBadge: boolean | undefined;
56
- type: string | undefined;
57
57
  as: keyof HTMLElementTagNameMap;
58
58
  }, {}>;
59
59
 
@@ -50,10 +50,10 @@ declare const MpAireneButton: vue.DefineComponent<{
50
50
  default: boolean;
51
51
  };
52
52
  }>>, {
53
- isDisabled: boolean | undefined;
53
+ type: string | undefined;
54
54
  isActive: boolean | undefined;
55
+ isDisabled: boolean | undefined;
55
56
  isShowBadge: boolean | undefined;
56
- type: string | undefined;
57
57
  as: keyof HTMLElementTagNameMap;
58
58
  }, {}>;
59
59
 
@@ -77,7 +77,7 @@ function aireneButtonConnect(state, classes) {
77
77
  rootProps: {
78
78
  id: idx,
79
79
  disabled: isDisabled,
80
- "aria-disabled": isDisabled,
80
+ "aria-disabled": isDisabled || void 0,
81
81
  "data-active": isActive,
82
82
  class: classes.root,
83
83
  "data-pixel-component": "MpAireneButton"
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  MpAireneButton
3
- } from "./chunk-CEITNCOT.mjs";
4
- import "./chunk-RFCZWVL7.mjs";
5
- import "./chunk-J5BZH7UB.mjs";
3
+ } from "./chunk-4WU6NTLK.mjs";
4
+ import "./chunk-44BPSSGY.mjs";
5
+ import "./chunk-SXQVSH4A.mjs";
6
6
  import "./chunk-S7AZFPM2.mjs";
7
7
  import "./chunk-QZ7VFGWC.mjs";
8
8
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  aireneButtonConnect
3
- } from "./chunk-J5BZH7UB.mjs";
3
+ } from "./chunk-SXQVSH4A.mjs";
4
4
  import {
5
5
  __name
6
6
  } from "./chunk-QZ7VFGWC.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  useAireneButton
3
- } from "./chunk-RFCZWVL7.mjs";
3
+ } from "./chunk-44BPSSGY.mjs";
4
4
  import {
5
5
  aireneButtonProps
6
6
  } from "./chunk-S7AZFPM2.mjs";
@@ -21,7 +21,7 @@ function aireneButtonConnect(state, classes) {
21
21
  rootProps: {
22
22
  id: idx,
23
23
  disabled: isDisabled,
24
- "aria-disabled": isDisabled,
24
+ "aria-disabled": isDisabled || void 0,
25
25
  "data-active": isActive,
26
26
  class: classes.root,
27
27
  "data-pixel-component": "MpAireneButton"
package/dist/index.js CHANGED
@@ -79,7 +79,7 @@ function aireneButtonConnect(state, classes) {
79
79
  rootProps: {
80
80
  id: idx,
81
81
  disabled: isDisabled,
82
- "aria-disabled": isDisabled,
82
+ "aria-disabled": isDisabled || void 0,
83
83
  "data-active": isActive,
84
84
  class: classes.root,
85
85
  "data-pixel-component": "MpAireneButton"
package/dist/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  MpAireneButton
3
- } from "./chunk-CEITNCOT.mjs";
4
- import "./chunk-RFCZWVL7.mjs";
5
- import "./chunk-J5BZH7UB.mjs";
3
+ } from "./chunk-4WU6NTLK.mjs";
4
+ import "./chunk-44BPSSGY.mjs";
5
+ import "./chunk-SXQVSH4A.mjs";
6
6
  import "./chunk-S7AZFPM2.mjs";
7
7
  import "./chunk-QZ7VFGWC.mjs";
8
8
  export {
@@ -1 +1 @@
1
- {"inputs":{"src/modules/airene-button.props.ts":{"bytes":799,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.connects.ts":{"bytes":1584,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.hooks.ts":{"bytes":636,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/airene-button.connects.ts","kind":"import-statement","original":"./airene-button.connects"},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/airene-button.tsx":{"bytes":1103,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"src/modules/airene-button.props.ts","kind":"import-statement","original":"./modules/airene-button.props"},{"path":"src/modules/airene-button.hooks.ts","kind":"import-statement","original":"./modules/airene-button.hooks"},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":134,"imports":[{"path":"src/airene-button.tsx","kind":"import-statement","original":"./airene-button"}],"format":"esm"},"src/modules/airene-button.types.ts":{"bytes":681,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/airene-button.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true},{"path":"@mekari/pixel3-button","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true},{"path":"@mekari/pixel3-text","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/airene-button.tsx","inputs":{"src/airene-button.tsx":{"bytesInOutput":1247},"src/modules/airene-button.props.ts":{"bytesInOutput":342},"src/modules/airene-button.hooks.ts":{"bytesInOutput":475},"src/modules/airene-button.connects.ts":{"bytesInOutput":1436}},"bytes":4708},"dist/index.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true},{"path":"@mekari/pixel3-button","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true},{"path":"@mekari/pixel3-text","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":133},"src/airene-button.tsx":{"bytesInOutput":1084},"src/modules/airene-button.props.ts":{"bytesInOutput":342},"src/modules/airene-button.hooks.ts":{"bytesInOutput":475},"src/modules/airene-button.connects.ts":{"bytesInOutput":1436}},"bytes":4695},"dist/modules/airene-button.connects.js":{"imports":[{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/airene-button.connects.ts","inputs":{"src/modules/airene-button.connects.ts":{"bytesInOutput":1636}},"bytes":2680},"dist/modules/airene-button.hooks.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/airene-button.hooks.ts","inputs":{"src/modules/airene-button.hooks.ts":{"bytesInOutput":658},"src/modules/airene-button.connects.ts":{"bytesInOutput":1436}},"bytes":3212},"dist/modules/airene-button.props.js":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.props.ts","inputs":{"src/modules/airene-button.props.ts":{"bytesInOutput":529}},"bytes":1478},"dist/modules/airene-button.types.js":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.types.ts","inputs":{"src/modules/airene-button.types.ts":{"bytesInOutput":98}},"bytes":808}}}
1
+ {"inputs":{"src/modules/airene-button.props.ts":{"bytes":799,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.connects.ts":{"bytes":1597,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.hooks.ts":{"bytes":636,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/airene-button.connects.ts","kind":"import-statement","original":"./airene-button.connects"},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/airene-button.tsx":{"bytes":1103,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"src/modules/airene-button.props.ts","kind":"import-statement","original":"./modules/airene-button.props"},{"path":"src/modules/airene-button.hooks.ts","kind":"import-statement","original":"./modules/airene-button.hooks"},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":134,"imports":[{"path":"src/airene-button.tsx","kind":"import-statement","original":"./airene-button"}],"format":"esm"},"src/modules/airene-button.types.ts":{"bytes":681,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/airene-button.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true},{"path":"@mekari/pixel3-button","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true},{"path":"@mekari/pixel3-text","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/airene-button.tsx","inputs":{"src/airene-button.tsx":{"bytesInOutput":1247},"src/modules/airene-button.props.ts":{"bytesInOutput":342},"src/modules/airene-button.hooks.ts":{"bytesInOutput":475},"src/modules/airene-button.connects.ts":{"bytesInOutput":1446}},"bytes":4718},"dist/index.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true},{"path":"@mekari/pixel3-button","kind":"require-call","external":true},{"path":"@mekari/pixel3-icon","kind":"require-call","external":true},{"path":"@mekari/pixel3-text","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":133},"src/airene-button.tsx":{"bytesInOutput":1084},"src/modules/airene-button.props.ts":{"bytesInOutput":342},"src/modules/airene-button.hooks.ts":{"bytesInOutput":475},"src/modules/airene-button.connects.ts":{"bytesInOutput":1446}},"bytes":4705},"dist/modules/airene-button.connects.js":{"imports":[{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/airene-button.connects.ts","inputs":{"src/modules/airene-button.connects.ts":{"bytesInOutput":1646}},"bytes":2690},"dist/modules/airene-button.hooks.js":{"imports":[{"path":"vue","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"require-call","external":true},{"path":"@mekari/pixel3-utils","kind":"require-call","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"require-call","external":true}],"exports":[],"entryPoint":"src/modules/airene-button.hooks.ts","inputs":{"src/modules/airene-button.hooks.ts":{"bytesInOutput":658},"src/modules/airene-button.connects.ts":{"bytesInOutput":1446}},"bytes":3222},"dist/modules/airene-button.props.js":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.props.ts","inputs":{"src/modules/airene-button.props.ts":{"bytesInOutput":529}},"bytes":1478},"dist/modules/airene-button.types.js":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.types.ts","inputs":{"src/modules/airene-button.types.ts":{"bytesInOutput":98}},"bytes":808}}}
@@ -1 +1 @@
1
- {"inputs":{"src/modules/airene-button.props.ts":{"bytes":799,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.connects.ts":{"bytes":1584,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.hooks.ts":{"bytes":636,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/airene-button.connects.ts","kind":"import-statement","original":"./airene-button.connects"},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/airene-button.tsx":{"bytes":1103,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"src/modules/airene-button.props.ts","kind":"import-statement","original":"./modules/airene-button.props"},{"path":"src/modules/airene-button.hooks.ts","kind":"import-statement","original":"./modules/airene-button.hooks"},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":134,"imports":[{"path":"src/airene-button.tsx","kind":"import-statement","original":"./airene-button"}],"format":"esm"},"src/modules/airene-button.types.ts":{"bytes":681,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/airene-button.mjs":{"imports":[{"path":"dist/chunk-CEITNCOT.mjs","kind":"import-statement"},{"path":"dist/chunk-RFCZWVL7.mjs","kind":"import-statement"},{"path":"dist/chunk-J5BZH7UB.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["MpAireneButton"],"entryPoint":"src/airene-button.tsx","inputs":{},"bytes":210},"dist/index.mjs":{"imports":[{"path":"dist/chunk-CEITNCOT.mjs","kind":"import-statement"},{"path":"dist/chunk-RFCZWVL7.mjs","kind":"import-statement"},{"path":"dist/chunk-J5BZH7UB.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["MpAireneButton"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":210},"dist/chunk-CEITNCOT.mjs":{"imports":[{"path":"dist/chunk-RFCZWVL7.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"exports":["MpAireneButton"],"inputs":{"src/airene-button.tsx":{"bytesInOutput":965}},"bytes":1139},"dist/modules/airene-button.connects.mjs":{"imports":[{"path":"dist/chunk-J5BZH7UB.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["aireneButtonConnect"],"entryPoint":"src/modules/airene-button.connects.ts","inputs":{},"bytes":129},"dist/modules/airene-button.hooks.mjs":{"imports":[{"path":"dist/chunk-RFCZWVL7.mjs","kind":"import-statement"},{"path":"dist/chunk-J5BZH7UB.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["useAireneButton"],"entryPoint":"src/modules/airene-button.hooks.ts","inputs":{},"bytes":153},"dist/chunk-RFCZWVL7.mjs":{"imports":[{"path":"dist/chunk-J5BZH7UB.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true}],"exports":["useAireneButton"],"inputs":{"src/modules/airene-button.hooks.ts":{"bytesInOutput":421}},"bytes":602},"dist/chunk-J5BZH7UB.mjs":{"imports":[{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true}],"exports":["aireneButtonConnect"],"inputs":{"src/modules/airene-button.connects.ts":{"bytesInOutput":1339}},"bytes":1465},"dist/modules/airene-button.props.mjs":{"imports":[{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["aireneButtonProps"],"entryPoint":"src/modules/airene-button.props.ts","inputs":{},"bytes":125},"dist/chunk-S7AZFPM2.mjs":{"imports":[],"exports":["aireneButtonProps"],"inputs":{"src/modules/airene-button.props.ts":{"bytesInOutput":342}},"bytes":413},"dist/chunk-QZ7VFGWC.mjs":{"imports":[],"exports":["__name"],"inputs":{},"bytes":151},"dist/modules/airene-button.types.mjs":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.types.ts","inputs":{"src/modules/airene-button.types.ts":{"bytesInOutput":0}},"bytes":0}}}
1
+ {"inputs":{"src/modules/airene-button.props.ts":{"bytes":799,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.connects.ts":{"bytes":1597,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/modules/airene-button.hooks.ts":{"bytes":636,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true},{"path":"src/modules/airene-button.connects.ts","kind":"import-statement","original":"./airene-button.connects"},{"path":"./airene-button.types","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/airene-button.tsx":{"bytes":1103,"imports":[{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"src/modules/airene-button.props.ts","kind":"import-statement","original":"./modules/airene-button.props"},{"path":"src/modules/airene-button.hooks.ts","kind":"import-statement","original":"./modules/airene-button.hooks"},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":134,"imports":[{"path":"src/airene-button.tsx","kind":"import-statement","original":"./airene-button"}],"format":"esm"},"src/modules/airene-button.types.ts":{"bytes":681,"imports":[{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/airene-button.mjs":{"imports":[{"path":"dist/chunk-4WU6NTLK.mjs","kind":"import-statement"},{"path":"dist/chunk-44BPSSGY.mjs","kind":"import-statement"},{"path":"dist/chunk-SXQVSH4A.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["MpAireneButton"],"entryPoint":"src/airene-button.tsx","inputs":{},"bytes":210},"dist/index.mjs":{"imports":[{"path":"dist/chunk-4WU6NTLK.mjs","kind":"import-statement"},{"path":"dist/chunk-44BPSSGY.mjs","kind":"import-statement"},{"path":"dist/chunk-SXQVSH4A.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["MpAireneButton"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":210},"dist/chunk-4WU6NTLK.mjs":{"imports":[{"path":"dist/chunk-44BPSSGY.mjs","kind":"import-statement"},{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-button","kind":"import-statement","external":true},{"path":"@mekari/pixel3-icon","kind":"import-statement","external":true},{"path":"@mekari/pixel3-text","kind":"import-statement","external":true}],"exports":["MpAireneButton"],"inputs":{"src/airene-button.tsx":{"bytesInOutput":965}},"bytes":1139},"dist/modules/airene-button.connects.mjs":{"imports":[{"path":"dist/chunk-SXQVSH4A.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["aireneButtonConnect"],"entryPoint":"src/modules/airene-button.connects.ts","inputs":{},"bytes":129},"dist/modules/airene-button.hooks.mjs":{"imports":[{"path":"dist/chunk-44BPSSGY.mjs","kind":"import-statement"},{"path":"dist/chunk-SXQVSH4A.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["useAireneButton"],"entryPoint":"src/modules/airene-button.hooks.ts","inputs":{},"bytes":153},"dist/chunk-44BPSSGY.mjs":{"imports":[{"path":"dist/chunk-SXQVSH4A.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"vue","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/recipes","kind":"import-statement","external":true}],"exports":["useAireneButton"],"inputs":{"src/modules/airene-button.hooks.ts":{"bytesInOutput":421}},"bytes":602},"dist/chunk-SXQVSH4A.mjs":{"imports":[{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"},{"path":"@mekari/pixel3-utils","kind":"import-statement","external":true},{"path":"@mekari/pixel3-styled-system/tokens","kind":"import-statement","external":true}],"exports":["aireneButtonConnect"],"inputs":{"src/modules/airene-button.connects.ts":{"bytesInOutput":1349}},"bytes":1475},"dist/modules/airene-button.props.mjs":{"imports":[{"path":"dist/chunk-S7AZFPM2.mjs","kind":"import-statement"},{"path":"dist/chunk-QZ7VFGWC.mjs","kind":"import-statement"}],"exports":["aireneButtonProps"],"entryPoint":"src/modules/airene-button.props.ts","inputs":{},"bytes":125},"dist/chunk-S7AZFPM2.mjs":{"imports":[],"exports":["aireneButtonProps"],"inputs":{"src/modules/airene-button.props.ts":{"bytesInOutput":342}},"bytes":413},"dist/chunk-QZ7VFGWC.mjs":{"imports":[],"exports":["__name"],"inputs":{},"bytes":151},"dist/modules/airene-button.types.mjs":{"imports":[],"exports":[],"entryPoint":"src/modules/airene-button.types.ts","inputs":{"src/modules/airene-button.types.ts":{"bytesInOutput":0}},"bytes":0}}}
@@ -42,7 +42,7 @@ function aireneButtonConnect(state, classes) {
42
42
  rootProps: {
43
43
  id: idx,
44
44
  disabled: isDisabled,
45
- "aria-disabled": isDisabled,
45
+ "aria-disabled": isDisabled || void 0,
46
46
  "data-active": isActive,
47
47
  class: classes.root,
48
48
  "data-pixel-component": "MpAireneButton"
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  aireneButtonConnect
3
- } from "../chunk-J5BZH7UB.mjs";
3
+ } from "../chunk-SXQVSH4A.mjs";
4
4
  import "../chunk-QZ7VFGWC.mjs";
5
5
  export {
6
6
  aireneButtonConnect
@@ -46,7 +46,7 @@ function aireneButtonConnect(state, classes) {
46
46
  rootProps: {
47
47
  id: idx,
48
48
  disabled: isDisabled,
49
- "aria-disabled": isDisabled,
49
+ "aria-disabled": isDisabled || void 0,
50
50
  "data-active": isActive,
51
51
  class: classes.root,
52
52
  "data-pixel-component": "MpAireneButton"
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  useAireneButton
3
- } from "../chunk-RFCZWVL7.mjs";
4
- import "../chunk-J5BZH7UB.mjs";
3
+ } from "../chunk-44BPSSGY.mjs";
4
+ import "../chunk-SXQVSH4A.mjs";
5
5
  import "../chunk-QZ7VFGWC.mjs";
6
6
  export {
7
7
  useAireneButton
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@mekari/pixel3-airene-button",
3
3
  "description": "Mekari Pixel 3 | Button component for Mekari Airene product",
4
- "version": "0.1.0-dev.6",
4
+ "version": "0.1.1-dev.0",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@mekari/pixel3-button": "0.1.0-dev.7",
12
- "@mekari/pixel3-text": "0.0.16-dev.5",
13
- "@mekari/pixel3-icon": "0.0.17-dev.7",
14
- "@mekari/pixel3-styled-system": "0.1.2-dev.5",
15
- "@mekari/pixel3-utils": "0.0.7-dev.2"
11
+ "@mekari/pixel3-icon": "0.0.18-dev.0",
12
+ "@mekari/pixel3-button": "0.1.1-dev.0",
13
+ "@mekari/pixel3-text": "0.0.17-dev.0",
14
+ "@mekari/pixel3-styled-system": "0.1.3-dev.0",
15
+ "@mekari/pixel3-utils": "0.0.7"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "vue": "^3.4.9"