@lssm/lib.ui-kit-web 0.0.0-canary-20251217062139 → 0.0.0-canary-20251217062943

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 (82) hide show
  1. package/dist/ui/accordion.d.ts +5 -5
  2. package/dist/ui/alert-dialog.d.ts +12 -12
  3. package/dist/ui/alert.d.ts +6 -6
  4. package/dist/ui/aspect-ratio.d.ts +2 -2
  5. package/dist/ui/avatar.d.ts +4 -4
  6. package/dist/ui/badge.d.ts +5 -5
  7. package/dist/ui/breadcrumb.d.ts +8 -8
  8. package/dist/ui/button.d.ts +5 -5
  9. package/dist/ui/calendar.d.ts +3 -3
  10. package/dist/ui/card.d.ts +8 -8
  11. package/dist/ui/carousel.d.ts +6 -6
  12. package/dist/ui/checkbox.d.ts +2 -2
  13. package/dist/ui/collapsible.d.ts +4 -4
  14. package/dist/ui/command.d.ts +10 -10
  15. package/dist/ui/confirm-dialog.d.ts +2 -2
  16. package/dist/ui/context-menu.d.ts +2 -2
  17. package/dist/ui/date-picker.d.ts +2 -2
  18. package/dist/ui/date-range-picker.d.ts +2 -2
  19. package/dist/ui/datetime-picker.d.ts +2 -2
  20. package/dist/ui/dialog.d.ts +11 -11
  21. package/dist/ui/drawer.d.ts +11 -11
  22. package/dist/ui/dropdown-menu.d.ts +16 -16
  23. package/dist/ui/empty-state.d.ts +4 -4
  24. package/dist/ui/empty.d.ts +9 -9
  25. package/dist/ui/field.d.ts +14 -14
  26. package/dist/ui/form.d.ts +7 -7
  27. package/dist/ui/hover-card.d.ts +4 -4
  28. package/dist/ui/input-group.d.ts +10 -10
  29. package/dist/ui/input-otp.d.ts +2 -2
  30. package/dist/ui/input.d.ts +2 -2
  31. package/dist/ui/label.d.ts +2 -2
  32. package/dist/ui/live-region.d.ts +2 -2
  33. package/dist/ui/loading-button.d.ts +2 -2
  34. package/dist/ui/map/MapBase.d.ts +2 -2
  35. package/dist/ui/map/MapGeoJsonOverlay.d.ts +2 -2
  36. package/dist/ui/map/MapHeatmapH3.d.ts +2 -2
  37. package/dist/ui/map/MapMarkers.d.ts +2 -2
  38. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  39. package/dist/ui/marketing/Hero.d.ts +2 -2
  40. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  41. package/dist/ui/menubar.d.ts +17 -17
  42. package/dist/ui/molecules/Autocomplete/index.d.ts +2 -2
  43. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  44. package/dist/ui/nav-layout.d.ts +8 -8
  45. package/dist/ui/navigation-menu.d.ts +11 -11
  46. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  47. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  48. package/dist/ui/page-header.d.ts +4 -4
  49. package/dist/ui/pagination.d.ts +6 -6
  50. package/dist/ui/popover.d.ts +5 -5
  51. package/dist/ui/progress.d.ts +2 -2
  52. package/dist/ui/radio-group.d.ts +3 -3
  53. package/dist/ui/resizable.d.ts +7 -7
  54. package/dist/ui/route-announcer.d.ts +2 -2
  55. package/dist/ui/scroll-area.d.ts +3 -3
  56. package/dist/ui/section.d.ts +7 -7
  57. package/dist/ui/select.d.ts +11 -11
  58. package/dist/ui/separator.d.ts +2 -2
  59. package/dist/ui/sheet.d.ts +9 -9
  60. package/dist/ui/sidebar.d.ts +26 -26
  61. package/dist/ui/skeleton.d.ts +2 -2
  62. package/dist/ui/skip-link.d.ts +2 -2
  63. package/dist/ui/slider.d.ts +2 -2
  64. package/dist/ui/sonner.d.ts +2 -2
  65. package/dist/ui/stack.d.ts +13 -13
  66. package/dist/ui/stat-card-group.d.ts +2 -2
  67. package/dist/ui/stepper.d.ts +4 -4
  68. package/dist/ui/switch.d.ts +2 -2
  69. package/dist/ui/table.d.ts +9 -9
  70. package/dist/ui/tabs.d.ts +5 -5
  71. package/dist/ui/text.d.ts +2 -2
  72. package/dist/ui/textarea.d.ts +2 -2
  73. package/dist/ui/time-picker.d.ts +2 -2
  74. package/dist/ui/toast.d.ts +2 -2
  75. package/dist/ui/toaster.d.ts +2 -2
  76. package/dist/ui/toggle-group.d.ts +3 -3
  77. package/dist/ui/toggle.d.ts +4 -4
  78. package/dist/ui/tooltip.d.ts +5 -5
  79. package/dist/ui/typography.d.ts +12 -12
  80. package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
  81. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  82. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import { TextProps } from "./text.js";
