@xaui/native 0.0.33 → 0.0.35

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 (87) hide show
  1. package/dist/alert/index.cjs +1 -1
  2. package/dist/alert/index.js +1 -1
  3. package/dist/app-bar/index.cjs +1 -1
  4. package/dist/app-bar/index.js +1 -1
  5. package/dist/autocomplete/index.cjs +1 -1
  6. package/dist/autocomplete/index.js +1 -1
  7. package/dist/avatar/index.cjs +1 -1
  8. package/dist/avatar/index.js +1 -1
  9. package/dist/badge/index.cjs +1 -1
  10. package/dist/badge/index.js +1 -1
  11. package/dist/bottom-sheet/index.cjs +1 -1
  12. package/dist/bottom-sheet/index.js +1 -1
  13. package/dist/bottom-tab-bar/index.cjs +1 -1
  14. package/dist/bottom-tab-bar/index.js +1 -1
  15. package/dist/button/index.cjs +1 -1
  16. package/dist/button/index.js +1 -1
  17. package/dist/card/index.cjs +1 -1
  18. package/dist/card/index.js +1 -1
  19. package/dist/checkbox/index.cjs +1 -1
  20. package/dist/checkbox/index.js +1 -1
  21. package/dist/chip/index.cjs +1 -1
  22. package/dist/chip/index.js +1 -1
  23. package/dist/{chunk-HSPTLUFA.cjs → chunk-56RPWZD2.cjs} +3 -1
  24. package/dist/{chunk-DXXNBF5P.js → chunk-SHBDANQN.js} +3 -1
  25. package/dist/color-picker/index.cjs +1 -1
  26. package/dist/color-picker/index.js +1 -1
  27. package/dist/core/index.cjs +4 -2
  28. package/dist/core/index.d.cts +1 -0
  29. package/dist/core/index.d.ts +1 -0
  30. package/dist/core/index.js +3 -1
  31. package/dist/datepicker/index.cjs +1 -1
  32. package/dist/datepicker/index.js +1 -1
  33. package/dist/divider/index.cjs +1 -1
  34. package/dist/divider/index.js +1 -1
  35. package/dist/drawer/index.cjs +1 -1
  36. package/dist/drawer/index.js +1 -1
  37. package/dist/expansion-panel/index.cjs +1 -1
  38. package/dist/expansion-panel/index.js +1 -1
  39. package/dist/fab/index.cjs +1 -1
  40. package/dist/fab/index.js +1 -1
  41. package/dist/fab-menu/index.cjs +1 -1
  42. package/dist/fab-menu/index.js +1 -1
  43. package/dist/feature-discovery/index.cjs +1 -1
  44. package/dist/feature-discovery/index.js +1 -1
  45. package/dist/indicator/index.cjs +1 -1
  46. package/dist/indicator/index.js +1 -1
  47. package/dist/input/index.cjs +1 -1
  48. package/dist/input/index.js +1 -1
  49. package/dist/input-trigger/index.cjs +1 -1
  50. package/dist/input-trigger/index.js +1 -1
  51. package/dist/list/index.cjs +1 -1
  52. package/dist/list/index.js +1 -1
  53. package/dist/menu/index.cjs +1 -1
  54. package/dist/menu/index.js +1 -1
  55. package/dist/menubox/index.cjs +1 -1
  56. package/dist/menubox/index.js +1 -1
  57. package/dist/picker/index.cjs +1 -1
  58. package/dist/picker/index.js +1 -1
  59. package/dist/progress/index.cjs +1 -1
  60. package/dist/progress/index.js +1 -1
  61. package/dist/radio/index.cjs +1 -1
  62. package/dist/radio/index.js +1 -1
  63. package/dist/segment-button/index.cjs +1 -1
  64. package/dist/segment-button/index.js +1 -1
  65. package/dist/select/index.cjs +1 -1
  66. package/dist/select/index.js +1 -1
  67. package/dist/skeleton/index.cjs +1 -1
  68. package/dist/skeleton/index.js +1 -1
  69. package/dist/slider/index.cjs +1 -1
  70. package/dist/slider/index.js +1 -1
  71. package/dist/snackbar/index.cjs +1 -1
  72. package/dist/snackbar/index.js +1 -1
  73. package/dist/snippet/index.cjs +1 -1
  74. package/dist/snippet/index.js +1 -1
  75. package/dist/stepper/index.cjs +1 -1
  76. package/dist/stepper/index.js +1 -1
  77. package/dist/switch/index.cjs +1 -1
  78. package/dist/switch/index.js +1 -1
  79. package/dist/tabs/index.cjs +1 -1
  80. package/dist/tabs/index.js +1 -1
  81. package/dist/timepicker/index.cjs +1 -1
  82. package/dist/timepicker/index.js +1 -1
  83. package/dist/toolbar/index.cjs +1 -1
  84. package/dist/toolbar/index.js +1 -1
  85. package/dist/typography/index.cjs +1 -1
  86. package/dist/typography/index.js +1 -1
  87. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
  var _chunkDHSTKO3Kcjs = require('../chunk-DHSTKO3K.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
 
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CheckmarkIcon
3
3
  } from "../chunk-GBHQCAKW.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import {
