lapikit 0.5.9 → 0.6.1
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.
- package/dist/@types/actions.d.ts +6 -0
- package/dist/@types/index.d.ts +1 -0
- package/dist/@types/index.js +1 -0
- package/dist/@types/props.d.ts +1 -0
- package/dist/actions.d.ts +2 -0
- package/dist/actions.js +2 -0
- package/dist/animations/ripple.d.ts +1 -1
- package/dist/animations/ripple.js +36 -23
- package/dist/components/app/app.svelte +122 -8
- package/dist/components/card/card.svelte +49 -96
- package/dist/components/card/card.types.d.ts +22 -2
- package/dist/components/card/modules/card-actions.svelte +53 -0
- package/dist/components/card/modules/card-actions.svelte.d.ts +4 -0
- package/dist/components/card/modules/card-container.svelte +51 -0
- package/dist/components/card/modules/card-container.svelte.d.ts +4 -0
- package/dist/components/card/modules/card-content.svelte +56 -0
- package/dist/components/card/modules/card-content.svelte.d.ts +4 -0
- package/dist/components/card/modules/card-media.svelte +52 -0
- package/dist/components/card/modules/card-media.svelte.d.ts +4 -0
- package/dist/components/card/modules/card-title.svelte +56 -0
- package/dist/components/card/modules/card-title.svelte.d.ts +4 -0
- package/dist/components/dialog/dialog.svelte +1 -2
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/{@legacy/stores/components.d.ts → components/modal/modal.d.ts} +1 -2
- package/dist/{@legacy/stores/components.js → components/modal/modal.js} +1 -1
- package/dist/components/modal/modal.svelte +1 -1
- package/dist/components/textfield/textfield.svelte.d.ts +1 -1
- package/dist/constants.d.ts +2 -2
- package/dist/constants.js +8 -3
- package/dist/utils/components.d.ts +1 -0
- package/dist/utils/components.js +16 -0
- package/dist/utils/outside.d.ts +1 -0
- package/dist/utils/outside.js +5 -0
- package/dist/{@legacy/stores → utils}/themes.d.ts +1 -0
- package/dist/{@legacy/actions/use-theme.js → utils/themes.js} +4 -1
- package/package.json +11 -32
- package/dist/@legacy/actions/accordion.svelte.d.ts +0 -9
- package/dist/@legacy/actions/index.d.ts +0 -2
- package/dist/@legacy/actions/index.js +0 -2
- package/dist/@legacy/actions/use-theme.d.ts +0 -1
- package/dist/@legacy/assets/icons/arrow-down.svelte +0 -12
- package/dist/@legacy/assets/icons/arrow-down.svelte.d.ts +0 -18
- package/dist/@legacy/assets/icons/arrow-up.svelte +0 -12
- package/dist/@legacy/assets/icons/arrow-up.svelte.d.ts +0 -18
- package/dist/@legacy/assets/icons/close-fill.svelte +0 -12
- package/dist/@legacy/assets/icons/close-fill.svelte.d.ts +0 -18
- package/dist/@legacy/assets/icons/loading-fill.svelte +0 -31
- package/dist/@legacy/assets/icons/loading-fill.svelte.d.ts +0 -18
- package/dist/@legacy/components/accordion/accordion.css +0 -36
- package/dist/@legacy/components/accordion/accordion.svelte +0 -39
- package/dist/@legacy/components/accordion/accordion.svelte.d.ts +0 -4
- package/dist/@legacy/components/accordion/modules/accordion-item.css +0 -68
- package/dist/@legacy/components/accordion/modules/accordion-item.svelte +0 -94
- package/dist/@legacy/components/accordion/modules/accordion-item.svelte.d.ts +0 -4
- package/dist/@legacy/components/accordion/types.d.ts +0 -33
- package/dist/@legacy/components/alert/alert.css +0 -130
- package/dist/@legacy/components/alert/alert.svelte +0 -89
- package/dist/@legacy/components/alert/alert.svelte.d.ts +0 -4
- package/dist/@legacy/components/alert/types.d.ts +0 -28
- package/dist/@legacy/components/alert/types.js +0 -1
- package/dist/@legacy/components/app/app.css +0 -26
- package/dist/@legacy/components/app/app.svelte +0 -79
- package/dist/@legacy/components/app/app.svelte.d.ts +0 -4
- package/dist/@legacy/components/app/types.d.ts +0 -10
- package/dist/@legacy/components/app/types.js +0 -1
- package/dist/@legacy/components/appbar/appbar.css +0 -38
- package/dist/@legacy/components/appbar/appbar.svelte +0 -40
- package/dist/@legacy/components/appbar/appbar.svelte.d.ts +0 -4
- package/dist/@legacy/components/appbar/types.d.ts +0 -15
- package/dist/@legacy/components/appbar/types.js +0 -1
- package/dist/@legacy/components/aspect-ratio/aspect-ratio.css +0 -19
- package/dist/@legacy/components/aspect-ratio/aspect-ratio.svelte +0 -25
- package/dist/@legacy/components/aspect-ratio/aspect-ratio.svelte.d.ts +0 -4
- package/dist/@legacy/components/aspect-ratio/types.d.ts +0 -5
- package/dist/@legacy/components/aspect-ratio/types.js +0 -1
- package/dist/@legacy/components/avatar/avatar.css +0 -102
- package/dist/@legacy/components/avatar/avatar.svelte +0 -46
- package/dist/@legacy/components/avatar/avatar.svelte.d.ts +0 -4
- package/dist/@legacy/components/avatar/types.d.ts +0 -22
- package/dist/@legacy/components/avatar/types.js +0 -1
- package/dist/@legacy/components/button/button.css +0 -240
- package/dist/@legacy/components/button/button.svelte +0 -102
- package/dist/@legacy/components/button/button.svelte.d.ts +0 -4
- package/dist/@legacy/components/button/types.d.ts +0 -29
- package/dist/@legacy/components/button/types.js +0 -1
- package/dist/@legacy/components/card/card.css +0 -105
- package/dist/@legacy/components/card/card.svelte +0 -67
- package/dist/@legacy/components/card/card.svelte.d.ts +0 -4
- package/dist/@legacy/components/card/types.d.ts +0 -20
- package/dist/@legacy/components/card/types.js +0 -1
- package/dist/@legacy/components/chip/chip.css +0 -224
- package/dist/@legacy/components/chip/chip.svelte +0 -131
- package/dist/@legacy/components/chip/chip.svelte.d.ts +0 -4
- package/dist/@legacy/components/chip/types.d.ts +0 -32
- package/dist/@legacy/components/chip/types.js +0 -1
- package/dist/@legacy/components/dialog/dialog.css +0 -129
- package/dist/@legacy/components/dialog/dialog.svelte +0 -67
- package/dist/@legacy/components/dialog/dialog.svelte.d.ts +0 -4
- package/dist/@legacy/components/dialog/types.d.ts +0 -24
- package/dist/@legacy/components/dialog/types.js +0 -1
- package/dist/@legacy/components/dropdown/dropdown.css +0 -13
- package/dist/@legacy/components/dropdown/dropdown.svelte +0 -115
- package/dist/@legacy/components/dropdown/dropdown.svelte.d.ts +0 -4
- package/dist/@legacy/components/dropdown/types.d.ts +0 -26
- package/dist/@legacy/components/dropdown/types.js +0 -1
- package/dist/@legacy/components/icon/icon.css +0 -78
- package/dist/@legacy/components/icon/icon.svelte +0 -49
- package/dist/@legacy/components/icon/icon.svelte.d.ts +0 -4
- package/dist/@legacy/components/icon/types.d.ts +0 -16
- package/dist/@legacy/components/icon/types.js +0 -1
- package/dist/@legacy/components/index.d.ts +0 -22
- package/dist/@legacy/components/index.js +0 -23
- package/dist/@legacy/components/list/list.css +0 -149
- package/dist/@legacy/components/list/list.svelte +0 -44
- package/dist/@legacy/components/list/list.svelte.d.ts +0 -4
- package/dist/@legacy/components/list/modules/list-item.css +0 -67
- package/dist/@legacy/components/list/modules/list-item.svelte +0 -76
- package/dist/@legacy/components/list/modules/list-item.svelte.d.ts +0 -4
- package/dist/@legacy/components/list/types.d.ts +0 -33
- package/dist/@legacy/components/list/types.js +0 -1
- package/dist/@legacy/components/modal/modal.css +0 -137
- package/dist/@legacy/components/modal/modal.svelte +0 -118
- package/dist/@legacy/components/modal/modal.svelte.d.ts +0 -4
- package/dist/@legacy/components/modal/types.d.ts +0 -26
- package/dist/@legacy/components/modal/types.js +0 -1
- package/dist/@legacy/components/popover/popover.css +0 -13
- package/dist/@legacy/components/popover/popover.svelte +0 -73
- package/dist/@legacy/components/popover/popover.svelte.d.ts +0 -4
- package/dist/@legacy/components/popover/types.d.ts +0 -20
- package/dist/@legacy/components/popover/types.js +0 -1
- package/dist/@legacy/components/separator/separator.css +0 -42
- package/dist/@legacy/components/separator/separator.svelte +0 -37
- package/dist/@legacy/components/separator/separator.svelte.d.ts +0 -4
- package/dist/@legacy/components/separator/types.d.ts +0 -15
- package/dist/@legacy/components/separator/types.js +0 -1
- package/dist/@legacy/components/spacer/spacer.css +0 -3
- package/dist/@legacy/components/spacer/spacer.svelte +0 -7
- package/dist/@legacy/components/spacer/spacer.svelte.d.ts +0 -4
- package/dist/@legacy/components/spacer/types.d.ts +0 -4
- package/dist/@legacy/components/spacer/types.js +0 -1
- package/dist/@legacy/components/textfield/textfield.css +0 -298
- package/dist/@legacy/components/textfield/textfield.svelte +0 -193
- package/dist/@legacy/components/textfield/textfield.svelte.d.ts +0 -4
- package/dist/@legacy/components/textfield/types.d.ts +0 -37
- package/dist/@legacy/components/textfield/types.js +0 -1
- package/dist/@legacy/components/toolbar/toolbar.css +0 -106
- package/dist/@legacy/components/toolbar/toolbar.svelte +0 -47
- package/dist/@legacy/components/toolbar/toolbar.svelte.d.ts +0 -4
- package/dist/@legacy/components/toolbar/types.d.ts +0 -27
- package/dist/@legacy/components/toolbar/types.js +0 -1
- package/dist/@legacy/components/tooltip/tooltip.css +0 -116
- package/dist/@legacy/components/tooltip/tooltip.svelte +0 -113
- package/dist/@legacy/components/tooltip/tooltip.svelte.d.ts +0 -4
- package/dist/@legacy/components/tooltip/types.d.ts +0 -23
- package/dist/@legacy/components/tooltip/types.js +0 -1
- package/dist/@legacy/index.d.ts +0 -3
- package/dist/@legacy/index.js +0 -24
- package/dist/@legacy/internal/config/presets.d.ts +0 -149
- package/dist/@legacy/internal/config/presets.js +0 -169
- package/dist/@legacy/internal/config/variables.d.ts +0 -3
- package/dist/@legacy/internal/config/variables.js +0 -3
- package/dist/@legacy/internal/core/actions/assets.svelte.d.ts +0 -8
- package/dist/@legacy/internal/core/actions/assets.svelte.js +0 -54
- package/dist/@legacy/internal/core/actions/dropdown.svelte.d.ts +0 -7
- package/dist/@legacy/internal/core/actions/dropdown.svelte.js +0 -148
- package/dist/@legacy/internal/core/actions/popover.svelte.d.ts +0 -7
- package/dist/@legacy/internal/core/actions/popover.svelte.js +0 -134
- package/dist/@legacy/internal/core/actions/tooltip.svelte.d.ts +0 -7
- package/dist/@legacy/internal/core/actions/tooltip.svelte.js +0 -131
- package/dist/@legacy/internal/core/animations/ripple.d.ts +0 -12
- package/dist/@legacy/internal/core/animations/ripple.js +0 -96
- package/dist/@legacy/internal/core/bin/ansi.d.ts +0 -40
- package/dist/@legacy/internal/core/bin/ansi.js +0 -44
- package/dist/@legacy/internal/core/bin/terminal.d.ts +0 -1
- package/dist/@legacy/internal/core/bin/terminal.js +0 -12
- package/dist/@legacy/internal/core/css.d.ts +0 -1
- package/dist/@legacy/internal/core/css.js +0 -16
- package/dist/@legacy/internal/core/formatter/component.d.ts +0 -5
- package/dist/@legacy/internal/core/formatter/component.js +0 -60
- package/dist/@legacy/internal/core/formatter/device.d.ts +0 -5
- package/dist/@legacy/internal/core/formatter/device.js +0 -66
- package/dist/@legacy/internal/core/formatter/index.d.ts +0 -7
- package/dist/@legacy/internal/core/formatter/index.js +0 -35
- package/dist/@legacy/internal/core/formatter/style.d.ts +0 -4
- package/dist/@legacy/internal/core/formatter/style.js +0 -15
- package/dist/@legacy/internal/core/formatter/theme.d.ts +0 -5
- package/dist/@legacy/internal/core/formatter/theme.js +0 -44
- package/dist/@legacy/internal/core/formatter/typography.d.ts +0 -5
- package/dist/@legacy/internal/core/formatter/typography.js +0 -12
- package/dist/@legacy/internal/core/minify.d.ts +0 -1
- package/dist/@legacy/internal/core/minify.js +0 -10
- package/dist/@legacy/internal/core/standard-colors.d.ts +0 -75
- package/dist/@legacy/internal/core/standard-colors.js +0 -75
- package/dist/@legacy/internal/core/x11-colors.d.ts +0 -4
- package/dist/@legacy/internal/core/x11-colors.js +0 -151
- package/dist/@legacy/internal/helpers/colors.d.ts +0 -1
- package/dist/@legacy/internal/helpers/colors.js +0 -50
- package/dist/@legacy/internal/helpers/convert.d.ts +0 -1
- package/dist/@legacy/internal/helpers/convert.js +0 -17
- package/dist/@legacy/internal/helpers/deep-merge.d.ts +0 -44
- package/dist/@legacy/internal/helpers/deep-merge.js +0 -80
- package/dist/@legacy/internal/helpers/outside.d.ts +0 -9
- package/dist/@legacy/internal/helpers/outside.js +0 -34
- package/dist/@legacy/internal/helpers/parser.d.ts +0 -10
- package/dist/@legacy/internal/helpers/parser.js +0 -93
- package/dist/@legacy/internal/helpers/scroll.d.ts +0 -1
- package/dist/@legacy/internal/helpers/scroll.js +0 -5
- package/dist/@legacy/internal/plugins/vite.d.ts +0 -8
- package/dist/@legacy/internal/plugins/vite.js +0 -33
- package/dist/@legacy/internal/types/components.d.ts +0 -14
- package/dist/@legacy/internal/types/components.js +0 -1
- package/dist/@legacy/internal/types/configuration.d.ts +0 -63
- package/dist/@legacy/internal/types/configuration.js +0 -1
- package/dist/@legacy/internal/types/index.d.ts +0 -2
- package/dist/@legacy/internal/types/index.js +0 -2
- package/dist/@legacy/stores/breakpoints.d.ts +0 -6
- package/dist/@legacy/stores/breakpoints.js +0 -14
- package/dist/@legacy/stores/devices.d.ts +0 -6
- package/dist/@legacy/stores/devices.js +0 -9
- package/dist/@legacy/stores/index.d.ts +0 -5
- package/dist/@legacy/stores/index.js +0 -5
- package/dist/@legacy/stores/themes.js +0 -4
- package/dist/@legacy/stores/viewport.d.ts +0 -7
- package/dist/@legacy/stores/viewport.js +0 -7
- package/dist/@legacy/styles/animation.css +0 -33
- package/dist/@legacy/styles/keyframes.css +0 -30
- package/dist/@legacy/styles/reset.css +0 -133
- package/dist/@legacy/styles.css +0 -0
- package/dist/@legacy/styles.css.d.ts +0 -4
- package/dist/@legacy/themes.css +0 -0
- package/dist/@legacy/themes.css.d.ts +0 -4
- /package/dist/{@legacy/components/accordion/types.js → @types/actions.js} +0 -0
- /package/dist/{@legacy/actions → components/accordion}/accordion.svelte.js +0 -0
|
@@ -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;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
const color = {
|
|
2
|
-
red: (text) => `\x1b[31m${text}\x1b[0m`,
|
|
3
|
-
green: (text) => `\x1b[32m${text}\x1b[0m`,
|
|
4
|
-
yellow: (text) => `\x1b[33m${text}\x1b[0m`,
|
|
5
|
-
blue: (text) => `\x1b[34m${text}\x1b[0m`,
|
|
6
|
-
purple: (text) => `\x1b[35m${text}\x1b[0m`,
|
|
7
|
-
cyan: (text) => `\x1b[36m${text}\x1b[0m`
|
|
8
|
-
};
|
|
9
|
-
const variant = {
|
|
10
|
-
bold: (text) => `\x1b[1m${text}\x1b[0m`,
|
|
11
|
-
underline: (text) => `\x1b[4m${text}\x1b[0m`,
|
|
12
|
-
inverse: (text) => `\x1b[7m${text}\x1b[0m`
|
|
13
|
-
};
|
|
14
|
-
const bold = {
|
|
15
|
-
red: (text) => `\x1b[1m\x1b[31m${text}\x1b[0m`,
|
|
16
|
-
green: (text) => `\x1b[1m\x1b[32m${text}\x1b[0m`,
|
|
17
|
-
yellow: (text) => `\x1b[1m\x1b[33m${text}\x1b[0m`,
|
|
18
|
-
blue: (text) => `\x1b[1m\x1b[34m${text}\x1b[0m`,
|
|
19
|
-
purple: (text) => `\x1b[1m\x1b[35m${text}\x1b[0m`,
|
|
20
|
-
cyan: (text) => `\x1b[1m\x1b[36m${text}\x1b[0m`
|
|
21
|
-
};
|
|
22
|
-
const inverse = {
|
|
23
|
-
red: (text) => `\x1b[7m\x1b[31m${text}\x1b[0m`,
|
|
24
|
-
green: (text) => `\x1b[7m\x1b[32m${text}\x1b[0m`,
|
|
25
|
-
yellow: (text) => `\x1b[7m\x1b[33m${text}\x1b[0m`,
|
|
26
|
-
blue: (text) => `\x1b[7m\x1b[34m${text}\x1b[0m`,
|
|
27
|
-
purple: (text) => `\x1b[7m\x1b[35m${text}\x1b[0m`,
|
|
28
|
-
cyan: (text) => `\x1b[7m\x1b[36m${text}\x1b[0m`
|
|
29
|
-
};
|
|
30
|
-
const underline = {
|
|
31
|
-
red: (text) => `\x1b[4m\x1b[31m${text}\x1b[0m`,
|
|
32
|
-
green: (text) => `\x1b[4m\x1b[32m${text}\x1b[0m`,
|
|
33
|
-
yellow: (text) => `\x1b[4m\x1b[33m${text}\x1b[0m`,
|
|
34
|
-
blue: (text) => `\x1b[4m\x1b[34m${text}\x1b[0m`,
|
|
35
|
-
purple: (text) => `\x1b[4m\x1b[35m${text}\x1b[0m`,
|
|
36
|
-
cyan: (text) => `\x1b[4m\x1b[36m${text}\x1b[0m`
|
|
37
|
-
};
|
|
38
|
-
export const ansi = {
|
|
39
|
-
color,
|
|
40
|
-
variant,
|
|
41
|
-
bold,
|
|
42
|
-
inverse,
|
|
43
|
-
underline
|
|
44
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const terminal: (type: "info" | "error" | "warn" | "success" | undefined, msg: string) => void;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ansi } from './ansi.js';
|
|
2
|
-
export const terminal = (type = 'info', msg) => {
|
|
3
|
-
const name = ansi.color.cyan('lapikit');
|
|
4
|
-
if (type === 'error')
|
|
5
|
-
console.error(name, ansi.bold.red('[error]'), msg);
|
|
6
|
-
else if (type === 'warn')
|
|
7
|
-
console.warn(name, ansi.bold.yellow('[warn]'), msg);
|
|
8
|
-
else if (type === 'success')
|
|
9
|
-
console.warn(name, ansi.bold.green('[success]'), msg);
|
|
10
|
-
else
|
|
11
|
-
console.log(name, ansi.bold.blue('[info]'), msg);
|
|
12
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const processImportStyles: () => Promise<string>;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { fileURLToPath } from 'url';
|
|
2
|
-
import { dirname } from 'path';
|
|
3
|
-
import fs from 'fs';
|
|
4
|
-
import path from 'path';
|
|
5
|
-
const __filename = fileURLToPath(import.meta.url);
|
|
6
|
-
const __dirname = dirname(__filename);
|
|
7
|
-
export const processImportStyles = async () => {
|
|
8
|
-
const _reset = fs.readFileSync(path.resolve(__dirname, './../../styles/reset.css'), 'utf-8');
|
|
9
|
-
const _animation = fs.readFileSync(path.resolve(__dirname, './../../styles/animation.css'), 'utf-8');
|
|
10
|
-
const _keyframes = fs.readFileSync(path.resolve(__dirname, './../../styles/keyframes.css'), 'utf-8');
|
|
11
|
-
let styles = ``;
|
|
12
|
-
styles += `${_reset}\n`;
|
|
13
|
-
styles += `${_animation}\n`;
|
|
14
|
-
styles += `${_keyframes}\n`;
|
|
15
|
-
return styles;
|
|
16
|
-
};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { fileURLToPath } from 'url';
|
|
2
|
-
import { dirname } from 'path';
|
|
3
|
-
import fs from 'fs';
|
|
4
|
-
import path from 'path';
|
|
5
|
-
import { parserCSSBreakpoints } from '../../helpers/parser.js';
|
|
6
|
-
const __filename = fileURLToPath(import.meta.url);
|
|
7
|
-
const __dirname = dirname(__filename);
|
|
8
|
-
export async function componentFormatter({ breakpoints }) {
|
|
9
|
-
// load svelte component files (includes on components folders)
|
|
10
|
-
function loadSvelteFiles(directory) {
|
|
11
|
-
fs.readdirSync(directory).forEach((File) => {
|
|
12
|
-
const absolutePath = path.join(directory, File);
|
|
13
|
-
if (fs.statSync(absolutePath).isDirectory())
|
|
14
|
-
return loadSvelteFiles(absolutePath);
|
|
15
|
-
else if (absolutePath.endsWith('.css') && !absolutePath.includes('/_')) {
|
|
16
|
-
const fileCSS = fs.readFileSync(absolutePath, 'utf8');
|
|
17
|
-
const content = parserCSSBreakpoints(fileCSS);
|
|
18
|
-
let css = `${content.cleaned}\n`;
|
|
19
|
-
for (const property in breakpoints) {
|
|
20
|
-
if (property !== 'base') {
|
|
21
|
-
const name = `.${/^\d/.test(property) ? `\\3${property}` : property}\\:`;
|
|
22
|
-
const value = typeof breakpoints[property] === 'number'
|
|
23
|
-
? `${breakpoints[property]}px`
|
|
24
|
-
: breakpoints[property];
|
|
25
|
-
if (content.base !== '' || content.minmax !== '' || content.min !== '') {
|
|
26
|
-
css += `\n@media screen and (min-width: ${value}) {\n`;
|
|
27
|
-
if (content.base !== '')
|
|
28
|
-
css += content.base.replaceAll('[breakpoint]', name);
|
|
29
|
-
if (content.minmax !== '')
|
|
30
|
-
css += content.minmax.replaceAll('[breakpoint]', name);
|
|
31
|
-
if (content.min !== '')
|
|
32
|
-
css += content.min.replaceAll('[breakpoint]', name);
|
|
33
|
-
css += `\n}\n`;
|
|
34
|
-
}
|
|
35
|
-
if (content.max !== '' || content.minmax !== '') {
|
|
36
|
-
css += `\n@media screen and (max-width: ${value}) {\n`;
|
|
37
|
-
if (content.max !== '')
|
|
38
|
-
css += content.max.replaceAll('[breakpoint]', `max\\:${name}`);
|
|
39
|
-
if (content.minmax !== '')
|
|
40
|
-
css += content.all.replaceAll('[breakpoint]', `max\\:${name}`);
|
|
41
|
-
css += `\n}\n`;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
else {
|
|
45
|
-
css += `${content.base.replaceAll('[breakpoint]', '.')}\n`;
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
const baseName = path.basename(absolutePath, '.css');
|
|
49
|
-
const svelteFilePath = path.join(path.dirname(absolutePath), `${baseName}.svelte`);
|
|
50
|
-
if (fs.existsSync(svelteFilePath)) {
|
|
51
|
-
let svelteContent = fs.readFileSync(svelteFilePath, 'utf8');
|
|
52
|
-
svelteContent = svelteContent.replace(/<style[^>]*>[\s\S]*?<\/style>/gi, '');
|
|
53
|
-
svelteContent += `<style>\n${css}</style>`;
|
|
54
|
-
fs.writeFileSync(svelteFilePath, svelteContent, 'utf8');
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
});
|
|
58
|
-
}
|
|
59
|
-
loadSvelteFiles(path.resolve(__dirname, '../../../components'));
|
|
60
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { parserValues } from '../../helpers/parser.js';
|
|
2
|
-
export async function devicesFormatter({ devices }) {
|
|
3
|
-
let css = ``;
|
|
4
|
-
const sortedDevices = Object.entries(devices).sort(([, a], [, b]) => {
|
|
5
|
-
const valueA = typeof a === 'string' ? parseInt(a) : a;
|
|
6
|
-
const valueB = typeof b === 'string' ? parseInt(b) : b;
|
|
7
|
-
return valueB - valueA;
|
|
8
|
-
});
|
|
9
|
-
sortedDevices.forEach(([deviceName, breakpoint], index) => {
|
|
10
|
-
const value = parserValues(breakpoint);
|
|
11
|
-
if (index === 0) {
|
|
12
|
-
// the largest device
|
|
13
|
-
css += `@media (max-width: ${value}) {\n`;
|
|
14
|
-
css += ` .kit-device--d-${deviceName} {\n`;
|
|
15
|
-
css += ` display: none !important;\n`;
|
|
16
|
-
css += ` }\n`;
|
|
17
|
-
css += `}\n\n`;
|
|
18
|
-
css += `@media (min-width: ${value}) {\n`;
|
|
19
|
-
css += ` .kit-device--h-${deviceName} {\n`;
|
|
20
|
-
css += ` display: none !important;\n`;
|
|
21
|
-
css += ` }\n`;
|
|
22
|
-
css += `}\n\n`;
|
|
23
|
-
}
|
|
24
|
-
else if (index === sortedDevices.length - 1) {
|
|
25
|
-
const prevDevice = sortedDevices[index - 1];
|
|
26
|
-
const prevValue = parserValues(prevDevice[1]);
|
|
27
|
-
// the smallest device
|
|
28
|
-
css += `@media (min-width: ${prevValue}) {\n`;
|
|
29
|
-
css += ` .kit-device--d-${deviceName} {\n`;
|
|
30
|
-
css += ` display: none !important;\n`;
|
|
31
|
-
css += ` }\n`;
|
|
32
|
-
css += `}\n\n`;
|
|
33
|
-
css += `@media (max-width: ${prevValue}) {\n`;
|
|
34
|
-
css += ` .kit-device--h-${deviceName} {\n`;
|
|
35
|
-
css += ` display: none !important;\n`;
|
|
36
|
-
css += ` }\n`;
|
|
37
|
-
css += `}\n\n`;
|
|
38
|
-
css += `@media (min-width: ${value}) {\n`;
|
|
39
|
-
css += ` .kit-device--od-${deviceName} {\n`;
|
|
40
|
-
css += ` display: none !important;\n`;
|
|
41
|
-
css += ` }\n`;
|
|
42
|
-
css += `}\n\n`;
|
|
43
|
-
css += `@media (max-width: ${value}) {\n`;
|
|
44
|
-
css += ` .kit-device--oh-${deviceName} {\n`;
|
|
45
|
-
css += ` display: none !important;\n`;
|
|
46
|
-
css += ` }\n`;
|
|
47
|
-
css += `}\n\n`;
|
|
48
|
-
}
|
|
49
|
-
else {
|
|
50
|
-
//intermediate devices
|
|
51
|
-
const nextDevice = sortedDevices[index - 1];
|
|
52
|
-
const nextValue = parserValues(nextDevice[1]);
|
|
53
|
-
css += `@media (max-width: ${value}) {\n`;
|
|
54
|
-
css += ` .kit-device--d-${deviceName} {\n`;
|
|
55
|
-
css += ` display: none !important;\n`;
|
|
56
|
-
css += ` }\n`;
|
|
57
|
-
css += `}\n\n`;
|
|
58
|
-
css += `@media (min-width: ${nextValue}) {\n`;
|
|
59
|
-
css += ` .kit-device--h-${deviceName} {\n`;
|
|
60
|
-
css += ` display: none !important;\n`;
|
|
61
|
-
css += ` }\n`;
|
|
62
|
-
css += `}\n\n`;
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
return css.trim();
|
|
66
|
-
}
|