@infonomic/uikit 5.41.0 → 5.42.0

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 (164) hide show
  1. package/dist/components/@types/shared.d.ts +52 -0
  2. package/dist/components/@types/shared.d.ts.map +1 -1
  3. package/dist/components/accordion/accordion.d.ts.map +1 -1
  4. package/dist/components/accordion/accordion.module.css +1 -2
  5. package/dist/components/avatar/avatar.d.ts.map +1 -1
  6. package/dist/components/avatar/avatar.module.css +6 -7
  7. package/dist/components/badge/badge.d.ts.map +1 -1
  8. package/dist/components/badge/badge.module.css +6 -7
  9. package/dist/components/button/@types/button.d.ts +31 -1
  10. package/dist/components/button/@types/button.d.ts.map +1 -1
  11. package/dist/components/button/button-group.module.css +1 -3
  12. package/dist/components/button/button.module.css +48 -31
  13. package/dist/components/button/combo-button.d.ts.map +1 -1
  14. package/dist/components/button/combo-button.module.css +3 -3
  15. package/dist/components/button/control-buttons.module.css +1 -2
  16. package/dist/components/button/copy-button.d.ts.map +1 -1
  17. package/dist/components/button/copy-button.module.css +6 -7
  18. package/dist/components/card/card.d.ts.map +1 -1
  19. package/dist/components/card/card.module.css +6 -10
  20. package/dist/components/chips/@types/chip.d.ts +20 -0
  21. package/dist/components/chips/@types/chip.d.ts.map +1 -1
  22. package/dist/components/chips/chip.d.ts.map +1 -1
  23. package/dist/components/chips/chip.module.css +30 -19
  24. package/dist/components/container/container.d.ts.map +1 -1
  25. package/dist/components/container/container.module.css +6 -10
  26. package/dist/components/dropdown/dropdown.module.css +6 -7
  27. package/dist/components/forms/@types/checkbox.d.ts +28 -1
  28. package/dist/components/forms/@types/checkbox.d.ts.map +1 -1
  29. package/dist/components/forms/@types/input.d.ts +29 -1
  30. package/dist/components/forms/@types/input.d.ts.map +1 -1
  31. package/dist/components/forms/calendar.module.css +14 -14
  32. package/dist/components/forms/checkbox-group.d.ts.map +1 -1
  33. package/dist/components/forms/checkbox.d.ts.map +1 -1
  34. package/dist/components/forms/checkbox.module.css +16 -17
  35. package/dist/components/forms/error-text.module.css +6 -7
  36. package/dist/components/forms/help-text.d.ts.map +1 -1
  37. package/dist/components/forms/help-text.module.css +6 -7
  38. package/dist/components/forms/input-adornment.module.css +6 -7
  39. package/dist/components/forms/input-password.d.ts.map +1 -1
  40. package/dist/components/forms/input.d.ts.map +1 -1
  41. package/dist/components/forms/input.module.css +6 -7
  42. package/dist/components/forms/label.module.css +6 -7
  43. package/dist/components/forms/radio-group.module.css +6 -7
  44. package/dist/components/forms/select.d.ts.map +1 -1
  45. package/dist/components/forms/select.module.css +6 -7
  46. package/dist/components/forms/text-area.module.css +10 -9
  47. package/dist/components/notifications/@types/alert.d.ts +16 -1
  48. package/dist/components/notifications/@types/alert.d.ts.map +1 -1
  49. package/dist/components/notifications/@types/toast.d.ts +36 -1
  50. package/dist/components/notifications/@types/toast.d.ts.map +1 -1
  51. package/dist/components/notifications/alert.d.ts.map +1 -1
  52. package/dist/components/notifications/alert.module.css +6 -7
  53. package/dist/components/notifications/toast.module.css +6 -8
  54. package/dist/components/overlay/overlay.module.css +6 -4
  55. package/dist/components/pager/@types/index.d.ts +12 -0
  56. package/dist/components/pager/@types/index.d.ts.map +1 -1
  57. package/dist/components/pager/pagination.module.css +6 -8
  58. package/dist/components/scroll-area/scroll-area.d.ts.map +1 -1
  59. package/dist/components/scroll-area/scroll-area.module.css +6 -7
  60. package/dist/components/scroll-to-top/scroll-to-top.module.css +5 -7
  61. package/dist/components/section/section.d.ts.map +1 -1
  62. package/dist/components/section/section.module.css +6 -7
  63. package/dist/components/shimmer/shimmer.module.css +6 -8
  64. package/dist/components/table/table.d.ts.map +1 -1
  65. package/dist/components/table/table.module.css +6 -8
  66. package/dist/components/tabs/tabs.module.css +6 -7
  67. package/dist/components/tooltip/tooltip.module.css +6 -7
  68. package/dist/icons/eye-closed-icon.d.ts.map +1 -1
  69. package/dist/icons/eye-open-icon.d.ts.map +1 -1
  70. package/dist/icons/icons.module.css +1 -1
  71. package/dist/widgets/datepicker/datepicker.d.ts.map +1 -1
  72. package/dist/widgets/datepicker/datepicker.module.css +1 -2
  73. package/dist/widgets/drawer/drawer-container.d.ts.map +1 -1
  74. package/dist/widgets/drawer/drawer-content.d.ts.map +1 -1
  75. package/dist/widgets/drawer/drawer.module.css +1 -3
  76. package/dist/widgets/modal/modal-actions.d.ts.map +1 -1
  77. package/dist/widgets/modal/modal-container.d.ts.map +1 -1
  78. package/dist/widgets/modal/modal-content.d.ts.map +1 -1
  79. package/dist/widgets/modal/modal.module.css +1 -3
  80. package/dist/widgets/timeline/timeline.module.css +6 -8
  81. package/package.json +1 -1
  82. package/src/components/@types/shared.ts +55 -0
  83. package/src/components/accordion/accordion.module.css +1 -2
  84. package/src/components/accordion/accordion.stories.tsx +1 -2
  85. package/src/components/accordion/accordion.tsx +25 -5
  86. package/src/components/avatar/avatar.module.css +6 -7
  87. package/src/components/avatar/avatar.tsx +9 -2
  88. package/src/components/badge/badge.module.css +6 -7
  89. package/src/components/badge/badge.tsx +7 -1
  90. package/src/components/button/@types/button.ts +36 -1
  91. package/src/components/button/button-group.module.css +1 -3
  92. package/src/components/button/button.module.css +48 -31
  93. package/src/components/button/button.tsx +1 -1
  94. package/src/components/button/combo-button.module.css +3 -3
  95. package/src/components/button/combo-button.tsx +17 -5
  96. package/src/components/button/combo-buttons.stories.tsx +6 -3
  97. package/src/components/button/control-buttons.module.css +1 -2
  98. package/src/components/button/copy-button.module.css +6 -7
  99. package/src/components/button/copy-button.tsx +12 -3
  100. package/src/components/card/card.module.css +6 -10
  101. package/src/components/card/card.tsx +20 -4
  102. package/src/components/chips/@types/chip.ts +22 -0
  103. package/src/components/chips/chip.module.css +30 -19
  104. package/src/components/chips/chip.tsx +10 -5
  105. package/src/components/container/container.module.css +6 -10
  106. package/src/components/container/container.tsx +1 -1
  107. package/src/components/dropdown/dropdown.module.css +6 -7
  108. package/src/components/forms/@types/checkbox.ts +31 -1
  109. package/src/components/forms/@types/input.ts +32 -1
  110. package/src/components/forms/calendar.module.css +14 -14
  111. package/src/components/forms/checkbox-group.tsx +1 -1
  112. package/src/components/forms/checkbox.module.css +16 -17
  113. package/src/components/forms/checkbox.tsx +4 -1
  114. package/src/components/forms/error-text.module.css +6 -7
  115. package/src/components/forms/help-text.module.css +6 -7
  116. package/src/components/forms/help-text.tsx +5 -1
  117. package/src/components/forms/input-adornment.module.css +6 -7
  118. package/src/components/forms/input-password.tsx +7 -1
  119. package/src/components/forms/input.module.css +6 -7
  120. package/src/components/forms/input.tsx +18 -2
  121. package/src/components/forms/label.module.css +6 -7
  122. package/src/components/forms/radio-group.module.css +6 -7
  123. package/src/components/forms/select.module.css +6 -7
  124. package/src/components/forms/select.tsx +3 -1
  125. package/src/components/forms/text-area.module.css +10 -9
  126. package/src/components/notifications/@types/alert.ts +17 -1
  127. package/src/components/notifications/@types/toast.ts +40 -1
  128. package/src/components/notifications/alert.module.css +6 -7
  129. package/src/components/notifications/alert.tsx +10 -3
  130. package/src/components/notifications/toast.module.css +6 -8
  131. package/src/components/overlay/overlay.module.css +6 -4
  132. package/src/components/pager/@types/index.ts +13 -0
  133. package/src/components/pager/pagination.module.css +6 -8
  134. package/src/components/pager/pagination.tsx +6 -1
  135. package/src/components/scroll-area/scroll-area.module.css +6 -7
  136. package/src/components/scroll-area/scroll-area.tsx +13 -4
  137. package/src/components/scroll-to-top/scroll-to-top.module.css +5 -7
  138. package/src/components/section/section.module.css +6 -7
  139. package/src/components/section/section.tsx +1 -1
  140. package/src/components/shimmer/shimmer.module.css +6 -8
  141. package/src/components/table/table.module.css +6 -8
  142. package/src/components/table/table.tsx +6 -1
  143. package/src/components/tabs/tabs.module.css +6 -7
  144. package/src/components/tooltip/tooltip.module.css +6 -7
  145. package/src/icons/ai-icon.tsx +1 -1
  146. package/src/icons/eye-closed-icon.tsx +2 -1
  147. package/src/icons/eye-open-icon.tsx +1 -5
  148. package/src/icons/icons.module.css +1 -1
  149. package/src/styles/base/base.css +1 -1
  150. package/src/styles/base/colors.css +1 -2
  151. package/src/styles/components/loaders.css +1 -1
  152. package/src/styles/functional/colors.css +201 -56
  153. package/src/styles/functional/surfaces.css +1 -2
  154. package/src/styles/functional/typography.css +1 -1
  155. package/src/widgets/datepicker/datepicker.module.css +1 -2
  156. package/src/widgets/datepicker/datepicker.tsx +44 -16
  157. package/src/widgets/drawer/drawer-container.tsx +6 -1
  158. package/src/widgets/drawer/drawer-content.tsx +5 -1
  159. package/src/widgets/drawer/drawer.module.css +1 -3
  160. package/src/widgets/modal/modal-actions.tsx +5 -1
  161. package/src/widgets/modal/modal-container.tsx +5 -1
  162. package/src/widgets/modal/modal-content.tsx +5 -1
  163. package/src/widgets/modal/modal.module.css +1 -3
  164. package/src/widgets/timeline/timeline.module.css +6 -8
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .alert,
11
10
  :global(.infonomic-alert) {
12
11
  display: flex;
@@ -134,4 +133,4 @@ infonomic-components;
134
133
  --alert-border: var(--stroke-danger);
135
134
  --alert-background: var(--fill-danger-weak);
136
135
  }
