@tamagui/toggle-group 2.0.0-rc.10 → 2.0.0-rc.11
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/package.json +15 -15
- package/dist/cjs/useToggleGroupItem.cjs +0 -27
- package/dist/cjs/useToggleGroupItem.js +0 -22
- package/dist/cjs/useToggleGroupItem.js.map +0 -6
- package/dist/cjs/useToggleGroupItem.native.js +0 -30
- package/dist/cjs/useToggleGroupItem.native.js.map +0 -1
- package/dist/esm/useToggleGroupItem.js +0 -6
- package/dist/esm/useToggleGroupItem.js.map +0 -6
- package/dist/esm/useToggleGroupItem.mjs +0 -4
- package/dist/esm/useToggleGroupItem.mjs.map +0 -1
- package/dist/esm/useToggleGroupItem.native.js +0 -4
- package/dist/esm/useToggleGroupItem.native.js.map +0 -1
- package/dist/jsx/useToggleGroupItem.js +0 -6
- package/dist/jsx/useToggleGroupItem.js.map +0 -6
- package/dist/jsx/useToggleGroupItem.mjs +0 -4
- package/dist/jsx/useToggleGroupItem.mjs.map +0 -1
- package/dist/jsx/useToggleGroupItem.native.js +0 -30
- package/dist/jsx/useToggleGroupItem.native.js.map +0 -1
- package/types/useToggleGroupItem.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/toggle-group",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.11",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"files": [
|
|
6
6
|
"src",
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"clean:build": "tamagui-build clean:build"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@tamagui/constants": "2.0.0-rc.
|
|
39
|
-
"@tamagui/create-context": "2.0.0-rc.
|
|
40
|
-
"@tamagui/focusable": "2.0.0-rc.
|
|
41
|
-
"@tamagui/font-size": "2.0.0-rc.
|
|
42
|
-
"@tamagui/get-token": "2.0.0-rc.
|
|
43
|
-
"@tamagui/helpers": "2.0.0-rc.
|
|
44
|
-
"@tamagui/helpers-tamagui": "2.0.0-rc.
|
|
45
|
-
"@tamagui/roving-focus": "2.0.0-rc.
|
|
46
|
-
"@tamagui/sizable-context": "2.0.0-rc.
|
|
47
|
-
"@tamagui/stacks": "2.0.0-rc.
|
|
48
|
-
"@tamagui/use-controllable-state": "2.0.0-rc.
|
|
49
|
-
"@tamagui/use-direction": "2.0.0-rc.
|
|
50
|
-
"@tamagui/web": "2.0.0-rc.
|
|
38
|
+
"@tamagui/constants": "2.0.0-rc.11",
|
|
39
|
+
"@tamagui/create-context": "2.0.0-rc.11",
|
|
40
|
+
"@tamagui/focusable": "2.0.0-rc.11",
|
|
41
|
+
"@tamagui/font-size": "2.0.0-rc.11",
|
|
42
|
+
"@tamagui/get-token": "2.0.0-rc.11",
|
|
43
|
+
"@tamagui/helpers": "2.0.0-rc.11",
|
|
44
|
+
"@tamagui/helpers-tamagui": "2.0.0-rc.11",
|
|
45
|
+
"@tamagui/roving-focus": "2.0.0-rc.11",
|
|
46
|
+
"@tamagui/sizable-context": "2.0.0-rc.11",
|
|
47
|
+
"@tamagui/stacks": "2.0.0-rc.11",
|
|
48
|
+
"@tamagui/use-controllable-state": "2.0.0-rc.11",
|
|
49
|
+
"@tamagui/use-direction": "2.0.0-rc.11",
|
|
50
|
+
"@tamagui/web": "2.0.0-rc.11"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@tamagui/build": "2.0.0-rc.
|
|
53
|
+
"@tamagui/build": "2.0.0-rc.11",
|
|
54
54
|
"react": ">=19"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all) __defProp(target, name, {
|
|
7
|
-
get: all[name],
|
|
8
|
-
enumerable: !0
|
|
9
|
-
});
|
|
10
|
-
},
|
|
11
|
-
__copyProps = (to, from, except, desc) => {
|
|
12
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
-
get: () => from[key],
|
|
14
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
-
});
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
-
value: !0
|
|
20
|
-
}), mod);
|
|
21
|
-
var useToggleGroupItem_exports = {};
|
|
22
|
-
__export(useToggleGroupItem_exports, {
|
|
23
|
-
useToggleGroupItem: () => useToggleGroupItem
|
|
24
|
-
});
|
|
25
|
-
module.exports = __toCommonJS(useToggleGroupItem_exports);
|
|
26
|
-
var import_context = require("./context.cjs");
|
|
27
|
-
const useToggleGroupItem = import_context.context.useStyledContext;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var useToggleGroupItem_exports = {};
|
|
16
|
-
__export(useToggleGroupItem_exports, {
|
|
17
|
-
useToggleGroupItem: () => useToggleGroupItem
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(useToggleGroupItem_exports);
|
|
20
|
-
var import_context = require("./context");
|
|
21
|
-
const useToggleGroupItem = import_context.context.useStyledContext;
|
|
22
|
-
//# sourceMappingURL=useToggleGroupItem.js.map
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all) __defProp(target, name, {
|
|
9
|
-
get: all[name],
|
|
10
|
-
enumerable: !0
|
|
11
|
-
});
|
|
12
|
-
},
|
|
13
|
-
__copyProps = (to, from, except, desc) => {
|
|
14
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
-
get: () => from[key],
|
|
16
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
-
});
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value: !0
|
|
22
|
-
}), mod);
|
|
23
|
-
var useToggleGroupItem_exports = {};
|
|
24
|
-
__export(useToggleGroupItem_exports, {
|
|
25
|
-
useToggleGroupItem: () => useToggleGroupItem
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(useToggleGroupItem_exports);
|
|
28
|
-
var import_context = require("./context.native.js"),
|
|
29
|
-
useToggleGroupItem = import_context.context.useStyledContext;
|
|
30
|
-
//# sourceMappingURL=useToggleGroupItem.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","useToggleGroupItem_exports","__export","useToggleGroupItem","module","exports","import_context","require","context","useStyledContext"],"sources":["../../src/useToggleGroupItem.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,0BAAA;AAAAC,QAAA,CAAAD,0BAAA;EAAAE,kBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAwB,CAAAK,0BAAA;AAEjB,IAAAK,cAAM,GAAAC,OAAqB;EAAAJ,kBAAQ,GAAAG,cAAA,CAAAE,OAAA,CAAAC,gBAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["context","useToggleGroupItem","useStyledContext"],"sources":["../../src/useToggleGroupItem.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,OAAA,QAAe;AAEjB,MAAMC,kBAAA,GAAqBD,OAAA,CAAQE,gBAAA","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["context","useToggleGroupItem","useStyledContext"],"sources":["../../src/useToggleGroupItem.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,OAAA,QAAe;AAEjB,IAAAC,kBAAM,GAAAD,OAAqB,CAAAE,gBAAQ","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["context","useToggleGroupItem","useStyledContext"],"sources":["../../src/useToggleGroupItem.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,OAAA,QAAe;AAEjB,MAAMC,kBAAA,GAAqBD,OAAA,CAAQE,gBAAA","ignoreList":[]}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __export = (target, all) => {
|
|
8
|
-
for (var name in all) __defProp(target, name, {
|
|
9
|
-
get: all[name],
|
|
10
|
-
enumerable: !0
|
|
11
|
-
});
|
|
12
|
-
},
|
|
13
|
-
__copyProps = (to, from, except, desc) => {
|
|
14
|
-
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
-
get: () => from[key],
|
|
16
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
-
});
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
-
value: !0
|
|
22
|
-
}), mod);
|
|
23
|
-
var useToggleGroupItem_exports = {};
|
|
24
|
-
__export(useToggleGroupItem_exports, {
|
|
25
|
-
useToggleGroupItem: () => useToggleGroupItem
|
|
26
|
-
});
|
|
27
|
-
module.exports = __toCommonJS(useToggleGroupItem_exports);
|
|
28
|
-
var import_context = require("./context.native.js"),
|
|
29
|
-
useToggleGroupItem = import_context.context.useStyledContext;
|
|
30
|
-
//# sourceMappingURL=useToggleGroupItem.native.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["__defProp","Object","defineProperty"],"sources":["../../src/useToggleGroupItem.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAS;;AAEF,IAAAA,SAAM,GAAAC,MAAA,CAAAC,cAA6B","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useToggleGroupItem.d.ts","sourceRoot":"","sources":["../src/useToggleGroupItem.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;CAA2B,CAAA"}
|