@tamagui/web 1.57.1 → 1.57.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.
Files changed (83) hide show
  1. package/dist/cjs/createComponent.js +23 -7
  2. package/dist/cjs/createComponent.js.map +1 -1
  3. package/dist/cjs/helpers/ThemeManager.js +1 -1
  4. package/dist/cjs/helpers/getSplitStyles.js +43 -4
  5. package/dist/cjs/helpers/getSplitStyles.js.map +1 -1
  6. package/dist/esm/createComponent.js +23 -7
  7. package/dist/esm/createComponent.js.map +1 -1
  8. package/dist/esm/helpers/ThemeManager.js +1 -1
  9. package/dist/esm/helpers/getSplitStyles.js +43 -4
  10. package/dist/esm/helpers/getSplitStyles.js.map +1 -1
  11. package/package.json +10 -10
  12. package/src/createComponent.tsx +29 -3
  13. package/src/helpers/ThemeManager.tsx +1 -1
  14. package/src/helpers/getSplitStyles.tsx +56 -10
  15. package/types/createComponent.d.ts.map +1 -1
  16. package/types/helpers/createChainedWeakCache.d.ts +1 -1
  17. package/types/helpers/getSplitStyles.d.ts.map +1 -1
  18. package/dist/cjs/CSSColorNames.js +0 -17
  19. package/dist/cjs/CSSColorNames.js.map +0 -6
  20. package/dist/cjs/GetRef.js +0 -17
  21. package/dist/cjs/GetRef.js.map +0 -6
  22. package/dist/cjs/Role.js +0 -17
  23. package/dist/cjs/Role.js.map +0 -6
  24. package/dist/cjs/contexts/AnimationDriverContext.js +0 -30
  25. package/dist/cjs/contexts/AnimationDriverContext.js.map +0 -6
  26. package/dist/cjs/contexts/ButtonNestingContext.js +0 -30
  27. package/dist/cjs/contexts/ButtonNestingContext.js.map +0 -6
  28. package/dist/cjs/contexts/FontLanguageContext.js +0 -30
  29. package/dist/cjs/contexts/FontLanguageContext.js.map +0 -6
  30. package/dist/cjs/contexts/TextAncestorContext.js +0 -30
  31. package/dist/cjs/contexts/TextAncestorContext.js.map +0 -6
  32. package/dist/cjs/helpers/useShallowSetState.js +0 -39
  33. package/dist/cjs/helpers/useShallowSetState.js.map +0 -6
  34. package/dist/cjs/types/CSSColorNames.js +0 -17
  35. package/dist/cjs/types/CSSColorNames.js.map +0 -6
  36. package/dist/cjs/types/GetRef.js +0 -17
  37. package/dist/cjs/types/GetRef.js.map +0 -6
  38. package/dist/cjs/types/Role.js +0 -17
  39. package/dist/cjs/types/Role.js.map +0 -6
  40. package/dist/esm/CSSColorNames.js +0 -1
  41. package/dist/esm/CSSColorNames.js.map +0 -6
  42. package/dist/esm/GetRef.js +0 -1
  43. package/dist/esm/GetRef.js.map +0 -6
  44. package/dist/esm/Role.js +0 -1
  45. package/dist/esm/Role.js.map +0 -6
  46. package/dist/esm/contexts/AnimationDriverContext.js +0 -6
  47. package/dist/esm/contexts/AnimationDriverContext.js.map +0 -6
  48. package/dist/esm/contexts/ButtonNestingContext.js +0 -6
  49. package/dist/esm/contexts/ButtonNestingContext.js.map +0 -6
  50. package/dist/esm/contexts/FontLanguageContext.js +0 -6
  51. package/dist/esm/contexts/FontLanguageContext.js.map +0 -6
  52. package/dist/esm/contexts/TextAncestorContext.js +0 -6
  53. package/dist/esm/contexts/TextAncestorContext.js.map +0 -6
  54. package/dist/esm/helpers/useShallowSetState.js +0 -15
  55. package/dist/esm/helpers/useShallowSetState.js.map +0 -6
  56. package/dist/esm/types/CSSColorNames.js +0 -1
  57. package/dist/esm/types/CSSColorNames.js.map +0 -6
  58. package/dist/esm/types/GetRef.js +0 -1
  59. package/dist/esm/types/GetRef.js.map +0 -6
  60. package/dist/esm/types/Role.js +0 -1
  61. package/dist/esm/types/Role.js.map +0 -6
  62. package/types/CSSColorNames.d.ts +0 -2
  63. package/types/CSSColorNames.d.ts.map +0 -1
  64. package/types/GetRef.d.ts +0 -23
  65. package/types/GetRef.d.ts.map +0 -1
  66. package/types/Role.d.ts +0 -2
  67. package/types/Role.d.ts.map +0 -1
  68. package/types/contexts/AnimationDriverContext.d.ts +0 -4
  69. package/types/contexts/AnimationDriverContext.d.ts.map +0 -1
  70. package/types/contexts/ButtonNestingContext.d.ts +0 -3
  71. package/types/contexts/ButtonNestingContext.d.ts.map +0 -1
  72. package/types/contexts/FontLanguageContext.d.ts +0 -5
  73. package/types/contexts/FontLanguageContext.d.ts.map +0 -1
  74. package/types/contexts/TextAncestorContext.d.ts +0 -3
  75. package/types/contexts/TextAncestorContext.d.ts.map +0 -1
  76. package/types/helpers/useShallowSetState.d.ts +0 -4
  77. package/types/helpers/useShallowSetState.d.ts.map +0 -1
  78. package/types/types/CSSColorNames.d.ts +0 -2
  79. package/types/types/CSSColorNames.d.ts.map +0 -1
  80. package/types/types/GetRef.d.ts +0 -6
  81. package/types/types/GetRef.d.ts.map +0 -1
  82. package/types/types/Role.d.ts +0 -2
  83. package/types/types/Role.d.ts.map +0 -1