137
- }
136
+ }
@@ -1,9 +1,9 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
9
  /* Positions are relative to the toast viewport which is set
@@ -27,7 +27,6 @@ infonomic-components;
27
27
 
28
28
  :global(.dark),
29
29
  :global([data-theme="dark"]) {
30
-
31
30
  .root,
32
31
  :global(.infonomic-toast-root) {
33
32
  background: var(--canvas-800);
@@ -156,7 +155,6 @@ infonomic-components;
156
155
  }
157
156
 
158
157
  @media (min-width: 48rem) {
159
-
160
158
  .root.top-right[data-state="open"],
161
159
  .root.bottom-right[data-state="open"],
162
160
  :global(.infonomic-toast-root.top-right[data-state="open"]),
@@ -269,4 +267,4 @@ infonomic-components;
269
267
  opacity: 0;
270
268
  }
271
269
  }
272
- }
270
+ }
@@ -1,7 +1,10 @@
1
- @layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-typography, infonomic-components;
1
+ @layer infonomic-base,
2
+ infonomic-utilities,
3
+ infonomic-theme,
4
+ infonomic-typography,
5
+ infonomic-components;
2
6
 
3
7
  @layer infonomic-components {
4
-
5
8
  .overlay,
6
9
  :global(.infonomic-overlay) {
7
10
  position: fixed;
@@ -15,7 +18,6 @@
15
18
 
16
19
  :global(.dark),
17
20
  :global([data-theme="dark"]) {
18
-
19
21
  .overlay,
20
22
  :global(.infonomic-overlay) {
21
23
  background-color: rgba(0, 0, 0, 0.5);
@@ -51,4 +53,4 @@
51
53
  opacity: 0;
52
54
  }
53
55
  }
54
- }
56
+ }
@@ -1,3 +1,15 @@
1
+ /**
2
+ * Available layout variants for the Pagination component.
3
+ */
1
4
  export declare const variant: readonly ["default", "classic", "dashboard"];