6
6
  Portal,
7
7
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  var _chunkRVR42THGcjs = require('../chunk-RVR42THG.cjs');
5
- require('../chunk-HSPTLUFA.cjs');
5
+ require('../chunk-56RPWZD2.cjs');
6
6
  require('../chunk-OQ2BLOOG.cjs');
7
7
 
8
8
 
@@ -2,7 +2,7 @@ import "../chunk-DECMUMCI.js";
2
2
  import {
3
3
  BottomSheet
4
4
  } from "../chunk-ED22WCCI.js";
5
- import "../chunk-DXXNBF5P.js";
5
+ import "../chunk-SHBDANQN.js";
6
6
  import "../chunk-LTKYHG5V.js";
7
7
  export {
8
8
  BottomSheet
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
  var _chunkQMYWIWSXcjs = require('../chunk-QMYWIWSX.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
 
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ActivityIndicator
3
3
  } from "../chunk-F7WH4DMG.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import {
6
6
  useBorderRadiusStyles,
7
7
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/core/index.ts
2
2
  var _theme = require('@xaui/core/theme');
3
+ var _palette = require('@xaui/core/palette');
3
4
 
4
5
 
5
6
 
6
7
 
7
- exports.defaultDarkTheme = _theme.defaultDarkTheme; exports.defaultTheme = _theme.defaultTheme;
8
+
9
+ exports.defaultDarkTheme = _theme.defaultDarkTheme; exports.defaultTheme = _theme.defaultTheme; exports.colors = _palette.colors;
@@ -1,7 +1,9 @@
1
1
  // src/core/index.ts
2
2
  import { defaultDarkTheme, defaultTheme } from "@xaui/core/theme";
3
+ import { colors } from "@xaui/core/palette";
3
4
 
4
5
  export {
5
6
  defaultDarkTheme,
6
- defaultTheme
7
+ defaultTheme,
8
+ colors
7
9
  };
@@ -4,7 +4,7 @@ var _chunk2ANGPYCPcjs = require('../chunk-2ANGPYCP.cjs');
4
4
 
5
5
 
6
6
  var _chunkRVR42THGcjs = require('../chunk-RVR42THG.cjs');
7
- require('../chunk-HSPTLUFA.cjs');
7
+ require('../chunk-56RPWZD2.cjs');
8
8
 
9
9
 
10
10
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  BottomSheet
6
6
  } from "../chunk-ED22WCCI.js";
