@teamturing/react-kit 2.5.0 → 2.6.0
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/core/Button/index.d.ts +1 -1
- package/dist/core/GradientText/index.d.ts +11 -12
- package/dist/core/Grid/index.d.ts +2 -2
- package/dist/core/IconButton/index.d.ts +1 -1
- package/dist/core/ItemList/index.d.ts +2 -2
- package/dist/core/Spinner/index.d.ts +116 -116
- package/dist/core/Stack/index.d.ts +2 -2
- package/dist/core/TextInput/index.d.ts +39 -0
- package/dist/core/Textarea/index.d.ts +9 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +708 -8
- package/esm/_virtual/index.js +3 -0
- package/esm/_virtual/react-is.development.js +3 -0
- package/esm/_virtual/react-is.production.min.js +3 -0
- package/esm/core/TextInput/index.js +220 -0
- package/esm/core/Textarea/index.js +158 -0
- package/esm/index.js +2 -0
- package/esm/node_modules/react-is/cjs/react-is.development.js +211 -0
- package/esm/node_modules/react-is/cjs/react-is.production.min.js +123 -0
- package/esm/node_modules/react-is/index.js +12 -0
- package/package.json +4 -2
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
import { __exports as reactIs_production_min } from '../../../_virtual/react-is.production.min.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* react-is.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var hasRequiredReactIs_production_min;
|
|
13
|
+
function requireReactIs_production_min() {
|
|
14
|
+
if (hasRequiredReactIs_production_min) return reactIs_production_min;
|
|
15
|
+
hasRequiredReactIs_production_min = 1;
|
|
16
|
+
var b = Symbol.for("react.element"),
|
|
17
|
+
c = Symbol.for("react.portal"),
|
|
18
|
+
d = Symbol.for("react.fragment"),
|
|
19
|
+
e = Symbol.for("react.strict_mode"),
|
|
20
|
+
f = Symbol.for("react.profiler"),
|
|
21
|
+
g = Symbol.for("react.provider"),
|
|
22
|
+
h = Symbol.for("react.context"),
|
|
23
|
+
k = Symbol.for("react.server_context"),
|
|
24
|
+
l = Symbol.for("react.forward_ref"),
|
|
25
|
+
m = Symbol.for("react.suspense"),
|
|
26
|
+
n = Symbol.for("react.suspense_list"),
|
|
27
|
+
p = Symbol.for("react.memo"),
|
|
28
|
+
q = Symbol.for("react.lazy"),
|
|
29
|
+
t = Symbol.for("react.offscreen"),
|
|
30
|
+
u;
|
|
31
|
+
u = Symbol.for("react.module.reference");
|
|
32
|
+
function v(a) {
|
|
33
|
+
if ("object" === typeof a && null !== a) {
|
|
34
|
+
var r = a.$$typeof;
|
|
35
|
+
switch (r) {
|
|
36
|
+
case b:
|
|
37
|
+
switch (a = a.type, a) {
|
|
38
|
+
case d:
|
|
39
|
+
case f:
|
|
40
|
+
case e:
|
|
41
|
+
case m:
|
|
42
|
+
case n:
|
|
43
|
+
return a;
|
|
44
|
+
default:
|
|
45
|
+
switch (a = a && a.$$typeof, a) {
|
|
46
|
+
case k:
|
|
47
|
+
case h:
|
|
48
|
+
case l:
|
|
49
|
+
case q:
|
|
50
|
+
case p:
|
|
51
|
+
case g:
|
|
52
|
+
return a;
|
|
53
|
+
default:
|
|
54
|
+
return r;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
case c:
|
|
58
|
+
return r;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
reactIs_production_min.ContextConsumer = h;
|
|
63
|
+
reactIs_production_min.ContextProvider = g;
|
|
64
|
+
reactIs_production_min.Element = b;
|
|
65
|
+
reactIs_production_min.ForwardRef = l;
|
|
66
|
+
reactIs_production_min.Fragment = d;
|
|
67
|
+
reactIs_production_min.Lazy = q;
|
|
68
|
+
reactIs_production_min.Memo = p;
|
|
69
|
+
reactIs_production_min.Portal = c;
|
|
70
|
+
reactIs_production_min.Profiler = f;
|
|
71
|
+
reactIs_production_min.StrictMode = e;
|
|
72
|
+
reactIs_production_min.Suspense = m;
|
|
73
|
+
reactIs_production_min.SuspenseList = n;
|
|
74
|
+
reactIs_production_min.isAsyncMode = function () {
|
|
75
|
+
return !1;
|
|
76
|
+
};
|
|
77
|
+
reactIs_production_min.isConcurrentMode = function () {
|
|
78
|
+
return !1;
|
|
79
|
+
};
|
|
80
|
+
reactIs_production_min.isContextConsumer = function (a) {
|
|
81
|
+
return v(a) === h;
|
|
82
|
+
};
|
|
83
|
+
reactIs_production_min.isContextProvider = function (a) {
|
|
84
|
+
return v(a) === g;
|
|
85
|
+
};
|
|
86
|
+
reactIs_production_min.isElement = function (a) {
|
|
87
|
+
return "object" === typeof a && null !== a && a.$$typeof === b;
|
|
88
|
+
};
|
|
89
|
+
reactIs_production_min.isForwardRef = function (a) {
|
|
90
|
+
return v(a) === l;
|
|
91
|
+
};
|
|
92
|
+
reactIs_production_min.isFragment = function (a) {
|
|
93
|
+
return v(a) === d;
|
|
94
|
+
};
|
|
95
|
+
reactIs_production_min.isLazy = function (a) {
|
|
96
|
+
return v(a) === q;
|
|
97
|
+
};
|
|
98
|
+
reactIs_production_min.isMemo = function (a) {
|
|
99
|
+
return v(a) === p;
|
|
100
|
+
};
|
|
101
|
+
reactIs_production_min.isPortal = function (a) {
|
|
102
|
+
return v(a) === c;
|
|
103
|
+
};
|
|
104
|
+
reactIs_production_min.isProfiler = function (a) {
|
|
105
|
+
return v(a) === f;
|
|
106
|
+
};
|
|
107
|
+
reactIs_production_min.isStrictMode = function (a) {
|
|
108
|
+
return v(a) === e;
|
|
109
|
+
};
|
|
110
|
+
reactIs_production_min.isSuspense = function (a) {
|
|
111
|
+
return v(a) === m;
|
|
112
|
+
};
|
|
113
|
+
reactIs_production_min.isSuspenseList = function (a) {
|
|
114
|
+
return v(a) === n;
|
|
115
|
+
};
|
|
116
|
+
reactIs_production_min.isValidElementType = function (a) {
|
|
117
|
+
return "string" === typeof a || "function" === typeof a || a === d || a === f || a === e || a === m || a === n || a === t || "object" === typeof a && null !== a && (a.$$typeof === q || a.$$typeof === p || a.$$typeof === g || a.$$typeof === h || a.$$typeof === l || a.$$typeof === u || void 0 !== a.getModuleId) ? !0 : !1;
|
|
118
|
+
};
|
|
119
|
+
reactIs_production_min.typeOf = v;
|
|
120
|
+
return reactIs_production_min;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export { requireReactIs_production_min as __require };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __module as reactIs } from '../../_virtual/index.js';
|
|
2
|
+
import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
|
|
3
|
+
import { __require as requireReactIs_development } from './cjs/react-is.development.js';
|
|
4
|
+
|
|
5
|
+
if (process.env.NODE_ENV === 'production') {
|
|
6
|
+
reactIs.exports = requireReactIs_production_min();
|
|
7
|
+
} else {
|
|
8
|
+
reactIs.exports = requireReactIs_development();
|
|
9
|
+
}
|
|
10
|
+
var reactIsExports = reactIs.exports;
|
|
11
|
+
|
|
12
|
+
export { reactIsExports as r };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"@styled-system/css": "^5.1.5",
|
|
34
34
|
"@types/lodash.debounce": "^4.0.7",
|
|
35
35
|
"@types/lodash.throttle": "^4.1.7",
|
|
36
|
+
"@types/react-is": "^18.2.2",
|
|
36
37
|
"@types/styled-system": "^5.1.17",
|
|
37
38
|
"@types/styled-system__css": "^5.0.17",
|
|
38
39
|
"csstype": "^3.1.2",
|
|
@@ -53,7 +54,8 @@
|
|
|
53
54
|
"framer-motion": "^10.16.4",
|
|
54
55
|
"lodash.debounce": "^4.0.8",
|
|
55
56
|
"lodash.throttle": "^4.1.1",
|
|
57
|
+
"react-is": "^18.2.0",
|
|
56
58
|
"styled-system": "^5.1.5"
|
|
57
59
|
},
|
|
58
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "be233f11d0a213ec0625cb20893dbbff146480d3"
|
|
59
61
|
}
|