5
+ /**
6
+ * Layout variant of the pagination control.
7
+ *
8
+ * - `default` — numbered page buttons with previous/next arrows (default)
9
+ * - `classic` — previous/next arrows with a direct page number input
10
+ * - `dashboard` — compact variant optimised for data tables and dashboards
11
+ *
12
+ * @default 'default'
13
+ */
2
14
  export type Variant = (typeof variant)[number];
3
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pager/@types/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,8CAA+C,CAAA;AACnE,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/pager/@types/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,OAAO,8CAA+C,CAAA;AAEnE;;;;;;;;GAQG;AACH,MAAM,MAAM,OAAO,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,MAAM,CAAC,CAAA"}
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .pagination-root,
11
10
  :global(.infonomic-pagination-root) {
12
11
  display: flex;
@@ -141,7 +140,6 @@ infonomic-components;
141
140
  */
142
141
  :global(.dark),
143
142
  :global([data-theme="dark"]) {
144
-
145
143
  .ellipses,
146
144
  .number-button,
147
145
  .next-button,
@@ -151,4 +149,4 @@ infonomic-components;
151
149
  border-color: var(--canvas-700);
152
150
  }
153
151
  }
154
- }
152
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/scroll-area/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAI5D,UAAU,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;CAAI;AAErG,eAAO,MAAM,UAAU,GAAI,gCAAgC,eAAe,sBAazE,CAAA"}
1
+ {"version":3,"file":"scroll-area.d.ts","sourceRoot":"","sources":["../../../src/components/scroll-area/scroll-area.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAI5D,UAAU,eAAgB,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC;CAAG;AAEpG,eAAO,MAAM,UAAU,GAAI,gCAAgC,eAAe,sBAsBzE,CAAA"}
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .root,
11
10
  :global(.infonomic-scroll-area) {
12
11
  border-radius: 4px;
@@ -72,4 +71,4 @@ infonomic-components;
72
71
  :global(.infonomic-scroll-area-corner) {
73
72
  background: var(--surface-panel-scrollbar);
74
73
  }
75
- }
74
+ }
@@ -1,11 +1,10 @@
1
1
  @layer infonomic-base,