7
- import "../chunk-DXXNBF5P.js";
7
+ import "../chunk-SHBDANQN.js";
8
8
  import {
9
9
  useXUITheme
10
10
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkHSPTLUFAcjs = require('../chunk-HSPTLUFA.cjs');
4
+
5
+ var _chunk56RPWZD2cjs = require('../chunk-56RPWZD2.cjs');
5
6
 
6
7
 
7
8
 
@@ -19,4 +20,5 @@ var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
19
20
 
20
21
 
21
22
 
22
- exports.Portal = _chunkOQ2BLOOGcjs.Portal; exports.PortalHost = _chunkOQ2BLOOGcjs.PortalHost; exports.XUIProvider = _chunkOQ2BLOOGcjs.XUIProvider; exports.defaultDarkTheme = _chunkHSPTLUFAcjs.defaultDarkTheme; exports.defaultTheme = _chunkHSPTLUFAcjs.defaultTheme; exports.useColorMode = _chunkOQ2BLOOGcjs.useColorMode; exports.useXUIColors = _chunkOQ2BLOOGcjs.useXUIColors; exports.useXUITheme = _chunkOQ2BLOOGcjs.useXUITheme;
23
+
24
+ exports.Portal = _chunkOQ2BLOOGcjs.Portal; exports.PortalHost = _chunkOQ2BLOOGcjs.PortalHost; exports.XUIProvider = _chunkOQ2BLOOGcjs.XUIProvider; exports.defaultDarkTheme = _chunk56RPWZD2cjs.defaultDarkTheme; exports.defaultTheme = _chunk56RPWZD2cjs.defaultTheme; exports.palette = _chunk56RPWZD2cjs.colors; exports.useColorMode = _chunkOQ2BLOOGcjs.useColorMode; exports.useXUIColors = _chunkOQ2BLOOGcjs.useXUIColors; exports.useXUITheme = _chunkOQ2BLOOGcjs.useXUITheme;
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { XUITheme } from '@xaui/core/theme';
3
3
  export { PartialXUITheme as XUITheme, defaultDarkTheme, defaultTheme } from '@xaui/core/theme';
4
+ export { colors as palette } from '@xaui/core/palette';
4
5
 
5
6
  type DeepPartial<T> = {
6
7
  [P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : T[P];
@@ -1,6 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { XUITheme } from '@xaui/core/theme';
3
3
  export { PartialXUITheme as XUITheme, defaultDarkTheme, defaultTheme } from '@xaui/core/theme';
4
+ export { colors as palette } from '@xaui/core/palette';
4
5
 
5
6
  type DeepPartial<T> = {
6
7
  [P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : T[P];
@@ -1,7 +1,8 @@
1
1
  import {
2
+ colors,
2
3
  defaultDarkTheme,
3
4
  defaultTheme
4
- } from "../chunk-DXXNBF5P.js";
5
+ } from "../chunk-SHBDANQN.js";
5
6
  import {
6
7
  Portal,
7
8
  PortalHost,
@@ -16,6 +17,7 @@ export {
16
17
  XUIProvider,
17
18
  defaultDarkTheme,
18
19
  defaultTheme,
20
+ colors as palette,
19
21
  useColorMode,
20
22
  useXUIColors,
21
23
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  Portal,
4
4
  useXUITheme
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkBD72HIPRcjs = require('../chunk-BD72HIPR.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
  require('../chunk-OQ2BLOOG.cjs');
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Divider
3
3
  } from "../chunk-LUBWRVI2.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import "../chunk-LTKYHG5V.js";
6
6
  export {
7
7
  Divider
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
  var _chunkBD72HIPRcjs = require('../chunk-BD72HIPR.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
 
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  Divider
3
3
  } from "../chunk-LUBWRVI2.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import {
6
6
  useXUIPalette,
7
7
  useXUITheme
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkKTLGDLCBcjs = require('../chunk-KTLGDLCB.cjs');
4
4
  require('../chunk-QMYWIWSX.cjs');
5
- require('../chunk-HSPTLUFA.cjs');
5
+ require('../chunk-56RPWZD2.cjs');
6
6
  require('../chunk-OQ2BLOOG.cjs');
7
7
 
8
8
 
package/dist/fab/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  Fab
3
3
  } from "../chunk-JEGEPGVU.js";
4
4
  import "../chunk-F7WH4DMG.js";
5
- import "../chunk-DXXNBF5P.js";
5
+ import "../chunk-SHBDANQN.js";
6
6
  import "../chunk-LTKYHG5V.js";
7
7
  export {
8
8
  Fab
@@ -2,7 +2,7 @@
2
2
 
3
3
  var _chunkKTLGDLCBcjs = require('../chunk-KTLGDLCB.cjs');
4
4
  require('../chunk-QMYWIWSX.cjs');
5
- require('../chunk-HSPTLUFA.cjs');
5
+ require('../chunk-56RPWZD2.cjs');
6
6
 
7
7
 
8
8
 
@@ -2,7 +2,7 @@ import {
2
2
  Fab
3
3
  } from "../chunk-JEGEPGVU.js";
4
4
  import "../chunk-F7WH4DMG.js";
5
- import "../chunk-DXXNBF5P.js";
5
+ import "../chunk-SHBDANQN.js";
6
6
  import {
7
7
  Portal,
8
8
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkQMYWIWSXcjs = require('../chunk-QMYWIWSX.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
  require('../chunk-OQ2BLOOG.cjs');
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ActivityIndicator
3
3
  } from "../chunk-F7WH4DMG.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import "../chunk-LTKYHG5V.js";
6
6
  export {
7
7
  ActivityIndicator
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunk2ANGPYCPcjs = require('../chunk-2ANGPYCP.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
  require('../chunk-OQ2BLOOG.cjs');
6
6
 
7
7
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  InputTrigger
3
3
  } from "../chunk-E4DOPNVW.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import "../chunk-LTKYHG5V.js";
6
6
  export {
7
7
  InputTrigger
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -4,7 +4,7 @@ var _chunk2ANGPYCPcjs = require('../chunk-2ANGPYCP.cjs');
4
4
 
5
5
 
6
6
  var _chunkRVR42THGcjs = require('../chunk-RVR42THG.cjs');
7
- require('../chunk-HSPTLUFA.cjs');
7
+ require('../chunk-56RPWZD2.cjs');
8
8
 
9
9
 
10
10
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  BottomSheet
6
6
  } from "../chunk-ED22WCCI.js";
7
- import "../chunk-DXXNBF5P.js";
7
+ import "../chunk-SHBDANQN.js";
8
8
  import {
9
9
  useXUITheme
10
10
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
  var _chunkDHSTKO3Kcjs = require('../chunk-DHSTKO3K.cjs');
4
- require('../chunk-HSPTLUFA.cjs');
4
+ require('../chunk-56RPWZD2.cjs');
5
5
 
6
6
 
7
7
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CheckmarkIcon
3
3
  } from "../chunk-GBHQCAKW.js";
4
- import "../chunk-DXXNBF5P.js";
4
+ import "../chunk-SHBDANQN.js";
5
5
  import {
6
6
  useXUITheme
7
7
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  Portal,
4
4
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useBorderRadiusStyles,
4
4
  useXUITheme
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  var _chunkRVR42THGcjs = require('../chunk-RVR42THG.cjs');
5
- require('../chunk-HSPTLUFA.cjs');
5
+ require('../chunk-56RPWZD2.cjs');
6
6
 
7
7
 
8
8
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -2,7 +2,7 @@ import "../chunk-DECMUMCI.js";
2
2
  import {
3
3
  BottomSheet
4
4
  } from "../chunk-ED22WCCI.js";
5
- import "../chunk-DXXNBF5P.js";
5
+ import "../chunk-SHBDANQN.js";
6
6
  import {
7
7
  useXUITheme
8
8
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-HSPTLUFA.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }require('../chunk-56RPWZD2.cjs');
2
2
 
3
3
 
4
4
  var _chunkOQ2BLOOGcjs = require('../chunk-OQ2BLOOG.cjs');
@@ -1,4 +1,4 @@
1
- import "../chunk-DXXNBF5P.js";
1
+ import "../chunk-SHBDANQN.js";
2
2
  import {
3
3
  useXUITheme
4
4
  } from "../chunk-LTKYHG5V.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaui/native",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "description": "Flutter-inspired React Native UI components with native animations powered by React Native Reanimated",
5
5
  "keywords": [
6
6
  "react-native",
@@ -263,8 +263,8 @@
263
263
  "directory": "packages/native"
264
264
  },
265
265
  "dependencies": {
266
- "@xaui/core": "0.1.8",
267
- "@xaui/icons": "0.0.5"
266
+ "@xaui/core": "0.1.9",
267
+ "@xaui/icons": "0.0.6"
268
268
  },
269
269
  "peerDependencies": {
270
270
  "react": "^18.0.0 || ^19.0.0",