@jsekulowicz/ds-components 0.3.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +79 -25
- package/dist/atoms/breadcrumb/breadcrumb-item.styles.d.ts.map +1 -1
- package/dist/atoms/breadcrumb/breadcrumb-item.styles.js +0 -1
- package/dist/atoms/breadcrumb/breadcrumb-item.styles.js.map +1 -1
- package/dist/atoms/button/button.d.ts +2 -0
- package/dist/atoms/button/button.d.ts.map +1 -1
- package/dist/atoms/button/button.js +5 -0
- package/dist/atoms/button/button.js.map +1 -1
- package/dist/atoms/button/button.styles.d.ts.map +1 -1
- package/dist/atoms/button/button.styles.js +13 -5
- package/dist/atoms/button/button.styles.js.map +1 -1
- package/dist/atoms/link/link.styles.d.ts.map +1 -1
- package/dist/atoms/link/link.styles.js +0 -1
- package/dist/atoms/link/link.styles.js.map +1 -1
- package/dist/atoms/menu/menu-item.styles.d.ts.map +1 -1
- package/dist/atoms/menu/menu-item.styles.js +0 -1
- package/dist/atoms/menu/menu-item.styles.js.map +1 -1
- package/dist/atoms/menu/menu.styles.d.ts.map +1 -1
- package/dist/atoms/menu/menu.styles.js +0 -4
- package/dist/atoms/menu/menu.styles.js.map +1 -1
- package/dist/atoms/nav-item/nav-group.styles.d.ts.map +1 -1
- package/dist/atoms/nav-item/nav-group.styles.js +0 -1
- package/dist/atoms/nav-item/nav-group.styles.js.map +1 -1
- package/dist/atoms/nav-item/nav-item.styles.d.ts.map +1 -1
- package/dist/atoms/nav-item/nav-item.styles.js +0 -1
- package/dist/atoms/nav-item/nav-item.styles.js.map +1 -1
- package/dist/atoms/searchable-select/searchable-select.d.ts.map +1 -1
- package/dist/atoms/searchable-select/searchable-select.js +7 -1
- package/dist/atoms/searchable-select/searchable-select.js.map +1 -1
- package/dist/atoms/searchable-select/searchable-select.styles.d.ts.map +1 -1
- package/dist/atoms/searchable-select/searchable-select.styles.js +0 -158
- package/dist/atoms/searchable-select/searchable-select.styles.js.map +1 -1
- package/dist/atoms/select/select.common-styles.d.ts +2 -0
- package/dist/atoms/select/select.common-styles.d.ts.map +1 -0
- package/dist/atoms/select/select.common-styles.js +150 -0
- package/dist/atoms/select/select.common-styles.js.map +1 -0
- package/dist/atoms/select/select.d.ts.map +1 -1
- package/dist/atoms/select/select.js +2 -1
- package/dist/atoms/select/select.js.map +1 -1
- package/dist/atoms/select/select.styles.d.ts.map +1 -1
- package/dist/atoms/select/select.styles.js +0 -159
- package/dist/atoms/select/select.styles.js.map +1 -1
- package/dist/atoms/tabs/tab-panel.styles.d.ts.map +1 -1
- package/dist/atoms/tabs/tab-panel.styles.js +0 -4
- package/dist/atoms/tabs/tab-panel.styles.js.map +1 -1
- package/dist/atoms/tabs/tab.styles.d.ts.map +1 -1
- package/dist/atoms/tabs/tab.styles.js +0 -1
- package/dist/atoms/tabs/tab.styles.js.map +1 -1
- package/dist/molecules/alert/alert.styles.d.ts.map +1 -1
- package/dist/molecules/alert/alert.styles.js +0 -1
- package/dist/molecules/alert/alert.styles.js.map +1 -1
- package/dist/molecules/bar-chart/bar-chart.styles.d.ts.map +1 -1
- package/dist/molecules/bar-chart/bar-chart.styles.js +0 -1
- package/dist/molecules/bar-chart/bar-chart.styles.js.map +1 -1
- package/dist/molecules/card/card.styles.d.ts.map +1 -1
- package/dist/molecules/card/card.styles.js +12 -1
- package/dist/molecules/card/card.styles.js.map +1 -1
- package/dist/molecules/color-picker/color-picker-swatch.styles.d.ts.map +1 -1
- package/dist/molecules/color-picker/color-picker-swatch.styles.js +0 -1
- package/dist/molecules/color-picker/color-picker-swatch.styles.js.map +1 -1
- package/dist/molecules/color-picker/color-picker.styles.d.ts.map +1 -1
- package/dist/molecules/color-picker/color-picker.styles.js +4 -2
- package/dist/molecules/color-picker/color-picker.styles.js.map +1 -1
- package/dist/molecules/color-picker/input-color.styles.d.ts.map +1 -1
- package/dist/molecules/color-picker/input-color.styles.js +4 -3
- package/dist/molecules/color-picker/input-color.styles.js.map +1 -1
- package/dist/molecules/toast/toast.styles.d.ts.map +1 -1
- package/dist/molecules/toast/toast.styles.js +0 -1
- package/dist/molecules/toast/toast.styles.js.map +1 -1
- package/dist/organisms/footer/footer.styles.d.ts.map +1 -1
- package/dist/organisms/footer/footer.styles.js +4 -2
- package/dist/organisms/footer/footer.styles.js.map +1 -1
- package/dist/organisms/form/form.styles.d.ts.map +1 -1
- package/dist/organisms/form/form.styles.js +9 -2
- package/dist/organisms/form/form.styles.js.map +1 -1
- package/dist/organisms/navbar/navbar.styles.d.ts.map +1 -1
- package/dist/organisms/navbar/navbar.styles.js +4 -4
- package/dist/organisms/navbar/navbar.styles.js.map +1 -1
- package/dist/pages/settings-page/settings-page.styles.d.ts.map +1 -1
- package/dist/pages/settings-page/settings-page.styles.js +4 -2
- package/dist/pages/settings-page/settings-page.styles.js.map +1 -1
- package/dist/templates/page-shell/page-shell.d.ts +4 -5
- package/dist/templates/page-shell/page-shell.d.ts.map +1 -1
- package/dist/templates/page-shell/page-shell.js +40 -21
- package/dist/templates/page-shell/page-shell.js.map +1 -1
- package/dist/templates/page-shell/page-shell.styles.d.ts.map +1 -1
- package/dist/templates/page-shell/page-shell.styles.js +1 -7
- package/dist/templates/page-shell/page-shell.styles.js.map +1 -1
- package/package.json +4 -4
|
@@ -1,134 +1,22 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
2
|
export const selectStyles = css `
|
|
3
|
-
:host {
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
gap: var(--ds-space-1);
|
|
7
|
-
width: 100%;
|
|
8
|
-
}
|
|
9
|
-
.control-wrap {
|
|
10
|
-
position: relative;
|
|
11
|
-
width: 100%;
|
|
12
|
-
}
|
|
13
3
|
.trigger {
|
|
14
|
-
display: flex;
|
|
15
|
-
align-items: center;
|
|
16
|
-
width: 100%;
|
|
17
|
-
height: var(--ds-size-md);
|
|
18
|
-
background: var(--ds-color-bg);
|
|
19
|
-
border: 1px solid var(--ds-color-border-strong);
|
|
20
|
-
border-radius: var(--ds-radius-sm);
|
|
21
|
-
padding: 0 var(--ds-space-3);
|
|
22
4
|
cursor: pointer;
|
|
23
5
|
text-align: left;
|
|
24
6
|
font-family: var(--ds-font-body);
|
|
25
7
|
font-size: var(--ds-font-size-sm);
|
|
26
8
|
color: var(--ds-color-fg);
|
|
27
|
-
transition:
|
|
28
|
-
border-color var(--ds-duration-fast) var(--ds-easing-standard),
|
|
29
|
-
box-shadow var(--ds-duration-fast) var(--ds-easing-standard);
|
|
30
|
-
}
|
|
31
|
-
.trigger:hover {
|
|
32
|
-
border-color: var(--ds-color-fg-subtle);
|
|
33
9
|
}
|
|
34
10
|
.trigger:focus-visible {
|
|
35
11
|
border-color: var(--ds-color-accent);
|
|
36
12
|
box-shadow: var(--ds-shadow-focus);
|
|
37
|
-
outline: none;
|
|
38
13
|
}
|
|
39
14
|
.trigger[aria-expanded='true'] {
|
|
40
15
|
border-color: var(--ds-color-accent);
|
|
41
16
|
box-shadow: var(--ds-shadow-focus);
|
|
42
17
|
}
|
|
43
|
-
:host([invalid]) .trigger {
|
|
44
|
-
border-color: var(--ds-color-danger);
|
|
45
|
-
background: var(--ds-color-danger-subtle);
|
|
46
|
-
}
|
|
47
|
-
:host([invalid]) .trigger:focus-visible {
|
|
48
|
-
box-shadow: 0 0 0 3px rgba(178, 26, 10, 0.3);
|
|
49
|
-
}
|
|
50
|
-
:host([disabled]) .trigger {
|
|
51
|
-
opacity: 0.5;
|
|
52
|
-
background: var(--ds-color-bg-subtle);
|
|
53
|
-
cursor: not-allowed;
|
|
54
|
-
pointer-events: none;
|
|
55
|
-
}
|
|
56
|
-
.trigger-multiple {
|
|
57
|
-
height: auto;
|
|
58
|
-
min-height: var(--ds-size-md);
|
|
59
|
-
padding: 6px var(--ds-space-3);
|
|
60
|
-
flex-wrap: wrap;
|
|
61
|
-
align-items: center;
|
|
62
|
-
gap: var(--ds-space-1);
|
|
63
|
-
overflow: visible;
|
|
64
|
-
}
|
|
65
18
|
.tiles {
|
|
66
|
-
display: flex;
|
|
67
|
-
flex-wrap: wrap;
|
|
68
|
-
gap: var(--ds-space-1);
|
|
69
19
|
flex: 1;
|
|
70
|
-
min-width: 0;
|
|
71
|
-
}
|
|
72
|
-
.tile {
|
|
73
|
-
display: inline-flex;
|
|
74
|
-
align-items: center;
|
|
75
|
-
gap: var(--ds-space-1);
|
|
76
|
-
height: 24px;
|
|
77
|
-
padding: 0 var(--ds-space-1) 0 var(--ds-space-2);
|
|
78
|
-
background: var(--ds-color-bg-subtle);
|
|
79
|
-
border: 1px solid var(--ds-color-border);
|
|
80
|
-
border-radius: var(--ds-radius-xs);
|
|
81
|
-
font-size: var(--ds-font-size-xs);
|
|
82
|
-
color: var(--ds-color-fg);
|
|
83
|
-
white-space: nowrap;
|
|
84
|
-
}
|
|
85
|
-
.tile-focused {
|
|
86
|
-
border-color: var(--ds-color-accent);
|
|
87
|
-
box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ds-color-accent) 35%, transparent);
|
|
88
|
-
}
|
|
89
|
-
.tile-overflow {
|
|
90
|
-
background: var(--ds-color-accent-subtle);
|
|
91
|
-
border-color: var(--ds-color-accent);
|
|
92
|
-
color: var(--ds-color-accent);
|
|
93
|
-
padding: 0 var(--ds-space-2);
|
|
94
|
-
font-weight: var(--ds-font-weight-medium);
|
|
95
|
-
}
|
|
96
|
-
.tile-label {
|
|
97
|
-
max-width: 120px;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
text-overflow: ellipsis;
|
|
100
|
-
}
|
|
101
|
-
.tile-remove {
|
|
102
|
-
display: inline-flex;
|
|
103
|
-
align-items: center;
|
|
104
|
-
justify-content: center;
|
|
105
|
-
width: 14px;
|
|
106
|
-
height: 14px;
|
|
107
|
-
padding: 0;
|
|
108
|
-
border: none;
|
|
109
|
-
background: none;
|
|
110
|
-
color: var(--ds-color-fg-muted);
|
|
111
|
-
cursor: pointer;
|
|
112
|
-
border-radius: var(--ds-radius-xs);
|
|
113
|
-
flex-shrink: 0;
|
|
114
|
-
}
|
|
115
|
-
.tile-remove:hover {
|
|
116
|
-
color: var(--ds-color-fg);
|
|
117
|
-
background: var(--ds-color-border);
|
|
118
|
-
}
|
|
119
|
-
.tile-remove svg {
|
|
120
|
-
width: 10px;
|
|
121
|
-
height: 10px;
|
|
122
|
-
}
|
|
123
|
-
.leading {
|
|
124
|
-
display: inline-flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
color: var(--ds-color-fg-muted);
|
|
127
|
-
margin-right: var(--ds-space-1);
|
|
128
|
-
flex-shrink: 0;
|
|
129
|
-
}
|
|
130
|
-
.leading[hidden] {
|
|
131
|
-
display: none;
|
|
132
20
|
}
|
|
133
21
|
.trigger-label {
|
|
134
22
|
flex: 1;
|
|
@@ -139,55 +27,8 @@ export const selectStyles = css `
|
|
|
139
27
|
.trigger-label.placeholder {
|
|
140
28
|
color: var(--ds-color-fg-muted);
|
|
141
29
|
}
|
|
142
|
-
.clear-btn {
|
|
143
|
-
display: inline-flex;
|
|
144
|
-
align-items: center;
|
|
145
|
-
justify-content: center;
|
|
146
|
-
width: 1.2rem;
|
|
147
|
-
height: 1.2rem;
|
|
148
|
-
padding: 0;
|
|
149
|
-
border: none;
|
|
150
|
-
background: none;
|
|
151
|
-
color: var(--ds-color-fg-muted);
|
|
152
|
-
cursor: pointer;
|
|
153
|
-
border-radius: var(--ds-radius-xs);
|
|
154
|
-
flex-shrink: 0;
|
|
155
|
-
}
|
|
156
|
-
.clear-btn:hover {
|
|
157
|
-
color: var(--ds-color-fg);
|
|
158
|
-
}
|
|
159
|
-
.clear-btn:focus-visible {
|
|
160
|
-
outline: none;
|
|
161
|
-
box-shadow: var(--ds-shadow-focus);
|
|
162
|
-
}
|
|
163
|
-
.clear-btn svg {
|
|
164
|
-
width: 1rem;
|
|
165
|
-
height: 1rem;
|
|
166
|
-
}
|
|
167
|
-
.caret {
|
|
168
|
-
pointer-events: none;
|
|
169
|
-
width: 1.2rem;
|
|
170
|
-
height: 1.2rem;
|
|
171
|
-
margin-left: var(--ds-space-2);
|
|
172
|
-
color: var(--ds-color-fg-muted);
|
|
173
|
-
flex-shrink: 0;
|
|
174
|
-
transition: transform var(--ds-duration-fast) var(--ds-easing-standard);
|
|
175
|
-
}
|
|
176
30
|
.trigger[aria-expanded='true'] .caret {
|
|
177
31
|
transform: rotate(180deg);
|
|
178
32
|
}
|
|
179
|
-
.listbox {
|
|
180
|
-
position: absolute;
|
|
181
|
-
top: calc(100% + var(--ds-space-1));
|
|
182
|
-
left: 0;
|
|
183
|
-
right: 0;
|
|
184
|
-
background: var(--ds-color-bg);
|
|
185
|
-
border: 1px solid var(--ds-color-border-strong);
|
|
186
|
-
border-radius: var(--ds-radius-sm);
|
|
187
|
-
box-shadow: var(--ds-shadow-md);
|
|
188
|
-
z-index: 100;
|
|
189
|
-
max-height: 240px;
|
|
190
|
-
overflow-y: auto;
|
|
191
|
-
}
|
|
192
33
|
`;
|
|
193
34
|
//# sourceMappingURL=select.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.styles.js","sourceRoot":"","sources":["../../../src/atoms/select/select.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"select.styles.js","sourceRoot":"","sources":["../../../src/atoms/select/select.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+B9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/tabs/tab-panel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"tab-panel.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/tabs/tab-panel.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBAQ1B,CAAC"}
|
|
@@ -2,14 +2,10 @@ import { css } from 'lit';
|
|
|
2
2
|
export const tabPanelStyles = css `
|
|
3
3
|
:host {
|
|
4
4
|
display: block;
|
|
5
|
-
outline: none;
|
|
6
5
|
}
|
|
7
6
|
:host(:focus-visible) {
|
|
8
7
|
border-radius: var(--ds-radius-sm);
|
|
9
8
|
box-shadow: var(--ds-shadow-focus);
|
|
10
9
|
}
|
|
11
|
-
:host([hidden]) {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
10
|
`;
|
|
15
11
|
//# sourceMappingURL=tab-panel.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-panel.styles.js","sourceRoot":"","sources":["../../../src/atoms/tabs/tab-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"tab-panel.styles.js","sourceRoot":"","sources":["../../../src/atoms/tabs/tab-panel.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;CAQhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/tabs/tab.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"tab.styles.d.ts","sourceRoot":"","sources":["../../../src/atoms/tabs/tab.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yBAsCrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab.styles.js","sourceRoot":"","sources":["../../../src/atoms/tabs/tab.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"tab.styles.js","sourceRoot":"","sources":["../../../src/atoms/tabs/tab.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsC3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/alert/alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"alert.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/alert/alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yBAgEvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert.styles.js","sourceRoot":"","sources":["../../../src/molecules/alert/alert.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"alert.styles.js","sourceRoot":"","sources":["../../../src/molecules/alert/alert.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgE7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bar-chart.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/bar-chart/bar-chart.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"bar-chart.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/bar-chart/bar-chart.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBAiK1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bar-chart.styles.js","sourceRoot":"","sources":["../../../src/molecules/bar-chart/bar-chart.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"bar-chart.styles.js","sourceRoot":"","sources":["../../../src/molecules/bar-chart/bar-chart.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/card/card.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"card.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/card/card.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,yBAiFtB,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const belowTabletBreakpoint = unsafeCSS(`calc(${breakpoint.md} - 0.02px)`);
|
|
2
4
|
export const cardStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: block;
|
|
@@ -50,6 +52,15 @@ export const cardStyles = css `
|
|
|
50
52
|
flex-direction: column;
|
|
51
53
|
gap: var(--ds-space-1);
|
|
52
54
|
}
|
|
55
|
+
.actions {
|
|
56
|
+
display: flex;
|
|
57
|
+
justify-content: flex-start;
|
|
58
|
+
}
|
|
59
|
+
@media (max-width: ${belowTabletBreakpoint}) {
|
|
60
|
+
.actions {
|
|
61
|
+
justify-content: flex-end;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
53
64
|
[hidden] {
|
|
54
65
|
display: none;
|
|
55
66
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.styles.js","sourceRoot":"","sources":["../../../src/molecules/card/card.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"card.styles.js","sourceRoot":"","sources":["../../../src/molecules/card/card.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,qBAAqB,GAAG,SAAS,CAAC,QAAQ,UAAU,CAAC,EAAE,YAAY,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAuDN,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker-swatch.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker-swatch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"color-picker-swatch.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker-swatch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,yBAsCnC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker-swatch.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker-swatch.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"color-picker-swatch.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker-swatch.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,uBAAuB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"color-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,yBA8K7B,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const belowMobileBreakpoint = unsafeCSS(`calc(${breakpoint.sm} - 0.02px)`);
|
|
2
4
|
export const colorPickerStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: inline-flex;
|
|
@@ -164,7 +166,7 @@ export const colorPickerStyles = css `
|
|
|
164
166
|
justify-content: flex-end;
|
|
165
167
|
gap: var(--ds-space-2);
|
|
166
168
|
}
|
|
167
|
-
@media (max-width:
|
|
169
|
+
@media (max-width: ${belowMobileBreakpoint}) {
|
|
168
170
|
.custom-row {
|
|
169
171
|
grid-template-columns: 1fr;
|
|
170
172
|
align-items: stretch;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"color-picker.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/color-picker.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,qBAAqB,GAAG,SAAS,CAAC,QAAQ,UAAU,CAAC,EAAE,YAAY,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAqKb,qBAAqB;;;;;;;;;CAS3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-color.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/input-color.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"input-color.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/color-picker/input-color.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,yBAgC5B,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const belowMobileBreakpoint = unsafeCSS(`calc(${breakpoint.sm} - 0.02px)`);
|
|
2
4
|
export const inputColorStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: inline-flex;
|
|
@@ -19,7 +21,6 @@ export const inputColorStyles = css `
|
|
|
19
21
|
input:focus-visible {
|
|
20
22
|
border-color: var(--ds-color-accent);
|
|
21
23
|
box-shadow: var(--ds-shadow-focus);
|
|
22
|
-
outline: none;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
:host([disabled]) input {
|
|
@@ -27,7 +28,7 @@ export const inputColorStyles = css `
|
|
|
27
28
|
cursor: not-allowed;
|
|
28
29
|
}
|
|
29
30
|
|
|
30
|
-
@media (max-width:
|
|
31
|
+
@media (max-width: ${belowMobileBreakpoint}) {
|
|
31
32
|
:host {
|
|
32
33
|
width: 100%;
|
|
33
34
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-color.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/input-color.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"input-color.styles.js","sourceRoot":"","sources":["../../../src/molecules/color-picker/input-color.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,qBAAqB,GAAG,SAAS,CAAC,QAAQ,UAAU,CAAC,EAAE,YAAY,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA2BZ,qBAAqB;;;;;CAK3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/toast/toast.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"toast.styles.d.ts","sourceRoot":"","sources":["../../../src/molecules/toast/toast.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yBAoEvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.styles.js","sourceRoot":"","sources":["../../../src/molecules/toast/toast.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"toast.styles.js","sourceRoot":"","sources":["../../../src/molecules/toast/toast.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoE7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/footer/footer.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"footer.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/footer/footer.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY,yBAwCxB,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const mobileBreakpoint = unsafeCSS(breakpoint.sm);
|
|
2
4
|
export const footerStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: block;
|
|
@@ -27,7 +29,7 @@ export const footerStyles = css `
|
|
|
27
29
|
.end {
|
|
28
30
|
justify-content: flex-end;
|
|
29
31
|
}
|
|
30
|
-
@container (max-width:
|
|
32
|
+
@container (max-width: ${mobileBreakpoint}) {
|
|
31
33
|
footer {
|
|
32
34
|
gap: var(--ds-space-2);
|
|
33
35
|
padding: var(--ds-space-2) var(--ds-space-4);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"footer.styles.js","sourceRoot":"","sources":["../../../src/organisms/footer/footer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"footer.styles.js","sourceRoot":"","sources":["../../../src/organisms/footer/footer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;AAElD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA4BJ,gBAAgB;;;;;;;;;;;;CAY1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/form/form.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/form/form.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU,yBAoCtB,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const belowTabletBreakpoint = unsafeCSS(`calc(${breakpoint.md} - 0.02px)`);
|
|
2
4
|
export const formStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: block;
|
|
@@ -20,9 +22,14 @@ export const formStyles = css `
|
|
|
20
22
|
.actions {
|
|
21
23
|
display: flex;
|
|
22
24
|
gap: var(--ds-space-3);
|
|
23
|
-
justify-content: flex-
|
|
25
|
+
justify-content: flex-start;
|
|
24
26
|
margin-top: var(--ds-space-5);
|
|
25
27
|
}
|
|
28
|
+
@media (max-width: ${belowTabletBreakpoint}) {
|
|
29
|
+
.actions {
|
|
30
|
+
justify-content: flex-end;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
26
33
|
.title {
|
|
27
34
|
margin: 0 0 var(--ds-space-4);
|
|
28
35
|
font-family: var(--ds-font-display);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.styles.js","sourceRoot":"","sources":["../../../src/organisms/form/form.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"form.styles.js","sourceRoot":"","sources":["../../../src/organisms/form/form.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,qBAAqB,GAAG,SAAS,CAAC,QAAQ,UAAU,CAAC,EAAE,YAAY,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;uBAwBN,qBAAqB;;;;;;;;;;;;CAY3C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navbar.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/navbar/navbar.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"navbar.styles.d.ts","sourceRoot":"","sources":["../../../src/organisms/navbar/navbar.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY,yBA+ExB,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const tabletBreakpoint = unsafeCSS(breakpoint.md);
|
|
2
4
|
export const navbarStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: block;
|
|
5
7
|
container-type: inline-size;
|
|
6
|
-
--_breakpoint: 640px;
|
|
7
8
|
}
|
|
8
9
|
nav {
|
|
9
10
|
position: relative;
|
|
@@ -46,13 +47,12 @@ export const navbarStyles = css `
|
|
|
46
47
|
padding: var(--ds-space-2);
|
|
47
48
|
}
|
|
48
49
|
.toggle:focus-visible {
|
|
49
|
-
outline: 2px solid transparent;
|
|
50
50
|
box-shadow: var(--ds-shadow-focus);
|
|
51
51
|
}
|
|
52
52
|
.menu {
|
|
53
53
|
display: contents;
|
|
54
54
|
}
|
|
55
|
-
@container (max-width:
|
|
55
|
+
@container (max-width: ${tabletBreakpoint}) {
|
|
56
56
|
.links {
|
|
57
57
|
justify-content: flex-end;
|
|
58
58
|
flex: 0 0 auto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navbar.styles.js","sourceRoot":"","sources":["../../../src/organisms/navbar/navbar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"navbar.styles.js","sourceRoot":"","sources":["../../../src/organisms/navbar/navbar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;AAElD,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAmDJ,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B1C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-page.styles.d.ts","sourceRoot":"","sources":["../../../src/pages/settings-page/settings-page.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"settings-page.styles.d.ts","sourceRoot":"","sources":["../../../src/pages/settings-page/settings-page.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,yBAqE9B,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import { css } from 'lit';
|
|
1
|
+
import { css, unsafeCSS } from 'lit';
|
|
2
|
+
import { breakpoint } from '@jsekulowicz/ds-tokens';
|
|
3
|
+
const belowTabletBreakpoint = unsafeCSS(`calc(${breakpoint.md} - 0.02px)`);
|
|
2
4
|
export const settingsPageStyles = css `
|
|
3
5
|
:host {
|
|
4
6
|
display: block;
|
|
@@ -33,7 +35,7 @@ export const settingsPageStyles = css `
|
|
|
33
35
|
gap: var(--ds-space-10);
|
|
34
36
|
padding: var(--ds-space-8) 0;
|
|
35
37
|
}
|
|
36
|
-
@media (max-width:
|
|
38
|
+
@media (max-width: ${belowTabletBreakpoint}) {
|
|
37
39
|
.grid {
|
|
38
40
|
grid-template-columns: 1fr;
|
|
39
41
|
gap: var(--ds-space-6);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-page.styles.js","sourceRoot":"","sources":["../../../src/pages/settings-page/settings-page.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"settings-page.styles.js","sourceRoot":"","sources":["../../../src/pages/settings-page/settings-page.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAEpD,MAAM,qBAAqB,GAAG,SAAS,CAAC,QAAQ,UAAU,CAAC,EAAE,YAAY,CAAC,CAAC;AAE3E,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAkCd,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmC3C,CAAC"}
|
|
@@ -6,16 +6,15 @@ import '../../atoms/icon/icons/bars-3.js';
|
|
|
6
6
|
import '../../atoms/icon/icons/x-mark.js';
|
|
7
7
|
/**
|
|
8
8
|
* @tag ds-page-shell
|
|
9
|
-
* @summary Application frame: header + aside + main + footer with responsive collapse.
|
|
9
|
+
* @summary Application frame: header + aside + main + optional footer with responsive collapse.
|
|
10
10
|
* @slot brand - Top-left brand/logo.
|
|
11
11
|
* @slot header-actions - Top-right actions.
|
|
12
12
|
* @slot aside - Side navigation. When empty, the aside column and hamburger toggle are not rendered.
|
|
13
13
|
* @slot default - Main content.
|
|
14
14
|
* @slot footer - Footer content.
|
|
15
|
-
* @cssprop --ds-page-shell-max-width - Outer cap for the shell's content column. Header inner
|
|
16
|
-
* the aside + main row
|
|
17
|
-
*
|
|
18
|
-
* full-bleed.
|
|
15
|
+
* @cssprop --ds-page-shell-max-width - Outer cap for the shell's content column. Header inner
|
|
16
|
+
* content and the aside + main row centre at this width and align vertically. Defaults to `90rem`
|
|
17
|
+
* (1440px). Header chrome remains full-bleed.
|
|
19
18
|
*/
|
|
20
19
|
export declare class DsPageShell extends DsElement {
|
|
21
20
|
#private;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"page-shell.d.ts","sourceRoot":"","sources":["../../../src/templates/page-shell/page-shell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,8BAA8B,CAAC;AACtC,OAAO,4BAA4B,CAAC;AACpC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,kCAAkC,CAAC;AAE1C
|
|
1
|
+
{"version":3,"file":"page-shell.d.ts","sourceRoot":"","sources":["../../../src/templates/page-shell/page-shell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEhD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,OAAO,8BAA8B,CAAC;AACtC,OAAO,4BAA4B,CAAC;AACpC,OAAO,kCAAkC,CAAC;AAC1C,OAAO,kCAAkC,CAAC;AAE1C;;;;;;;;;;;GAWG;AACH,qBAAa,WAAY,SAAQ,SAAS;;IACxC,OAAgB,MAAM,4BAA0C;IAEpD,KAAK,SAAM;IACgB,SAAS,SAAqB;IAC5D,OAAO,CAAC,cAAc,CAAS;IAC/B,OAAO,CAAC,SAAS,CAAS;IAC1B,OAAO,CAAC,UAAU,CAAS;IAI3B,iBAAiB,IAAI,IAAI;IAuBzB,oBAAoB,IAAI,IAAI;IAS5B,YAAY,IAAI,IAAI;IAyEpB,MAAM,IAAI,cAAc;CA2DlC"}
|