2
- infonomic-utilities,
3
- infonomic-theme,
4
- infonomic-typography,
5
- infonomic-components;
2
+ infonomic-utilities,
3
+ infonomic-theme,
4
+ infonomic-typography,
5
+ infonomic-components;
6
6
 
7
7
  @layer infonomic-components {
8
-
9
8
  .scroll-to-top,
10
9
  :global(.infonomic-scroll-to-top) {
11
10
  display: flex;
@@ -68,7 +67,6 @@ infonomic-components;
68
67
  }
69
68
 
70
69
  @media screen and (min-width: 587px) {
71
-
72
70
  .scroll-to-top,
73
71
  :global(.infonomic-scroll-to-top) {
74
72
  bottom: 45px;
@@ -89,4 +87,4 @@ infonomic-components;
89
87
  right: 22px;
90
88
  }
91
89
  }
92
- }
90
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../src/components/section/section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,KAAK,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAA;AACnE,MAAM,WAAW,YAAa,SAAQ,qBAAqB;CAAI;AAE/D,eAAO,MAAM,OAAO,GAAoB,uCAKrC,YAAY,GAAG;IAChB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAA;CACnC,KAAG,KAAK,CAAC,GAAG,CAAC,OAMb,CAAA"}
1
+ {"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../src/components/section/section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,KAAK,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,SAAS,CAAC,CAAA;AACnE,MAAM,WAAW,YAAa,SAAQ,qBAAqB;CAAG;AAE9D,eAAO,MAAM,OAAO,GAAoB,uCAKrC,YAAY,GAAG;IAChB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,CAAA;CACnC,KAAG,KAAK,CAAC,GAAG,CAAC,OAMb,CAAA"}
@@ -1,15 +1,14 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .section,
11
10
  :global(.infonomic-section) {
12
11
  width: 100%;
13
12
  position: relative;
14
13
  }
