@lightsparkdev/ui 0.0.12 → 0.0.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 (63) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/chunk-34CIJVQQ.js +24 -0
  3. package/dist/{chunk-IPAXAP6K.js → chunk-5DK6QL77.js} +7 -1
  4. package/dist/{chunk-VE7J2N47.js → chunk-5GBDVTL6.js} +1 -1
  5. package/dist/{chunk-ZANLDY2W.js → chunk-75VDSSXM.js} +3 -1
  6. package/dist/{chunk-NFSAJ5GJ.js → chunk-DFYHIUYN.js} +1 -1
  7. package/dist/{chunk-DQRN4E5G.js → chunk-EXGJIYUI.js} +1 -1
  8. package/dist/{chunk-NM7UW54G.js → chunk-KMTXQD46.js} +2 -2
  9. package/dist/{chunk-OGSDZTHM.js → chunk-QCXXJZDC.js} +2 -0
  10. package/dist/{chunk-XZR237JJ.js → chunk-QNM3M4MU.js} +2 -1
  11. package/dist/{chunk-PBRN7MJY.js → chunk-QWAHK2QG.js} +1 -1
  12. package/dist/components/Badge.cjs +1 -1
  13. package/dist/components/Badge.d.cts +4 -3
  14. package/dist/components/Badge.d.ts +4 -3
  15. package/dist/components/Badge.js +1 -1
  16. package/dist/components/Button.cjs +4 -0
  17. package/dist/components/Button.d.cts +23 -26
  18. package/dist/components/Button.d.ts +23 -26
  19. package/dist/components/Button.js +2 -2
  20. package/dist/components/ButtonRow.cjs +4 -0
  21. package/dist/components/ButtonRow.js +3 -3
  22. package/dist/components/CardPage.js +4 -4
  23. package/dist/components/CurrencyAmount.cjs +2 -1
  24. package/dist/components/CurrencyAmount.d.cts +3 -3
  25. package/dist/components/CurrencyAmount.d.ts +3 -3
  26. package/dist/components/CurrencyAmount.js +1 -1
  27. package/dist/components/GradientCardHeader.cjs +1382 -14
  28. package/dist/components/GradientCardHeader.d.cts +2 -1
  29. package/dist/components/GradientCardHeader.d.ts +2 -1
  30. package/dist/components/GradientCardHeader.js +7 -1
  31. package/dist/components/Modal.cjs +4 -0
  32. package/dist/components/Modal.js +4 -4
  33. package/dist/components/StatusIndicator.cjs +1405 -0
  34. package/dist/components/StatusIndicator.d.cts +12 -0
  35. package/dist/components/StatusIndicator.d.ts +12 -0
  36. package/dist/components/StatusIndicator.js +12 -0
  37. package/dist/components/index.cjs +116 -90
  38. package/dist/components/index.d.cts +2 -1
  39. package/dist/components/index.d.ts +2 -1
  40. package/dist/components/index.js +13 -9
  41. package/dist/icons/FramedLetterI.cjs +55 -0
  42. package/dist/icons/FramedLetterI.d.cts +5 -0
  43. package/dist/icons/FramedLetterI.d.ts +5 -0
  44. package/dist/icons/FramedLetterI.js +36 -0
  45. package/dist/router.cjs +2 -0
  46. package/dist/router.d.cts +2 -1
  47. package/dist/router.d.ts +2 -1
  48. package/dist/router.js +1 -1
  49. package/dist/styles/fonts/typography/Article.js +3 -3
  50. package/dist/styles/fonts/typography/index.js +7 -7
  51. package/dist/types/index.d.cts +1 -0
  52. package/dist/types/index.d.ts +1 -0
  53. package/dist/{types/utils.cjs → utils/parseURLFragments.cjs} +18 -13
  54. package/dist/utils/parseURLFragments.d.cts +3 -0
  55. package/dist/utils/parseURLFragments.d.ts +3 -0
  56. package/dist/utils/parseURLFragments.js +19 -0
  57. package/dist/utils/toReactNodes.cjs +2 -0
  58. package/dist/utils/toReactNodes.js +2 -2
  59. package/package.json +2 -2
  60. package/dist/types/utils.d.cts +0 -16
  61. package/dist/types/utils.d.ts +0 -16
  62. package/dist/types/utils.js +0 -13
  63. package/dist/{chunk-VZX5ETRB.js → chunk-A3ZJ2C7J.js} +6 -6
