@tamagui/checkbox 1.88.19 → 1.88.21

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.
Files changed (31) hide show
  1. package/package.json +15 -15
  2. package/dist/cjs/CheckboxStyledContext.js +0 -25
  3. package/dist/cjs/CheckboxStyledContext.js.map +0 -6
  4. package/dist/cjs/CheckboxStyledContext.native.js +0 -30
  5. package/dist/cjs/CheckboxStyledContext.native.js.map +0 -6
  6. package/dist/cjs/createCheckbox.js +0 -149
  7. package/dist/cjs/createCheckbox.js.map +0 -6
  8. package/dist/cjs/createCheckbox.native.js +0 -155
  9. package/dist/cjs/createCheckbox.native.js.map +0 -6
  10. package/dist/esm/CheckboxStyledContext.js +0 -9
  11. package/dist/esm/CheckboxStyledContext.js.map +0 -6
  12. package/dist/esm/CheckboxStyledContext.mjs +0 -6
  13. package/dist/esm/CheckboxStyledContext.native.js +0 -30
  14. package/dist/esm/CheckboxStyledContext.native.js.map +0 -6
  15. package/dist/esm/createCheckbox.js +0 -140
  16. package/dist/esm/createCheckbox.js.map +0 -6
  17. package/dist/esm/createCheckbox.mjs +0 -127
  18. package/dist/esm/createCheckbox.native.js +0 -155
  19. package/dist/esm/createCheckbox.native.js.map +0 -6
  20. package/dist/jsx/CheckboxStyledContext.js +0 -9
  21. package/dist/jsx/CheckboxStyledContext.js.map +0 -6
  22. package/dist/jsx/CheckboxStyledContext.mjs +0 -6
  23. package/dist/jsx/CheckboxStyledContext.native.js +0 -30
  24. package/dist/jsx/CheckboxStyledContext.native.js.map +0 -6
  25. package/dist/jsx/createCheckbox.js +0 -140
  26. package/dist/jsx/createCheckbox.js.map +0 -6
  27. package/dist/jsx/createCheckbox.mjs +0 -127
  28. package/dist/jsx/createCheckbox.native.js +0 -155
  29. package/dist/jsx/createCheckbox.native.js.map +0 -6
  30. package/types/CheckboxStyledContext.d.ts.map +0 -1
  31. package/types/createCheckbox.d.ts.map +0 -1
