lapikit 0.5.9 → 0.6.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 (214) hide show
  1. package/dist/@types/actions.d.ts +6 -0
  2. package/dist/@types/index.d.ts +1 -0
  3. package/dist/@types/index.js +1 -0
  4. package/dist/actions.d.ts +2 -0
  5. package/dist/actions.js +2 -0
  6. package/dist/components/dialog/dialog.svelte +1 -2
  7. package/dist/{@legacy/stores/components.d.ts → components/modal/modal.d.ts} +1 -2
  8. package/dist/{@legacy/stores/components.js → components/modal/modal.js} +1 -1
  9. package/dist/components/modal/modal.svelte +1 -1
  10. package/dist/components/textfield/textfield.svelte.d.ts +1 -1
  11. package/dist/constants.d.ts +2 -2
  12. package/dist/constants.js +2 -2
  13. package/dist/utils/outside.d.ts +1 -0
  14. package/dist/utils/outside.js +5 -0
  15. package/dist/{@legacy/stores → utils}/themes.d.ts +1 -0
  16. package/dist/{@legacy/actions/use-theme.js → utils/themes.js} +4 -1
  17. package/package.json +11 -32
  18. package/dist/@legacy/actions/accordion.svelte.d.ts +0 -9
  19. package/dist/@legacy/actions/index.d.ts +0 -2
  20. package/dist/@legacy/actions/index.js +0 -2
  21. package/dist/@legacy/actions/use-theme.d.ts +0 -1
  22. package/dist/@legacy/assets/icons/arrow-down.svelte +0 -12
  23. package/dist/@legacy/assets/icons/arrow-down.svelte.d.ts +0 -18
  24. package/dist/@legacy/assets/icons/arrow-up.svelte +0 -12
  25. package/dist/@legacy/assets/icons/arrow-up.svelte.d.ts +0 -18
  26. package/dist/@legacy/assets/icons/close-fill.svelte +0 -12
  27. package/dist/@legacy/assets/icons/close-fill.svelte.d.ts +0 -18
  28. package/dist/@legacy/assets/icons/loading-fill.svelte +0 -31
  29. package/dist/@legacy/assets/icons/loading-fill.svelte.d.ts +0 -18
  30. package/dist/@legacy/components/accordion/accordion.css +0 -36
  31. package/dist/@legacy/components/accordion/accordion.svelte +0 -39
  32. package/dist/@legacy/components/accordion/accordion.svelte.d.ts +0 -4
  33. package/dist/@legacy/components/accordion/modules/accordion-item.css +0 -68
  34. package/dist/@legacy/components/accordion/modules/accordion-item.svelte +0 -94
  35. package/dist/@legacy/components/accordion/modules/accordion-item.svelte.d.ts +0 -4
  36. package/dist/@legacy/components/accordion/types.d.ts +0 -33
  37. package/dist/@legacy/components/alert/alert.css +0 -130
  38. package/dist/@legacy/components/alert/alert.svelte +0 -89
  39. package/dist/@legacy/components/alert/alert.svelte.d.ts +0 -4
  40. package/dist/@legacy/components/alert/types.d.ts +0 -28
  41. package/dist/@legacy/components/alert/types.js +0 -1
  42. package/dist/@legacy/components/app/app.css +0 -26
  43. package/dist/@legacy/components/app/app.svelte +0 -79
  44. package/dist/@legacy/components/app/app.svelte.d.ts +0 -4
  45. package/dist/@legacy/components/app/types.d.ts +0 -10
  46. package/dist/@legacy/components/app/types.js +0 -1
  47. package/dist/@legacy/components/appbar/appbar.css +0 -38
  48. package/dist/@legacy/components/appbar/appbar.svelte +0 -40
  49. package/dist/@legacy/components/appbar/appbar.svelte.d.ts +0 -4
  50. package/dist/@legacy/components/appbar/types.d.ts +0 -15
  51. package/dist/@legacy/components/appbar/types.js +0 -1
  52. package/dist/@legacy/components/aspect-ratio/aspect-ratio.css +0 -19
  53. package/dist/@legacy/components/aspect-ratio/aspect-ratio.svelte +0 -25
  54. package/dist/@legacy/components/aspect-ratio/aspect-ratio.svelte.d.ts +0 -4
  55. package/dist/@legacy/components/aspect-ratio/types.d.ts +0 -5
  56. package/dist/@legacy/components/aspect-ratio/types.js +0 -1
  57. package/dist/@legacy/components/avatar/avatar.css +0 -102
  58. package/dist/@legacy/components/avatar/avatar.svelte +0 -46
  59. package/dist/@legacy/components/avatar/avatar.svelte.d.ts +0 -4
  60. package/dist/@legacy/components/avatar/types.d.ts +0 -22
  61. package/dist/@legacy/components/avatar/types.js +0 -1
  62. package/dist/@legacy/components/button/button.css +0 -240
  63. package/dist/@legacy/components/button/button.svelte +0 -102
  64. package/dist/@legacy/components/button/button.svelte.d.ts +0 -4
  65. package/dist/@legacy/components/button/types.d.ts +0 -29
  66. package/dist/@legacy/components/button/types.js +0 -1
  67. package/dist/@legacy/components/card/card.css +0 -105
  68. package/dist/@legacy/components/card/card.svelte +0 -67
  69. package/dist/@legacy/components/card/card.svelte.d.ts +0 -4
  70. package/dist/@legacy/components/card/types.d.ts +0 -20
  71. package/dist/@legacy/components/card/types.js +0 -1
  72. package/dist/@legacy/components/chip/chip.css +0 -224
  73. package/dist/@legacy/components/chip/chip.svelte +0 -131
  74. package/dist/@legacy/components/chip/chip.svelte.d.ts +0 -4
  75. package/dist/@legacy/components/chip/types.d.ts +0 -32
  76. package/dist/@legacy/components/chip/types.js +0 -1
  77. package/dist/@legacy/components/dialog/dialog.css +0 -129
  78. package/dist/@legacy/components/dialog/dialog.svelte +0 -67
  79. package/dist/@legacy/components/dialog/dialog.svelte.d.ts +0 -4
  80. package/dist/@legacy/components/dialog/types.d.ts +0 -24
  81. package/dist/@legacy/components/dialog/types.js +0 -1
  82. package/dist/@legacy/components/dropdown/dropdown.css +0 -13
  83. package/dist/@legacy/components/dropdown/dropdown.svelte +0 -115
  84. package/dist/@legacy/components/dropdown/dropdown.svelte.d.ts +0 -4
  85. package/dist/@legacy/components/dropdown/types.d.ts +0 -26
  86. package/dist/@legacy/components/dropdown/types.js +0 -1
  87. package/dist/@legacy/components/icon/icon.css +0 -78
  88. package/dist/@legacy/components/icon/icon.svelte +0 -49
  89. package/dist/@legacy/components/icon/icon.svelte.d.ts +0 -4
  90. package/dist/@legacy/components/icon/types.d.ts +0 -16
  91. package/dist/@legacy/components/icon/types.js +0 -1
  92. package/dist/@legacy/components/index.d.ts +0 -22
  93. package/dist/@legacy/components/index.js +0 -23
  94. package/dist/@legacy/components/list/list.css +0 -149
  95. package/dist/@legacy/components/list/list.svelte +0 -44
  96. package/dist/@legacy/components/list/list.svelte.d.ts +0 -4
  97. package/dist/@legacy/components/list/modules/list-item.css +0 -67
  98. package/dist/@legacy/components/list/modules/list-item.svelte +0 -76
  99. package/dist/@legacy/components/list/modules/list-item.svelte.d.ts +0 -4
  100. package/dist/@legacy/components/list/types.d.ts +0 -33
  101. package/dist/@legacy/components/list/types.js +0 -1
  102. package/dist/@legacy/components/modal/modal.css +0 -137
  103. package/dist/@legacy/components/modal/modal.svelte +0 -118
  104. package/dist/@legacy/components/modal/modal.svelte.d.ts +0 -4
  105. package/dist/@legacy/components/modal/types.d.ts +0 -26
  106. package/dist/@legacy/components/modal/types.js +0 -1
  107. package/dist/@legacy/components/popover/popover.css +0 -13
  108. package/dist/@legacy/components/popover/popover.svelte +0 -73
  109. package/dist/@legacy/components/popover/popover.svelte.d.ts +0 -4
  110. package/dist/@legacy/components/popover/types.d.ts +0 -20
  111. package/dist/@legacy/components/popover/types.js +0 -1
  112. package/dist/@legacy/components/separator/separator.css +0 -42
  113. package/dist/@legacy/components/separator/separator.svelte +0 -37
  114. package/dist/@legacy/components/separator/separator.svelte.d.ts +0 -4
  115. package/dist/@legacy/components/separator/types.d.ts +0 -15
  116. package/dist/@legacy/components/separator/types.js +0 -1
  117. package/dist/@legacy/components/spacer/spacer.css +0 -3
  118. package/dist/@legacy/components/spacer/spacer.svelte +0 -7
  119. package/dist/@legacy/components/spacer/spacer.svelte.d.ts +0 -4
  120. package/dist/@legacy/components/spacer/types.d.ts +0 -4
  121. package/dist/@legacy/components/spacer/types.js +0 -1
  122. package/dist/@legacy/components/textfield/textfield.css +0 -298
  123. package/dist/@legacy/components/textfield/textfield.svelte +0 -193
  124. package/dist/@legacy/components/textfield/textfield.svelte.d.ts +0 -4
  125. package/dist/@legacy/components/textfield/types.d.ts +0 -37
  126. package/dist/@legacy/components/textfield/types.js +0 -1
  127. package/dist/@legacy/components/toolbar/toolbar.css +0 -106
  128. package/dist/@legacy/components/toolbar/toolbar.svelte +0 -47
  129. package/dist/@legacy/components/toolbar/toolbar.svelte.d.ts +0 -4
  130. package/dist/@legacy/components/toolbar/types.d.ts +0 -27
  131. package/dist/@legacy/components/toolbar/types.js +0 -1
  132. package/dist/@legacy/components/tooltip/tooltip.css +0 -116
  133. package/dist/@legacy/components/tooltip/tooltip.svelte +0 -113
  134. package/dist/@legacy/components/tooltip/tooltip.svelte.d.ts +0 -4
  135. package/dist/@legacy/components/tooltip/types.d.ts +0 -23
  136. package/dist/@legacy/components/tooltip/types.js +0 -1
  137. package/dist/@legacy/index.d.ts +0 -3
  138. package/dist/@legacy/index.js +0 -24
  139. package/dist/@legacy/internal/config/presets.d.ts +0 -149
  140. package/dist/@legacy/internal/config/presets.js +0 -169
  141. package/dist/@legacy/internal/config/variables.d.ts +0 -3
  142. package/dist/@legacy/internal/config/variables.js +0 -3
  143. package/dist/@legacy/internal/core/actions/assets.svelte.d.ts +0 -8
  144. package/dist/@legacy/internal/core/actions/assets.svelte.js +0 -54
  145. package/dist/@legacy/internal/core/actions/dropdown.svelte.d.ts +0 -7
  146. package/dist/@legacy/internal/core/actions/dropdown.svelte.js +0 -148
  147. package/dist/@legacy/internal/core/actions/popover.svelte.d.ts +0 -7
  148. package/dist/@legacy/internal/core/actions/popover.svelte.js +0 -134
  149. package/dist/@legacy/internal/core/actions/tooltip.svelte.d.ts +0 -7
  150. package/dist/@legacy/internal/core/actions/tooltip.svelte.js +0 -131
  151. package/dist/@legacy/internal/core/animations/ripple.d.ts +0 -12
  152. package/dist/@legacy/internal/core/animations/ripple.js +0 -96
  153. package/dist/@legacy/internal/core/bin/ansi.d.ts +0 -40
  154. package/dist/@legacy/internal/core/bin/ansi.js +0 -44
  155. package/dist/@legacy/internal/core/bin/terminal.d.ts +0 -1
  156. package/dist/@legacy/internal/core/bin/terminal.js +0 -12
  157. package/dist/@legacy/internal/core/css.d.ts +0 -1
  158. package/dist/@legacy/internal/core/css.js +0 -16
  159. package/dist/@legacy/internal/core/formatter/component.d.ts +0 -5
  160. package/dist/@legacy/internal/core/formatter/component.js +0 -60
  161. package/dist/@legacy/internal/core/formatter/device.d.ts +0 -5
  162. package/dist/@legacy/internal/core/formatter/device.js +0 -66
  163. package/dist/@legacy/internal/core/formatter/index.d.ts +0 -7
  164. package/dist/@legacy/internal/core/formatter/index.js +0 -35
  165. package/dist/@legacy/internal/core/formatter/style.d.ts +0 -4
  166. package/dist/@legacy/internal/core/formatter/style.js +0 -15
  167. package/dist/@legacy/internal/core/formatter/theme.d.ts +0 -5
  168. package/dist/@legacy/internal/core/formatter/theme.js +0 -44
  169. package/dist/@legacy/internal/core/formatter/typography.d.ts +0 -5
  170. package/dist/@legacy/internal/core/formatter/typography.js +0 -12
  171. package/dist/@legacy/internal/core/minify.d.ts +0 -1
  172. package/dist/@legacy/internal/core/minify.js +0 -10
  173. package/dist/@legacy/internal/core/standard-colors.d.ts +0 -75
  174. package/dist/@legacy/internal/core/standard-colors.js +0 -75
  175. package/dist/@legacy/internal/core/x11-colors.d.ts +0 -4
  176. package/dist/@legacy/internal/core/x11-colors.js +0 -151
  177. package/dist/@legacy/internal/helpers/colors.d.ts +0 -1
  178. package/dist/@legacy/internal/helpers/colors.js +0 -50
  179. package/dist/@legacy/internal/helpers/convert.d.ts +0 -1
  180. package/dist/@legacy/internal/helpers/convert.js +0 -17
  181. package/dist/@legacy/internal/helpers/deep-merge.d.ts +0 -44
  182. package/dist/@legacy/internal/helpers/deep-merge.js +0 -80
  183. package/dist/@legacy/internal/helpers/outside.d.ts +0 -9
  184. package/dist/@legacy/internal/helpers/outside.js +0 -34
  185. package/dist/@legacy/internal/helpers/parser.d.ts +0 -10
  186. package/dist/@legacy/internal/helpers/parser.js +0 -93
  187. package/dist/@legacy/internal/helpers/scroll.d.ts +0 -1
  188. package/dist/@legacy/internal/helpers/scroll.js +0 -5
  189. package/dist/@legacy/internal/plugins/vite.d.ts +0 -8
  190. package/dist/@legacy/internal/plugins/vite.js +0 -33
  191. package/dist/@legacy/internal/types/components.d.ts +0 -14
  192. package/dist/@legacy/internal/types/components.js +0 -1
  193. package/dist/@legacy/internal/types/configuration.d.ts +0 -63
  194. package/dist/@legacy/internal/types/configuration.js +0 -1
  195. package/dist/@legacy/internal/types/index.d.ts +0 -2
  196. package/dist/@legacy/internal/types/index.js +0 -2
  197. package/dist/@legacy/stores/breakpoints.d.ts +0 -6
  198. package/dist/@legacy/stores/breakpoints.js +0 -14
  199. package/dist/@legacy/stores/devices.d.ts +0 -6
  200. package/dist/@legacy/stores/devices.js +0 -9
  201. package/dist/@legacy/stores/index.d.ts +0 -5
  202. package/dist/@legacy/stores/index.js +0 -5
  203. package/dist/@legacy/stores/themes.js +0 -4
  204. package/dist/@legacy/stores/viewport.d.ts +0 -7
  205. package/dist/@legacy/stores/viewport.js +0 -7
  206. package/dist/@legacy/styles/animation.css +0 -33
  207. package/dist/@legacy/styles/keyframes.css +0 -30
  208. package/dist/@legacy/styles/reset.css +0 -133
  209. package/dist/@legacy/styles.css +0 -0
  210. package/dist/@legacy/styles.css.d.ts +0 -4
  211. package/dist/@legacy/themes.css +0 -0
  212. package/dist/@legacy/themes.css.d.ts +0 -4
  213. /package/dist/{@legacy/components/accordion/types.js → @types/actions.js} +0 -0
  214. /package/dist/{@legacy/actions → components/accordion}/accordion.svelte.js +0 -0
