fluekit 1.6.0 → 1.6.2

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/Button.d.ts CHANGED
@@ -5,6 +5,7 @@ import { BorderRadius } from './BorderRadius';
5
5
  interface Props {
6
6
  disabled?: boolean;
7
7
  behavior?: Behavior;
8
+ text?: string;
8
9
  style?: ButtonStyle;
9
10
  variant?: "ios" | "raw";
10
11
  color?: string;
package/dist/Icon.d.ts ADDED
@@ -0,0 +1,42 @@
1
+ import { Component } from 'vue';
2
+ interface Props {
3
+ /**
4
+ * The icon to display. Can be:
5
+ * - A Vue Component (e.g. imported from .svg)
6
+ * - A string containing SVG path data (d attribute)
7
+ */
8
+ icon?: string | Component;
9
+ /**
10
+ * The size of the icon in logical pixels.
11
+ * Defaults to 24.
12
+ */
13
+ size?: number | string;
14
+ /**
15
+ * The color to use when drawing the icon.
16
+ * Defaults to the current text color.
17
+ */
18
+ color?: string;
19
+ /**
20
+ * Semantic label for accessibility.
21
+ */
22
+ semanticLabel?: string;
23
+ }
24
+ declare function __VLS_template(): {
25
+ attrs: Partial<{}>;
26
+ slots: {
27
+ default?(_: {}): any;
28
+ };
29
+ refs: {};
30
+ rootEl: any;
31
+ };
32
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
+ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
34
+ size: number | string;
35
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ export default _default;
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
@@ -0,0 +1 @@
1
+ export {};
package/dist/index.css CHANGED
@@ -1,2 +1,2 @@
1
- .fluekit-button[data-v-2bc95a68]{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit;box-sizing:border-box;background:0 0;border:0;outline:0;margin:0;padding:0}.fluekit-button[data-v-2bc95a68]:disabled{cursor:default}.fluekit-image[data-v-ce382550]{display:block}.flutter-list-view[data-v-7ba20c73]{flex-direction:column;display:flex}.list-view-shrink-wrap[data-v-7ba20c73]{flex:none}.flutter-stack[data-v-aefe47c2]>*{grid-area:1/1/2/2}.fluekit-text-field[data-v-daef18e4]{margin-top:16px;font-family:inherit;position:relative}.fluekit-input-container[data-v-daef18e4]{box-sizing:border-box;width:100%}.fluekit-input-element[data-v-daef18e4]{width:100%;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:16px}.fluekit-input-label[data-v-daef18e4]{z-index:1}.fluekit-input-footer[data-v-daef18e4]{justify-content:space-between;margin-top:4px;display:flex}.fluekit-input-helper[data-v-daef18e4]{color:#666;font-size:12px}.fluekit-input-helper-spacer[data-v-daef18e4]{flex:1}.fluekit-input-counter[data-v-daef18e4]{color:#666;margin-left:auto;font-size:12px}.fluekit-input-helper.is-error[data-v-daef18e4]{color:#f44336}.flutter-transform[data-v-c4ab6ce1]{box-sizing:border-box}.ink-well[data-v-a4b9dd0e]{cursor:pointer;display:block;position:relative;overflow:hidden}.ink-well.disabled[data-v-a4b9dd0e]{cursor:default}.ripple[data-v-a4b9dd0e]{pointer-events:none;border-radius:50%;animation:.6s linear ripple-a4b9dd0e;position:absolute;transform:scale(0)}@keyframes ripple-a4b9dd0e{to{opacity:0;transform:scale(4)}}.slider-container[data-v-715d86f8],.range-slider-container[data-v-f10382ff]{width:100%;position:relative}.bottom-sheet-overlay[data-v-6948b23d]{z-index:9999;background-color:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@keyframes cupertino-activity-indicator-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flue-cupertino-navigation-bar[data-v-8ab29823]{-webkit-backdrop-filter:blur(20px);z-index:100;width:100%}.flue-nav-bar-middle[data-v-8ab29823]{justify-content:center;align-items:center;max-width:60%;display:flex}.snackbar-overlay[data-v-d8abf3ed]{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.snackbar-overlay[data-v-d8abf3ed]>*{pointer-events:auto}.flue-app-bar-leading[data-v-0a553bf2]{align-items:center;margin-right:16px;display:flex}.flue-app-bar-actions[data-v-0a553bf2]{align-items:center;margin-left:16px;display:flex}.fluekit-bottom-navigation-bar-ios[data-v-11798dea]{-webkit-backdrop-filter:blur(20px)}.fluekit-context-menu-anchor[data-v-34f987d4]{display:inline-block}.fluekit-context-menu-overlay[data-v-34f987d4]{z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fluekit-context-menu-backdrop[data-v-34f987d4]{-webkit-backdrop-filter:blur(10px);background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.fluekit-context-menu-content[data-v-34f987d4]{z-index:10001;width:250px;animation:.2s ease-out scale-in-34f987d4;position:relative}.fluekit-action-group[data-v-34f987d4]{-webkit-backdrop-filter:blur(20px);background:#f9f9f9c7;border-radius:14px;margin-bottom:16px;overflow:hidden}.fluekit-context-menu-action[data-v-34f987d4]{text-align:center;cursor:pointer;background:0 0;border-bottom:.5px solid #0000001a;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.fluekit-context-menu-action[data-v-34f987d4]:last-child{border-bottom:none}.fluekit-context-menu-action[data-v-34f987d4]:active{background:#0000001a}.action-text[data-v-34f987d4]{color:#007aff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px}.is-destructive .action-text[data-v-34f987d4]{color:#ff3b30}.is-default .action-text[data-v-34f987d4]{font-weight:600}.cancel-group[data-v-34f987d4]{margin-top:8px}.cancel-action .action-text[data-v-34f987d4]{font-weight:600}.fade-enter-active[data-v-34f987d4],.fade-leave-active[data-v-34f987d4]{transition:opacity .2s}.fade-enter-from[data-v-34f987d4],.fade-leave-to[data-v-34f987d4]{opacity:0}@keyframes scale-in-34f987d4{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
1
+ .fluekit-button[data-v-0af78380]{appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;text-align:inherit;box-sizing:border-box;background:0 0;border:0;outline:0;margin:0;padding:0}.fluekit-button[data-v-0af78380]:disabled{cursor:default}.fluekit-image[data-v-ce382550]{display:block}.fluekit-icon[data-v-34336b05]{-webkit-user-select:none;user-select:none;pointer-events:none}.icon-svg[data-v-34336b05]{fill:currentColor;width:100%;height:100%;display:block}[data-v-34336b05] svg{fill:currentColor;width:100%;height:100%}.flutter-list-view[data-v-7ba20c73]{flex-direction:column;display:flex}.list-view-shrink-wrap[data-v-7ba20c73]{flex:none}.flutter-stack[data-v-aefe47c2]>*{grid-area:1/1/2/2}.fluekit-text-field[data-v-daef18e4]{margin-top:16px;font-family:inherit;position:relative}.fluekit-input-container[data-v-daef18e4]{box-sizing:border-box;width:100%}.fluekit-input-element[data-v-daef18e4]{width:100%;color:inherit;resize:none;background:0 0;border:none;outline:none;flex:1;margin:0;padding:0;font-family:inherit;font-size:16px}.fluekit-input-label[data-v-daef18e4]{z-index:1}.fluekit-input-footer[data-v-daef18e4]{justify-content:space-between;margin-top:4px;display:flex}.fluekit-input-helper[data-v-daef18e4]{color:#666;font-size:12px}.fluekit-input-helper-spacer[data-v-daef18e4]{flex:1}.fluekit-input-counter[data-v-daef18e4]{color:#666;margin-left:auto;font-size:12px}.fluekit-input-helper.is-error[data-v-daef18e4]{color:#f44336}.flutter-transform[data-v-c4ab6ce1]{box-sizing:border-box}.ink-well[data-v-a4b9dd0e]{cursor:pointer;display:block;position:relative;overflow:hidden}.ink-well.disabled[data-v-a4b9dd0e]{cursor:default}.ripple[data-v-a4b9dd0e]{pointer-events:none;border-radius:50%;animation:.6s linear ripple-a4b9dd0e;position:absolute;transform:scale(0)}@keyframes ripple-a4b9dd0e{to{opacity:0;transform:scale(4)}}.slider-container[data-v-715d86f8],.range-slider-container[data-v-f10382ff]{width:100%;position:relative}.bottom-sheet-overlay[data-v-6948b23d]{z-index:9999;background-color:#0000008a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@keyframes cupertino-activity-indicator-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.flue-cupertino-navigation-bar[data-v-b5a5c6bf]{-webkit-backdrop-filter:blur(20px);z-index:100;width:100%}.flue-nav-bar-middle[data-v-b5a5c6bf]{justify-content:center;align-items:center;max-width:60%;display:flex}.snackbar-overlay[data-v-d8abf3ed]{z-index:9999;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.snackbar-overlay[data-v-d8abf3ed]>*{pointer-events:auto}.flue-app-bar-leading[data-v-0a553bf2]{align-items:center;margin-right:16px;display:flex}.flue-app-bar-actions[data-v-0a553bf2]{align-items:center;margin-left:16px;display:flex}.fluekit-bottom-navigation-bar-ios[data-v-11798dea]{-webkit-backdrop-filter:blur(20px)}.fluekit-context-menu-anchor[data-v-34f987d4]{display:inline-block}.fluekit-context-menu-overlay[data-v-34f987d4]{z-index:9999;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.fluekit-context-menu-backdrop[data-v-34f987d4]{-webkit-backdrop-filter:blur(10px);background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.fluekit-context-menu-content[data-v-34f987d4]{z-index:10001;width:250px;animation:.2s ease-out scale-in-34f987d4;position:relative}.fluekit-action-group[data-v-34f987d4]{-webkit-backdrop-filter:blur(20px);background:#f9f9f9c7;border-radius:14px;margin-bottom:16px;overflow:hidden}.fluekit-context-menu-action[data-v-34f987d4]{text-align:center;cursor:pointer;background:0 0;border-bottom:.5px solid #0000001a;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.fluekit-context-menu-action[data-v-34f987d4]:last-child{border-bottom:none}.fluekit-context-menu-action[data-v-34f987d4]:active{background:#0000001a}.action-text[data-v-34f987d4]{color:#007aff;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px}.is-destructive .action-text[data-v-34f987d4]{color:#ff3b30}.is-default .action-text[data-v-34f987d4]{font-weight:600}.cancel-group[data-v-34f987d4]{margin-top:8px}.cancel-action .action-text[data-v-34f987d4]{font-weight:600}.fade-enter-active[data-v-34f987d4],.fade-leave-active[data-v-34f987d4]{transition:opacity .2s}.fade-enter-from[data-v-34f987d4],.fade-leave-to[data-v-34f987d4]{opacity:0}@keyframes scale-in-34f987d4{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}
2
2
  /*$vite$:1*/
package/dist/index.d.ts CHANGED
@@ -14,6 +14,7 @@ export { default as GestureDetector } from './GestureDetector';
14
14
  export { default as GridView } from './GridView';
15
15
  export { default as IgnorePointer } from './IgnorePointer';
16
16
  export { default as Image } from './Image';
17
+ export { default as Icon } from './Icon';
17
18
  export { default as ListView } from './ListView';
18
19
  export { default as Opacity } from './Opacity';
19
20
  export { default as Padding } from './Padding';
package/dist/index.js CHANGED
@@ -1018,7 +1018,7 @@ var GestureDetector_default = defineComponent({
1018
1018
  return e ? e.type === Text ? h("span", E, [e]) : isHtmlTag(e) ? cloneVNode(e, E) : e : null;
1019
1019
  };
1020
1020
  }
1021
- }), _hoisted_1$10 = ["disabled"], Button_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
1021
+ }), _hoisted_1$11 = ["disabled"], Button_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
1022
1022
  inheritAttrs: !1,