@@ -1,155 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: !0 });
10
- }, __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from == "object" || typeof from == "function")
12
- for (let key of __getOwnPropNames(from))
13
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
- var createCheckbox_exports = {};
25
- __export(createCheckbox_exports, {
26
- CheckboxContext: () => CheckboxContext,
27
- createCheckbox: () => createCheckbox
28
- });
29
- module.exports = __toCommonJS(createCheckbox_exports);
30
- var import_checkbox_headless = require("@tamagui/checkbox-headless"), import_core = require("@tamagui/core"), import_font_size = require("@tamagui/font-size"), import_get_token = require("@tamagui/get-token"), import_helpers_tamagui = require("@tamagui/helpers-tamagui"), import_use_controllable_state = require("@tamagui/use-controllable-state"), import_react = __toESM(require("react")), import_Checkbox = require("./Checkbox"), import_CheckboxStyledContext = require("./CheckboxStyledContext"), import_jsx_runtime = require("react/jsx-runtime");
31
- const CheckboxContext = import_react.default.createContext({
32
- checked: !1,
33
- disabled: !1
34
- }), ensureContext = (x) => {
35
- x.context || (x.context = CheckboxContext);
36
- };
37
- function createCheckbox(createProps) {
38
- const {
39
- disableActiveTheme,
40
- Frame = import_Checkbox.CheckboxFrame,
41
- Indicator = import_Checkbox.CheckboxIndicatorFrame
42
- } = createProps;
43
- ensureContext(Frame), ensureContext(Indicator);
44
- const FrameComponent = Frame.styleable(
45
- function(_props, forwardedRef) {
46
- const {
47
- scaleSize = 0.45,
48
- sizeAdjust = 0,
49
- scaleIcon,
50
- checked: checkedProp,
51
- defaultChecked,
52
- onCheckedChange,
53
- native,
54
- unstyled = !1,
55
- ...props
56
- } = _props, propsActive = (0, import_core.useProps)(props), styledContext = import_react.default.useContext(import_CheckboxStyledContext.CheckboxStyledContext);
57
- let adjustedSize = 0, size = 0;
58
- unstyled || (adjustedSize = (0, import_core.getVariableValue)(
59
- (0, import_get_token.getSize)(propsActive.size ?? (styledContext == null ? void 0 : styledContext.size) ?? "$true", {
60
- shift: sizeAdjust
61
- })
62
- ), size = scaleSize ? Math.round(adjustedSize * scaleSize) : adjustedSize);
63
- const [checked = !1, setChecked] = (0, import_use_controllable_state.useControllableState)({
64
- prop: checkedProp,
65
- defaultProp: defaultChecked,
66
- onChange: onCheckedChange
67
- }), { checkboxProps, checkboxRef, bubbleInput } = (0, import_checkbox_headless.useCheckbox)(
68
- // @ts-ignore
69
- propsActive,
70
- [checked, setChecked],
71
- forwardedRef
72
- );
73
- return (0, import_core.shouldRenderNativePlatform)(native) === "web" ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
74
- "input",
75
- {
76
- type: "checkbox",
77
- defaultChecked: (0, import_checkbox_headless.isIndeterminate)(checked) ? !1 : checked,
78
- tabIndex: -1,
79
- ref: checkboxRef,
80
- disabled: checkboxProps.disabled,
81
- style: {
82
- appearance: "auto",
83
- accentColor: "var(--color6)",
84
- ...checkboxProps.style
85
- // TODO: any
86
- }
87
- }
88
- ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
89
- CheckboxContext.Provider,
90
- {
91
- value: {
92
- checked,
93
- disabled: checkboxProps.disabled
94
- },
95
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
96
- import_CheckboxStyledContext.CheckboxStyledContext.Provider,
97
- {
98
- size: propsActive.size ?? (styledContext == null ? void 0 : styledContext.size) ?? "$true",
99
- scaleIcon: scaleIcon ?? (styledContext == null ? void 0 : styledContext.scaleIcon) ?? 1,
100
- children: [
101
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
102
- Frame,
103
- {
104
- ...!unstyled && {
105
- width: size,
106
- height: size
107
- },
108
- tag: "button",
109
- ref: checkboxRef,
110
- ...unstyled === !1 && {
111
- size,
112
- theme: checked ? "active" : null
113
- },
114
- checked,
115
- disabled: checkboxProps.disabled,
116
- ...checkboxProps,
117
- children: propsActive.children
118
- }
119
- ),
120
- bubbleInput
121
- ]
122
- }
123
- )
124
- }
125
- );
126
- }
127
- ), IndicatorComponent = Indicator.styleable(
128
- (props, forwardedRef) => {
129
- const {
130
- // __scopeCheckbox,
131
- children: childrenProp,
132
- forceMount,
133
- disablePassStyles,
134
- unstyled = !1,
135
- ...indicatorProps
136
- } = props, styledContext = import_react.default.useContext(import_CheckboxStyledContext.CheckboxStyledContext);
137
- let children = childrenProp;
138
- if (!unstyled) {
139
- const iconSize = (typeof styledContext.size == "number" ? styledContext.size * 0.65 : (0, import_font_size.getFontSize)(styledContext.size)) * styledContext.scaleIcon, theme = (0, import_core.useTheme)(), getThemedIcon = (0, import_helpers_tamagui.useGetThemedIcon)({ size: iconSize, color: theme.color });
140
- children = import_react.default.Children.toArray(childrenProp).map((child) => disablePassStyles || !import_react.default.isValidElement(child) ? child : getThemedIcon(child));
141
- }
142
- const context = (0, import_react.useContext)(CheckboxContext);
143
- return forceMount || (0, import_checkbox_headless.isIndeterminate)(context.checked) || context.checked === !0 ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Indicator, { pointerEvents: "none", ...indicatorProps, ref: forwardedRef, children }) : null;
144
- }
145
- );
146
- return (0, import_core.withStaticProperties)(FrameComponent, {
147
- Indicator: IndicatorComponent
148
- });
149
- }
150
- // Annotate the CommonJS export names for ESM import in node:
151
- 0 && (module.exports = {
152
- CheckboxContext,
153
- createCheckbox
154
- });
155
- //# sourceMappingURL=createCheckbox.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/createCheckbox.tsx"],
4
- "mappings": "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",
5
- "names": ["React"]
6
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckboxStyledContext.d.ts","sourceRoot":"","sources":["../src/CheckboxStyledContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAG/C,eAAO,MAAM,qBAAqB;;;EAGhC,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"createCheckbox.d.ts","sourceRoot":"","sources":["../src/createCheckbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,kBAAkB,IAAI,0BAA0B,EACjD,MAAM,4BAA4B,CAAA;AAEnC,OAAO,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAA;AAYxE,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,KAAK,6BAA6B,GAAG;IACnC,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,KAAK,kBAAkB,GAAG,0BAA0B,GAAG;IACrD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,WAAW,CAAC,KAAK,CAAC,CAAA;CAC5B,CAAA;AACD,KAAK,iBAAiB,GAAG,UAAU,CAAA;AACnC,MAAM,MAAM,aAAa,GAAG,iBAAiB,GAAG,kBAAkB,CAAA;AAElE,KAAK,iBAAiB,GAAG,CACvB,KAAK,EAAE,kBAAkB,GAAG,6BAA6B,KACtD,GAAG,CAAA;AAER,KAAK,sCAAsC,GAAG,EAAE,CAAA;AAChD,KAAK,0BAA0B,GAAG,CAAC,KAAK,EAAE,sCAAsC,KAAK,GAAG,CAAA;AAExF,KAAK,0BAA0B,GAAG,UAAU,CAAA;AAC5C,KAAK,2BAA2B,GAAG;IACjC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,GAC7D,2BAA2B,CAAA;AAE7B,eAAO,MAAM,eAAe;aACjB,YAAY;;EAKrB,CAAA;AAQF,wBAAgB,cAAc,CAC5B,CAAC,SAAS,iBAAiB,EAC3B,CAAC,SAAS,0BAA0B,EACpC,WAAW,EAAE;IAAE,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAAC,SAAS,CAAC,EAAE,CAAC,CAAA;CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA0JxE"}