@tamagui/toast 1.74.7 → 1.74.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/toast",
3
- "version": "1.74.7",
3
+ "version": "1.74.9",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -31,24 +31,24 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/animate-presence": "1.74.7",
35
- "@tamagui/compose-refs": "1.74.7",
36
- "@tamagui/core": "1.74.7",
37
- "@tamagui/create-context": "1.74.7",
38
- "@tamagui/dismissable": "1.74.7",
39
- "@tamagui/polyfill-dev": "1.74.7",
40
- "@tamagui/portal": "1.74.7",
41
- "@tamagui/stacks": "1.74.7",
42
- "@tamagui/text": "1.74.7",
43
- "@tamagui/use-controllable-state": "1.74.7",
44
- "@tamagui/visually-hidden": "1.74.7"
34
+ "@tamagui/animate-presence": "1.74.9",
35
+ "@tamagui/compose-refs": "1.74.9",
36
+ "@tamagui/core": "1.74.9",
37
+ "@tamagui/create-context": "1.74.9",
38
+ "@tamagui/dismissable": "1.74.9",
39
+ "@tamagui/polyfill-dev": "1.74.9",
40
+ "@tamagui/portal": "1.74.9",
41
+ "@tamagui/stacks": "1.74.9",
42
+ "@tamagui/text": "1.74.9",
43
+ "@tamagui/use-controllable-state": "1.74.9",
44
+ "@tamagui/visually-hidden": "1.74.9"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": "*",
48
48
  "react-native": "*"
49
49
  },
50
50
  "devDependencies": {
51
- "@tamagui/build": "1.74.7",
51
+ "@tamagui/build": "1.74.9",
52
52
  "burnt": "^0.11.0",
53
53
  "react": "^18.2.0",
54
54
  "react-native": "^0.72.1"
@@ -1,25 +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 TOAST_CONTEXT_exports = {};
16
- __export(TOAST_CONTEXT_exports, {
17
- TOAST_CONTEXT: () => TOAST_CONTEXT
18
- });
19
- module.exports = __toCommonJS(TOAST_CONTEXT_exports);
20
- const TOAST_CONTEXT = "Toast";
21
- // Annotate the CommonJS export names for ESM import in node:
22
- 0 && (module.exports = {
23
- TOAST_CONTEXT
24
- });
25
- //# sourceMappingURL=TOAST_CONTEXT.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/TOAST_CONTEXT.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,gBAAgB;",
5
- "names": []
6
- }
@@ -1,26 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var TOAST_CONTEXT_exports = {};
17
- __export(TOAST_CONTEXT_exports, {
18
- TOAST_CONTEXT: () => TOAST_CONTEXT
19
- });
20
- module.exports = __toCommonJS(TOAST_CONTEXT_exports);
21
- const TOAST_CONTEXT = "Toast";
22
- // Annotate the CommonJS export names for ESM import in node:
23
- 0 && (module.exports = {
24
- TOAST_CONTEXT
25
- });
26
- //# sourceMappingURL=TOAST_CONTEXT.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/TOAST_CONTEXT.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,gBAAgB;",
5
- "names": []
6
- }
@@ -1,5 +0,0 @@
1
- const TOAST_CONTEXT = "Toast";
2
- export {
3
- TOAST_CONTEXT
4
- };
5
- //# sourceMappingURL=TOAST_CONTEXT.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/TOAST_CONTEXT.tsx"],
4
- "mappings": "AAAO,MAAM,gBAAgB;",
5
- "names": []
6
- }
@@ -1,5 +0,0 @@
1
- const TOAST_CONTEXT = "Toast";
2
- export {
3
- TOAST_CONTEXT
4
- };
5
- //# sourceMappingURL=TOAST_CONTEXT.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/TOAST_CONTEXT.tsx"],
4
- "mappings": "AAAO,MAAM,gBAAgB;",
5
- "names": []
6
- }
@@ -1,5 +0,0 @@
1
- const TOAST_CONTEXT = "Toast";
2
- export {
3
- TOAST_CONTEXT
4
- };
5
- //# sourceMappingURL=TOAST_CONTEXT.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/TOAST_CONTEXT.tsx"],
4
- "mappings": "AAAO,MAAM,gBAAgB;",
5
- "names": []
6
- }
@@ -1,2 +0,0 @@
1
- export declare const TOAST_CONTEXT = "Toast";
2
- //# sourceMappingURL=TOAST_CONTEXT.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TOAST_CONTEXT.d.ts","sourceRoot":"","sources":["../src/TOAST_CONTEXT.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,UAAU,CAAA"}