1023
1023
  __name: "Button",
1024
1024
  props: {
@@ -1027,6 +1027,7 @@ var GestureDetector_default = defineComponent({
1027
1027
  default: !1
1028
1028
  },
1029
1029
  behavior: { default: "opaque" },
1030
+ text: {},
1030
1031
  style: {},
1031
1032
  variant: {},
1032
1033
  color: {},
@@ -1043,9 +1044,9 @@ var GestureDetector_default = defineComponent({
1043
1044
  "tap-cancel"
1044
1045
  ],
1045
1046
  setup(e, { emit: C }) {
1046
- let w = e, T = C, E = useAttrs(), D = useStyles(), A = useSafeAttrs(), j = useGestureEvents(), N = ref(!1), P = computed(() => D.value.pointerEvents == "none" ? A.value : {
1047
- ...A.value,
1048
- ...j || {}
1047
+ let w = e, T = C, E = useStyles(), D = useSafeAttrs(), A = useGestureEvents(), j = ref(!1), N = computed(() => E.value.pointerEvents == "none" ? D.value : {
1048
+ ...D.value,
1049
+ ...A || {}
1049
1050
  }), F = useGestureStyle(w.behavior), I = computed(() => {
1050
1051
  let e = { position: "relative" }, C = {};
1051
1052
  return w.variant === "ios" && (C = {
@@ -1055,20 +1056,20 @@ var GestureDetector_default = defineComponent({
1055
1056
  }),
1056
1057
  shape: w.borderRadius || BorderRadius.all(8),
1057
1058
  backgroundColor: w.disabled ? w.disabledColor : w.color || "transparent",
1058
- opacity: N.value ? w.pressedOpacity : 1
1059
- }), Object.assign(e, D.value), Object.assign(e, buttonStyleToStyle(C)), Object.assign(e, buttonStyleToStyle(w.style)), Object.assign(e, F), e;
1059
+ opacity: j.value ? w.pressedOpacity : 1
1060
+ }), Object.assign(e, E.value), Object.assign(e, buttonStyleToStyle(C)), Object.assign(e, buttonStyleToStyle(w.style)), Object.assign(e, F), w.disabled && (e.pointerEvents = "none", (w.color || w.disabledColor) && (e.backgroundColor = w.disabledColor || w.color)), j.value && (e.opacity = w.pressedOpacity), e;
1060
1061
  }), L = (e) => {
1061
- w.disabled || (w.variant === "ios" && (N.value = !0), T("tap-down", e));
1062
+ w.disabled || (w.variant === "ios" && (j.value = !0), T("tap-down", e));
1062
1063
  }, R = (e) => {
1063
- N.value = !1, T("tap-up", e);
1064
+ j.value = !1, T("tap-up", e);
1064
1065
  }, z = (e) => {
1065
- N.value = !1, T("tap-cancel", e);
1066
+ j.value = !1, T("tap-cancel", e);
1066
1067
  }, V = () => {
1067
1068
  w.disabled || T("pressed");
1068
1069
  }, H = () => {
1069
1070
  w.disabled || T("long-press");
1070
1071
  };
1071
- return (C, w) => (openBlock(), createBlock(GestureDetector_default, {
1072
+ return (C, T) => (openBlock(), createBlock(GestureDetector_default, {
1072
1073
  behavior: e.behavior,
1073
1074
  onTap: V,
1074
1075
  onLongPress: H,
@@ -1077,10 +1078,10 @@ var GestureDetector_default = defineComponent({
1077
1078
  onTapCancel: z
1078
1079
  }, {
1079
1080
  default: withCtx(() => [createElementVNode("button", mergeProps({
1080
- class: ["fluekit-button", unref(E).class],
1081
+ class: "fluekit-button",
1081
1082
  style: I.value,
1082
1083
  disabled: e.disabled
1083
- }, P.value), [renderSlot(C.$slots, "default", {}, void 0, !0)], 16, _hoisted_1$10)]),
1084
+ }, N.value), [renderSlot(C.$slots, "default", {}, () => [createTextVNode(toDisplayString(w.text), 1)], !0)], 16, _hoisted_1$11)]),
1084
1085
  _: 3
1085
1086
  }, 8, ["behavior"]));
1086
1087
  }
@@ -1088,7 +1089,7 @@ var GestureDetector_default = defineComponent({
1088
1089
  let w = e.__vccOpts || e;
1089
1090
  for (let [e, T] of C) w[e] = T;
1090
1091
  return w;
1091
- }, Button_default = /* @__PURE__ */ __plugin_vue_export_helper_default(Button_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-2bc95a68"]]), Card_default = /* @__PURE__ */ defineComponent({
1092
+ }, Button_default = /* @__PURE__ */ __plugin_vue_export_helper_default(Button_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-0af78380"]]), Card_default = /* @__PURE__ */ defineComponent({
1092
1093
  __name: "Card",
1093
1094
  props: {
1094
1095
  color: { default: "#ffffff" },
@@ -1502,7 +1503,7 @@ function createAssetImage(e) {
1502
1503
  ...w
1503
1504
  });
1504
1505
  }
1505
- var _hoisted_1$9 = ["src", "alt"], Image_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
1506
+ var _hoisted_1$10 = ["src", "alt"], Image_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
1506
1507
  inheritAttrs: !1,
1507
1508
  __name: "Image",
1508
1509
  props: {
@@ -1560,9 +1561,58 @@ var _hoisted_1$9 = ["src", "alt"], Image_default = /* @__PURE__ */ __plugin_vue_
1560
1561
  alt: e.alt,
1561
1562
  onLoad: P,
1562
1563
  onError: F
1563
- }, null, 44, _hoisted_1$9)], 16));
1564
+ }, null, 44, _hoisted_1$10)], 16));
1565
+ }
1566
+ }), [["__scopeId", "data-v-ce382550"]]), _hoisted_1$9 = ["aria-label"], _hoisted_2$4 = ["width", "height"], _hoisted_3$3 = ["d"], Icon_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
1567
+ inheritAttrs: !1,
1568
+ __name: "Icon",
1569
+ props: {
1570
+ icon: {},
1571
+ size: { default: 24 },
1572
+ color: {},
1573
+ semanticLabel: {}
1574
+ },
1575
+ setup(e) {
1576
+ let C = e, w = computed(() => typeof C.icon == "object" || typeof C.icon == "function"), T = computed(() => typeof C.icon == "string" && C.icon.trim().length > 0), E = computed(() => {
1577
+ let e = px2vw(C.size);
1578
+ return {
1579
+ display: "inline-flex",
1580
+ alignItems: "center",
1581
+ justifyContent: "center",
1582
+ width: e,
1583
+ height: e,
1584
+ fontSize: e,
1585
+ color: C.color || "inherit",
1586
+ lineHeight: 1,
1587
+ verticalAlign: "middle"
1588
+ };
1589
+ });
1590
+ return (C, D) => (openBlock(), createElementBlock("div", mergeProps({
1591
+ class: "fluekit-icon",
1592
+ style: E.value,
1593
+ role: "img",
1594
+ "aria-label": e.semanticLabel
1595
+ }, C.$attrs), [renderSlot(C.$slots, "default", {}, () => [w.value ? (openBlock(), createBlock(resolveDynamicComponent(e.icon), {
1596
+ key: 0,
1597
+ width: e.size,
1598
+ height: e.size,
1599
+ fill: e.color,
1600
+ class: "icon-svg"
1601
+ }, null, 8, [
1602
+ "width",
1603
+ "height",
1604
+ "fill"
1605
+ ])) : T.value ? (openBlock(), createElementBlock("svg", {
1606
+ key: 1,
1607
+ width: e.size,
1608
+ height: e.size,
1609
+ viewBox: "0 0 24 24",
1610
+ fill: "currentColor",
1611
+ xmlns: "http://www.w3.org/2000/svg",
1612
+ class: "icon-svg"
1613
+ }, [createElementVNode("path", { d: e.icon }, null, 8, _hoisted_3$3)], 8, _hoisted_2$4)) : createCommentVNode("", !0)], !0)], 16, _hoisted_1$9));
1564
1614
  }
