jy-headless 0.2.12 → 0.2.14
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 +1 -11
- package/version.txt +1 -1
- package/_virtual/_tslib.js +0 -35
- package/_virtual/index/index.js +0 -5
- package/_virtual/index/index2.js +0 -3
- package/_virtual/jsx-runtime/index.js +0 -5
- package/_virtual/jsx-runtime/index2.js +0 -3
- package/_virtual/jsx-runtime.js +0 -5
- package/_virtual/jsx-runtime2.js +0 -3
- package/_virtual/react-jsx-runtime.development/index.js +0 -3
- package/_virtual/react-jsx-runtime.development.js +0 -3
- package/_virtual/react-jsx-runtime.production/index.js +0 -3
- package/_virtual/react-jsx-runtime.production.js +0 -3
- package/_virtual/react.development/index.js +0 -3
- package/_virtual/react.production/index.js +0 -3
- package/buttons/Button/index.js +0 -20
- package/cjs/_virtual/_tslib.js +0 -37
- package/cjs/_virtual/index/index.js +0 -7
- package/cjs/_virtual/index/index2.js +0 -5
- package/cjs/_virtual/jsx-runtime/index.js +0 -7
- package/cjs/_virtual/jsx-runtime/index2.js +0 -5
- package/cjs/_virtual/jsx-runtime.js +0 -7
- package/cjs/_virtual/jsx-runtime2.js +0 -5
- package/cjs/_virtual/react-jsx-runtime.development/index.js +0 -5
- package/cjs/_virtual/react-jsx-runtime.development.js +0 -5
- package/cjs/_virtual/react-jsx-runtime.production/index.js +0 -5
- package/cjs/_virtual/react-jsx-runtime.production.js +0 -5
- package/cjs/_virtual/react.development/index.js +0 -5
- package/cjs/_virtual/react.production/index.js +0 -5
- package/cjs/buttons/Button/index.js +0 -22
- package/cjs/index/index.js +0 -7
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development/index.js +0 -668
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -668
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production/index.js +0 -46
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -46
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.development/index.js +0 -1535
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.production/index.js +0 -550
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/index/index.js +0 -21
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime/index.js +0 -21
- package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -21
- package/esm/_virtual/_tslib.js +0 -35
- package/esm/_virtual/jsx-runtime.js +0 -5
- package/esm/_virtual/jsx-runtime2.js +0 -3
- package/esm/_virtual/react-jsx-runtime.development.js +0 -3
- package/esm/_virtual/react-jsx-runtime.production.js +0 -3
- package/esm/buttons/Button.d.ts +0 -3
- package/esm/buttons/Button.js +0 -20
- package/esm/buttons/index.d.ts +0 -1
- package/esm/index.d.ts +0 -1
- package/esm/index.js +0 -1
- package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -666
- package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -44
- package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -19
- package/esm/types/buttons/types.d.ts +0 -6
- package/esm/types/index.d.ts +0 -1
- package/index/index.js +0 -1
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var reactJsxRuntime_production = require('../../../../../../../_virtual/react-jsx-runtime.production/index.js');
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
var hasRequiredReactJsxRuntime_production;
|
|
16
|
-
|
|
17
|
-
function requireReactJsxRuntime_production () {
|
|
18
|
-
if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production.__exports;
|
|
19
|
-
hasRequiredReactJsxRuntime_production = 1;
|
|
20
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
21
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
22
|
-
function jsxProd(type, config, maybeKey) {
|
|
23
|
-
var key = null;
|
|
24
|
-
undefined !== maybeKey && (key = "" + maybeKey);
|
|
25
|
-
undefined !== config.key && (key = "" + config.key);
|
|
26
|
-
if ("key" in config) {
|
|
27
|
-
maybeKey = {};
|
|
28
|
-
for (var propName in config)
|
|
29
|
-
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
30
|
-
} else maybeKey = config;
|
|
31
|
-
config = maybeKey.ref;
|
|
32
|
-
return {
|
|
33
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
34
|
-
type: type,
|
|
35
|
-
key: key,
|
|
36
|
-
ref: undefined !== config ? config : null,
|
|
37
|
-
props: maybeKey
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
reactJsxRuntime_production.__exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
41
|
-
reactJsxRuntime_production.__exports.jsx = jsxProd;
|
|
42
|
-
reactJsxRuntime_production.__exports.jsxs = jsxProd;
|
|
43
|
-
return reactJsxRuntime_production.__exports;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
exports.__require = requireReactJsxRuntime_production;
|
package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var reactJsxRuntime_production = require('../../../../../../_virtual/react-jsx-runtime.production.js');
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @license React
|
|
7
|
-
* react-jsx-runtime.production.js
|
|
8
|
-
*
|
|
9
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
10
|
-
*
|
|
11
|
-
* This source code is licensed under the MIT license found in the
|
|
12
|
-
* LICENSE file in the root directory of this source tree.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
var hasRequiredReactJsxRuntime_production;
|
|
16
|
-
|
|
17
|
-
function requireReactJsxRuntime_production () {
|
|
18
|
-
if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production.__exports;
|
|
19
|
-
hasRequiredReactJsxRuntime_production = 1;
|
|
20
|
-
var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
|
|
21
|
-
REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
|
|
22
|
-
function jsxProd(type, config, maybeKey) {
|
|
23
|
-
var key = null;
|
|
24
|
-
undefined !== maybeKey && (key = "" + maybeKey);
|
|
25
|
-
undefined !== config.key && (key = "" + config.key);
|
|
26
|
-
if ("key" in config) {
|
|
27
|
-
maybeKey = {};
|
|
28
|
-
for (var propName in config)
|
|
29
|
-
"key" !== propName && (maybeKey[propName] = config[propName]);
|
|
30
|
-
} else maybeKey = config;
|
|
31
|
-
config = maybeKey.ref;
|
|
32
|
-
return {
|
|
33
|
-
$$typeof: REACT_ELEMENT_TYPE,
|
|
34
|
-
type: type,
|
|
35
|
-
key: key,
|
|
36
|
-
ref: undefined !== config ? config : null,
|
|
37
|
-
props: maybeKey
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
reactJsxRuntime_production.__exports.Fragment = REACT_FRAGMENT_TYPE;
|
|
41
|
-
reactJsxRuntime_production.__exports.jsx = jsxProd;
|
|
42
|
-
reactJsxRuntime_production.__exports.jsxs = jsxProd;
|
|
43
|
-
return reactJsxRuntime_production.__exports;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
exports.__require = requireReactJsxRuntime_production;
|