jy-headless 0.2.11 → 0.2.13

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 (56) hide show
  1. package/package.json +1 -11
  2. package/version.txt +1 -1
  3. package/_virtual/_tslib.js +0 -35
  4. package/_virtual/index/index.js +0 -5
  5. package/_virtual/index/index2.js +0 -3
  6. package/_virtual/jsx-runtime/index.js +0 -5
  7. package/_virtual/jsx-runtime/index2.js +0 -3
  8. package/_virtual/jsx-runtime.js +0 -5
  9. package/_virtual/jsx-runtime2.js +0 -3
  10. package/_virtual/react-jsx-runtime.development/index.js +0 -3
  11. package/_virtual/react-jsx-runtime.development.js +0 -3
  12. package/_virtual/react-jsx-runtime.production/index.js +0 -3
  13. package/_virtual/react-jsx-runtime.production.js +0 -3
  14. package/_virtual/react.development/index.js +0 -3
  15. package/_virtual/react.production/index.js +0 -3
  16. package/buttons/Button/index.js +0 -20
  17. package/cjs/_virtual/_tslib.js +0 -37
  18. package/cjs/_virtual/index/index.js +0 -7
  19. package/cjs/_virtual/index/index2.js +0 -5
  20. package/cjs/_virtual/jsx-runtime/index.js +0 -7
  21. package/cjs/_virtual/jsx-runtime/index2.js +0 -5
  22. package/cjs/_virtual/jsx-runtime.js +0 -7
  23. package/cjs/_virtual/jsx-runtime2.js +0 -5
  24. package/cjs/_virtual/react-jsx-runtime.development/index.js +0 -5
  25. package/cjs/_virtual/react-jsx-runtime.development.js +0 -5
  26. package/cjs/_virtual/react-jsx-runtime.production/index.js +0 -5
  27. package/cjs/_virtual/react-jsx-runtime.production.js +0 -5
  28. package/cjs/_virtual/react.development/index.js +0 -5
  29. package/cjs/_virtual/react.production/index.js +0 -5
  30. package/cjs/buttons/Button/index.js +0 -22
  31. package/cjs/index/index.js +0 -7
  32. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development/index.js +0 -668
  33. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -668
  34. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production/index.js +0 -46
  35. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -46
  36. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.development/index.js +0 -1535
  37. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react.production/index.js +0 -550
  38. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/index/index.js +0 -21
  39. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime/index.js +0 -21
  40. package/cjs/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -21
  41. package/esm/_virtual/_tslib.js +0 -35
  42. package/esm/_virtual/jsx-runtime.js +0 -5
  43. package/esm/_virtual/jsx-runtime2.js +0 -3
  44. package/esm/_virtual/react-jsx-runtime.development.js +0 -3
  45. package/esm/_virtual/react-jsx-runtime.production.js +0 -3
  46. package/esm/buttons/Button.d.ts +0 -3
  47. package/esm/buttons/Button.js +0 -20
  48. package/esm/buttons/index.d.ts +0 -1
  49. package/esm/index.d.ts +0 -1
  50. package/esm/index.js +0 -1
  51. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.development.js +0 -666
  52. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/cjs/react-jsx-runtime.production.js +0 -44
  53. package/esm/node_modules/.pnpm/react@19.0.0/node_modules/react/jsx-runtime.js +0 -19
  54. package/esm/types/buttons/types.d.ts +0 -6
  55. package/esm/types/index.d.ts +0 -1
  56. package/index/index.js +0 -1
@@ -1,44 +0,0 @@
1
- import { __exports as reactJsxRuntime_production } from '../../../../../../_virtual/react-jsx-runtime.production.js';
2
-
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and 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
-
13
- var hasRequiredReactJsxRuntime_production;
14
-
15
- function requireReactJsxRuntime_production () {
16
- if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
17
- hasRequiredReactJsxRuntime_production = 1;
18
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
19
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
20
- function jsxProd(type, config, maybeKey) {
21
- var key = null;
22
- undefined !== maybeKey && (key = "" + maybeKey);
23
- undefined !== config.key && (key = "" + config.key);
24
- if ("key" in config) {
25
- maybeKey = {};
26
- for (var propName in config)
27
- "key" !== propName && (maybeKey[propName] = config[propName]);
28
- } else maybeKey = config;
29
- config = maybeKey.ref;
30
- return {
31
- $$typeof: REACT_ELEMENT_TYPE,
32
- type: type,
33
- key: key,
34
- ref: undefined !== config ? config : null,
35
- props: maybeKey
36
- };
37
- }
38
- reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
39
- reactJsxRuntime_production.jsx = jsxProd;
40
- reactJsxRuntime_production.jsxs = jsxProd;
41
- return reactJsxRuntime_production;
42
- }
43
-
44
- export { requireReactJsxRuntime_production as __require };
@@ -1,19 +0,0 @@
1
- import { __module as jsxRuntime } from '../../../../../_virtual/jsx-runtime2.js';
2
- import { __require as requireReactJsxRuntime_production } from './cjs/react-jsx-runtime.production.js';
3
- import { __require as requireReactJsxRuntime_development } from './cjs/react-jsx-runtime.development.js';
4
-
5
- var hasRequiredJsxRuntime;
6
-
7
- function requireJsxRuntime () {
8
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
9
- hasRequiredJsxRuntime = 1;
10
-
11
- if (process.env.NODE_ENV === 'production') {
12
- jsxRuntime.exports = requireReactJsxRuntime_production();
13
- } else {
14
- jsxRuntime.exports = requireReactJsxRuntime_development();
15
- }
16
- return jsxRuntime.exports;
17
- }
18
-
19
- export { requireJsxRuntime as __require };
@@ -1,6 +0,0 @@
1
- import { ButtonHTMLAttributes } from 'react';
2
- export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
3
- debounce?: boolean;
4
- loading?: boolean;
5
- readOnly?: boolean;
6
- }
@@ -1 +0,0 @@
1
- export * from './buttons/types';
package/index/index.js DELETED
@@ -1 +0,0 @@
1
- export { default as Button } from '../buttons/Button/index.js';