@paperless/core 0.1.0-alpha.64 → 0.1.0-alpha.67
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/CHANGELOG.md +33 -0
- package/dist/build/p-41693695.entry.js +1 -0
- package/dist/{paperless/p-7b2b7cc7.entry.js → build/p-591c4817.entry.js} +1 -1
- package/dist/build/p-6421cd2a.entry.js +1 -0
- package/dist/build/p-7b71c73b.entry.js +1 -0
- package/dist/{paperless/p-83e63409.entry.js → build/p-a28114e6.entry.js} +1 -1
- package/dist/build/p-bf2e2185.entry.js +1 -0
- package/dist/build/p-f8bb6e8d.entry.js +1 -0
- package/dist/build/paperless.css +18 -150
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/index-f9c302b6.js +4 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +1 -1
- package/dist/cjs/p-divider.cjs.entry.js +1 -1
- package/dist/cjs/p-helper.cjs.entry.js +6 -2
- package/dist/cjs/p-input-group.cjs.entry.js +12 -2
- package/dist/cjs/p-layout.cjs.entry.js +23 -0
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +5 -5
- package/dist/cjs/p-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.js +33 -2
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/layout/layout.component.css +59 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +1 -1
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +2 -2
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +2 -2
- package/dist/collection/components/molecules/input-group/input-group.component.css +185 -2
- package/dist/collection/components/molecules/input-group/input-group.component.js +56 -7
- package/dist/collection/tailwind/screens.js +8 -0
- package/dist/collection/tailwind/spacing.js +10 -0
- package/dist/collection/tailwind/width.js +18 -0
- package/dist/collection/tailwind.config.js +6 -0
- package/dist/components/divider.component.js +1 -1
- package/dist/components/helper.component.js +9 -3
- package/dist/components/icon.component.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/modal-backdrop.component.js +1 -1
- package/dist/components/modal-body.component.js +1 -1
- package/dist/components/modal-container.component.js +1 -1
- package/dist/components/modal-footer.component.js +1 -1
- package/dist/components/modal-header.component.js +1 -1
- package/dist/components/p-input-group.js +17 -4
- package/dist/components/p-layout.d.ts +11 -0
- package/dist/components/p-layout.js +39 -0
- package/dist/components/tooltip.component.js +2 -2
- package/dist/esm/index-fff70567.js +4 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-button_3.entry.js +1 -1
- package/dist/esm/p-divider.entry.js +1 -1
- package/dist/esm/p-helper.entry.js +6 -2
- package/dist/esm/p-input-group.entry.js +12 -2
- package/dist/esm/p-layout.entry.js +19 -0
- package/dist/esm/p-modal-backdrop_5.entry.js +5 -5
- package/dist/esm/p-tooltip.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-41693695.entry.js +1 -0
- package/dist/{build/p-7b2b7cc7.entry.js → paperless/p-591c4817.entry.js} +1 -1
- package/dist/paperless/p-6421cd2a.entry.js +1 -0
- package/dist/paperless/p-7b71c73b.entry.js +1 -0
- package/dist/{build/p-83e63409.entry.js → paperless/p-a28114e6.entry.js} +1 -1
- package/dist/paperless/p-bf2e2185.entry.js +1 -0
- package/dist/paperless/p-f8bb6e8d.entry.js +1 -0
- package/dist/paperless/paperless.css +25 -191
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/tailwind/screens.js +8 -0
- package/dist/tailwind/spacing.js +10 -0
- package/dist/tailwind/width.js +18 -0
- package/dist/tailwind.config.js +6 -0
- package/dist/types/components/atoms/helper/helper.component.d.ts +5 -0
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +1 -1
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +8 -0
- package/dist/types/components.d.ts +48 -3
- package/package.json +1 -1
- package/dist/build/p-5101f35f.entry.js +0 -1
- package/dist/build/p-7cf14eba.entry.js +0 -1
- package/dist/build/p-bd7fa75d.entry.js +0 -1
- package/dist/build/p-d2fddcde.entry.js +0 -1
- package/dist/paperless/p-5101f35f.entry.js +0 -1
- package/dist/paperless/p-7cf14eba.entry.js +0 -1
- package/dist/paperless/p-bd7fa75d.entry.js +0 -1
- package/dist/paperless/p-d2fddcde.entry.js +0 -1
|
@@ -1,3 +1,186 @@
|
|
|
1
|
-
|
|
1
|
+
:host {
|
|
2
2
|
@apply block w-full;
|
|
3
|
-
}
|
|
3
|
+
}
|
|
4
|
+
:host .input-group {
|
|
5
|
+
@apply flex flex-col w-full;
|
|
6
|
+
}
|
|
7
|
+
:host .input-group .input-label {
|
|
8
|
+
@apply text-xs text-storm-vague font-semibold uppercase tracking-wider;
|
|
9
|
+
}
|
|
10
|
+
:host .input-group .input-header {
|
|
11
|
+
@apply flex gap-2 items-end mb-[2px];
|
|
12
|
+
}
|
|
13
|
+
:host .input-group .content {
|
|
14
|
+
@apply flex;
|
|
15
|
+
}
|
|
16
|
+
:host .input-group .content .prefix,
|
|
17
|
+
:host .input-group .content .suffix {
|
|
18
|
+
@apply flex justify-start items-center h-10;
|
|
19
|
+
@apply text-storm-dark;
|
|
20
|
+
@apply bg-white px-4 w-full;
|
|
21
|
+
@apply rounded-large;
|
|
22
|
+
@apply border border-mystic-dark border-solid !important;
|
|
23
|
+
@apply outline-0 !important;
|
|
24
|
+
@apply flex-1;
|
|
25
|
+
@apply text-storm box-border;
|
|
26
|
+
}
|
|
27
|
+
:host .input-group .content .prefix::placeholder,
|
|
28
|
+
:host .input-group .content .suffix::placeholder {
|
|
29
|
+
@apply text-storm-medium;
|
|
30
|
+
}
|
|
31
|
+
:host .input-group .content .prefix:focus, :host .input-group .content .prefix:focus-visible, :host .input-group .content .prefix.focus,
|
|
32
|
+
:host .input-group .content .suffix:focus,
|
|
33
|
+
:host .input-group .content .suffix:focus-visible,
|
|
34
|
+
:host .input-group .content .suffix.focus {
|
|
35
|
+
@apply border-indigo !important;
|
|
36
|
+
}
|
|
37
|
+
:host .input-group .content .prefix {
|
|
38
|
+
@apply rounded-tr-none rounded-br-none;
|
|
39
|
+
@apply border-r-0 !important;
|
|
40
|
+
@apply order-1;
|
|
41
|
+
@apply pr-2;
|
|
42
|
+
}
|
|
43
|
+
:host .input-group .content .suffix {
|
|
44
|
+
@apply rounded-tl-none rounded-bl-none;
|
|
45
|
+
@apply border-l-0 !important;
|
|
46
|
+
@apply order-3;
|
|
47
|
+
@apply pl-2;
|
|
48
|
+
}
|
|
49
|
+
:host .input-group .content ::slotted(input[type=text]),
|
|
50
|
+
:host .input-group .content ::slotted(input[type=number]),
|
|
51
|
+
:host .input-group .content ::slotted(input[type=date]),
|
|
52
|
+
:host .input-group .content ::slotted(input[type=month]),
|
|
53
|
+
:host .input-group .content ::slotted(input[type=datetime-local]),
|
|
54
|
+
:host .input-group .content ::slotted(input[type=time]),
|
|
55
|
+
:host .input-group .content ::slotted(input[type=tel]),
|
|
56
|
+
:host .input-group .content ::slotted(input[type=password]),
|
|
57
|
+
:host .input-group .content ::slotted(input[type=email]) {
|
|
58
|
+
@apply order-2;
|
|
59
|
+
}
|
|
60
|
+
:host .input-group .content .prefix + ::slotted(input[type=text]),
|
|
61
|
+
:host .input-group .content .prefix + ::slotted(input[type=number]),
|
|
62
|
+
:host .input-group .content .prefix + ::slotted(input[type=date]),
|
|
63
|
+
:host .input-group .content .prefix + ::slotted(input[type=month]),
|
|
64
|
+
:host .input-group .content .prefix + ::slotted(input[type=datetime-local]),
|
|
65
|
+
:host .input-group .content .prefix + ::slotted(input[type=time]),
|
|
66
|
+
:host .input-group .content .prefix + ::slotted(input[type=tel]),
|
|
67
|
+
:host .input-group .content .prefix + ::slotted(input[type=password]),
|
|
68
|
+
:host .input-group .content .prefix + ::slotted(input[type=email]) {
|
|
69
|
+
@apply rounded-tl-none rounded-bl-none !important;
|
|
70
|
+
@apply flex-auto;
|
|
71
|
+
@apply border-l-0 pl-0 !important;
|
|
72
|
+
}
|
|
73
|
+
:host .input-group .content .suffix + ::slotted(input[type=text]),
|
|
74
|
+
:host .input-group .content .suffix + ::slotted(input[type=number]),
|
|
75
|
+
:host .input-group .content .suffix + ::slotted(input[type=date]),
|
|
76
|
+
:host .input-group .content .suffix + ::slotted(input[type=month]),
|
|
77
|
+
:host .input-group .content .suffix + ::slotted(input[type=datetime-local]),
|
|
78
|
+
:host .input-group .content .suffix + ::slotted(input[type=time]),
|
|
79
|
+
:host .input-group .content .suffix + ::slotted(input[type=tel]),
|
|
80
|
+
:host .input-group .content .suffix + ::slotted(input[type=password]),
|
|
81
|
+
:host .input-group .content .suffix + ::slotted(input[type=email]) {
|
|
82
|
+
@apply rounded-tr-none rounded-br-none !important;
|
|
83
|
+
@apply flex-auto;
|
|
84
|
+
@apply border-r-0 pr-0 !important;
|
|
85
|
+
}
|
|
86
|
+
:host .input-group.focused .prefix,
|
|
87
|
+
:host .input-group.focused .suffix, :host .input-group:focus-within .prefix,
|
|
88
|
+
:host .input-group:focus-within .suffix {
|
|
89
|
+
@apply border-indigo !important;
|
|
90
|
+
@apply text-indigo;
|
|
91
|
+
}
|
|
92
|
+
:host .input-group.focused ::slotted(input[type=text]),
|
|
93
|
+
:host .input-group.focused ::slotted(input[type=number]),
|
|
94
|
+
:host .input-group.focused ::slotted(input[type=date]),
|
|
95
|
+
:host .input-group.focused ::slotted(input[type=month]),
|
|
96
|
+
:host .input-group.focused ::slotted(input[type=datetime-local]),
|
|
97
|
+
:host .input-group.focused ::slotted(input[type=time]),
|
|
98
|
+
:host .input-group.focused ::slotted(input[type=tel]),
|
|
99
|
+
:host .input-group.focused ::slotted(input[type=password]),
|
|
100
|
+
:host .input-group.focused ::slotted(input[type=email]), :host .input-group:focus-within ::slotted(input[type=text]),
|
|
101
|
+
:host .input-group:focus-within ::slotted(input[type=number]),
|
|
102
|
+
:host .input-group:focus-within ::slotted(input[type=date]),
|
|
103
|
+
:host .input-group:focus-within ::slotted(input[type=month]),
|
|
104
|
+
:host .input-group:focus-within ::slotted(input[type=datetime-local]),
|
|
105
|
+
:host .input-group:focus-within ::slotted(input[type=time]),
|
|
106
|
+
:host .input-group:focus-within ::slotted(input[type=tel]),
|
|
107
|
+
:host .input-group:focus-within ::slotted(input[type=password]),
|
|
108
|
+
:host .input-group:focus-within ::slotted(input[type=email]) {
|
|
109
|
+
@apply border-indigo !important;
|
|
110
|
+
}
|
|
111
|
+
:host .input-group.error .prefix,
|
|
112
|
+
:host .input-group.error .suffix, :host .input-group[error] .prefix,
|
|
113
|
+
:host .input-group[error] .suffix {
|
|
114
|
+
@apply text-negative-dark;
|
|
115
|
+
@apply border-negative !important;
|
|
116
|
+
@apply text-negative;
|
|
117
|
+
}
|
|
118
|
+
:host .input-group.error .prefix::placeholder,
|
|
119
|
+
:host .input-group.error .suffix::placeholder, :host .input-group[error] .prefix::placeholder,
|
|
120
|
+
:host .input-group[error] .suffix::placeholder {
|
|
121
|
+
@apply text-negative-light;
|
|
122
|
+
}
|
|
123
|
+
:host .input-group.error ::slotted(input[type=text]),
|
|
124
|
+
:host .input-group.error ::slotted(input[type=number]),
|
|
125
|
+
:host .input-group.error ::slotted(input[type=date]),
|
|
126
|
+
:host .input-group.error ::slotted(input[type=month]),
|
|
127
|
+
:host .input-group.error ::slotted(input[type=datetime-local]),
|
|
128
|
+
:host .input-group.error ::slotted(input[type=time]),
|
|
129
|
+
:host .input-group.error ::slotted(input[type=tel]),
|
|
130
|
+
:host .input-group.error ::slotted(input[type=password]),
|
|
131
|
+
:host .input-group.error ::slotted(input[type=email]), :host .input-group[error] ::slotted(input[type=text]),
|
|
132
|
+
:host .input-group[error] ::slotted(input[type=number]),
|
|
133
|
+
:host .input-group[error] ::slotted(input[type=date]),
|
|
134
|
+
:host .input-group[error] ::slotted(input[type=month]),
|
|
135
|
+
:host .input-group[error] ::slotted(input[type=datetime-local]),
|
|
136
|
+
:host .input-group[error] ::slotted(input[type=time]),
|
|
137
|
+
:host .input-group[error] ::slotted(input[type=tel]),
|
|
138
|
+
:host .input-group[error] ::slotted(input[type=password]),
|
|
139
|
+
:host .input-group[error] ::slotted(input[type=email]) {
|
|
140
|
+
@apply text-negative-dark;
|
|
141
|
+
@apply border-negative !important;
|
|
142
|
+
}
|
|
143
|
+
:host .input-group.error ::slotted(input[type=text])::placeholder,
|
|
144
|
+
:host .input-group.error ::slotted(input[type=number])::placeholder,
|
|
145
|
+
:host .input-group.error ::slotted(input[type=date])::placeholder,
|
|
146
|
+
:host .input-group.error ::slotted(input[type=month])::placeholder,
|
|
147
|
+
:host .input-group.error ::slotted(input[type=datetime-local])::placeholder,
|
|
148
|
+
:host .input-group.error ::slotted(input[type=time])::placeholder,
|
|
149
|
+
:host .input-group.error ::slotted(input[type=tel])::placeholder,
|
|
150
|
+
:host .input-group.error ::slotted(input[type=password])::placeholder,
|
|
151
|
+
:host .input-group.error ::slotted(input[type=email])::placeholder, :host .input-group[error] ::slotted(input[type=text])::placeholder,
|
|
152
|
+
:host .input-group[error] ::slotted(input[type=number])::placeholder,
|
|
153
|
+
:host .input-group[error] ::slotted(input[type=date])::placeholder,
|
|
154
|
+
:host .input-group[error] ::slotted(input[type=month])::placeholder,
|
|
155
|
+
:host .input-group[error] ::slotted(input[type=datetime-local])::placeholder,
|
|
156
|
+
:host .input-group[error] ::slotted(input[type=time])::placeholder,
|
|
157
|
+
:host .input-group[error] ::slotted(input[type=tel])::placeholder,
|
|
158
|
+
:host .input-group[error] ::slotted(input[type=password])::placeholder,
|
|
159
|
+
:host .input-group[error] ::slotted(input[type=email])::placeholder {
|
|
160
|
+
@apply text-negative-light;
|
|
161
|
+
}
|
|
162
|
+
:host .input-group.disabled .prefix,
|
|
163
|
+
:host .input-group.disabled .suffix, :host .input-group[disabled] .prefix,
|
|
164
|
+
:host .input-group[disabled] .suffix {
|
|
165
|
+
@apply opacity-40;
|
|
166
|
+
}
|
|
167
|
+
:host .input-group.disabled ::slotted(input[type=text]),
|
|
168
|
+
:host .input-group.disabled ::slotted(input[type=number]),
|
|
169
|
+
:host .input-group.disabled ::slotted(input[type=date]),
|
|
170
|
+
:host .input-group.disabled ::slotted(input[type=month]),
|
|
171
|
+
:host .input-group.disabled ::slotted(input[type=datetime-local]),
|
|
172
|
+
:host .input-group.disabled ::slotted(input[type=time]),
|
|
173
|
+
:host .input-group.disabled ::slotted(input[type=tel]),
|
|
174
|
+
:host .input-group.disabled ::slotted(input[type=password]),
|
|
175
|
+
:host .input-group.disabled ::slotted(input[type=email]), :host .input-group[disabled] ::slotted(input[type=text]),
|
|
176
|
+
:host .input-group[disabled] ::slotted(input[type=number]),
|
|
177
|
+
:host .input-group[disabled] ::slotted(input[type=date]),
|
|
178
|
+
:host .input-group[disabled] ::slotted(input[type=month]),
|
|
179
|
+
:host .input-group[disabled] ::slotted(input[type=datetime-local]),
|
|
180
|
+
:host .input-group[disabled] ::slotted(input[type=time]),
|
|
181
|
+
:host .input-group[disabled] ::slotted(input[type=tel]),
|
|
182
|
+
:host .input-group[disabled] ::slotted(input[type=password]),
|
|
183
|
+
:host .input-group[disabled] ::slotted(input[type=email]) {
|
|
184
|
+
@apply opacity-40;
|
|
185
|
+
pointer-events: none;
|
|
186
|
+
} .static{position:static!important}.ml-2{margin-left:.5rem!important}.flex{display:flex!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.hover\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}.visible{visibility:visible!important}.static{position:static!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}
|
|
@@ -1,32 +1,45 @@
|
|
|
1
1
|
import { Component, Element, h, Host, Prop } from '@stencil/core';
|
|
2
2
|
export class InputGroup {
|
|
3
|
+
constructor() {
|
|
4
|
+
/**
|
|
5
|
+
* Wether the input group is disabled
|
|
6
|
+
*/
|
|
7
|
+
this.disabled = false;
|
|
8
|
+
/**
|
|
9
|
+
* Wether the input group is focused
|
|
10
|
+
*/
|
|
11
|
+
this.focused = false;
|
|
12
|
+
}
|
|
3
13
|
render() {
|
|
4
14
|
var _a;
|
|
5
15
|
const hasHelperSlot = !!this._el.querySelector('[slot="helper"]');
|
|
6
16
|
const hasLabelSlot = !!this._el.querySelector('[slot="label"]');
|
|
7
17
|
const hasPrefixSlot = !!this._el.querySelector('[slot="prefix"]');
|
|
8
18
|
const hasSuffixSlot = !!this._el.querySelector('[slot="suffix"]');
|
|
19
|
+
const hasHeaderSlot = !!this._el.querySelector('[slot="header"]');
|
|
9
20
|
const helper = hasHelperSlot ? h("slot", { name: "helper" }) : this.helper;
|
|
10
21
|
const label = hasLabelSlot ? h("slot", { name: "label" }) : this.label;
|
|
11
22
|
const prefix = hasPrefixSlot ? h("slot", { name: "prefix" }) : this.prefix;
|
|
12
23
|
const suffix = hasSuffixSlot ? h("slot", { name: "suffix" }) : this.suffix;
|
|
24
|
+
console.log(helper);
|
|
13
25
|
const errorAndErrorIsNotBoolean = this.error &&
|
|
14
26
|
typeof this.error === 'string' &&
|
|
15
27
|
this.error !== 'true';
|
|
16
28
|
return (h(Host, { class: "p-input-group" },
|
|
17
|
-
h("div", { class: `input-group ${((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) && 'error'}` },
|
|
29
|
+
h("div", { class: `input-group ${((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) && 'error'} ${this.disabled && 'disabled'} ${this.focused && 'focused'}` },
|
|
18
30
|
h("div", { class: "flex justify-between items-end" },
|
|
19
|
-
h("div", { class: "input-label" }, label),
|
|
20
|
-
h("div", { class: "input-header" },
|
|
21
|
-
h("slot", { name: "header" }),
|
|
22
|
-
helper && h("p-helper",
|
|
31
|
+
label && h("div", { class: "input-label" }, label),
|
|
32
|
+
(helper || hasHeaderSlot) && (h("div", { class: "input-header" },
|
|
33
|
+
hasHeaderSlot && h("slot", { name: "header" }),
|
|
34
|
+
helper && (h("p-helper", { class: `flex ${hasHeaderSlot ? 'ml-2' : ''}`, placement: "top-end" }, helper))))),
|
|
23
35
|
h("div", { class: "content" },
|
|
24
|
-
(prefix || this.icon) && (h("div", { class: "prefix" }, this.icon ? (h("p-icon", { variant: this.icon, rotate: this.iconRotate, flip: this.iconFlip })) : (prefix))),
|
|
36
|
+
(prefix || this.icon) && (h("div", { class: "prefix" }, this.icon ? (h("p-icon", { class: "flex", variant: this.icon, rotate: this.iconRotate, flip: this.iconFlip })) : (prefix))),
|
|
25
37
|
(suffix || errorAndErrorIsNotBoolean) && (h("div", { class: "suffix" }, errorAndErrorIsNotBoolean ? (h("p-tooltip", { class: "flex", variant: "error", popover: this.error },
|
|
26
|
-
h("p-icon", { class: "text-negative-light hover:text-negative", slot: "content", variant: "explanation" }))) : (suffix))),
|
|
38
|
+
h("p-icon", { class: "flex text-negative-light hover:text-negative", slot: "content", variant: "explanation" }))) : (suffix))),
|
|
27
39
|
h("slot", { name: "input" })))));
|
|
28
40
|
}
|
|
29
41
|
static get is() { return "p-input-group"; }
|
|
42
|
+
static get encapsulation() { return "shadow"; }
|
|
30
43
|
static get originalStyleUrls() { return {
|
|
31
44
|
"$": ["./input-group.component.scss"]
|
|
32
45
|
}; }
|
|
@@ -184,6 +197,42 @@ export class InputGroup {
|
|
|
184
197
|
},
|
|
185
198
|
"attribute": "error",
|
|
186
199
|
"reflect": true
|
|
200
|
+
},
|
|
201
|
+
"disabled": {
|
|
202
|
+
"type": "boolean",
|
|
203
|
+
"mutable": false,
|
|
204
|
+
"complexType": {
|
|
205
|
+
"original": "boolean",
|
|
206
|
+
"resolved": "boolean",
|
|
207
|
+
"references": {}
|
|
208
|
+
},
|
|
209
|
+
"required": false,
|
|
210
|
+
"optional": false,
|
|
211
|
+
"docs": {
|
|
212
|
+
"tags": [],
|
|
213
|
+
"text": "Wether the input group is disabled"
|
|
214
|
+
},
|
|
215
|
+
"attribute": "disabled",
|
|
216
|
+
"reflect": false,
|
|
217
|
+
"defaultValue": "false"
|
|
218
|
+
},
|
|
219
|
+
"focused": {
|
|
220
|
+
"type": "boolean",
|
|
221
|
+
"mutable": false,
|
|
222
|
+
"complexType": {
|
|
223
|
+
"original": "boolean",
|
|
224
|
+
"resolved": "boolean",
|
|
225
|
+
"references": {}
|
|
226
|
+
},
|
|
227
|
+
"required": false,
|
|
228
|
+
"optional": false,
|
|
229
|
+
"docs": {
|
|
230
|
+
"tags": [],
|
|
231
|
+
"text": "Wether the input group is focused"
|
|
232
|
+
},
|
|
233
|
+
"attribute": "focused",
|
|
234
|
+
"reflect": false,
|
|
235
|
+
"defaultValue": "false"
|
|
187
236
|
}
|
|
188
237
|
}; }
|
|
189
238
|
static get elementRef() { return "_el"; }
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
unset: 'unset',
|
|
3
|
+
|
|
4
|
+
// default variant
|
|
5
|
+
'sidebar-mobile': '100%',
|
|
6
|
+
'sidebar-desktop': '15rem',
|
|
7
|
+
|
|
8
|
+
'content-mobile': '100%',
|
|
9
|
+
'content-desktop-xs': '45rem',
|
|
10
|
+
'content-desktop-sm': '60rem',
|
|
11
|
+
'content-desktop': '65rem',
|
|
12
|
+
'content-desktop-lg': '65rem',
|
|
13
|
+
'content-desktop-xl': '70rem',
|
|
14
|
+
|
|
15
|
+
// login variant
|
|
16
|
+
'sidebar-desktop-login': '100%',
|
|
17
|
+
'content-desktop-login': '30rem',
|
|
18
|
+
};
|
|
@@ -7,6 +7,9 @@ const typeograhpy = require('./tailwind/typography');
|
|
|
7
7
|
const backdropBlur = require('./tailwind/backdrop-blur');
|
|
8
8
|
const zIndex = require('./tailwind/z-index');
|
|
9
9
|
const animation = require('./tailwind/animation');
|
|
10
|
+
const screens = require('./tailwind/screens');
|
|
11
|
+
const width = require('./tailwind/width');
|
|
12
|
+
const spacing = require('./tailwind/spacing');
|
|
10
13
|
|
|
11
14
|
module.exports = {
|
|
12
15
|
important: true,
|
|
@@ -23,6 +26,9 @@ module.exports = {
|
|
|
23
26
|
lineHeight: typeograhpy.lineHeight,
|
|
24
27
|
backdropBlur,
|
|
25
28
|
zIndex,
|
|
29
|
+
screens,
|
|
30
|
+
width,
|
|
31
|
+
spacing,
|
|
26
32
|
},
|
|
27
33
|
},
|
|
28
34
|
plugins: [require('@tailwindcss/aspect-ratio')],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const dividerComponentCss = ".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
3
|
+
const dividerComponentCss = ".static{position:static!important}.m-0{margin:0!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mt-6{margin-top:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-px{height:1px!important}.w-80{width:20rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-center{align-items:center!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.bg-mystic-medium{--tw-bg-opacity:1!important;background-color:rgb(227 236 243/var(--tw-bg-opacity))!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{--tw-text-opacity:1!important;color:rgb(152 154 183/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;background-color:rgb(227 236 243/var(--tw-bg-opacity));display:block;height:1px;margin-bottom:.5rem;margin-top:.5rem;width:100%}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.text-lg,.text-xl{line-height:1.75rem!important}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
4
|
|
|
5
5
|
const Divider = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { d as defineCustomElement$1 } from './tooltip.component.js';
|
|
3
3
|
|
|
4
|
-
const helperComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
4
|
+
const helperComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";
|
|
5
5
|
|
|
6
6
|
const Helper = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
8
8
|
super();
|
|
9
9
|
this.__registerHost();
|
|
10
10
|
this.__attachShadow();
|
|
11
|
+
/**
|
|
12
|
+
* The placement of the helper popover
|
|
13
|
+
*/
|
|
14
|
+
this.placement = 'top';
|
|
11
15
|
}
|
|
12
16
|
render() {
|
|
13
|
-
return (h(Host, { class: "p-helper" }, h("p-tooltip",
|
|
17
|
+
return (h(Host, { class: "p-helper" }, h("p-tooltip", { placement: this.placement }, h("div", { slot: "popover" }, h("slot", null)), h("div", { slot: "content", class: "helper" }))));
|
|
14
18
|
}
|
|
15
19
|
static get style() { return helperComponentCss; }
|
|
16
|
-
}, [1, "p-helper"
|
|
20
|
+
}, [1, "p-helper", {
|
|
21
|
+
"placement": [1]
|
|
22
|
+
}]);
|
|
17
23
|
function defineCustomElement() {
|
|
18
24
|
if (typeof customElements === "undefined") {
|
|
19
25
|
return;
|
|
@@ -863,7 +863,7 @@ const icons = {
|
|
|
863
863
|
warning,
|
|
864
864
|
};
|
|
865
865
|
|
|
866
|
-
const iconComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.m-0{margin:0!important}.mt-6{margin-top:1.5rem!important}.
|
|
866
|
+
const iconComponentCss = ".visible{visibility:visible!important}.static{position:static!important}.m-0{margin:0!important}.mt-6{margin-top:1.5rem!important}.ml-2{margin-left:.5rem!important}.mb-3{margin-bottom:.75rem!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-auto{flex:1 1 auto!important}.-translate-y-1{--tw-translate-y:-0.25rem!important}.-translate-x-1,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1{--tw-translate-x:-0.25rem!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-3{gap:.75rem!important}.whitespace-nowrap{white-space:nowrap!important}.border-t-2{border-top-width:2px!important}.border-r-2{border-right-width:2px!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.font-medium{font-weight:500!important}.text-storm-vague{color:rgb(152 154 183/var(--tw-text-opacity))!important}.text-negative-light,.text-storm-vague{--tw-text-opacity:1!important}.text-negative-light{color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-500{transition-duration:.5s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}.-translate-y-1\\/2{--tw-translate-y:-50%!important}.-translate-x-1\\/2,.-translate-y-1\\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\\/2{--tw-translate-x:-50%!important}.border-indigo,.border-mystic-dark{--tw-border-opacity:1!important}";
|
|
867
867
|
|
|
868
868
|
const Icon = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
869
869
|
constructor() {
|
|
@@ -16,6 +16,7 @@ export { Icon as PIcon } from '../types/components/p-icon/p-icon';
|
|
|
16
16
|
export { Illustration as PIllustration } from '../types/components/p-illustration/p-illustration';
|
|
17
17
|
export { InfoPanel as PInfoPanel } from '../types/components/p-info-panel/p-info-panel';
|
|
18
18
|
export { InputGroup as PInputGroup } from '../types/components/p-input-group/p-input-group';
|
|
19
|
+
export { Layout as PLayout } from '../types/components/p-layout/p-layout';
|
|
19
20
|
export { Loader as PLoader } from '../types/components/p-loader/p-loader';
|
|
20
21
|
export { Modal as PModal } from '../types/components/p-modal/p-modal';
|
|
21
22
|
export { ModalBackdrop as PModalBackdrop } from '../types/components/p-modal-backdrop/p-modal-backdrop';
|
package/dist/components/index.js
CHANGED
|
@@ -16,6 +16,7 @@ export { PIcon, defineCustomElement as defineCustomElementPIcon } from './p-icon
|
|
|
16
16
|
export { PIllustration, defineCustomElement as defineCustomElementPIllustration } from './p-illustration.js';
|
|
17
17
|
export { PInfoPanel, defineCustomElement as defineCustomElementPInfoPanel } from './p-info-panel.js';
|
|
18
18
|
export { PInputGroup, defineCustomElement as defineCustomElementPInputGroup } from './p-input-group.js';
|
|
19
|
+
export { PLayout, defineCustomElement as defineCustomElementPLayout } from './p-layout.js';
|
|
19
20
|
export { PLoader, defineCustomElement as defineCustomElementPLoader } from './p-loader.js';
|
|
20
21
|
export { PModal, defineCustomElement as defineCustomElementPModal } from './p-modal.js';
|
|
21
22
|
export { PModalBackdrop, defineCustomElement as defineCustomElementPModalBackdrop } from './p-modal-backdrop.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const modalBackdropComponentCss = ".static{position:static!important}.fixed{position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-screen{height:100vh!important}.w-screen{width:100vw!important}.w-80{width:20rem!important}.justify-center{justify-content:center!important}.backdrop-blur-xs{--tw-backdrop-blur:blur(2px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-backdrop-blur:blur(2px);align-items:center;-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgba(81,83,107,.5);display:flex;height:100vh;justify-content:center;left:0;padding:4rem;position:fixed;top:0;width:100vw;z-index:500}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
3
|
+
const modalBackdropComponentCss = ".static{position:static!important}.fixed{position:fixed!important}.top-0{top:0!important}.left-0{left:0!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.h-screen{height:100vh!important}.w-screen{width:100vw!important}.w-80{width:20rem!important}.justify-center{justify-content:center!important}.backdrop-blur-xs{--tw-backdrop-blur:blur(2px)!important;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-backdrop-blur:blur(2px);align-items:center;-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);background-color:rgba(81,83,107,.5);display:flex;height:100vh;justify-content:center;left:0;padding:4rem;position:fixed;top:0;width:100vw;z-index:500}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
4
|
|
|
5
5
|
const ModalBackdrop = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const modalBodyComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.w-80{width:20rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{padding:1.5rem 3.5rem}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
3
|
+
const modalBodyComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.w-80{width:20rem!important}.px-14{padding-left:3.5rem!important;padding-right:3.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{padding:1.5rem 3.5rem}:host(.variant-table){padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
4
|
|
|
5
5
|
const ModalBody = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const modalContainerComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-80{width:20rem!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}p-modal-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;overflow:hidden}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
3
|
+
const modalContainerComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-80{width:20rem!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}p-modal-container{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.75rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;overflow:hidden}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
4
|
|
|
5
5
|
// $modal-xs: 20rem;
|
|
6
6
|
// $modal-sm: 33.5rem;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
import { d as defineCustomElement$1 } from './divider.component.js';
|
|
3
3
|
|
|
4
|
-
const modalFooterComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-80{width:20rem!important}.pb-6{padding-bottom:1.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
|
+
const modalFooterComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.flex{display:flex!important}.w-80{width:20rem!important}.pb-6{padding-bottom:1.5rem!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{display:flex;flex-direction:column;padding-bottom:1.5rem;padding-left:1.5rem;padding-right:1.5rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
5
5
|
|
|
6
6
|
const ModalFooter = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
7
7
|
constructor() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h, Host } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const modalHeaderComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.w-80{width:20rem!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;background-color:rgb(247 250 252/var(--tw-bg-opacity));border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(39 40 56/var(--tw-text-opacity));display:block;font-size:1.875rem;font-weight:700;line-height:2.25rem;padding:1.5rem 2rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
3
|
+
const modalHeaderComponentCss = ".static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.block{display:block!important}.w-80{width:20rem!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-storm-dark{--tw-text-opacity:1!important;color:rgb(39 40 56/var(--tw-text-opacity))!important}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:85.375rem){.container{max-width:85.375rem}}@media (min-width:90rem){.container{max-width:90rem}}@media (min-width:120rem){.container{max-width:120rem}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}:host{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-border-opacity:1!important;background-color:rgb(247 250 252/var(--tw-bg-opacity));border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(39 40 56/var(--tw-text-opacity));display:block;font-size:1.875rem;font-weight:700;line-height:2.25rem;padding:1.5rem 2rem}.w-\\[33\\.5rem\\]{width:33.5rem!important}.w-\\[38rem\\]{width:38rem!important}.w-\\[47\\.5rem\\]{width:47.5rem!important}.w-\\[57\\.5rem\\]{width:57.5rem!important}";
|
|
4
4
|
|
|
5
5
|
const ModalHeader = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
6
6
|
constructor() {
|