2
- import * as react_jsx_runtime33 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime201 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/typography.d.ts
5
5
  type TypographyProps = TextProps & {
@@ -9,56 +9,56 @@ declare function H1({
9
9
  className,
10
10
  asChild,
11
11
  ...props
12
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
12
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
13
13
  declare function H2({
14
14
  className,
15
15
  asChild,
16
16
  ...props
17
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
17
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
18
18
  declare function H3({
19
19
  className,
20
20
  asChild,
21
21
  ...props
22
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
22
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
23
23
  declare function H4({
24
24
  className,
25
25
  asChild,
26
26
  ...props
27
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
27
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
28
28
  declare function P({
29
29
  className,
30
30
  asChild,
31
31
  ...props
32
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
32
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
33
33
  declare function BlockQuote({
34
34
  className,
35
35
  asChild,
36
36
  ...props
37
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
37
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
38
38
  declare function Code({
39
39
  className,
40
40
  asChild,
41
41
  ...props
42
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
42
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
43
43
  declare function Lead({
44
44
  className,
45
45
  asChild,
46
46
  ...props
47
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
47
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
48
48
  declare function Large({
49
49
  className,
50
50
  asChild,
51
51
  ...props
52
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
52
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
53
53
  declare function Small({
54
54
  className,
55
55
  asChild,
56
56
  ...props
57
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
57
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
58
58
  declare function Muted({
59
59
  className,
60
60
  asChild,
61
61
  ...props
62
- }: TypographyProps): react_jsx_runtime33.JSX.Element;
62
+ }: TypographyProps): react_jsx_runtime201.JSX.Element;
63
63
  //#endregion
64
64
  export { BlockQuote, Code, H1, H2, H3, H4, Large, Lead, Muted, P, Small };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime146 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime195 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UseCaseCard.d.ts
4
4
  declare function UseCaseCard({
@@ -13,6 +13,6 @@ declare function UseCaseCard({
13
13
  ctaHref?: string;
14
14
  ctaLabel?: string;
15
15
  onCtaClick?: () => void;
16
- }): react_jsx_runtime146.JSX.Element;
16
+ }): react_jsx_runtime195.JSX.Element;
17
17
  //#endregion
18
18
  export { UseCaseCard };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime149 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime258 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UserStoryCard.d.ts
4
4
  declare function UserStoryCard({
@@ -9,6 +9,6 @@ declare function UserStoryCard({
9
9
  title: string;
10
10
  body?: string;
11
11
  outcome?: string;
12
- }): react_jsx_runtime149.JSX.Element;
12
+ }): react_jsx_runtime258.JSX.Element;
13
13
  //#endregion
14
14
  export { UserStoryCard };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.ui-kit-web",
3
- "version": "0.0.0-canary-20251217062139",
3
+ "version": "0.0.0-canary-20251217062943",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test": "jest"
23
23
  },
24
24
  "dependencies": {
25
- "@lssm/lib.ui-kit-core": "0.0.0-canary-20251217062139",
25
+ "@lssm/lib.ui-kit-core": "0.0.0-canary-20251217062943",
26
26
  "@hookform/resolvers": "5.2.2",
27
27
  "@radix-ui/react-accordion": "^1.2.11",
28
28
  "@radix-ui/react-alert-dialog": "^1.1.14",
@@ -82,8 +82,8 @@
82
82
  "typescript": "^5.9.3",
83
83
  "react": "^19.2.3",
84
84
  "react-dom": "^19.2.3",
85
- "@lssm/tool.typescript": "0.0.0-canary-20251217062139",
86
- "@lssm/tool.tsdown": "0.0.0-canary-20251217062139",
85
+ "@lssm/tool.typescript": "0.0.0-canary-20251217062943",
86
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217062943",
87
87
  "@types/geojson": "^7946.0.14",
88
88
  "@sentry/nextjs": "^10.30.0",
89
89
  "maplibre-gl": "^5.14.0",