@@ -1,30 +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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var AnimationDriverContext_exports = {};
20
- __export(AnimationDriverContext_exports, {
21
- AnimationDriverContext: () => AnimationDriverContext
22
- });
23
- module.exports = __toCommonJS(AnimationDriverContext_exports);
24
- var import_react = require("react");
25
- const AnimationDriverContext = (0, import_react.createContext)(null);
26
- // Annotate the CommonJS export names for ESM import in node:
27
- 0 && (module.exports = {
28
- AnimationDriverContext
29
- });
30
- //# sourceMappingURL=AnimationDriverContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/AnimationDriverContext.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAIvB,MAAM,6BAAyB,4BAAsC,IAAI;",
5
- "names": []
6
- }
@@ -1,30 +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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var ButtonNestingContext_exports = {};
20
- __export(ButtonNestingContext_exports, {
21
- ButtonNestingContext: () => ButtonNestingContext
22
- });
23
- module.exports = __toCommonJS(ButtonNestingContext_exports);
24
- var import_react = require("react");
25
- const ButtonNestingContext = (0, import_react.createContext)(false);
26
- // Annotate the CommonJS export names for ESM import in node:
27
- 0 && (module.exports = {
28
- ButtonNestingContext
29
- });
30
- //# sourceMappingURL=ButtonNestingContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/ButtonNestingContext.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAEvB,MAAM,2BAAuB,4BAAc,KAAK;",
5
- "names": []
6
- }
@@ -1,30 +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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var FontLanguageContext_exports = {};
20
- __export(FontLanguageContext_exports, {
21
- FontLanguageContext: () => FontLanguageContext
22
- });
23
- module.exports = __toCommonJS(FontLanguageContext_exports);
24
- var import_react = require("react");
25
- const FontLanguageContext = (0, import_react.createContext)(null);
26
- // Annotate the CommonJS export names for ESM import in node:
27
- 0 && (module.exports = {
28
- FontLanguageContext
29
- });
30
- //# sourceMappingURL=FontLanguageContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/FontLanguageContext.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAIvB,MAAM,0BAAsB,4BAA0C,IAAI;",
5
- "names": []
6
- }
@@ -1,30 +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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var TextAncestorContext_exports = {};
20
- __export(TextAncestorContext_exports, {
21
- TextAncestorContext: () => TextAncestorContext
22
- });
23
- module.exports = __toCommonJS(TextAncestorContext_exports);
24
- var import_react = require("react");
25
- const TextAncestorContext = (0, import_react.createContext)(false);
26
- // Annotate the CommonJS export names for ESM import in node:
27
- 0 && (module.exports = {
28
- TextAncestorContext
29
- });
30
- //# sourceMappingURL=TextAncestorContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/TextAncestorContext.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAEvB,MAAM,0BAAsB,4BAAc,KAAK;",
5
- "names": []
6
- }
@@ -1,39 +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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var useShallowSetState_exports = {};
20
- __export(useShallowSetState_exports, {
21
- useShallowSetState: () => useShallowSetState
22
- });
23
- module.exports = __toCommonJS(useShallowSetState_exports);
24
- function useShallowSetState(setter) {
25
- return (next) => setter((prev) => shallow(prev, next));
26
- }
27
- function shallow(prev, next) {
28
- for (const key in next) {
29
- if (prev[key] !== next[key]) {
30
- return { ...prev, ...next };
31
- }
32
- }
33
- return prev;
34
- }
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {
37
- useShallowSetState
38
- });
39
- //# sourceMappingURL=useShallowSetState.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/helpers/useShallowSetState.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAIO,SAAS,mBACd,QACA;AACA,SAAO,CAAC,SAAyB,OAAO,CAAC,SAAS,QAAQ,MAAM,IAAI,CAAC;AACvE;AAEA,SAAS,QAAQ,MAAM,MAAM;AAC3B,aAAW,OAAO,MAAM;AACtB,QAAI,KAAK,GAAG,MAAM,KAAK,GAAG,GAAG;AAC3B,aAAO,EAAE,GAAG,MAAM,GAAG,KAAK;AAAA,IAC5B;AAAA,EACF;AACA,SAAO;AACT;",
5
- "names": []
6
- }
@@ -1,17 +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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
- var CSSColorNames_exports = {};
16
- module.exports = __toCommonJS(CSSColorNames_exports);
17
- //# sourceMappingURL=CSSColorNames.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/types/CSSColorNames.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
5
- "names": []
6
- }
@@ -1,17 +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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
- var GetRef_exports = {};
16
- module.exports = __toCommonJS(GetRef_exports);
17
- //# sourceMappingURL=GetRef.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/types/GetRef.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
5
- "names": []
6
- }
@@ -1,17 +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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
- var Role_exports = {};
16
- module.exports = __toCommonJS(Role_exports);
17
- //# sourceMappingURL=Role.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/types/Role.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=CSSColorNames.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=GetRef.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
package/dist/esm/Role.js DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Role.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { createContext } from "react";
2
- const AnimationDriverContext = createContext(null);
3
- export {
4
- AnimationDriverContext
5
- };
6
- //# sourceMappingURL=AnimationDriverContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/AnimationDriverContext.tsx"],
4
- "mappings": "AAAA,SAAS,qBAAqB;AAIvB,MAAM,yBAAyB,cAAsC,IAAI;",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { createContext } from "react";
2
- const ButtonNestingContext = createContext(false);
3
- export {
4
- ButtonNestingContext
5
- };
6
- //# sourceMappingURL=ButtonNestingContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/ButtonNestingContext.tsx"],
4
- "mappings": "AAAA,SAAS,qBAAqB;AAEvB,MAAM,uBAAuB,cAAc,KAAK;",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { createContext } from "react";
2
- const FontLanguageContext = createContext(null);
3
- export {
4
- FontLanguageContext
5
- };
6
- //# sourceMappingURL=FontLanguageContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/FontLanguageContext.tsx"],
4
- "mappings": "AAAA,SAAS,qBAAqB;AAIvB,MAAM,sBAAsB,cAA0C,IAAI;",
5
- "names": []
6
- }
@@ -1,6 +0,0 @@
1
- import { createContext } from "react";
2
- const TextAncestorContext = createContext(false);
3
- export {
4
- TextAncestorContext
5
- };
6
- //# sourceMappingURL=TextAncestorContext.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/contexts/TextAncestorContext.tsx"],
4
- "mappings": "AAAA,SAAS,qBAAqB;AAEvB,MAAM,sBAAsB,cAAc,KAAK;",
5
- "names": []
6
- }
@@ -1,15 +0,0 @@
1
- function useShallowSetState(setter) {
2
- return (next) => setter((prev) => shallow(prev, next));
3
- }
4
- function shallow(prev, next) {
5
- for (const key in next) {
6
- if (prev[key] !== next[key]) {
7
- return { ...prev, ...next };
8
- }
9
- }
10
- return prev;
11
- }
12
- export {
13
- useShallowSetState
14
- };
15
- //# sourceMappingURL=useShallowSetState.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/helpers/useShallowSetState.tsx"],
4
- "mappings": "AAIO,SAAS,mBACd,QACA;AACA,SAAO,CAAC,SAAyB,OAAO,CAAC,SAAS,QAAQ,MAAM,IAAI,CAAC;AACvE;AAEA,SAAS,QAAQ,MAAM,MAAM;AAC3B,aAAW,OAAO,MAAM;AACtB,QAAI,KAAK,GAAG,MAAM,KAAK,GAAG,GAAG;AAC3B,aAAO,EAAE,GAAG,MAAM,GAAG,KAAK;AAAA,IAC5B;AAAA,EACF;AACA,SAAO;AACT;",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=CSSColorNames.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=GetRef.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Role.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
@@ -1,2 +0,0 @@
1
- export type CSSColorNames = 'aliceblue' | 'antiquewhite' | 'aqua' | 'aquamarine' | 'azure' | 'beige' | 'bisque' | 'black' | 'blanchedalmond' | 'blue' | 'blueviolet' | 'brown' | 'burlywood' | 'cadetblue' | 'chartreuse' | 'chocolate' | 'coral' | 'cornflowerblue' | 'cornsilk' | 'crimson' | 'cyan' | 'darkblue' | 'darkcyan' | 'darkgoldenrod' | 'darkgray' | 'darkgreen' | 'darkkhaki' | 'darkmagenta' | 'darkolivegreen' | 'darkorange' | 'darkorchid' | 'darkred' | 'darksalmon' | 'darkseagreen' | 'darkslateblue' | 'darkslategray' | 'darkturquoise' | 'darkviolet' | 'deeppink' | 'deepskyblue' | 'dimgray' | 'dodgerblue' | 'firebrick' | 'floralwhite' | 'forestgreen' | 'fuchsia' | 'gainsboro' | 'ghostwhite' | 'gold' | 'goldenrod' | 'gray' | 'green' | 'greenyellow' | 'honeydew' | 'hotpink' | 'indianred ' | 'indigo ' | 'ivory' | 'khaki' | 'lavender' | 'lavenderblush' | 'lawngreen' | 'lemonchiffon' | 'lightblue' | 'lightcoral' | 'lightcyan' | 'lightgoldenrodyellow' | 'lightgrey' | 'lightgreen' | 'lightpink' | 'lightsalmon' | 'lightseagreen' | 'lightskyblue' | 'lightslategray' | 'lightsteelblue' | 'lightyellow' | 'lime' | 'limegreen' | 'linen' | 'magenta' | 'maroon' | 'mediumaquamarine' | 'mediumblue' | 'mediumorchid' | 'mediumpurple' | 'mediumseagreen' | 'mediumslateblue' | 'mediumspringgreen' | 'mediumturquoise' | 'mediumvioletred' | 'midnightblue' | 'mintcream' | 'mistyrose' | 'moccasin' | 'navajowhite' | 'navy' | 'oldlace' | 'olive' | 'olivedrab' | 'orange' | 'orangered' | 'orchid' | 'palegoldenrod' | 'palegreen' | 'paleturquoise' | 'palevioletred' | 'papayawhip' | 'peachpuff' | 'peru' | 'pink' | 'plum' | 'powderblue' | 'purple' | 'red' | 'rosybrown' | 'royalblue' | 'saddlebrown' | 'salmon' | 'sandybrown' | 'seagreen' | 'seashell' | 'sienna' | 'silver' | 'skyblue' | 'slateblue' | 'slategray' | 'snow' | 'springgreen' | 'steelblue' | 'tan' | 'teal' | 'thistle' | 'tomato' | 'turquoise' | 'violet' | 'wheat' | 'white' | 'whitesmoke' | 'yellow' | 'yellowgreen';
2
- //# sourceMappingURL=CSSColorNames.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CSSColorNames.d.ts","sourceRoot":"","sources":["../src/CSSColorNames.tsx"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GACrB,WAAW,GACX,cAAc,GACd,MAAM,GACN,YAAY,GACZ,OAAO,GACP,OAAO,GACP,QAAQ,GACR,OAAO,GACP,gBAAgB,GAChB,MAAM,GACN,YAAY,GACZ,OAAO,GACP,WAAW,GACX,WAAW,GACX,YAAY,GACZ,WAAW,GACX,OAAO,GACP,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,MAAM,GACN,UAAU,GACV,UAAU,GACV,eAAe,GACf,UAAU,GACV,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,cAAc,GACd,eAAe,GACf,eAAe,GACf,eAAe,GACf,YAAY,GACZ,UAAU,GACV,aAAa,GACb,SAAS,GACT,YAAY,GACZ,WAAW,GACX,aAAa,GACb,aAAa,GACb,SAAS,GACT,WAAW,GACX,YAAY,GACZ,MAAM,GACN,WAAW,GACX,MAAM,GACN,OAAO,GACP,aAAa,GACb,UAAU,GACV,SAAS,GACT,YAAY,GACZ,UAAU,GACV,OAAO,GACP,OAAO,GACP,UAAU,GACV,eAAe,GACf,WAAW,GACX,cAAc,GACd,WAAW,GACX,YAAY,GACZ,WAAW,GACX,sBAAsB,GACtB,WAAW,GACX,YAAY,GACZ,WAAW,GACX,aAAa,GACb,eAAe,GACf,cAAc,GACd,gBAAgB,GAChB,gBAAgB,GAChB,aAAa,GACb,MAAM,GACN,WAAW,GACX,OAAO,GACP,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,WAAW,GACX,UAAU,GACV,aAAa,GACb,MAAM,GACN,SAAS,GACT,OAAO,GACP,WAAW,GACX,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,eAAe,GACf,WAAW,GACX,eAAe,GACf,eAAe,GACf,YAAY,GACZ,WAAW,GACX,MAAM,GACN,MAAM,GACN,MAAM,GACN,YAAY,GACZ,QAAQ,GACR,KAAK,GACL,WAAW,GACX,WAAW,GACX,aAAa,GACb,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,WAAW,GACX,WAAW,GACX,MAAM,GACN,aAAa,GACb,WAAW,GACX,KAAK,GACL,MAAM,GACN,SAAS,GACT,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,OAAO,GACP,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,aAAa,CAAA"}
package/types/GetRef.d.ts DELETED
@@ -1,23 +0,0 @@
1
- import { Component, JSXElementConstructor, Ref } from 'react'
2
-
3
- import { TamaguiComponent } from '../types'
4
- export type GetRef<C> = C extends TamaguiComponent<any, infer Ref>
5
- ? Ref
6
- : C extends new (props: any) => Component
7
- ? InstanceType<C>
8
- : C extends abstract new (...args: any) => any
9
- ? InstanceType<C>
10
- : C extends Component
11
- ? C
12
- : (
13
- C extends JSXElementConstructor<{
14
- ref?: infer R
15
- }>
16
- ? R
17
- : C extends keyof JSX.IntrinsicElements
18
- ? JSX.IntrinsicElements[C]['ref']
19
- : unknown
20
- ) extends Ref<infer T> | string | undefined
21
- ? T
22
- : unknown
23
- //# sourceMappingURL=GetRef.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetRef.d.ts","sourceRoot":"","sources":["../src/GetRef.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAI1C,MAAM,MAAM,MAAM,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAC9D,GAAG,GACH,CAAC,SAAS,KAAK,KAAK,EAAE,GAAG,KAAK,SAAS,GACvC,YAAY,CAAC,CAAC,CAAC,GACf,CAAC,SAAS,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,GAC5C,YAAY,CAAC,CAAC,CAAC,GACf,CAAC,SAAS,SAAS,GACnB,CAAC,GACD,CACE,CAAC,SAAS,qBAAqB,CAAC;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC,CAAA;CAAE,CAAC,GAC9C,CAAC,GACD,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,GACrC,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAC/B,OAAO,CACZ,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,MAAM,GAAG,SAAS,GAC3C,CAAC,GACD,OAAO,CAAA"}
package/types/Role.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export type Role = 'alert' | 'alertdialog' | 'application' | 'article' | 'banner' | 'button' | 'cell' | 'checkbox' | 'columnheader' | 'combobox' | 'complementary' | 'contentinfo' | 'definition' | 'dialog' | 'directory' | 'document' | 'feed' | 'figure' | 'form' | 'grid' | 'group' | 'heading' | 'img' | 'link' | 'list' | 'listitem' | 'log' | 'main' | 'marquee' | 'math' | 'menu' | 'menubar' | 'menuitem' | 'meter' | 'navigation' | 'none' | 'note' | 'option' | 'presentation' | 'progressbar' | 'radio' | 'radiogroup' | 'region' | 'row' | 'rowgroup' | 'rowheader' | 'scrollbar' | 'searchbox' | 'separator' | 'slider' | 'spinbutton' | 'status' | 'summary' | 'switch' | 'tab' | 'table' | 'tablist' | 'tabpanel' | 'term' | 'timer' | 'toolbar' | 'tooltip' | 'tree' | 'treegrid' | 'treeitem';
2
- //# sourceMappingURL=Role.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../src/Role.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GACZ,OAAO,GACP,aAAa,GACb,aAAa,GACb,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,UAAU,GACV,cAAc,GACd,UAAU,GACV,eAAe,GACf,aAAa,GACb,YAAY,GACZ,QAAQ,GACR,WAAW,GACX,UAAU,GACV,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,GACT,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,GACV,KAAK,GACL,MAAM,GACN,SAAS,GACT,MAAM,GACN,MAAM,GACN,SAAS,GACT,UAAU,GACV,OAAO,GACP,YAAY,GACZ,MAAM,GACN,MAAM,GACN,QAAQ,GACR,cAAc,GACd,aAAa,GACb,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,KAAK,GACL,UAAU,GACV,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,QAAQ,GACR,YAAY,GACZ,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,KAAK,GACL,OAAO,GACP,SAAS,GACT,UAAU,GACV,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,GACT,MAAM,GACN,UAAU,GACV,UAAU,CAAA"}
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { AnimationDriver } from '../types';
3
- export declare const AnimationDriverContext: import("react").Context<AnimationDriver | null>;
4
- //# sourceMappingURL=AnimationDriverContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AnimationDriverContext.d.ts","sourceRoot":"","sources":["../../src/contexts/AnimationDriverContext.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,UAAU,CAAA;AAE1C,eAAO,MAAM,sBAAsB,iDAA8C,CAAA"}
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ButtonNestingContext: import("react").Context<boolean>;
3
- //# sourceMappingURL=ButtonNestingContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ButtonNestingContext.d.ts","sourceRoot":"","sources":["../../src/contexts/ButtonNestingContext.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,oBAAoB,kCAAuB,CAAA"}
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const FontLanguageContext: import("react").Context<Partial<{
3
- [x: string]: import("..").FontLanguages;
4
- }> | null>;
5
- //# sourceMappingURL=FontLanguageContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FontLanguageContext.d.ts","sourceRoot":"","sources":["../../src/contexts/FontLanguageContext.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,mBAAmB;;UAAkD,CAAA"}
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const TextAncestorContext: import("react").Context<boolean>;
3
- //# sourceMappingURL=TextAncestorContext.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TextAncestorContext.d.ts","sourceRoot":"","sources":["../../src/contexts/TextAncestorContext.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,mBAAmB,kCAAuB,CAAA"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { TamaguiComponentState } from '../types';
3
- export declare function useShallowSetState<State extends TamaguiComponentState>(setter: React.Dispatch<React.SetStateAction<State>>): (next: Partial<State>) => void;
4
- //# sourceMappingURL=useShallowSetState.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useShallowSetState.d.ts","sourceRoot":"","sources":["../../src/helpers/useShallowSetState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,wBAAgB,kBAAkB,CAAC,KAAK,SAAS,qBAAqB,EACpE,MAAM,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,UAErC,QAAQ,KAAK,CAAC,UAC7B"}
@@ -1,2 +0,0 @@
1
- export type CSSColorNames = 'aliceblue' | 'antiquewhite' | 'aqua' | 'aquamarine' | 'azure' | 'beige' | 'bisque' | 'black' | 'blanchedalmond' | 'blue' | 'blueviolet' | 'brown' | 'burlywood' | 'cadetblue' | 'chartreuse' | 'chocolate' | 'coral' | 'cornflowerblue' | 'cornsilk' | 'crimson' | 'cyan' | 'darkblue' | 'darkcyan' | 'darkgoldenrod' | 'darkgray' | 'darkgreen' | 'darkkhaki' | 'darkmagenta' | 'darkolivegreen' | 'darkorange' | 'darkorchid' | 'darkred' | 'darksalmon' | 'darkseagreen' | 'darkslateblue' | 'darkslategray' | 'darkturquoise' | 'darkviolet' | 'deeppink' | 'deepskyblue' | 'dimgray' | 'dodgerblue' | 'firebrick' | 'floralwhite' | 'forestgreen' | 'fuchsia' | 'gainsboro' | 'ghostwhite' | 'gold' | 'goldenrod' | 'gray' | 'green' | 'greenyellow' | 'honeydew' | 'hotpink' | 'indianred ' | 'indigo ' | 'ivory' | 'khaki' | 'lavender' | 'lavenderblush' | 'lawngreen' | 'lemonchiffon' | 'lightblue' | 'lightcoral' | 'lightcyan' | 'lightgoldenrodyellow' | 'lightgrey' | 'lightgreen' | 'lightpink' | 'lightsalmon' | 'lightseagreen' | 'lightskyblue' | 'lightslategray' | 'lightsteelblue' | 'lightyellow' | 'lime' | 'limegreen' | 'linen' | 'magenta' | 'maroon' | 'mediumaquamarine' | 'mediumblue' | 'mediumorchid' | 'mediumpurple' | 'mediumseagreen' | 'mediumslateblue' | 'mediumspringgreen' | 'mediumturquoise' | 'mediumvioletred' | 'midnightblue' | 'mintcream' | 'mistyrose' | 'moccasin' | 'navajowhite' | 'navy' | 'oldlace' | 'olive' | 'olivedrab' | 'orange' | 'orangered' | 'orchid' | 'palegoldenrod' | 'palegreen' | 'paleturquoise' | 'palevioletred' | 'papayawhip' | 'peachpuff' | 'peru' | 'pink' | 'plum' | 'powderblue' | 'purple' | 'red' | 'rosybrown' | 'royalblue' | 'saddlebrown' | 'salmon' | 'sandybrown' | 'seagreen' | 'seashell' | 'sienna' | 'silver' | 'skyblue' | 'slateblue' | 'slategray' | 'snow' | 'springgreen' | 'steelblue' | 'tan' | 'teal' | 'thistle' | 'tomato' | 'turquoise' | 'violet' | 'wheat' | 'white' | 'whitesmoke' | 'yellow' | 'yellowgreen';
2
- //# sourceMappingURL=CSSColorNames.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CSSColorNames.d.ts","sourceRoot":"","sources":["../../src/types/CSSColorNames.tsx"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GACrB,WAAW,GACX,cAAc,GACd,MAAM,GACN,YAAY,GACZ,OAAO,GACP,OAAO,GACP,QAAQ,GACR,OAAO,GACP,gBAAgB,GAChB,MAAM,GACN,YAAY,GACZ,OAAO,GACP,WAAW,GACX,WAAW,GACX,YAAY,GACZ,WAAW,GACX,OAAO,GACP,gBAAgB,GAChB,UAAU,GACV,SAAS,GACT,MAAM,GACN,UAAU,GACV,UAAU,GACV,eAAe,GACf,UAAU,GACV,WAAW,GACX,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,YAAY,GACZ,YAAY,GACZ,SAAS,GACT,YAAY,GACZ,cAAc,GACd,eAAe,GACf,eAAe,GACf,eAAe,GACf,YAAY,GACZ,UAAU,GACV,aAAa,GACb,SAAS,GACT,YAAY,GACZ,WAAW,GACX,aAAa,GACb,aAAa,GACb,SAAS,GACT,WAAW,GACX,YAAY,GACZ,MAAM,GACN,WAAW,GACX,MAAM,GACN,OAAO,GACP,aAAa,GACb,UAAU,GACV,SAAS,GACT,YAAY,GACZ,UAAU,GACV,OAAO,GACP,OAAO,GACP,UAAU,GACV,eAAe,GACf,WAAW,GACX,cAAc,GACd,WAAW,GACX,YAAY,GACZ,WAAW,GACX,sBAAsB,GACtB,WAAW,GACX,YAAY,GACZ,WAAW,GACX,aAAa,GACb,eAAe,GACf,cAAc,GACd,gBAAgB,GAChB,gBAAgB,GAChB,aAAa,GACb,MAAM,GACN,WAAW,GACX,OAAO,GACP,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,YAAY,GACZ,cAAc,GACd,cAAc,GACd,gBAAgB,GAChB,iBAAiB,GACjB,mBAAmB,GACnB,iBAAiB,GACjB,iBAAiB,GACjB,cAAc,GACd,WAAW,GACX,WAAW,GACX,UAAU,GACV,aAAa,GACb,MAAM,GACN,SAAS,GACT,OAAO,GACP,WAAW,GACX,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,eAAe,GACf,WAAW,GACX,eAAe,GACf,eAAe,GACf,YAAY,GACZ,WAAW,GACX,MAAM,GACN,MAAM,GACN,MAAM,GACN,YAAY,GACZ,QAAQ,GACR,KAAK,GACL,WAAW,GACX,WAAW,GACX,aAAa,GACb,QAAQ,GACR,YAAY,GACZ,UAAU,GACV,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,WAAW,GACX,WAAW,GACX,MAAM,GACN,aAAa,GACb,WAAW,GACX,KAAK,GACL,MAAM,GACN,SAAS,GACT,QAAQ,GACR,WAAW,GACX,QAAQ,GACR,OAAO,GACP,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,aAAa,CAAA"}
@@ -1,6 +0,0 @@
1
- import { Component, JSXElementConstructor, Ref } from 'react';
2
- import { TamaguiComponent } from '../types';
3
- export type GetRef<C> = C extends TamaguiComponent<any, infer Ref> ? Ref : C extends new (props: any) => Component ? InstanceType<C> : C extends abstract new (...args: any) => any ? InstanceType<C> : C extends Component ? C : (C extends JSXElementConstructor<{
4
- ref?: infer R;
5
- }> ? R : C extends keyof JSX.IntrinsicElements ? JSX.IntrinsicElements[C]['ref'] : unknown) extends Ref<infer T> | string | undefined ? T : unknown;
6
- //# sourceMappingURL=GetRef.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GetRef.d.ts","sourceRoot":"","sources":["../../src/types/GetRef.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAE7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAI3C,MAAM,MAAM,MAAM,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,GAC9D,GAAG,GACH,CAAC,SAAS,KAAK,KAAK,EAAE,GAAG,KAAK,SAAS,GACvC,YAAY,CAAC,CAAC,CAAC,GACf,CAAC,SAAS,QAAQ,MAAM,GAAG,IAAI,EAAE,GAAG,KAAK,GAAG,GAC5C,YAAY,CAAC,CAAC,CAAC,GACf,CAAC,SAAS,SAAS,GACnB,CAAC,GACD,CACE,CAAC,SAAS,qBAAqB,CAAC;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC,CAAA;CAAE,CAAC,GAC9C,CAAC,GACD,CAAC,SAAS,MAAM,GAAG,CAAC,iBAAiB,GACrC,GAAG,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAC/B,OAAO,CACZ,SAAS,GAAG,CAAC,MAAM,CAAC,CAAC,GAAG,MAAM,GAAG,SAAS,GAC3C,CAAC,GACD,OAAO,CAAA"}
@@ -1,2 +0,0 @@
1
- export type Role = 'alert' | 'alertdialog' | 'application' | 'article' | 'banner' | 'button' | 'cell' | 'checkbox' | 'columnheader' | 'combobox' | 'complementary' | 'contentinfo' | 'definition' | 'dialog' | 'directory' | 'document' | 'feed' | 'figure' | 'form' | 'grid' | 'group' | 'heading' | 'img' | 'link' | 'list' | 'listitem' | 'log' | 'main' | 'marquee' | 'math' | 'menu' | 'menubar' | 'menuitem' | 'meter' | 'navigation' | 'none' | 'note' | 'option' | 'presentation' | 'progressbar' | 'radio' | 'radiogroup' | 'region' | 'row' | 'rowgroup' | 'rowheader' | 'scrollbar' | 'searchbox' | 'separator' | 'slider' | 'spinbutton' | 'status' | 'summary' | 'switch' | 'tab' | 'table' | 'tablist' | 'tabpanel' | 'term' | 'timer' | 'toolbar' | 'tooltip' | 'tree' | 'treegrid' | 'treeitem';
2
- //# sourceMappingURL=Role.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Role.d.ts","sourceRoot":"","sources":["../../src/types/Role.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,IAAI,GACZ,OAAO,GACP,aAAa,GACb,aAAa,GACb,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,UAAU,GACV,cAAc,GACd,UAAU,GACV,eAAe,GACf,aAAa,GACb,YAAY,GACZ,QAAQ,GACR,WAAW,GACX,UAAU,GACV,MAAM,GACN,QAAQ,GACR,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,GACT,KAAK,GACL,MAAM,GACN,MAAM,GACN,UAAU,GACV,KAAK,GACL,MAAM,GACN,SAAS,GACT,MAAM,GACN,MAAM,GACN,SAAS,GACT,UAAU,GACV,OAAO,GACP,YAAY,GACZ,MAAM,GACN,MAAM,GACN,QAAQ,GACR,cAAc,GACd,aAAa,GACb,OAAO,GACP,YAAY,GACZ,QAAQ,GACR,KAAK,GACL,UAAU,GACV,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,QAAQ,GACR,YAAY,GACZ,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,KAAK,GACL,OAAO,GACP,SAAS,GACT,UAAU,GACV,MAAM,GACN,OAAO,GACP,SAAS,GACT,SAAS,GACT,MAAM,GACN,UAAU,GACV,UAAU,CAAA"}