@@ -1,8 +1,9 @@
1
1
  import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
+ import { StatusIndicatorProps } from './StatusIndicator.cjs';
2
3
 
3
4
  type GradientCardHeaderProps = {
4
5
  children: React.ReactNode;
5
- status?: React.ReactNode;
6
+ status?: StatusIndicatorProps | undefined;
6
7
  title?: string;
7
8
  };
8
9
  declare function GradientCardHeader(props: GradientCardHeaderProps): _emotion_react_jsx_runtime.JSX.Element;
@@ -1,8 +1,9 @@
1
1
  import * as _emotion_react_jsx_runtime from '@emotion/react/jsx-runtime';
2
+ import { StatusIndicatorProps } from './StatusIndicator.js';
2
3
 
3
4
  type GradientCardHeaderProps = {
4
5
  children: React.ReactNode;
5
- status?: React.ReactNode;
6
+ status?: StatusIndicatorProps | undefined;
6
7
  title?: string;
7
8
  };
8
9
  declare function GradientCardHeader(props: GradientCardHeaderProps): _emotion_react_jsx_runtime.JSX.Element;
@@ -1,7 +1,13 @@
1
1
  import {
2
2
  GradientCardHeader
3
- } from "../chunk-IPAXAP6K.js";
3
+ } from "../chunk-5DK6QL77.js";
4
+ import "../chunk-34CIJVQQ.js";
4
5
  import "../chunk-55OQPFLF.js";
6
+ import "../chunk-FCZJILMW.js";
7
+ import "../chunk-JK4BP73A.js";
8
+ import "../chunk-2VBDEO6M.js";
9
+ import "../chunk-E4EXM4SY.js";
10
+ import "../chunk-JSGRNWSB.js";
5
11
  import "../chunk-CIGAQ47A.js";
6
12
  export {
7
13
  GradientCardHeader
@@ -1553,6 +1553,7 @@ function replaceParams(to, params) {
1553
1553
  }
1554
1554
  function Link({
1555
1555
  to,
1556
+ id,
1556
1557
  externalLink,
1557
1558
  params,
1558
1559
  children,
@@ -1585,6 +1586,7 @@ function Link({
1585
1586
  import_react_router_dom.Link,
1586
1587
  {
1587
1588
  to: toStr,
1589
+ id,
1588
1590
  css: css7,
1589
1591
  onClick,
1590
1592
  className,
@@ -1921,6 +1923,7 @@ function Button({
1921
1923
  ghost = false,
1922
1924
  text,
1923
1925
  to,
1926
+ id,
1924
1927
  hash,
1925
1928
  href,
1926
1929
  toParams,
@@ -1977,6 +1980,7 @@ function Button({
1977
1980
  ] });
1978
1981
  const isSingleCharRoundButton = Boolean(text && text.length === 1 && !icon);
1979
1982
  const commonProps = {
1983
+ id,
1980
1984
  backgroundColor,
1981
1985
  color,
1982
1986
  hoverColor,
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal
4
- } from "../chunk-NM7UW54G.js";
5
- import "../chunk-VE7J2N47.js";
4
+ } from "../chunk-KMTXQD46.js";
5
+ import "../chunk-5GBDVTL6.js";
6
6
  import "../chunk-NBCCPGA4.js";
7
7
  import "../chunk-E3AOYBY5.js";
8
- import "../chunk-ZANLDY2W.js";
9
- import "../chunk-OGSDZTHM.js";
8
+ import "../chunk-75VDSSXM.js";
9
+ import "../chunk-QCXXJZDC.js";
10
10
  import "../chunk-YMNSXZ5D.js";
11
11
  import "../chunk-J4FJQ3FN.js";
12
12
  import "../chunk-3GS5EFXV.js";