@@ -1,54 +0,0 @@
1
- import { x11ColorNames } from '../x11-colors.js';
2
- export function getAssets() {
3
- return {
4
- shape(params) {
5
- if (params) {
6
- if (params === 'none' || params == '0')
7
- return '0';
8
- return `var(--system-shape-${params})`;
9
- }
10
- },
11
- className(key, type, value) {
12
- if (typeof value === 'string')
13
- return `kit-${key}--${type}-${value}`;
14
- else if (typeof value === 'boolean' && value)
15
- return `kit-${key}--${type}`;
16
- else if (typeof value === 'object') {
17
- if (Array.isArray(value)) {
18
- return value
19
- .map((media) => `${media === 'base' ? '' : `${media}:`}kit--${type}`)
20
- .join(' ');
21
- }
22
- else {
23
- return Object.entries(value)
24
- .map(([media, value]) => `${media === 'base' ? '' : `${media}:`}kit-${key}--${type}-${value}`)
25
- .join(' ');
26
- }
27
- }
28
- },
29
- color(color) {
30
- if (color) {
31
- if (color.includes('#') ||
32
- color.includes('rgb') ||
33
- color.includes('rgba') ||
34
- color.includes('oklch') ||
35
- x11ColorNames.includes(color.toLowerCase()))
36
- return color;
37
- if (color.includes('transparent') || color.includes('inherit') || color.includes('initial'))
38
- return color;
39
- return `var(--kit-${color})`;
40
- }
41
- },
42
- unit(value) {
43
- if (typeof value === 'number')
44
- return `${value}px`;
45
- if (typeof value === 'string') {
46
- const cleaned = value.trim();
47
- const isOnlyNumericLike = /^[\d.,]+$/.test(cleaned);
48
- if (isOnlyNumericLike)
49
- return `${value}px`;
50
- }
51
- return value;
52
- }
53
- };
54
- }
@@ -1,7 +0,0 @@
1
- import type { PositionElement } from '../../../components/dropdown/types.js';
2
- type Location = 'top' | 'bottom' | 'left' | 'right';
3
- export declare function getPositions(): {
4
- readonly values: PositionElement;
5
- update(activator: HTMLElement | PointerEvent, element: HTMLElement, location?: Location, centered?: boolean, avoidCollisions?: boolean): void;
6
- };
7
- export {};
@@ -1,148 +0,0 @@
1
- import { innerWidth, innerHeight } from 'svelte/reactivity/window';
2
- export function getPositions() {
3
- // state
4
- const axis = $state({
5
- x: 0,
6
- y: 0,
7
- location: null
8
- });
9
- return {
10
- get values() {
11
- return axis;
12
- },
13
- update(activator, element, location, centered, avoidCollisions) {
14
- if (!activator || !element)
15
- return;
16
- const elementRect = element.getBoundingClientRect();
17
- if (!(activator instanceof HTMLElement)) {
18
- if (activator.clientX + elementRect.width > innerWidth.current) {
19
- axis.x = activator.clientX - elementRect.width;
20
- }
21
- else {
22
- axis.x = activator.clientX;
23
- }
24
- if (activator.clientY + elementRect.height > innerHeight.current) {
25
- axis.y = activator.clientY - elementRect.height;
26
- }
27
- else {
28
- axis.y = activator.clientY;
29
- }
30
- }
31
- else if (activator instanceof HTMLElement) {
32
- const activatorRect = activator.getBoundingClientRect();
33
- const spacing = 0;
34
- const _activator = activatorRect.y + activatorRect.height;
35
- const _element = elementRect.height + spacing;
36
- if (location === 'top' || location === 'bottom') {
37
- if (avoidCollisions) {
38
- if (location === 'top') {
39
- if (activatorRect.y - _element < 0) {
40
- axis.y = activatorRect.bottom + spacing;
41
- axis.location = 'bottom';
42
- }
43
- else {
44
- axis.y = activatorRect.top - _element;
45
- axis.location = 'top';
46
- }
47
- }
48
- else {
49
- if (_activator + _element > innerHeight.current) {
50
- axis.y = activatorRect.top - _element;
51
- axis.location = 'top';
52
- }
53
- else {
54
- axis.y = activatorRect.bottom + spacing;
55
- axis.location = 'bottom';
56
- }
57
- }
58
- }
59
- else {
60
- if (location === 'top') {
61
- axis.y = activatorRect.top - _element;
62
- axis.location = 'top';
63
- }
64
- else {
65
- axis.y = activatorRect.bottom + spacing;
66
- axis.location = 'bottom';
67
- }
68
- }
69
- if (centered &&
70
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
71
- activatorRect.left + elementRect.width < innerWidth.current) {
72
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
73
- }
74
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
75
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
76
- }
77
- else {
78
- axis.x = activatorRect.left;
79
- }
80
- }
81
- else if (location === 'left' || location === 'right') {
82
- if (avoidCollisions) {
83
- if (location === 'left' && !(activatorRect.left - elementRect.width < 0)) {
84
- axis.x = activatorRect.left - (elementRect.width + spacing);
85
- axis.location = 'left';
86
- }
87
- else {
88
- if (activatorRect.left + activatorRect.width + elementRect.width + spacing >
89
- innerWidth.current) {
90
- axis.x = activatorRect.left - (elementRect.width + spacing);
91
- axis.location = 'left';
92
- }
93
- else {
94
- axis.x = activatorRect.left + activatorRect.width + spacing;
95
- axis.location = 'right';
96
- }
97
- }
98
- }
99
- else {
100
- if (location === 'left') {
101
- axis.x = activatorRect.left - (elementRect.width + spacing);
102
- axis.location = 'left';
103
- }
104
- else {
105
- axis.x = activatorRect.left + activatorRect.width + spacing;
106
- axis.location = 'right';
107
- }
108
- }
109
- if (centered &&
110
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
111
- activatorRect.top + elementRect.height < innerHeight.current) {
112
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
113
- }
114
- else if (activatorRect.y + elementRect.height > innerHeight.current) {
115
- axis.y = activatorRect.y - elementRect.height + activatorRect.height;
116
- }
117
- else {
118
- axis.y = activatorRect.y;
119
- }
120
- }
121
- else {
122
- if (centered &&
123
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
124
- activatorRect.left + elementRect.width < innerWidth.current) {
125
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
126
- }
127
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
128
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
129
- }
130
- else {
131
- axis.x = activatorRect.left;
132
- }
133
- if (centered &&
134
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
135
- activatorRect.top + elementRect.height < innerHeight.current) {
136
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
137
- }
138
- else if (activatorRect.bottom + elementRect.height > innerHeight.current) {
139
- axis.y = activatorRect.top - elementRect.height;
140
- }
141
- else {
142
- axis.y = activatorRect.bottom;
143
- }
144
- }
145
- }
146
- }
147
- };
148
- }
@@ -1,7 +0,0 @@
1
- import type { PositionElement } from '../../../components/popover/types.js';
2
- type Location = 'top' | 'bottom' | 'left' | 'right';
3
- export declare function getPositions(): {
4
- readonly values: PositionElement;
5
- update(activator: HTMLElement, element: HTMLElement, location?: Location, centered?: boolean, avoidCollisions?: boolean): void;
6
- };
7
- export {};
@@ -1,134 +0,0 @@
1
- import { innerWidth, innerHeight } from 'svelte/reactivity/window';
2
- export function getPositions() {
3
- // state
4
- const axis = $state({
5
- x: 0,
6
- y: 0,
7
- location: null
8
- });
9
- return {
10
- get values() {
11
- return axis;
12
- },
13
- update(activator, element, location, centered, avoidCollisions) {
14
- if (!activator || !element)
15
- return;
16
- const elementRect = element.getBoundingClientRect();
17
- if (activator instanceof HTMLElement) {
18
- const activatorRect = activator.getBoundingClientRect();
19
- const spacing = 6;
20
- const _activator = activatorRect.y + activatorRect.height;
21
- const _element = elementRect.height + spacing;
22
- if (location === 'top' || location === 'bottom') {
23
- if (avoidCollisions) {
24
- if (location === 'top') {
25
- if (activatorRect.y - _element < 0) {
26
- axis.y = activatorRect.bottom + spacing;
27
- axis.location = 'bottom';
28
- }
29
- else {
30
- axis.y = activatorRect.top - _element;
31
- axis.location = 'top';
32
- }
33
- }
34
- else {
35
- if (_activator + _element > innerHeight.current) {
36
- axis.y = activatorRect.top - _element;
37
- axis.location = 'top';
38
- }
39
- else {
40
- axis.y = activatorRect.bottom + spacing;
41
- axis.location = 'bottom';
42
- }
43
- }
44
- }
45
- else {
46
- if (location === 'top') {
47
- axis.y = activatorRect.top - _element;
48
- axis.location = 'top';
49
- }
50
- else {
51
- axis.y = activatorRect.bottom + spacing;
52
- axis.location = 'bottom';
53
- }
54
- }
55
- if (centered &&
56
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
57
- activatorRect.left + elementRect.width < innerWidth.current) {
58
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
59
- }
60
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
61
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
62
- }
63
- else {
64
- axis.x = activatorRect.left;
65
- }
66
- }
67
- else if (location === 'left' || location === 'right') {
68
- if (avoidCollisions) {
69
- if (location === 'left' && !(activatorRect.left - elementRect.width < 0)) {
70
- axis.x = activatorRect.left - (elementRect.width + spacing);
71
- axis.location = 'left';
72
- }
73
- else {
74
- if (activatorRect.left + activatorRect.width + elementRect.width + spacing >
75
- innerWidth.current) {
76
- axis.x = activatorRect.left - (elementRect.width + spacing);
77
- axis.location = 'left';
78
- }
79
- else {
80
- axis.x = activatorRect.left + activatorRect.width + spacing;
81
- axis.location = 'right';
82
- }
83
- }
84
- }
85
- else {
86
- if (location === 'left') {
87
- axis.x = activatorRect.left - (elementRect.width + spacing);
88
- axis.location = 'left';
89
- }
90
- else {
91
- axis.x = activatorRect.left + activatorRect.width + spacing;
92
- axis.location = 'right';
93
- }
94
- }
95
- if (centered &&
96
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
97
- activatorRect.top + elementRect.height < innerHeight.current) {
98
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
99
- }
100
- else if (activatorRect.y + elementRect.height > innerHeight.current) {
101
- axis.y = activatorRect.y - elementRect.height + activatorRect.height;
102
- }
103
- else {
104
- axis.y = activatorRect.y;
105
- }
106
- }
107
- else {
108
- if (centered &&
109
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
110
- activatorRect.left + elementRect.width < innerWidth.current) {
111
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
112
- }
113
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
114
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
115
- }
116
- else {
117
- axis.x = activatorRect.left;
118
- }
119
- if (centered &&
120
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
121
- activatorRect.top + elementRect.height < innerHeight.current) {
122
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
123
- }
124
- else if (activatorRect.bottom + elementRect.height > innerHeight.current) {
125
- axis.y = activatorRect.top - elementRect.height;
126
- }
127
- else {
128
- axis.y = activatorRect.bottom;
129
- }
130
- }
131
- }
132
- }
133
- };
134
- }
@@ -1,7 +0,0 @@
1
- import type { PositionElement } from '../../../components/tooltip/types.js';
2
- type Location = 'top' | 'bottom' | 'left' | 'right';
3
- export declare function getPositionsTooltip(): {
4
- readonly values: PositionElement;
5
- update(activator: HTMLElement, element: HTMLElement, location?: Location, centered?: boolean, avoidCollisions?: boolean): void;
6
- };
7
- export {};
@@ -1,131 +0,0 @@
1
- import { innerWidth, innerHeight } from 'svelte/reactivity/window';
2
- export function getPositionsTooltip() {
3
- // state
4
- const axis = $state({
5
- x: 0,
6
- y: 0,
7
- location: null
8
- });
9
- return {
10
- get values() {
11
- return axis;
12
- },
13
- update(activator, element, location, centered, avoidCollisions) {
14
- if (!activator || !element)
15
- return;
16
- const elementRect = element.getBoundingClientRect();
17
- const activatorRect = activator.getBoundingClientRect();
18
- const spacing = 6;
19
- if (location === 'top' || location === 'bottom') {
20
- if (avoidCollisions) {
21
- if (location === 'top') {
22
- if (activatorRect.y - (elementRect.height + spacing) < 0) {
23
- axis.y = activatorRect.bottom + spacing;
24
- axis.location = 'bottom';
25
- }
26
- else {
27
- axis.y = activatorRect.top - (elementRect.height + spacing);
28
- axis.location = 'top';
29
- }
30
- }
31
- else {
32
- if (activatorRect.y + activatorRect.height + (elementRect.height + spacing) >
33
- innerHeight.current) {
34
- axis.y = activatorRect.top - (elementRect.height + spacing);
35
- axis.location = 'top';
36
- }
37
- else {
38
- axis.y = activatorRect.bottom + spacing;
39
- axis.location = 'bottom';
40
- }
41
- }
42
- }
43
- else {
44
- if (location === 'top') {
45
- axis.y = activatorRect.top - (elementRect.height + spacing);
46
- axis.location = 'top';
47
- }
48
- else {
49
- axis.y = activatorRect.bottom + spacing;
50
- axis.location = 'bottom';
51
- }
52
- }
53
- if (centered &&
54
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
55
- activatorRect.left + elementRect.width < innerWidth.current) {
56
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
57
- }
58
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
59
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
60
- }
61
- else {
62
- axis.x = activatorRect.left;
63
- }
64
- }
65
- else if (location === 'left' || location === 'right') {
66
- if (avoidCollisions) {
67
- if (location === 'left' && !(activatorRect.left - elementRect.width < 0)) {
68
- axis.x = activatorRect.left - (elementRect.width + spacing);
69
- axis.location = 'left';
70
- }
71
- else {
72
- if (activatorRect.left + activatorRect.width + elementRect.width + spacing >
73
- innerWidth.current) {
74
- axis.x = activatorRect.left - (elementRect.width + spacing);
75
- axis.location = 'left';
76
- }
77
- else {
78
- axis.x = activatorRect.left + activatorRect.width + spacing;
79
- axis.location = 'right';
80
- }
81
- }
82
- }
83
- else {
84
- if (location === 'left') {
85
- axis.x = activatorRect.left - (elementRect.width + spacing);
86
- axis.location = 'left';
87
- }
88
- else {
89
- axis.x = activatorRect.left + activatorRect.width + spacing;
90
- axis.location = 'right';
91
- }
92
- }
93
- if (centered &&
94
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
95
- activatorRect.top + elementRect.height < innerHeight.current) {
96
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
97
- }
98
- else if (activatorRect.y + elementRect.height > innerHeight.current) {
99
- axis.y = activatorRect.y - elementRect.height + activatorRect.height;
100
- }
101
- else {
102
- axis.y = activatorRect.y;
103
- }
104
- }
105
- else {
106
- if (centered &&
107
- activatorRect.left - (elementRect.width - activatorRect.width) / 2 > 0 &&
108
- activatorRect.left + elementRect.width < innerWidth.current) {
109
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width) / 2;
110
- }
111
- else if (activatorRect.left + elementRect.width > innerWidth.current) {
112
- axis.x = activatorRect.left - (elementRect.width - activatorRect.width);
113
- }
114
- else {
115
- axis.x = activatorRect.left;
116
- }
117
- if (centered &&
118
- activatorRect.top - (elementRect.height - activatorRect.height) / 2 > 0 &&
119
- activatorRect.top + elementRect.height < innerHeight.current) {
120
- axis.y = activatorRect.top - (elementRect.height - activatorRect.height) / 2;
121
- }
122
- else if (activatorRect.bottom + elementRect.height > innerHeight.current) {
123
- axis.y = activatorRect.top - elementRect.height;
124
- }
125
- else {
126
- axis.y = activatorRect.bottom;
127
- }
128
- }
129
- }
130
- };
131
- }
@@ -1,12 +0,0 @@
1
- interface RippleOptions {
2
- component?: string;
3
- center?: boolean;
4
- color?: string;
5
- duration?: number;
6
- disabled?: boolean;
7
- }
8
- export declare function ripple(el: HTMLElement, options?: RippleOptions): {
9
- destroy(): void;
10
- update(newOptions: RippleOptions): void;
11
- };
12
- export {};
@@ -1,96 +0,0 @@
1
- const triggerEvents = ['pointerdown', 'touchstart', 'keydown'];
2
- const cancelEvents = ['mouseleave', 'dragleave', 'touchmove', 'touchcancel', 'pointerup', 'keyup'];
3
- export function ripple(el, options = {}) {
4
- const rippleContainer = document.createElement('div');
5
- addClasses();
6
- setOptions(options);
7
- function isAriaDisabled() {
8
- return el.getAttribute('aria-disabled') === 'true';
9
- }
10
- function addClasses(center) {
11
- const shouldBeCentered = center || options.center;
12
- if (!rippleContainer.classList.contains('kit-ripple--effect')) {
13
- rippleContainer.classList.add('kit-ripple--effect');
14
- }
15
- if (!shouldBeCentered && rippleContainer.classList.contains('kit-ripple--center')) {
16
- rippleContainer.classList.remove('kit-ripple--center');
17
- }
18
- if (shouldBeCentered) {
19
- rippleContainer.classList.add('kit-ripple--center');
20
- }
21
- }
22
- function setOptions(options) {
23
- if (options.disabled || isAriaDisabled()) {
24
- rippleContainer.remove();
25
- }
26
- else {
27
- el.appendChild(rippleContainer);
28
- }
29
- if (options.duration && options.duration < 0) {
30
- options.duration = undefined;
31
- }
32
- if (options.component) {
33
- rippleContainer.style.setProperty('--system-ripple-radius', `var(--${options.component}-shape)`);
34
- }
35
- if (options.color) {
36
- rippleContainer.style.setProperty('--system-ripple-color', options.color);
37
- }
38
- if (options.duration) {
39
- rippleContainer.style.setProperty('--system-animation-ripple-duration', `${options.duration}ms`);
40
- }
41
- }
42
- function createRipple(e, center) {
43
- if (options.disabled || isAriaDisabled()) {
44
- return;
45
- }
46
- if (e instanceof KeyboardEvent) {
47
- if (!['Enter', 'Space'].includes(e.code) || e.repeat) {
48
- return;
49
- }
50
- e.preventDefault();
51
- const click = new PointerEvent('pointerdown');
52
- createRipple(click, true);
53
- return;
54
- }
55
- addClasses(center);
56
- const rect = el.getBoundingClientRect();
57
- const clientX = window.TouchEvent && e instanceof TouchEvent
58
- ? e.touches[0].clientX
59
- : e.clientX;
60
- const clientY = window.TouchEvent && e instanceof TouchEvent
61
- ? e.touches[0].clientY
62
- : e.clientY;
63
- const x = clientX - rect.left > el.offsetWidth / 2 ? 0 : el.offsetWidth;
64
- const y = clientY - rect.top > el.offsetHeight / 2 ? 0 : el.offsetHeight;
65
- const radius = Math.hypot(x - (clientX - rect.left), y - (clientY - rect.top));
66
- const ripple = document.createElement('div');
67
- ripple.classList.add('kit-ripple');
68
- ripple.style.left = `${clientX - rect.left - radius}px`;
69
- ripple.style.top = `${clientY - rect.top - radius}px`;
70
- ripple.style.width = ripple.style.height = `${radius * 2}px`;
71
- rippleContainer.appendChild(ripple);
72
- function removeRipple() {
73
- if (ripple === null) {
74
- return;
75
- }
76
- ripple.style.opacity = '0';
77
- setTimeout(() => {
78
- ripple.remove();
79
- }, options.duration || 1000);
80
- cancelEvents.forEach((event) => el.removeEventListener(event, removeRipple));
81
- }
82
- cancelEvents.forEach((event) => el.addEventListener(event, removeRipple, { passive: true }));
83
- }
84
- triggerEvents.forEach((event) => el.addEventListener(event, createRipple, { passive: event === 'touchstart' }));
85
- return {
86
- destroy() {
87
- triggerEvents.forEach((event) => {
88
- el.removeEventListener(event, createRipple);
89
- });
90
- },
91
- update(newOptions) {
92
- options = newOptions;
93
- setOptions(newOptions);
94
- }
95
- };
96
- }
@@ -1,40 +0,0 @@
1
- export declare const ansi: {
2
- color: {
3
- red: (text: string) => string;
4
- green: (text: string) => string;
5
- yellow: (text: string) => string;
6
- blue: (text: string) => string;
7
- purple: (text: string) => string;
8
- cyan: (text: string) => string;
9
- };
10
- variant: {
11
- bold: (text: string) => string;
12
- underline: (text: string) => string;
13
- inverse: (text: string) => string;
14
- };
15
- bold: {
16
- red: (text: string) => string;
17
- green: (text: string) => string;
18
- yellow: (text: string) => string;
19
- blue: (text: string) => string;
20
- purple: (text: string) => string;
21
- cyan: (text: string) => string;
22
- };
23
- inverse: {
24
- red: (text: string) => string;
25
- green: (text: string) => string;
26
- yellow: (text: string) => string;
27
- blue: (text: string) => string;
28
- purple: (text: string) => string;
29
- cyan: (text: string) => string;
30
- };
31
- underline: {
32
- red: (text: string) => string;
33
- green: (text: string) => string;
34
- yellow: (text: string) => string;
35
- blue: (text: string) => string;
36
- purple: (text: string) => string;
37
- cyan: (text: string) => string;
38
- };
39
- };
40
- export type Ansi = typeof ansi;