@sia.soul/sia-react-ui 0.1.2 → 0.1.4

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 (44) hide show
  1. package/dist/{Select-CJJ5LQap.d.ts → Select-GiTHMScg.d.cts} +4 -5
  2. package/dist/{Select-CJJ5LQap.d.cts → Select-rtDktLYY.d.ts} +4 -5
  3. package/dist/chart.cjs +731 -707
  4. package/dist/chart.css +1 -1
  5. package/dist/chart.js +3 -2
  6. package/dist/{chunk-6VXOLMKZ.js → chunk-5ZTWY3PG.js} +18 -1
  7. package/dist/{chunk-YCVXUMGP.js → chunk-EJ23MVR6.js} +5 -20
  8. package/dist/chunk-EJDPRAU2.js +36 -0
  9. package/dist/{chunk-DZ45HRVP.js → chunk-IHTODT53.js} +8 -5
  10. package/dist/{chunk-QEDWRVDA.js → chunk-MJUTLEEE.js} +20 -8
  11. package/dist/{chunk-OMA75YLM.js → chunk-PX6BOFTW.js} +10 -3
  12. package/dist/{chunk-JKZGAZMB.js → chunk-R7BVDN3Q.js} +91 -43
  13. package/dist/{chunk-ZPYGBMBH.js → chunk-S2JAJCLN.js} +6 -4
  14. package/dist/{chunk-NZAT2RUM.js → chunk-WHARTF2I.js} +10 -1
  15. package/dist/{chunk-I342FGQY.js → chunk-Z3T6RDQP.js} +1 -1
  16. package/dist/{core-DFYheaoJ.d.ts → core-CBtbeAms.d.cts} +2 -1
  17. package/dist/{core-De2pRX5w.d.cts → core-D8BSMfHD.d.ts} +2 -1
  18. package/dist/core.cjs +277 -212
  19. package/dist/core.css +238 -38
  20. package/dist/core.d.cts +3 -2
  21. package/dist/core.d.ts +3 -2
  22. package/dist/core.js +6 -5
  23. package/dist/index.cjs +2538 -2416
  24. package/dist/index.css +239 -39
  25. package/dist/index.d.cts +18 -9
  26. package/dist/index.d.ts +18 -9
  27. package/dist/index.js +230 -193
  28. package/dist/markdown-editor.cjs +52 -20
  29. package/dist/markdown-editor.d.cts +3 -1
  30. package/dist/markdown-editor.d.ts +3 -1
  31. package/dist/markdown-editor.js +2 -1
  32. package/dist/rich-text-editor.cjs +884 -864
  33. package/dist/rich-text-editor.d.cts +3 -1
  34. package/dist/rich-text-editor.d.ts +3 -1
  35. package/dist/rich-text-editor.js +4 -3
  36. package/dist/{select-date-range-DOyG1DGp.d.ts → select-date-range-CQ1vmze_.d.ts} +7 -4
  37. package/dist/{select-date-range-UyYrHex6.d.cts → select-date-range-DRmGaEzP.d.cts} +7 -4
  38. package/dist/select-date-range.cjs +972 -903
  39. package/dist/select-date-range.d.cts +3 -2
  40. package/dist/select-date-range.d.ts +3 -2
  41. package/dist/select-date-range.js +4 -3
  42. package/dist/shared-DAYZvZVu.d.cts +5 -0
  43. package/dist/shared-DAYZvZVu.d.ts +5 -0
  44. package/package.json +129 -129
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  TextArea
3
- } from "./chunk-NZAT2RUM.js";
3
+ } from "./chunk-WHARTF2I.js";
4
4
  import {
5
5
  Button
6
6
  } from "./chunk-MBS2HXLZ.js";
@@ -1,6 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import { ButtonHTMLAttributes, ReactNode, HTMLAttributes, CSSProperties, MouseEvent, ReactElement, ImgHTMLAttributes, InputHTMLAttributes, MouseEventHandler, AnchorHTMLAttributes } from 'react';
3
- import { C as ControlSize, a as ControlStatus, I as InputPlaceholderMode } from './Select-CJJ5LQap.js';
3
+ import { C as ControlSize, a as ControlStatus, I as InputPlaceholderMode } from './shared-DAYZvZVu.cjs';
4
+ import './Select-GiTHMScg.cjs';
4
5
 
5
6
  type ButtonVariant = "primary" | "default" | "dashed" | "filled" | "text" | "link";
6
7
  type ButtonSize = ControlSize;
@@ -1,6 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import { ButtonHTMLAttributes, ReactNode, HTMLAttributes, CSSProperties, MouseEvent, ReactElement, ImgHTMLAttributes, InputHTMLAttributes, MouseEventHandler, AnchorHTMLAttributes } from 'react';
3
- import { C as ControlSize, a as ControlStatus, I as InputPlaceholderMode } from './Select-CJJ5LQap.cjs';
3
+ import { C as ControlSize, a as ControlStatus, I as InputPlaceholderMode } from './shared-DAYZvZVu.js';
4
+ import './Select-rtDktLYY.js';
4
5
 
5
6
  type ButtonVariant = "primary" | "default" | "dashed" | "filled" | "text" | "link";
6
7
  type ButtonSize = ControlSize;