@teamturing/react-kit 1.2.1 → 1.2.3

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.
@@ -0,0 +1,53 @@
1
+ import { __exports as reactJsxRuntime_production_min } from '../../../_virtual/react-jsx-runtime.production.min.js';
2
+ import React__default from 'react';
3
+
4
+ /**
5
+ * @license React
6
+ * react-jsx-runtime.production.min.js
7
+ *
8
+ * Copyright (c) Facebook, Inc. and its affiliates.
9
+ *
10
+ * This source code is licensed under the MIT license found in the
11
+ * LICENSE file in the root directory of this source tree.
12
+ */
13
+ var hasRequiredReactJsxRuntime_production_min;
14
+ function requireReactJsxRuntime_production_min() {
15
+ if (hasRequiredReactJsxRuntime_production_min) return reactJsxRuntime_production_min;
16
+ hasRequiredReactJsxRuntime_production_min = 1;
17
+ var f = React__default,
18
+ k = Symbol.for("react.element"),
19
+ l = Symbol.for("react.fragment"),
20
+ m = Object.prototype.hasOwnProperty,
21
+ n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,
22
+ p = {
23
+ key: !0,
24
+ ref: !0,
25
+ __self: !0,
26
+ __source: !0
27
+ };
28
+ function q(c, a, g) {
29
+ var b,
30
+ d = {},
31
+ e = null,
32
+ h = null;
33
+ void 0 !== g && (e = "" + g);
34
+ void 0 !== a.key && (e = "" + a.key);
35
+ void 0 !== a.ref && (h = a.ref);
36
+ for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
37
+ if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
38
+ return {
39
+ $$typeof: k,
40
+ type: c,
41
+ key: e,
42
+ ref: h,
43
+ props: d,
44
+ _owner: n.current
45
+ };
46
+ }
47
+ reactJsxRuntime_production_min.Fragment = l;
48
+ reactJsxRuntime_production_min.jsx = q;
49
+ reactJsxRuntime_production_min.jsxs = q;
50
+ return reactJsxRuntime_production_min;
51
+ }
52
+
53
+ export { requireReactJsxRuntime_production_min as __require };
@@ -0,0 +1,12 @@
1
+ import { __module as jsxRuntime } from '../../_virtual/jsx-runtime.js';
2
+ import { __require as requireReactJsxRuntime_production_min } from './cjs/react-jsx-runtime.production.min.js';
3
+ import { __require as requireReactJsxRuntime_development } from './cjs/react-jsx-runtime.development.js';
4
+
5
+ if (process.env.NODE_ENV === 'production') {
6
+ jsxRuntime.exports = requireReactJsxRuntime_production_min();
7
+ } else {
8
+ jsxRuntime.exports = requireReactJsxRuntime_development();
9
+ }
10
+ var jsxRuntimeExports = jsxRuntime.exports;
11
+
12
+ export { jsxRuntimeExports as j };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/react-kit",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
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",
@@ -34,19 +34,19 @@
34
34
  "@types/styled-system__css": "^5.0.17",
35
35
  "csstype": "^3.1.2",
36
36
  "react": "^18.2.0",
37
- "styled-components": "^6.0.7",
38
- "styled-system": "^5.1.5"
37
+ "styled-components": "^6.0.7"
39
38
  },
40
39
  "peerDependencies": {
41
40
  "@styled-system/css": "^5.1.5",
42
41
  "@types/styled-system": "^5.1.17",
43
42
  "@types/styled-system__css": "^5.0.17",
44
43
  "react": "*",
45
- "styled-system": "^5.1.5"
44
+ "styled-component": "*"
46
45
  },
47
46
  "dependencies": {
48
47
  "@teamturing/icons": "^1.17.6",
49
- "@teamturing/token-studio": "^1.1.6"
48
+ "@teamturing/token-studio": "^1.1.6",
49
+ "styled-system": "^5.1.5"
50
50
  },
51
- "gitHead": "00ef0cf88d4889abf15328c2bf47ab830e8cead3"
51
+ "gitHead": "6caa1ad5a9e4de618caf305b9b26ae46c40455c2"
52
52
  }
@@ -1,16 +0,0 @@
1
- function _extends() {
2
- _extends = Object.assign ? Object.assign.bind() : function (target) {
3
- for (var i = 1; i < arguments.length; i++) {
4
- var source = arguments[i];
5
- for (var key in source) {
6
- if (Object.prototype.hasOwnProperty.call(source, key)) {
7
- target[key] = source[key];
8
- }
9
- }
10
- }
11
- return target;
12
- };
13
- return _extends.apply(this, arguments);
14
- }
15
-
16
- export { _extends as extends };