1565
- }), [["__scopeId", "data-v-ce382550"]]), _hoisted_1$8 = {
1615
+ }), [["__scopeId", "data-v-34336b05"]]), _hoisted_1$8 = {
1566
1616
  key: 0,
1567
1617
  class: "list-view-separator"
1568
1618
  }, ListView_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
@@ -3709,7 +3759,7 @@ var MediaQuery_default = /* @__PURE__ */ defineComponent({
3709
3759
  "padding"
3710
3760
  ])]));
3711
3761
  }
3712
- }), [["__scopeId", "data-v-8ab29823"]]), _hoisted_1$2 = { class: "snackbar-overlay" }, SnackBarComponent_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
3762
+ }), [["__scopeId", "data-v-b5a5c6bf"]]), _hoisted_1$2 = { class: "snackbar-overlay" }, SnackBarComponent_default = /* @__PURE__ */ __plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
3713
3763
  __name: "SnackBarComponent",
3714
3764
  props: {
3715
3765
  content: {},
@@ -4063,4 +4113,4 @@ var MediaQuery_default = /* @__PURE__ */ defineComponent({
4063
4113
  }
4064
4114
  }), [["__scopeId", "data-v-34f987d4"]]);
4065
4115
  setTransform(!1);
4066
- export { AlertDialog_default as AlertDialog, Align_default as Align, Alignment, AnimatedContainer_default as AnimatedContainer, AnimatedOpacity_default as AnimatedOpacity, AppBar_default as AppBar, AssetImage, BlurStyle, Border, BorderRadius, BorderSide, BottomNavigationBar_default as BottomNavigationBar, BottomSheet_default as BottomSheet, Box_default as Box, BoxAlignment, BoxConstraints, BoxDecoration, BoxFit, BoxShadow, BoxShape, Builder_default as Builder, Button_default as Button, ButtonStyle, Card_default as Card, Center_default as Center, Checkbox_default as Checkbox, CheckboxGroup_default as CheckboxGroup, Clip, ClipOval_default as ClipOval, ClipRRect_default as ClipRRect, Column_default as Column, Container_default as Container, CrossAxisAlignment, CupertinoActivityIndicator_default as CupertinoActivityIndicator, CupertinoContextMenu_default as CupertinoContextMenu, CupertinoNavigationBar_default as CupertinoNavigationBar, CupertinoPageScaffold_default as CupertinoPageScaffold, DecorationImage, Divider_default as Divider, EdgeInsets, Expanded_default as Expanded, Fixed_default as Fixed, FlexBox_default as FlexBox, FontStyle, FontWeight, GestureDetector_default as GestureDetector, GridView_default as GridView, IgnorePointer_default as IgnorePointer, Image_default as Image, InkWell_default as InkWell, LayoutBuilder_default as LayoutBuilder, LinearGradient, ListTile_default as ListTile, ListView_default as ListView, MainAxisAlignment, Matrix4, MediaQuery_default as MediaQuery, MediaQueryKey, MemoryImage, NetworkImage, Opacity_default as Opacity, Orientation, OutlineInputBorder, Padding_default as Padding, Positioned_default as Positioned, RadialGradient, Radio_default as Radio, RadioGroup_default as RadioGroup, RadioListTile_default as RadioListTile, RangeSlider_default as RangeSlider, Row_default as Row, SafeArea_default as SafeArea, Scaffold_default as Scaffold, ScrollView_default as ScrollView, SegmentedControl_default as SegmentedControl, Size, SizedBox_default as SizedBox, Slider_default as Slider, SnackBar, Spacer_default as Spacer, Stack_default as Stack, StackFit, Sticky_default as Sticky, Switch_default as Switch, Text_default as Text, TextAlign, TextArea_default as TextArea, TextBaseline, TextDecoration, TextDecorationStyle, TextDirection, TextField_default as TextField, TextOverflow, TextStyle, TileMode, Transform_default as Transform, UnderlineInputBorder, Wrap_default as Wrap, borderRadiusToStyle, borderSideToStyle, borderToStyle, boxConstraintsToStyle, boxDecorationToStyle, boxShadowToCSS, buttonStyleToStyle, createAssetImage, decorationImageToStyle, edgeInsetsToStyle, isBorderRadius, isBorderSide, isBorders, isBoxConstraints, isBoxDecoration, isBoxShadow, isEdgeInsets, isImageProvider, isTextStyle, marginToStyle, matrix4ToCSSStyle, normalizeSrc, paddingToStyle, px2vw, setAssetBaseURL, setBaseUrl, setDefaultVW, setTransform, sizeToStyle, toCSSStyle as textStyleToCSSStyle, toCSSStyle, useMediaQuery };
4116
+ export { AlertDialog_default as AlertDialog, Align_default as Align, Alignment, AnimatedContainer_default as AnimatedContainer, AnimatedOpacity_default as AnimatedOpacity, AppBar_default as AppBar, AssetImage, BlurStyle, Border, BorderRadius, BorderSide, BottomNavigationBar_default as BottomNavigationBar, BottomSheet_default as BottomSheet, Box_default as Box, BoxAlignment, BoxConstraints, BoxDecoration, BoxFit, BoxShadow, BoxShape, Builder_default as Builder, Button_default as Button, ButtonStyle, Card_default as Card, Center_default as Center, Checkbox_default as Checkbox, CheckboxGroup_default as CheckboxGroup, Clip, ClipOval_default as ClipOval, ClipRRect_default as ClipRRect, Column_default as Column, Container_default as Container, CrossAxisAlignment, CupertinoActivityIndicator_default as CupertinoActivityIndicator, CupertinoContextMenu_default as CupertinoContextMenu, CupertinoNavigationBar_default as CupertinoNavigationBar, CupertinoPageScaffold_default as CupertinoPageScaffold, DecorationImage, Divider_default as Divider, EdgeInsets, Expanded_default as Expanded, Fixed_default as Fixed, FlexBox_default as FlexBox, FontStyle, FontWeight, GestureDetector_default as GestureDetector, GridView_default as GridView, Icon_default as Icon, IgnorePointer_default as IgnorePointer, Image_default as Image, InkWell_default as InkWell, LayoutBuilder_default as LayoutBuilder, LinearGradient, ListTile_default as ListTile, ListView_default as ListView, MainAxisAlignment, Matrix4, MediaQuery_default as MediaQuery, MediaQueryKey, MemoryImage, NetworkImage, Opacity_default as Opacity, Orientation, OutlineInputBorder, Padding_default as Padding, Positioned_default as Positioned, RadialGradient, Radio_default as Radio, RadioGroup_default as RadioGroup, RadioListTile_default as RadioListTile, RangeSlider_default as RangeSlider, Row_default as Row, SafeArea_default as SafeArea, Scaffold_default as Scaffold, ScrollView_default as ScrollView, SegmentedControl_default as SegmentedControl, Size, SizedBox_default as SizedBox, Slider_default as Slider, SnackBar, Spacer_default as Spacer, Stack_default as Stack, StackFit, Sticky_default as Sticky, Switch_default as Switch, Text_default as Text, TextAlign, TextArea_default as TextArea, TextBaseline, TextDecoration, TextDecorationStyle, TextDirection, TextField_default as TextField, TextOverflow, TextStyle, TileMode, Transform_default as Transform, UnderlineInputBorder, Wrap_default as Wrap, borderRadiusToStyle, borderSideToStyle, borderToStyle, boxConstraintsToStyle, boxDecorationToStyle, boxShadowToCSS, buttonStyleToStyle, createAssetImage, decorationImageToStyle, edgeInsetsToStyle, isBorderRadius, isBorderSide, isBorders, isBoxConstraints, isBoxDecoration, isBoxShadow, isEdgeInsets, isImageProvider, isTextStyle, marginToStyle, matrix4ToCSSStyle, normalizeSrc, paddingToStyle, px2vw, setAssetBaseURL, setBaseUrl, setDefaultVW, setTransform, sizeToStyle, toCSSStyle as textStyleToCSSStyle, toCSSStyle, useMediaQuery };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluekit",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "description": "A Flutter-style Layout UI kit for Vue",
5
5
  "homepage": "https://fi2zz.github.io/fluekit/",
6
6
  "repository": {