15
- }
14
+ }
@@ -1,13 +1,12 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  /* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
9
9
  @layer infonomic-components {
10
-
11
10
  .shimmer,
12
11
  :global(.infonomic-shimmer) {
13
12
  position: relative;
@@ -20,7 +19,6 @@ infonomic-components;
20
19
 
21
20
  :global(.dark),
22
21
  :global([data-theme="dark"]) {
23
-
24
22
  .shimmer,
25
23
  :global(.infonomic-shimmer) {
26
24
  background-color: #141414;
@@ -60,4 +58,4 @@ infonomic-components;
60
58
  background-position: 200% 0;
61
59
  }
62
60
  }
63
- }
61
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAE7D,iBAAS,KAAK,CAAC,EACb,GAAG,EACH,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,UAAU,GAAG;IACd,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAA;CACxC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAQpB;kBAfQ,KAAK;2DAwBX,mBAAmB,GAAG;QACvB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;KACtC;sDAgBE,cAAc,GAAG;QAClB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;wDAelB,gBAAgB,GAAG;QACpB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;qDAiBlB,aAAa,GAAG;QACjB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAA;KAC3C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;6DAiBlB,qBAAqB,GAAG;QACzB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA;KAC5C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;sDAgBlB,cAAc,GAAG;QAClB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA;KAC5C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;wDAiBlB,gBAAgB,GAAG;QACpB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;AAvHrB,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AAkBpE,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAiBjE,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAmBnE,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAmB7D,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAkBrE,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAmB9D,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AA8BnE,OAAO,EAAE,KAAK,EAAE,CAAA"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAE7D,iBAAS,KAAK,CAAC,EACb,GAAG,EACH,SAAS,EACT,QAAQ,EACR,GAAG,IAAI,EACR,EAAE,UAAU,GAAG;IACd,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,CAAA;CACxC,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAQpB;kBAfQ,KAAK;2DAwBX,mBAAmB,GAAG;QACvB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;KACtC;sDAgBE,cAAc,GAAG;QAClB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;wDAelB,gBAAgB,GAAG;QACpB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;qDAiBlB,aAAa,GAAG;QACjB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAA;KAC3C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;6DAiBlB,qBAAqB,GAAG;QACzB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA;KAC5C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;sDAqBlB,cAAc,GAAG;QAClB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAA;KAC5C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;wDAiBlB,gBAAgB,GAAG;QACpB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC,CAAA;KAC/C,KAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;AA5HrB,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AAkBpE,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAiBjE,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AAmBnE,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAmB7D,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAuBrE,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAA;AAmB9D,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAA;AA8BnE,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -1,13 +1,12 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  /* 'border-collapse w-full text-sm text-left text-gray-700 dark:text-gray-400 m-0', */
9
9
  @layer infonomic-components {
10
-
11
10
  /* 'table--container break-normal overflow-hidden relative shadow-md rounded-md my-[16px] dark:border dark:border-canvas-700', */
12
11
  .table-container,
13
12
  :global(.infonomic-table-container) {
@@ -92,7 +91,6 @@ infonomic-components;
92
91
  */
93
92
  :global(.dark),
94
93
  :global([data-theme="dark"]) {
95
-
96
94
  .table-header,
97
95
  :global(.infonomic-table-header) {
98
96
  background-color: var(--canvas-700);
@@ -119,4 +117,4 @@ infonomic-components;
119
117
  background-color: var(--canvas-800);
120
118
  }
121
119
  }
122
- }
120
+ }
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .tabs-root,
11
10
  :global(.infonomic-tabs-root) {
12
11
  display: flex;
@@ -72,4 +71,4 @@ infonomic-components;
72
71
  outline: none;
73
72
  }
74
73
  }
