playbook_ui 14.4.0.pre.alpha.PLAY1486highchartscssdrivenPOC3923 → 14.4.0.pre.alpha.PLAY1529removefaeasy3876
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/_playbook.scss +0 -2
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +1 -1
- data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.scss +0 -21
- data/app/pb_kits/playbook/pb_bar_graph/_bar_graph.tsx +184 -5
- data/app/pb_kits/playbook/pb_bar_graph/barGraph.test.js +1 -1
- data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.tsx +216 -5
- data/app/pb_kits/playbook/pb_circle_chart/circleChart.test.js +1 -1
- data/app/pb_kits/playbook/pb_dashboard/pbChartsDarkTheme.ts +6 -2
- data/app/pb_kits/playbook/pb_dashboard/pbChartsLightTheme.ts +7 -2
- data/app/pb_kits/playbook/pb_gantt_chart/_gantt_chart.tsx +64 -3
- data/app/pb_kits/playbook/pb_gauge/_gauge.tsx +203 -5
- data/app/pb_kits/playbook/pb_gauge/gauge.test.js +1 -1
- data/app/pb_kits/playbook/pb_line_graph/_line_graph.tsx +154 -5
- data/app/pb_kits/playbook/pb_line_graph/lineGraph.test.js +1 -1
- data/app/pb_kits/playbook/pb_popover/docs/_popover_list.html.erb +2 -2
- data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.html.erb +0 -2
- data/app/pb_kits/playbook/pb_radio/docs/_radio_custom_children.jsx +2 -5
- data/app/pb_kits/playbook/pb_treemap_chart/_treemap_chart.tsx +113 -5
- data/app/pb_kits/playbook/pb_treemap_chart/treemapChart.test.js +1 -1
- data/dist/chunks/_typeahead-DnWoIeq6.js +22 -0
- data/dist/chunks/_weekday_stacked-C5Ls9JLc.js +45 -0
- data/dist/chunks/lib-CEpcaI8y.js +29 -0
- data/dist/chunks/{pb_form_validation-Dna2I7fw.js → pb_form_validation-D9zkwt2b.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -3
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/pagination_renderer.rb +2 -2
- data/lib/playbook/version.rb +1 -1
- metadata +6 -21
- data/app/pb_kits/playbook/pb_drawer/_close_icon.tsx +0 -25
- data/app/pb_kits/playbook/pb_drawer/_drawer.scss +0 -465
- data/app/pb_kits/playbook/pb_drawer/_drawer.tsx +0 -195
- data/app/pb_kits/playbook/pb_drawer/_drawer_context.tsx +0 -3
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.jsx +0 -117
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.jsx +0 -43
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.html.erb +0 -1
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_default.jsx +0 -63
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.jsx +0 -55
- data/app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.jsx +0 -113
- data/app/pb_kits/playbook/pb_drawer/docs/example.yml +0 -12
- data/app/pb_kits/playbook/pb_drawer/docs/index.js +0 -5
- data/app/pb_kits/playbook/pb_drawer/drawer.html.erb +0 -12
- data/app/pb_kits/playbook/pb_drawer/drawer.rb +0 -8
- data/app/pb_kits/playbook/pb_drawer/drawer.test.jsx +0 -77
- data/dist/chunks/_typeahead-BywvWGAm.js +0 -22
- data/dist/chunks/_weekday_stacked-5OGZKZeo.js +0 -45
- data/dist/chunks/lib-DMOmCoAX.js +0 -29
@@ -31,7 +31,7 @@ module Playbook
|
|
31
31
|
num = @collection.current_page > 1 && @collection.current_page - 1
|
32
32
|
previous_or_next_page(
|
33
33
|
num,
|
34
|
-
"<
|
34
|
+
"<i> pb_rails('icon', props: { icon: 'chevron-left', fixed_width: true, size: 'xs' }) </i>",
|
35
35
|
"prev"
|
36
36
|
)
|
37
37
|
end
|
@@ -40,7 +40,7 @@ module Playbook
|
|
40
40
|
num = @collection.current_page < @collection.total_pages && @collection.current_page + 1
|
41
41
|
previous_or_next_page(
|
42
42
|
num,
|
43
|
-
"<
|
43
|
+
"<i> pb_rails('icon', props: { icon: 'chevron-right', fixed_width: true, size: 'xs' }) </i>",
|
44
44
|
"next"
|
45
45
|
)
|
46
46
|
end
|
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: playbook_ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 14.4.0.pre.alpha.
|
4
|
+
version: 14.4.0.pre.alpha.PLAY1529removefaeasy3876
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Power UX
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-09-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: actionpack
|
@@ -1106,21 +1106,6 @@ files:
|
|
1106
1106
|
- app/pb_kits/playbook/pb_draggable/draggable.test.jsx
|
1107
1107
|
- app/pb_kits/playbook/pb_draggable/subcomponents/DraggableContainer.tsx
|
1108
1108
|
- app/pb_kits/playbook/pb_draggable/subcomponents/DraggableItem.tsx
|
1109
|
-
- app/pb_kits/playbook/pb_drawer/_close_icon.tsx
|
1110
|
-
- app/pb_kits/playbook/pb_drawer/_drawer.scss
|
1111
|
-
- app/pb_kits/playbook/pb_drawer/_drawer.tsx
|
1112
|
-
- app/pb_kits/playbook/pb_drawer/_drawer_context.tsx
|
1113
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_borders.jsx
|
1114
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_breakpoints.jsx
|
1115
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_default.html.erb
|
1116
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_default.jsx
|
1117
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_overlay.jsx
|
1118
|
-
- app/pb_kits/playbook/pb_drawer/docs/_drawer_sizes.jsx
|
1119
|
-
- app/pb_kits/playbook/pb_drawer/docs/example.yml
|
1120
|
-
- app/pb_kits/playbook/pb_drawer/docs/index.js
|
1121
|
-
- app/pb_kits/playbook/pb_drawer/drawer.html.erb
|
1122
|
-
- app/pb_kits/playbook/pb_drawer/drawer.rb
|
1123
|
-
- app/pb_kits/playbook/pb_drawer/drawer.test.jsx
|
1124
1109
|
- app/pb_kits/playbook/pb_dropdown/_dropdown.scss
|
1125
1110
|
- app/pb_kits/playbook/pb_dropdown/_dropdown.tsx
|
1126
1111
|
- app/pb_kits/playbook/pb_dropdown/context/index.tsx
|
@@ -3070,11 +3055,11 @@ files:
|
|
3070
3055
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
3071
3056
|
- app/pb_kits/playbook/utilities/text.ts
|
3072
3057
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
3073
|
-
- dist/chunks/_typeahead-
|
3074
|
-
- dist/chunks/_weekday_stacked-
|
3058
|
+
- dist/chunks/_typeahead-DnWoIeq6.js
|
3059
|
+
- dist/chunks/_weekday_stacked-C5Ls9JLc.js
|
3075
3060
|
- dist/chunks/lazysizes-B7xYodB-.js
|
3076
|
-
- dist/chunks/lib-
|
3077
|
-
- dist/chunks/pb_form_validation-
|
3061
|
+
- dist/chunks/lib-CEpcaI8y.js
|
3062
|
+
- dist/chunks/pb_form_validation-D9zkwt2b.js
|
3078
3063
|
- dist/chunks/vendor.js
|
3079
3064
|
- dist/menu.yml
|
3080
3065
|
- dist/playbook-doc.js
|
@@ -1,25 +0,0 @@
|
|
1
|
-
import React from 'react'
|
2
|
-
import Icon from '../pb_icon/_icon'
|
3
|
-
|
4
|
-
import { getAllIcons } from "../utilities/icons/allicons"
|
5
|
-
|
6
|
-
type CloseIconProps = {
|
7
|
-
onClose: () => void,
|
8
|
-
}
|
9
|
-
|
10
|
-
export const CloseIcon = (props: CloseIconProps): React.ReactElement => {
|
11
|
-
const { onClose } = props
|
12
|
-
const timesIcon = getAllIcons()["times"]
|
13
|
-
return (
|
14
|
-
<div
|
15
|
-
className="pb_dialog_close_icon"
|
16
|
-
onClick={onClose}
|
17
|
-
>
|
18
|
-
<Icon
|
19
|
-
className="svg-inline--fa"
|
20
|
-
customIcon={timesIcon.icon as unknown as { [key: string]: SVGElement }}
|
21
|
-
fixedWidth
|
22
|
-
/>
|
23
|
-
</div>
|
24
|
-
)
|
25
|
-
}
|
@@ -1,465 +0,0 @@
|
|
1
|
-
@import "../tokens/positioning";
|
2
|
-
@import "../tokens/colors";
|
3
|
-
@import "../pb_card/card_mixin";
|
4
|
-
@import "../tokens/shadows";
|
5
|
-
@import "../tokens/border_radius";
|
6
|
-
@import "../tokens/spacing";
|
7
|
-
@import "../tokens/animation-curves";
|
8
|
-
@import "../tokens/positioning";
|
9
|
-
|
10
|
-
// Drawer animations
|
11
|
-
// Drawer animations for fading in and out from the center
|
12
|
-
@keyframes modalFadeIn {
|
13
|
-
from {
|
14
|
-
transform: translate3d(0, -100%, 0);
|
15
|
-
opacity: 0;
|
16
|
-
}
|
17
|
-
to {
|
18
|
-
transform: translate3d(0, 0, 0);
|
19
|
-
opacity: 1;
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
@keyframes modalFadeOut {
|
24
|
-
from {
|
25
|
-
transform: translate3d(0, 0, 0);
|
26
|
-
opacity: 1;
|
27
|
-
}
|
28
|
-
to {
|
29
|
-
transform: translate3d(0, -50%, 0);
|
30
|
-
opacity: 0;
|
31
|
-
}
|
32
|
-
}
|
33
|
-
|
34
|
-
// Drawer animations for fading in and out from the right side
|
35
|
-
|
36
|
-
@keyframes overlayFade {
|
37
|
-
from {
|
38
|
-
opacity: 0;
|
39
|
-
transform: translateY(0);
|
40
|
-
}
|
41
|
-
to {
|
42
|
-
opacity: 1;
|
43
|
-
transform: translateY(0);
|
44
|
-
}
|
45
|
-
}
|
46
|
-
|
47
|
-
@keyframes overlayFadeOut {
|
48
|
-
from {
|
49
|
-
opacity: 1;
|
50
|
-
}
|
51
|
-
to {
|
52
|
-
opacity: 0;
|
53
|
-
}
|
54
|
-
}
|
55
|
-
|
56
|
-
body.ReactModal__Body--open {
|
57
|
-
transition: margin-left 0.3s ease-in-out, margin-right 0.3s ease-in-out;
|
58
|
-
}
|
59
|
-
|
60
|
-
.pb_drawer_lg_left.pb_drawer {
|
61
|
-
transform: translateX(-100%);
|
62
|
-
}
|
63
|
-
|
64
|
-
.pb_drawer_lg_right.pb_drawer {
|
65
|
-
transform: translateX(100%);
|
66
|
-
}
|
67
|
-
|
68
|
-
.pb_drawer.pb_drawer_after_open {
|
69
|
-
transform: translateX(0); /* Slide in */
|
70
|
-
}
|
71
|
-
// Drawer Styles
|
72
|
-
.pb_drawer {
|
73
|
-
|
74
|
-
// Local Variables
|
75
|
-
$gutter: $space_lg;
|
76
|
-
$xsmall: 64px;
|
77
|
-
$small: 200px;
|
78
|
-
$medium: 250px;
|
79
|
-
$large: 300px;
|
80
|
-
$xlarge: 365px;
|
81
|
-
$animation-duration: .2s;
|
82
|
-
$z-index: 100;
|
83
|
-
$opacity_visible: 1;
|
84
|
-
$opacity_hidden: 0;
|
85
|
-
|
86
|
-
.drawer {
|
87
|
-
position: sticky;
|
88
|
-
top: 0;
|
89
|
-
background-color: $white;
|
90
|
-
z-index: $z_8;
|
91
|
-
}
|
92
|
-
|
93
|
-
// @include pb_card;
|
94
|
-
background-color: $white;
|
95
|
-
border: 0;
|
96
|
-
box-shadow: $shadow_deepest; // border class here
|
97
|
-
max-height: calc(100vh - #{$gutter * 2});
|
98
|
-
max-width: calc(100vw - #{$gutter * 2});
|
99
|
-
overflow: auto;
|
100
|
-
animation-name: modalFadeIn;
|
101
|
-
animation-duration: $animation-duration;
|
102
|
-
outline: none;
|
103
|
-
animation-timing-function: $easeInOutQuint;
|
104
|
-
transition: transform 0.3s ease-in-out;
|
105
|
-
|
106
|
-
&.drawer_border_full {
|
107
|
-
box-shadow: none;
|
108
|
-
border: 2px solid #f3f7fb;
|
109
|
-
}
|
110
|
-
|
111
|
-
&.drawer_border_right {
|
112
|
-
border-right: 2px solid #f3f7fb;
|
113
|
-
}
|
114
|
-
|
115
|
-
&.drawer_border_left {
|
116
|
-
border-left: 2px solid #f3f7fb;
|
117
|
-
}
|
118
|
-
|
119
|
-
&[class*="_left"] {
|
120
|
-
animation-name: modalFadeInLeft;
|
121
|
-
&[class*="_before_close"] {
|
122
|
-
animation-name: modalFadeOutLeft;
|
123
|
-
animation-duration: $animation-duration;
|
124
|
-
opacity: $opacity_hidden;
|
125
|
-
}
|
126
|
-
}
|
127
|
-
|
128
|
-
&[class*="_right"] {
|
129
|
-
animation-name: modalFadeInRight;
|
130
|
-
&[class*="_before_close"] {
|
131
|
-
animation-name: modalFadeOutRight;
|
132
|
-
animation-duration: $animation-duration;
|
133
|
-
opacity: $opacity_hidden;
|
134
|
-
}
|
135
|
-
}
|
136
|
-
|
137
|
-
&[class*="_xs_"] {
|
138
|
-
width: $xsmall;
|
139
|
-
max-width: $xsmall;
|
140
|
-
}
|
141
|
-
|
142
|
-
&[class*="_sm_"] {
|
143
|
-
width: $small;
|
144
|
-
max-width: $small;
|
145
|
-
}
|
146
|
-
|
147
|
-
&[class*="_md_"] {
|
148
|
-
width: $medium;
|
149
|
-
max-width: $medium;
|
150
|
-
}
|
151
|
-
|
152
|
-
&[class*="_lg_"] {
|
153
|
-
width: $large;
|
154
|
-
max-width: $large;
|
155
|
-
}
|
156
|
-
|
157
|
-
&[class*="_xl_"] {
|
158
|
-
width: $xlarge;
|
159
|
-
max-width: $xlarge;
|
160
|
-
}
|
161
|
-
|
162
|
-
&_body_open {
|
163
|
-
overflow: hidden;
|
164
|
-
}
|
165
|
-
|
166
|
-
&_after_open {
|
167
|
-
opacity: $opacity_visible;
|
168
|
-
}
|
169
|
-
|
170
|
-
&.no-background {
|
171
|
-
background-color: transparent;
|
172
|
-
}
|
173
|
-
|
174
|
-
&[class*="_before_close"] {
|
175
|
-
animation-name: modalFadeOut;
|
176
|
-
animation-duration: $animation-duration;
|
177
|
-
opacity: $opacity_hidden;
|
178
|
-
}
|
179
|
-
|
180
|
-
&_close_icon {
|
181
|
-
cursor: pointer;
|
182
|
-
}
|
183
|
-
|
184
|
-
&_overlay {
|
185
|
-
position: fixed;
|
186
|
-
top: 0;
|
187
|
-
left: 0;
|
188
|
-
right: 0;
|
189
|
-
bottom: 0;
|
190
|
-
display: flex;
|
191
|
-
align-items: center;
|
192
|
-
justify-content: center;
|
193
|
-
background-color: rgba($bg_dark, $opacity_4);
|
194
|
-
z-index: $z-index;
|
195
|
-
animation-name: overlayFade;
|
196
|
-
animation-duration: $animation-duration;
|
197
|
-
|
198
|
-
&_after_open {
|
199
|
-
opacity: $opacity_visible;
|
200
|
-
}
|
201
|
-
&_before_close {
|
202
|
-
animation-name: overlayFadeOut;
|
203
|
-
animation-duration: $animation-duration;
|
204
|
-
opacity: $opacity_hidden;
|
205
|
-
}
|
206
|
-
&[class*="full_height"] {
|
207
|
-
&[class*="_left"]{
|
208
|
-
justify-content: flex-start;
|
209
|
-
}
|
210
|
-
|
211
|
-
&[class*="_center"]{
|
212
|
-
justify-content: center;
|
213
|
-
}
|
214
|
-
|
215
|
-
&[class*="_right"]{
|
216
|
-
justify-content: flex-end;
|
217
|
-
}
|
218
|
-
|
219
|
-
.pb_drawer {
|
220
|
-
height: 100%;
|
221
|
-
max-height: 100%;
|
222
|
-
max-width: none;
|
223
|
-
// This empty div only has height when drawer is full height
|
224
|
-
// Fix for drawer body content disappearing behind sticky footer
|
225
|
-
.drawer-pseudo-footer {
|
226
|
-
height: $space_xl * 2;
|
227
|
-
}
|
228
|
-
.drawer_footer {
|
229
|
-
position: fixed;
|
230
|
-
bottom: 0;
|
231
|
-
background-color: $white;
|
232
|
-
max-width: 100%;
|
233
|
-
}
|
234
|
-
&[class*="_xs_"] {
|
235
|
-
width: $xsmall;
|
236
|
-
.dialog_footer {
|
237
|
-
width: $xsmall;
|
238
|
-
}
|
239
|
-
}
|
240
|
-
&[class*="_sm_"] {
|
241
|
-
width: $small;
|
242
|
-
.dialog_footer {
|
243
|
-
width: $small;
|
244
|
-
}
|
245
|
-
}
|
246
|
-
&[class*="_md_"] {
|
247
|
-
width: $medium;
|
248
|
-
.dialog_footer {
|
249
|
-
width: $medium;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
&[class*="_lg_"] {
|
253
|
-
width: $large;
|
254
|
-
.dialog_footer {
|
255
|
-
width: $large;
|
256
|
-
}
|
257
|
-
}
|
258
|
-
&[class*="_xl_"] {
|
259
|
-
width: $xlarge;
|
260
|
-
.dialog_footer {
|
261
|
-
width: $xlarge;
|
262
|
-
}
|
263
|
-
}
|
264
|
-
}
|
265
|
-
}
|
266
|
-
}
|
267
|
-
|
268
|
-
&_no_overlay {
|
269
|
-
position: fixed;
|
270
|
-
top: 0;
|
271
|
-
left: 0;
|
272
|
-
right: 0;
|
273
|
-
bottom: 0;
|
274
|
-
display: flex;
|
275
|
-
align-items: center;
|
276
|
-
justify-content: center;
|
277
|
-
z-index: $z-index;
|
278
|
-
animation-name: overlayFade;
|
279
|
-
animation-duration: $animation-duration;
|
280
|
-
overflow: none; /* Ensure body remains scrollable */
|
281
|
-
pointer-events: none; /* Allow interaction inside the drawer itself */
|
282
|
-
|
283
|
-
body.ReactModal__Body--open {
|
284
|
-
overflow: none; /* Ensure body remains scrollable */
|
285
|
-
pointer-events: none; /* Allow interaction inside the drawer itself */
|
286
|
-
}
|
287
|
-
|
288
|
-
&_after_open {
|
289
|
-
opacity: $opacity_visible;
|
290
|
-
overflow: none; /* Ensure body remains scrollable */
|
291
|
-
pointer-events: none; /* Allow interaction inside the drawer itself */
|
292
|
-
}
|
293
|
-
&_before_close {
|
294
|
-
animation-name: overlayFadeOut;
|
295
|
-
animation-duration: $animation-duration;
|
296
|
-
opacity: $opacity_hidden;
|
297
|
-
}
|
298
|
-
&[class*="full_height"] {
|
299
|
-
&[class*="_left"]{
|
300
|
-
justify-content: flex-start;
|
301
|
-
}
|
302
|
-
|
303
|
-
&[class*="_center"]{
|
304
|
-
justify-content: center;
|
305
|
-
}
|
306
|
-
|
307
|
-
&[class*="_right"]{
|
308
|
-
justify-content: flex-end;
|
309
|
-
}
|
310
|
-
|
311
|
-
.pb_drawer {
|
312
|
-
height: 100%;
|
313
|
-
max-height: 100%;
|
314
|
-
max-width: none;
|
315
|
-
// This empty div only has height when drawer is full height
|
316
|
-
// Fix for drawer body content disappearing behind sticky footer
|
317
|
-
.drawer-pseudo-footer {
|
318
|
-
height: $space_xl * 2;
|
319
|
-
}
|
320
|
-
.drawer_footer {
|
321
|
-
position: fixed;
|
322
|
-
bottom: 0;
|
323
|
-
background-color: $white;
|
324
|
-
max-width: 100%;
|
325
|
-
}
|
326
|
-
&[class*="_xs_"] {
|
327
|
-
width: $xsmall;
|
328
|
-
.dialog_footer {
|
329
|
-
width: $xsmall;
|
330
|
-
}
|
331
|
-
}
|
332
|
-
&[class*="_sm_"] {
|
333
|
-
width: $small;
|
334
|
-
.dialog_footer {
|
335
|
-
width: $small;
|
336
|
-
}
|
337
|
-
}
|
338
|
-
&[class*="_md_"] {
|
339
|
-
width: $medium;
|
340
|
-
.dialog_footer {
|
341
|
-
width: $medium;
|
342
|
-
}
|
343
|
-
}
|
344
|
-
&[class*="_lg_"] {
|
345
|
-
width: $large;
|
346
|
-
.dialog_footer {
|
347
|
-
width: $large;
|
348
|
-
}
|
349
|
-
}
|
350
|
-
&[class*="_xl_"] {
|
351
|
-
width: $xlarge;
|
352
|
-
.dialog_footer {
|
353
|
-
width: $xlarge;
|
354
|
-
}
|
355
|
-
}
|
356
|
-
}
|
357
|
-
}
|
358
|
-
}
|
359
|
-
|
360
|
-
[class*="drawer_body"] {
|
361
|
-
padding: $space_sm;
|
362
|
-
}
|
363
|
-
|
364
|
-
[class*="drawer_header"] {
|
365
|
-
padding: $space_sm;
|
366
|
-
}
|
367
|
-
|
368
|
-
[class*="drawer_footer"] {
|
369
|
-
padding: $space_sm;
|
370
|
-
}
|
371
|
-
|
372
|
-
//styles specific to rails version of kit
|
373
|
-
// rails version has own wrapper because of the way the overlay functions for the HTML drawer used to create this
|
374
|
-
.pb_drawer_wrapper_rails {
|
375
|
-
$medium: 500px;
|
376
|
-
$large: 800px;
|
377
|
-
$xlarge: 1150px;
|
378
|
-
|
379
|
-
&[class*="full_height"] {
|
380
|
-
&[class*="_left"]{
|
381
|
-
.pb_drawer_rails {
|
382
|
-
margin: unset !important;
|
383
|
-
margin-right: auto !important;
|
384
|
-
}
|
385
|
-
}
|
386
|
-
|
387
|
-
&[class*="_center"]{
|
388
|
-
justify-content: center;
|
389
|
-
}
|
390
|
-
|
391
|
-
&[class*="_right"]{
|
392
|
-
.pb_drawer_rails {
|
393
|
-
margin: unset !important;
|
394
|
-
margin-left: auto !important;
|
395
|
-
}
|
396
|
-
}
|
397
|
-
|
398
|
-
.pb_drawer {
|
399
|
-
height: 100% !important;
|
400
|
-
max-height: 100% !important;
|
401
|
-
max-width: 100%;
|
402
|
-
// This empty div only has height when drawer is full height.
|
403
|
-
// Fix for drawer body content disappearing behind sticky footer
|
404
|
-
.drawer-pseudo-footer {
|
405
|
-
height: $space_xl * 2;
|
406
|
-
}
|
407
|
-
.drawer_footer {
|
408
|
-
position:fixed;
|
409
|
-
bottom: 0;
|
410
|
-
background-color: $white;
|
411
|
-
max-width: 100%;
|
412
|
-
}
|
413
|
-
&[class*="_sm"] {
|
414
|
-
width: $medium;
|
415
|
-
.drawer_footer {
|
416
|
-
width: $medium;
|
417
|
-
}
|
418
|
-
}
|
419
|
-
&[class*="_md"] {
|
420
|
-
width: $large;
|
421
|
-
.drawer_footer {
|
422
|
-
width: $large;
|
423
|
-
}
|
424
|
-
}
|
425
|
-
&[class*="_lg"] {
|
426
|
-
width: $xlarge;
|
427
|
-
.drawer_footer {
|
428
|
-
width: $xlarge;
|
429
|
-
}
|
430
|
-
}
|
431
|
-
}
|
432
|
-
}
|
433
|
-
|
434
|
-
// Fixes for stylesheets in nitro that were conflicting with our kit. DO NOT REMOVE.
|
435
|
-
// Conflicts were only apparent in nitro, not in playbook local env
|
436
|
-
.pb_drawer_rails {
|
437
|
-
position: fixed !important;
|
438
|
-
top: 0 !important;
|
439
|
-
padding: unset !important;
|
440
|
-
margin: auto;
|
441
|
-
|
442
|
-
}
|
443
|
-
|
444
|
-
// Overlay for rails kit
|
445
|
-
drawer::backdrop {
|
446
|
-
position: fixed;
|
447
|
-
top: 0;
|
448
|
-
left: 0;
|
449
|
-
right: 0;
|
450
|
-
bottom: 0;
|
451
|
-
display: flex;
|
452
|
-
align-items: center;
|
453
|
-
justify-content: center;
|
454
|
-
background-color: rgba($bg_dark, $opacity_4);
|
455
|
-
animation-name: overlayFade;
|
456
|
-
animation-duration: 0.2s;
|
457
|
-
}
|
458
|
-
|
459
|
-
.drawer-button-class {
|
460
|
-
background-color: unset;
|
461
|
-
border: none;
|
462
|
-
cursor: pointer;
|
463
|
-
}
|
464
|
-
}
|
465
|
-
}
|