75
- }
74
+ }
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .tooltip,
11
10
  :global(.infonomic-tooltip) {
12
11
  font-size: 0.75rem;
@@ -46,4 +45,4 @@ infonomic-components;
46
45
  :global(.infonomic-tooltip-arrow) {
47
46
  fill: var(--surface-panel-border);
48
47
  }
49
- }
48
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"eye-closed-icon.d.ts","sourceRoot":"","sources":["../../src/icons/eye-closed-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEhD,eAAO,MAAM,aAAa;2CAIvB,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAuB/B,CAAA"}
1
+ {"version":3,"file":"eye-closed-icon.d.ts","sourceRoot":"","sources":["../../src/icons/eye-closed-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEhD,eAAO,MAAM,aAAa;2CAIvB,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAwB/B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"eye-open-icon.d.ts","sourceRoot":"","sources":["../../src/icons/eye-open-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEhD,eAAO,MAAM,WAAW;2CAIrB,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAoB/B,CAAA"}
1
+ {"version":3,"file":"eye-open-icon.d.ts","sourceRoot":"","sources":["../../src/icons/eye-open-icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAEhD,eAAO,MAAM,WAAW;2CAA0C,SAAS,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO;;CAoB9F,CAAA"}
@@ -162,4 +162,4 @@
162
162
  fill: var(--red-400);
163
163
  }
164
164
  }
165
- }
165
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"datepicker.d.ts","sourceRoot":"","sources":["../../../src/widgets/datepicker/datepicker.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAgB9B,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAA;AAEnF,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;IAClF,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,IAAI,CAAA;IAChB,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAA;IAC3C,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK;QAC7B,KAAK,EAAE,OAAO,CAAA;QACd,KAAK,EAAE,IAAI,CAAA;KACZ,CAAA;IACD,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB;AAED,wBAAgB,UAAU,CAAC,EACzB,EAAE,EACF,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,IAAiB,EACjB,aAAiB,EACjB,WAAgB,EAChB,OAAO,EACP,MAAM,EACN,SAAS,EACT,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,OAAmB,EACnB,YAAwB,EACxB,WAAW,EACX,QAAQ,EACR,SAAS,EACT,eAAoB,EACpB,kBAA2B,EAC3B,iBAA2B,EAC3B,GAAG,IAAI,EACR,EAAE,eAAe,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CAiPrC"}
1
+ {"version":3,"file":"datepicker.d.ts","sourceRoot":"","sources":["../../../src/widgets/datepicker/datepicker.tsx"],"names":[],"mappings":"AAEA;;;;;GAKG;AAEH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAgB9B,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAA;AAEnF,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;IAClF,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAA;IAC1B,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,IAAI,CAAA;IAChB,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,YAAY,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,CAAA;IAC3C,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK;QAC7B,KAAK,EAAE,OAAO,CAAA;QACd,KAAK,EAAE,IAAI,CAAA;KACZ,CAAA;IACD,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB;AAED,wBAAgB,UAAU,CAAC,EACzB,EAAE,EACF,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,YAAY,EACZ,IAAiB,EACjB,aAAiB,EACjB,WAAgB,EAChB,OAAO,EACP,MAAM,EACN,SAAS,EACT,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,gBAAgB,EAChB,OAAkB,EAClB,YAAuB,EACvB,WAAW,EACX,QAAQ,EACR,SAAS,EACT,eAAoB,EACpB,kBAA2B,EAC3B,iBAA2B,EAC3B,GAAG,IAAI,EACR,EAAE,eAAe,GAAG,KAAK,CAAC,GAAG,CAAC,OAAO,CA6QrC"}
@@ -1,7 +1,6 @@
1
1
  @layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-components;
2
2
 
3
3
  @layer infonomic-components {
4
-
5
4
  .container,
6
5
  :global(.infonomic-datepicker-container) {
7
6
  position: relative;
@@ -205,4 +204,4 @@
205
204
  transform: translateX(0);
206
205
  }
207
206
  }
208
- }
207
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"drawer-container.d.ts","sourceRoot":"","sources":["../../../src/widgets/drawer/drawer-container.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,6BAA6B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACvE,MAAM,WAAW,oBAAqB,SAAQ,6BAA6B;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,eAAe,CAAC,EAC9B,GAAG,EACH,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,oBAAoB,GAAG;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,qBAMA"}
1
+ {"version":3,"file":"drawer-container.d.ts","sourceRoot":"","sources":["../../../src/widgets/drawer/drawer-container.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,6BAA6B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACvE,MAAM,WAAW,oBAAqB,SAAQ,6BAA6B;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,eAAe,CAAC,EAC9B,GAAG,EACH,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,oBAAoB,GAAG;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,qBAWA"}
@@ -1 +1 @@
1
- {"version":3,"file":"drawer-content.d.ts","sourceRoot":"","sources":["../../../src/widgets/drawer/drawer-content.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,2BAA2B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACrE,MAAM,WAAW,kBAAmB,SAAQ,2BAA2B;IACrE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAC5B,GAAG,EACH,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,kBAAkB,GAAG;IACtB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,qBAMA"}
1
+ {"version":3,"file":"drawer-content.d.ts","sourceRoot":"","sources":["../../../src/widgets/drawer/drawer-content.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,2BAA2B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACrE,MAAM,WAAW,kBAAmB,SAAQ,2BAA2B;IACrE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,aAAa,CAAC,EAC5B,GAAG,EACH,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,kBAAkB,GAAG;IACtB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,qBAUA"}
@@ -1,7 +1,6 @@
1
1
  @layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-components;
2
2
 
3
3
  @layer infonomic-components {
4
-
5
4
  .drawer-wrapper,
6
5
  :global(.infonomic-drawer-wrapper) {
7
6
  position: fixed;
@@ -53,7 +52,6 @@
53
52
  }
54
53
 
55
54
  @media (min-width: 48rem) {
56
-
57
55
  .drawer-depth-0.drawer-medium .drawer-container,
58
56
  :global(.infonomic-drawer-depth-0.drawer-medium .drawer-container) {
59
57
  width: 600px;
@@ -129,4 +127,4 @@
129
127
  opacity: 1;
130
128
  }
131
129
  }
132
- }
130
+ }
@@ -1 +1 @@
1
- {"version":3,"file":"modal-actions.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-actions.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,0BAA0B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACpE,MAAM,WAAW,iBAAkB,SAAQ,0BAA0B;IACnE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAyB,uCAK/C,iBAAiB,GAAG;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAMA,CAAA"}
1
+ {"version":3,"file":"modal-actions.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-actions.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,0BAA0B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACpE,MAAM,WAAW,iBAAkB,SAAQ,0BAA0B;IACnE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAyB,uCAK/C,iBAAiB,GAAG;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAUA,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal-container.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-container.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,4BAA4B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACtE,MAAM,WAAW,mBAAoB,SAAQ,4BAA4B;IACvE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,cAAc,GAA2B,uCAKnD,mBAAmB,GAAG;IACvB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAMA,CAAA"}
1
+ {"version":3,"file":"modal-container.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-container.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,4BAA4B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACtE,MAAM,WAAW,mBAAoB,SAAQ,4BAA4B;IACvE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,cAAc,GAA2B,uCAKnD,mBAAmB,GAAG;IACvB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAUA,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"modal-content.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-content.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,0BAA0B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACpE,MAAM,WAAW,iBAAkB,SAAQ,0BAA0B;IACnE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAyB,uCAK/C,iBAAiB,GAAG;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAMA,CAAA"}
1
+ {"version":3,"file":"modal-content.d.ts","sourceRoot":"","sources":["../../../src/widgets/modal/modal-content.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAA;AAMnC,KAAK,0BAA0B,GAAG,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAA;AACpE,MAAM,WAAW,iBAAkB,SAAQ,0BAA0B;IACnE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,eAAO,MAAM,YAAY,GAAyB,uCAK/C,iBAAiB,GAAG;IACrB,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC,CAAA;CACtC,sBAUA,CAAA"}
@@ -1,7 +1,6 @@
1
1
  @layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-components;
2
2
 
3
3
  @layer infonomic-components {
4
-
5
4
  .modal-wrapper,
6
5
  :global(.infonomic-modal-open) {
7
6
  position: fixed;
@@ -36,7 +35,6 @@
36
35
  }
37
36
 
38
37
  @media screen and (min-width: 40rem) {
39
-
40
38
  .modal-container,
41
39
  :global(.infonomic-modal-container) {
42
40
  max-height: calc(100vh - 24px);
@@ -88,4 +86,4 @@
88
86
  padding-left: var(--spacing-16);
89
87
  padding-right: var(--spacing-16);
90
88
  }
91
- }
89
+ }
@@ -1,12 +1,11 @@
1
1
  @layer infonomic-base,
2
- infonomic-functional,
3
- infonomic-utilities,
4
- infonomic-theme,
5
- infonomic-typography,
6
- infonomic-components;
2
+ infonomic-functional,
3
+ infonomic-utilities,
4
+ infonomic-theme,
5
+ infonomic-typography,
6
+ infonomic-components;
7
7
 
8
8
  @layer infonomic-components {
9
-
10
9
  .timeline,
11
10
  :global(.infonomic-timeline) {
12
11
  margin-left: var(--spacing-8);
@@ -95,10 +94,9 @@ infonomic-components;
95
94
  */
96
95
  :global(.dark),
97
96
  :global([data-theme="dark"]) {
98
-
99
97
  :global(.infonomic-timeline-icon),
100
98
  .timeline-icon {
101
99
  border-color: var(--canvas-600);
102
100
  }
103
101
  }
104
- }
102
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@infonomic/uikit",
3
3
  "private": false,
4
4
  "license": "MIT",
5
- "version": "5.41.0",
5
+ "version": "5.42.0",
6
6
  "type": "module",
7
7
  "description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
8
8
  "keywords": [
@@ -2,9 +2,29 @@
2
2
 
3
3
  // Arrays make available an iterator for easy storybook layout
4
4
 
5
+ /**
6
+ * Available size tokens, ordered from smallest to largest.
7
+ * Most components default to `'md'`.
8
+ */
5
9
  export const size = ['xs', 'sm', 'md', 'lg', 'xl'] as const
10
+
11
+ /**
12
+ * Visual size of a component.
13
+ *
14
+ * - `xs` — extra-small, compact inline use
15
+ * - `sm` — small, tight layouts
16
+ * - `md` — standard size (default for most components)
17
+ * - `lg` — large, prominent elements
18
+ * - `xl` — extra-large, hero or display use
19
+ *
20
+ * @default 'md'
21
+ */
6
22
  export type Size = (typeof size)[number]
7
23
 
24
+ /**
25
+ * Available semantic color intents.
26
+ * Controls the visual meaning (color, icon) of a component.
27
+ */
8
28
  export const intent = [
9
29
  'primary',
10
30
  'secondary',
@@ -15,10 +35,45 @@ export const intent = [
15
35
  'danger',
16
36
  ] as const
17
37
 
38
+ /**
39
+ * Semantic color intent applied to a component.
40
+ *
41
+ * - `primary` — brand/main action (blue by default)
42
+ * - `secondary` — alternate/supporting action
43
+ * - `noeffect` — neutral, no color emphasis (gray)
44
+ * - `success` — positive outcome or confirmation (green)
45
+ * - `info` — informational, non-critical (cyan/blue)
46
+ * - `warning` — caution, needs attention (yellow/amber)
47
+ * - `danger` — destructive action or error state (red)
48
+ *
49
+ * @default 'primary'
50
+ */
18
51
  export type Intent = (typeof intent)[number]
19
52
 
53
+ /**
54
+ * Status icon variants used inside notification components.
55
+ */
20
56
  export const icons = ['success', 'info', 'success', 'warning', 'danger'] as const
57
+
58
+ /**
59
+ * Icon variant shown inside a notification (e.g. Toast, Alert).
60
+ * Maps to the corresponding status icon.
61
+ */
21
62
  export type Icons = (typeof icons)[number]
22
63
 
64
+ /**
65
+ * Screen corner positions for floating elements.
66
+ */
23
67
  export const position = ['top-left', 'top-right', 'bottom-left', 'bottom-right'] as const
68
+
69
+ /**
70
+ * Corner position for floating/overlay elements such as toasts and popovers.
71
+ *
72
+ * - `top-left` — top-left corner of the viewport
73
+ * - `top-right` — top-right corner of the viewport (default for toasts)
74
+ * - `bottom-left` — bottom-left corner of the viewport
75
+ * - `bottom-right` — bottom-right corner of the viewport
76
+ *
77
+ * @default 'top-right'
78
+ */
24
79
  export type Position = (typeof position)[number]
@@ -1,7 +1,6 @@
1
1
  @layer infonomic-base, infonomic-utilities, infonomic-theme, infonomic-components;
2
2
 
3
3
  @layer infonomic-components {
4
-
5
4
  .item,
6
5
  :global(.infonomic-accordion-item) {
7
6
  overflow: hidden;
@@ -54,4 +53,4 @@
54
53
  height: 0;
55
54
  }
56
55
  }
57
- }
56
+ }
@@ -16,11 +16,10 @@ export default meta
16
16
 
17
17
  type Story = StoryObj<typeof AccordionComponent.Root>
18
18
 
19
-
20
19
  /**
21
20
  * NOTE: Accordions are very much context specific in terms of styling
22
21
  * and so we apply very little styling to the default accordion component.
23
- * Below is an example of a custom (albeit basic) styled accordion for demo
22
+ * Below is an example of a custom (albeit basic) styled accordion for demo
24
23
  * purposes.
25
24
  */
26
25
  export const Accordion: Story = {