polotno 3.0.0-beta.13 → 3.0.0-beta.14
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/blueprint.polotno.css +269 -39
- package/canvas/audio.d.ts +1 -1
- package/canvas/context-menu/context-menu.d.ts +1 -1
- package/canvas/drawing-layer.d.ts +1 -1
- package/canvas/element.d.ts +1 -1
- package/canvas/image-element.d.ts +1 -1
- package/canvas/page-controls.d.ts +1 -1
- package/canvas/rules.d.ts +4 -2
- package/canvas/rules.js +3 -3
- package/canvas/tooltip.d.ts +1 -1
- package/canvas/use-color.d.ts +2 -2
- package/canvas/video-element.d.ts +1 -1
- package/canvas/workspace-canvas.d.ts +2 -1
- package/canvas/workspace-canvas.js +1 -1
- package/model/audio-model.d.ts +6 -6
- package/model/figure-model.d.ts +112 -88
- package/model/gif-model.d.ts +125 -101
- package/model/group-model.d.ts +843 -675
- package/model/history.d.ts +2 -2
- package/model/history.js +1 -1
- package/model/image-model.d.ts +122 -98
- package/model/line-model.d.ts +112 -88
- package/model/node-model.d.ts +72 -40
- package/model/node-model.js +1 -1
- package/model/page-model.d.ts +11 -11
- package/model/page-model.js +1 -1
- package/model/shape-model.d.ts +112 -88
- package/model/shape-model.js +1 -1
- package/model/store.d.ts +346 -309
- package/model/store.js +1 -1
- package/model/svg-model.d.ts +114 -90
- package/model/text-model.d.ts +131 -107
- package/model/video-model.d.ts +127 -103
- package/package.json +16 -13
- package/pages-timeline/audio-track.js +1 -1
- package/pages-timeline/audios.d.ts +1 -1
- package/pages-timeline/elements.d.ts +1 -1
- package/pages-timeline/waveform.d.ts +2 -2
- package/polotno.bundle.js +73 -73
- package/side-panel/animations-panel.d.ts +1 -1
- package/side-panel/effects-panel.d.ts +1 -1
- package/side-panel/select-video.d.ts +236 -199
- package/side-panel/videos-grid.d.ts +1 -1
- package/toolbar/element-container.d.ts +1 -1
- package/toolbar/figure-toolbar.d.ts +1 -1
- package/toolbar/sketch.d.ts +7 -7
- package/toolbar/text-ai-write.d.ts +1 -1
- package/toolbar/toolbar.d.ts +1 -1
- package/toolbar/use-copy-style.d.ts +2 -2
- package/toolbar/video-toolbar.d.ts +1 -1
- package/utils/clipboard.js +1 -1
- package/utils/font-metric.d.ts +4 -4
- package/utils/from-svg.js +1 -1
- package/utils/gif-lib.d.ts +5 -0
- package/utils/goober.d.ts +5 -0
- package/utils/gradient.js +1 -1
- package/utils/l10n.d.ts +5 -1
- package/utils/l10n.js +1 -1
- package/utils/luma.js +1 -1
- package/utils/pdf.d.ts +6 -1
- package/utils/pdf.js +1 -1
- package/utils/react-color/components/common/ColorWrap.d.ts +2 -2
- package/utils/react-color/components/common/Swatch.d.ts +3 -3
- package/utils/react-color/helpers/interaction.d.ts +3 -3
- package/utils/reactcss/components/active.d.ts +3 -3
- package/utils/reactcss/components/hover.d.ts +3 -3
- package/utils/styled.js +1 -1
- package/utils/svg.d.ts +1 -1
- package/utils/svg.js +1 -1
- package/utils/to-canvas.d.ts +3 -1
- package/utils/to-canvas.js +1 -1
- package/utils/to-pptx.d.ts +1 -1
- package/utils/to-svg.d.ts +9 -7
- package/utils/use-api.d.ts +3 -3
- package/utils/validate-key.js +1 -1
package/blueprint.polotno.css
CHANGED
|
@@ -1,4 +1,234 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
:root{
|
|
3
|
+
--bp-emphasis-transition-duration:100ms;
|
|
4
|
+
--bp-emphasis-ease-default:cubic-bezier(0.4, 1, 0.75, 0.9);
|
|
5
|
+
--bp-emphasis-ease-bounce:cubic-bezier(0.54, 1.12, 0.38, 1.11);
|
|
6
|
+
--bp-emphasis-focus-color:var(--bp-intent-primary-rest);
|
|
7
|
+
--bp-emphasis-focus-width:2px;
|
|
8
|
+
--bp-emphasis-focus-offset:2px;
|
|
9
|
+
--bp-emphasis-motion-reduced:0;
|
|
10
|
+
--bp-iconography-size-small:16px;
|
|
11
|
+
--bp-iconography-size-default:20px;
|
|
12
|
+
--bp-iconography-color-muted:var(--bp-intent-default-rest);
|
|
13
|
+
--bp-iconography-color-default-rest:var(--bp-intent-default-rest);
|
|
14
|
+
--bp-iconography-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + -0.154) calc(c + -0.009) calc(h + -5.3));
|
|
15
|
+
--bp-iconography-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + -0.116) calc(c + -0.004) calc(h + -5.3));
|
|
16
|
+
--bp-iconography-color-default-disabled:oklch(from var(--bp-intent-default-disabled) calc(l + -0.156) calc(c + 0.006) calc(h + -1.3) / 0.6);
|
|
17
|
+
--bp-iconography-color-primary-rest:var(--bp-intent-primary-rest);
|
|
18
|
+
--bp-iconography-color-primary-hover:var(--bp-intent-primary-hover);
|
|
19
|
+
--bp-iconography-color-primary-active:var(--bp-intent-primary-active);
|
|
20
|
+
--bp-iconography-color-primary-disabled:var(--bp-intent-primary-disabled);
|
|
21
|
+
--bp-iconography-color-success-rest:var(--bp-intent-success-rest);
|
|
22
|
+
--bp-iconography-color-success-hover:var(--bp-intent-success-hover);
|
|
23
|
+
--bp-iconography-color-success-active:var(--bp-intent-success-active);
|
|
24
|
+
--bp-iconography-color-success-disabled:var(--bp-intent-success-disabled);
|
|
25
|
+
--bp-iconography-color-warning-rest:var(--bp-intent-warning-rest);
|
|
26
|
+
--bp-iconography-color-warning-hover:var(--bp-intent-warning-hover);
|
|
27
|
+
--bp-iconography-color-warning-active:var(--bp-intent-warning-active);
|
|
28
|
+
--bp-iconography-color-warning-disabled:var(--bp-intent-warning-disabled);
|
|
29
|
+
--bp-iconography-color-danger-rest:var(--bp-intent-danger-rest);
|
|
30
|
+
--bp-iconography-color-danger-hover:var(--bp-intent-danger-hover);
|
|
31
|
+
--bp-iconography-color-danger-active:var(--bp-intent-danger-active);
|
|
32
|
+
--bp-iconography-color-danger-disabled:var(--bp-intent-danger-disabled);
|
|
33
|
+
--bp-intent-default-rest:var(--bp-palette-gray-1);
|
|
34
|
+
--bp-intent-default-hover:var(--bp-palette-dark-gray-5);
|
|
35
|
+
--bp-intent-default-active:var(--bp-palette-dark-gray-4);
|
|
36
|
+
--bp-intent-default-disabled:var(--bp-palette-gray-3);
|
|
37
|
+
--bp-intent-default-foreground:var(--bp-palette-white);
|
|
38
|
+
--bp-intent-primary-rest:var(--bp-palette-blue-3);
|
|
39
|
+
--bp-intent-primary-hover:var(--bp-palette-blue-2);
|
|
40
|
+
--bp-intent-primary-active:var(--bp-palette-blue-1);
|
|
41
|
+
--bp-intent-primary-disabled:var(--bp-palette-blue-4);
|
|
42
|
+
--bp-intent-primary-foreground:var(--bp-palette-white);
|
|
43
|
+
--bp-intent-success-rest:var(--bp-palette-green-3);
|
|
44
|
+
--bp-intent-success-hover:var(--bp-palette-green-2);
|
|
45
|
+
--bp-intent-success-active:var(--bp-palette-green-1);
|
|
46
|
+
--bp-intent-success-disabled:var(--bp-palette-green-4);
|
|
47
|
+
--bp-intent-success-foreground:var(--bp-palette-white);
|
|
48
|
+
--bp-intent-warning-rest:var(--bp-palette-orange-3);
|
|
49
|
+
--bp-intent-warning-hover:var(--bp-palette-orange-2);
|
|
50
|
+
--bp-intent-warning-active:var(--bp-palette-orange-1);
|
|
51
|
+
--bp-intent-warning-disabled:var(--bp-palette-orange-4);
|
|
52
|
+
--bp-intent-warning-foreground:var(--bp-palette-black);
|
|
53
|
+
--bp-intent-danger-rest:var(--bp-palette-red-3);
|
|
54
|
+
--bp-intent-danger-hover:var(--bp-palette-red-2);
|
|
55
|
+
--bp-intent-danger-active:var(--bp-palette-red-1);
|
|
56
|
+
--bp-intent-danger-disabled:var(--bp-palette-red-4);
|
|
57
|
+
--bp-intent-danger-foreground:var(--bp-palette-white);
|
|
58
|
+
--bp-palette-black:#111418;
|
|
59
|
+
--bp-palette-white:#ffffff;
|
|
60
|
+
--bp-palette-dark-gray-1:#1c2127;
|
|
61
|
+
--bp-palette-dark-gray-2:#252a31;
|
|
62
|
+
--bp-palette-dark-gray-3:#2f343c;
|
|
63
|
+
--bp-palette-dark-gray-4:#383e47;
|
|
64
|
+
--bp-palette-dark-gray-5:#404854;
|
|
65
|
+
--bp-palette-gray-1:#5f6b7c;
|
|
66
|
+
--bp-palette-gray-2:#738091;
|
|
67
|
+
--bp-palette-gray-3:#8f99a8;
|
|
68
|
+
--bp-palette-gray-4:#abb3bf;
|
|
69
|
+
--bp-palette-gray-5:#c5cbd3;
|
|
70
|
+
--bp-palette-light-gray-1:#d3d8de;
|
|
71
|
+
--bp-palette-light-gray-2:#dce0e5;
|
|
72
|
+
--bp-palette-light-gray-3:#e5e8eb;
|
|
73
|
+
--bp-palette-light-gray-4:#edeff2;
|
|
74
|
+
--bp-palette-light-gray-5:#f6f7f9;
|
|
75
|
+
--bp-palette-blue-1:#184a90;
|
|
76
|
+
--bp-palette-blue-2:#215db0;
|
|
77
|
+
--bp-palette-blue-3:#2d72d2;
|
|
78
|
+
--bp-palette-blue-4:#4c90f0;
|
|
79
|
+
--bp-palette-blue-5:#8abbff;
|
|
80
|
+
--bp-palette-green-1:#165a36;
|
|
81
|
+
--bp-palette-green-2:#1c6e42;
|
|
82
|
+
--bp-palette-green-3:#238551;
|
|
83
|
+
--bp-palette-green-4:#32a467;
|
|
84
|
+
--bp-palette-green-5:#72ca9b;
|
|
85
|
+
--bp-palette-orange-1:#77450d;
|
|
86
|
+
--bp-palette-orange-2:#935610;
|
|
87
|
+
--bp-palette-orange-3:#c87619;
|
|
88
|
+
--bp-palette-orange-4:#ec9a3c;
|
|
89
|
+
--bp-palette-orange-5:#fbb360;
|
|
90
|
+
--bp-palette-red-1:#8e292c;
|
|
91
|
+
--bp-palette-red-2:#ac2f33;
|
|
92
|
+
--bp-palette-red-3:#cd4246;
|
|
93
|
+
--bp-palette-red-4:#e76a6e;
|
|
94
|
+
--bp-palette-red-5:#fa999c;
|
|
95
|
+
--bp-palette-vermilion-1:#96290d;
|
|
96
|
+
--bp-palette-vermilion-2:#b83211;
|
|
97
|
+
--bp-palette-vermilion-3:#d33d17;
|
|
98
|
+
--bp-palette-vermilion-4:#eb6847;
|
|
99
|
+
--bp-palette-vermilion-5:#ff9980;
|
|
100
|
+
--bp-palette-rose-1:#a82255;
|
|
101
|
+
--bp-palette-rose-2:#c22762;
|
|
102
|
+
--bp-palette-rose-3:#db2c6f;
|
|
103
|
+
--bp-palette-rose-4:#f5498b;
|
|
104
|
+
--bp-palette-rose-5:#ff66a1;
|
|
105
|
+
--bp-palette-violet-1:#5c255c;
|
|
106
|
+
--bp-palette-violet-2:#7c327c;
|
|
107
|
+
--bp-palette-violet-3:#9d3f9d;
|
|
108
|
+
--bp-palette-violet-4:#bd6bbd;
|
|
109
|
+
--bp-palette-violet-5:#d69fd6;
|
|
110
|
+
--bp-palette-indigo-1:#5642a6;
|
|
111
|
+
--bp-palette-indigo-2:#634dbf;
|
|
112
|
+
--bp-palette-indigo-3:#7961db;
|
|
113
|
+
--bp-palette-indigo-4:#9881f3;
|
|
114
|
+
--bp-palette-indigo-5:#bdadff;
|
|
115
|
+
--bp-palette-cerulean-1:#0c5174;
|
|
116
|
+
--bp-palette-cerulean-2:#0f6894;
|
|
117
|
+
--bp-palette-cerulean-3:#147eb3;
|
|
118
|
+
--bp-palette-cerulean-4:#3fa6da;
|
|
119
|
+
--bp-palette-cerulean-5:#68c1ee;
|
|
120
|
+
--bp-palette-turquoise-1:#004d46;
|
|
121
|
+
--bp-palette-turquoise-2:#007067;
|
|
122
|
+
--bp-palette-turquoise-3:#00a396;
|
|
123
|
+
--bp-palette-turquoise-4:#13c9ba;
|
|
124
|
+
--bp-palette-turquoise-5:#7ae1d8;
|
|
125
|
+
--bp-palette-forest-1:#1d7324;
|
|
126
|
+
--bp-palette-forest-2:#238c2c;
|
|
127
|
+
--bp-palette-forest-3:#29a634;
|
|
128
|
+
--bp-palette-forest-4:#43bf4d;
|
|
129
|
+
--bp-palette-forest-5:#62d96b;
|
|
130
|
+
--bp-palette-lime-1:#43501b;
|
|
131
|
+
--bp-palette-lime-2:#5a701a;
|
|
132
|
+
--bp-palette-lime-3:#8eb125;
|
|
133
|
+
--bp-palette-lime-4:#b6d94c;
|
|
134
|
+
--bp-palette-lime-5:#d4f17e;
|
|
135
|
+
--bp-palette-gold-1:#5c4405;
|
|
136
|
+
--bp-palette-gold-2:#866103;
|
|
137
|
+
--bp-palette-gold-3:#d1980b;
|
|
138
|
+
--bp-palette-gold-4:#f0b726;
|
|
139
|
+
--bp-palette-gold-5:#fbd065;
|
|
140
|
+
--bp-palette-sepia-1:#5e4123;
|
|
141
|
+
--bp-palette-sepia-2:#7a542e;
|
|
142
|
+
--bp-palette-sepia-3:#946638;
|
|
143
|
+
--bp-palette-sepia-4:#af855a;
|
|
144
|
+
--bp-palette-sepia-5:#d0b090;
|
|
145
|
+
--bp-surface-border-color-default:oklch(from var(--bp-intent-default-rest) l c h / 0.12);
|
|
146
|
+
--bp-surface-border-color-strong:oklch(from var(--bp-intent-default-rest) l c h / 0.25);
|
|
147
|
+
--bp-surface-border-width:1px;
|
|
148
|
+
--bp-surface-border-radius:4px;
|
|
149
|
+
--bp-surface-shadow-0:0px 0px 0px 1px rgba(17, 20, 24, 0.15);
|
|
150
|
+
--bp-surface-shadow-1:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 1px 1px 0px rgba(17, 20, 24, 0.2);
|
|
151
|
+
--bp-surface-shadow-2:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 1px 1px 0px rgba(17, 20, 24, 0.2), 0px 2px 6px 0px rgba(17, 20, 24, 0.2);
|
|
152
|
+
--bp-surface-shadow-3:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 2px 4px 0px rgba(17, 20, 24, 0.2), 0px 8px 24px 0px rgba(17, 20, 24, 0.2);
|
|
153
|
+
--bp-surface-shadow-4:0px 0px 0px 1px rgba(17, 20, 24, 0.1), 0px 4px 8px 0px rgba(17, 20, 24, 0.2), 0px 18px 46px 6px rgba(17, 20, 24, 0.2);
|
|
154
|
+
--bp-surface-spacing:4px;
|
|
155
|
+
--bp-surface-z-index-0:0;
|
|
156
|
+
--bp-surface-z-index-1:10;
|
|
157
|
+
--bp-surface-z-index-2:20;
|
|
158
|
+
--bp-surface-z-index-3:30;
|
|
159
|
+
--bp-surface-z-index-4:40;
|
|
160
|
+
--bp-surface-color-code:oklch(from var(--bp-palette-white) l c h / 0.7);
|
|
161
|
+
--bp-surface-layer-opacity:0.05;
|
|
162
|
+
--bp-surface-layer-color-default:oklch(from var(--bp-intent-default-rest) l c h / var(--bp-surface-layer-opacity));
|
|
163
|
+
--bp-surface-layer-color-primary:oklch(from var(--bp-intent-primary-rest) l c h / var(--bp-surface-layer-opacity));
|
|
164
|
+
--bp-surface-layer-color-success:oklch(from var(--bp-intent-success-rest) l c h / var(--bp-surface-layer-opacity));
|
|
165
|
+
--bp-surface-layer-color-warning:oklch(from var(--bp-intent-warning-rest) l c h / var(--bp-surface-layer-opacity));
|
|
166
|
+
--bp-surface-layer-color-danger:oklch(from var(--bp-intent-danger-rest) l c h / var(--bp-surface-layer-opacity));
|
|
167
|
+
--bp-surface-layer-default:linear-gradient(var(--bp-surface-layer-color-default) 0 0);
|
|
168
|
+
--bp-surface-layer-primary:linear-gradient(var(--bp-surface-layer-color-primary) 0 0);
|
|
169
|
+
--bp-surface-layer-success:linear-gradient(var(--bp-surface-layer-color-success) 0 0);
|
|
170
|
+
--bp-surface-layer-warning:linear-gradient(var(--bp-surface-layer-color-warning) 0 0);
|
|
171
|
+
--bp-surface-layer-danger:linear-gradient(var(--bp-surface-layer-color-danger) 0 0);
|
|
172
|
+
--bp-surface-background-color-default-rest:oklch(from var(--bp-intent-default-rest) calc(l + 0.452) calc(c + -0.028) calc(h + 7.5));
|
|
173
|
+
--bp-surface-background-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + 0.552) calc(c + -0.018) calc(h + 0));
|
|
174
|
+
--bp-surface-background-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + 0.568) calc(c + -0.012) calc(h + -10.5));
|
|
175
|
+
--bp-surface-background-color-default-disabled:oklch(from var(--bp-intent-default-disabled) calc(l + 0.296) calc(c + -0.022) calc(h + 6.2));
|
|
176
|
+
--bp-surface-background-color-primary-rest:var(--bp-intent-primary-rest);
|
|
177
|
+
--bp-surface-background-color-primary-hover:var(--bp-intent-primary-hover);
|
|
178
|
+
--bp-surface-background-color-primary-active:var(--bp-intent-primary-active);
|
|
179
|
+
--bp-surface-background-color-primary-disabled:var(--bp-intent-primary-disabled);
|
|
180
|
+
--bp-surface-background-color-success-rest:var(--bp-intent-success-rest);
|
|
181
|
+
--bp-surface-background-color-success-hover:var(--bp-intent-success-hover);
|
|
182
|
+
--bp-surface-background-color-success-active:var(--bp-intent-success-active);
|
|
183
|
+
--bp-surface-background-color-success-disabled:var(--bp-intent-success-disabled);
|
|
184
|
+
--bp-surface-background-color-warning-rest:var(--bp-intent-warning-rest);
|
|
185
|
+
--bp-surface-background-color-warning-hover:var(--bp-intent-warning-hover);
|
|
186
|
+
--bp-surface-background-color-warning-active:var(--bp-intent-warning-active);
|
|
187
|
+
--bp-surface-background-color-warning-disabled:var(--bp-intent-warning-disabled);
|
|
188
|
+
--bp-surface-background-color-danger-rest:var(--bp-intent-danger-rest);
|
|
189
|
+
--bp-surface-background-color-danger-hover:var(--bp-intent-danger-hover);
|
|
190
|
+
--bp-surface-background-color-danger-active:var(--bp-intent-danger-active);
|
|
191
|
+
--bp-surface-background-color-danger-disabled:var(--bp-intent-danger-disabled);
|
|
192
|
+
--bp-typography-family-default:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", blueprint-icons-16, sans-serif;
|
|
193
|
+
--bp-typography-family-mono:monospace;
|
|
194
|
+
--bp-typography-size-body-x-small:10px;
|
|
195
|
+
--bp-typography-size-body-small:12px;
|
|
196
|
+
--bp-typography-size-body-medium:14px;
|
|
197
|
+
--bp-typography-size-body-large:16px;
|
|
198
|
+
--bp-typography-size-heading-small:16px;
|
|
199
|
+
--bp-typography-size-heading-medium:20px;
|
|
200
|
+
--bp-typography-size-heading-large:24px;
|
|
201
|
+
--bp-typography-size-heading-x-large:28px;
|
|
202
|
+
--bp-typography-size-heading-display:46px;
|
|
203
|
+
--bp-typography-size-code-small:12px;
|
|
204
|
+
--bp-typography-size-code-medium:13px;
|
|
205
|
+
--bp-typography-size-code-large:14px;
|
|
206
|
+
--bp-typography-weight-default:400;
|
|
207
|
+
--bp-typography-weight-bold:600;
|
|
208
|
+
--bp-typography-line-height-default:1.28581;
|
|
209
|
+
--bp-typography-line-height-large:1.5;
|
|
210
|
+
--bp-typography-color-muted:var(--bp-intent-default-rest);
|
|
211
|
+
--bp-typography-color-default-rest:oklch(from var(--bp-intent-default-rest) calc(l + -0.279) calc(c + -0.017) calc(h + -4));
|
|
212
|
+
--bp-typography-color-default-hover:oklch(from var(--bp-intent-default-hover) calc(l + -0.209) calc(c + -0.013) calc(h + -2.7));
|
|
213
|
+
--bp-typography-color-default-active:oklch(from var(--bp-intent-default-active) calc(l + -0.079) calc(c + -0.003) calc(h + -1.6));
|
|
214
|
+
--bp-typography-color-default-disabled:var(--bp-intent-default-disabled);
|
|
215
|
+
--bp-typography-color-primary-rest:var(--bp-intent-primary-rest);
|
|
216
|
+
--bp-typography-color-primary-hover:var(--bp-intent-primary-hover);
|
|
217
|
+
--bp-typography-color-primary-active:var(--bp-intent-primary-active);
|
|
218
|
+
--bp-typography-color-primary-disabled:var(--bp-intent-primary-disabled);
|
|
219
|
+
--bp-typography-color-success-rest:var(--bp-intent-success-rest);
|
|
220
|
+
--bp-typography-color-success-hover:var(--bp-intent-success-hover);
|
|
221
|
+
--bp-typography-color-success-active:var(--bp-intent-success-active);
|
|
222
|
+
--bp-typography-color-success-disabled:var(--bp-intent-success-disabled);
|
|
223
|
+
--bp-typography-color-warning-rest:var(--bp-intent-warning-rest);
|
|
224
|
+
--bp-typography-color-warning-hover:var(--bp-intent-warning-hover);
|
|
225
|
+
--bp-typography-color-warning-active:var(--bp-intent-warning-active);
|
|
226
|
+
--bp-typography-color-warning-disabled:var(--bp-intent-warning-disabled);
|
|
227
|
+
--bp-typography-color-danger-rest:var(--bp-intent-danger-rest);
|
|
228
|
+
--bp-typography-color-danger-hover:var(--bp-intent-danger-hover);
|
|
229
|
+
--bp-typography-color-danger-active:var(--bp-intent-danger-active);
|
|
230
|
+
--bp-typography-color-danger-disabled:var(--bp-intent-danger-disabled);
|
|
231
|
+
}
|
|
2
232
|
.bp6-scope,.bp6-portal{
|
|
3
233
|
box-sizing:border-box;
|
|
4
234
|
}
|
|
@@ -2955,7 +3185,7 @@ a > .bp6-running-text code{
|
|
|
2955
3185
|
.bp6-key,
|
|
2956
3186
|
.bp6-running-text kbd{
|
|
2957
3187
|
background:#ffffff;
|
|
2958
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
3188
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
2959
3189
|
color:#5f6b7c;
|
|
2960
3190
|
}
|
|
2961
3191
|
|
|
@@ -3286,7 +3516,7 @@ a > .bp6-dark .bp6-running-text code{
|
|
|
3286
3516
|
.bp6-dark .bp6-key,
|
|
3287
3517
|
.bp6-dark .bp6-running-text kbd{
|
|
3288
3518
|
background:#2f343c;
|
|
3289
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
3519
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
3290
3520
|
color:#abb3bf;
|
|
3291
3521
|
}
|
|
3292
3522
|
.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-icon-large.bp6-intent-primary{
|
|
@@ -4950,13 +5180,13 @@ a.bp6-button.bp6-disabled{
|
|
|
4950
5180
|
.bp6-card{
|
|
4951
5181
|
background-color:#ffffff;
|
|
4952
5182
|
border-radius:4px;
|
|
4953
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
|
|
5183
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.02);
|
|
4954
5184
|
padding:20px;
|
|
4955
5185
|
transition:transform 200ms cubic-bezier(0.4, 1, 0.75, 0.9), box-shadow 200ms cubic-bezier(0.4, 1, 0.75, 0.9);
|
|
4956
5186
|
}
|
|
4957
5187
|
.bp6-card.bp6-dark, .bp6-dark .bp6-card{
|
|
4958
5188
|
background-color:#252a31;
|
|
4959
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
|
|
5189
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
4960
5190
|
}
|
|
4961
5191
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
4962
5192
|
.bp6-card{
|
|
@@ -4966,10 +5196,10 @@ a.bp6-button.bp6-disabled{
|
|
|
4966
5196
|
}
|
|
4967
5197
|
|
|
4968
5198
|
.bp6-elevation-0{
|
|
4969
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15);
|
|
5199
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.15), 0 0 5px 0 rgba(0, 0, 0, 0.02);
|
|
4970
5200
|
}
|
|
4971
5201
|
.bp6-elevation-0.bp6-dark, .bp6-dark .bp6-elevation-0{
|
|
4972
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2);
|
|
5202
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
4973
5203
|
}
|
|
4974
5204
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
4975
5205
|
.bp6-elevation-0{
|
|
@@ -4978,10 +5208,10 @@ a.bp6-button.bp6-disabled{
|
|
|
4978
5208
|
}
|
|
4979
5209
|
|
|
4980
5210
|
.bp6-elevation-1{
|
|
4981
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
5211
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
4982
5212
|
}
|
|
4983
5213
|
.bp6-elevation-1.bp6-dark, .bp6-dark .bp6-elevation-1{
|
|
4984
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
5214
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
4985
5215
|
}
|
|
4986
5216
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
4987
5217
|
.bp6-elevation-1{
|
|
@@ -4990,10 +5220,10 @@ a.bp6-button.bp6-disabled{
|
|
|
4990
5220
|
}
|
|
4991
5221
|
|
|
4992
5222
|
.bp6-elevation-2{
|
|
4993
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5223
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
4994
5224
|
}
|
|
4995
5225
|
.bp6-elevation-2.bp6-dark, .bp6-dark .bp6-elevation-2{
|
|
4996
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5226
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 4px 6px -4px rgba(0, 0, 0, 0.5), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.5);
|
|
4997
5227
|
}
|
|
4998
5228
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
4999
5229
|
.bp6-elevation-2{
|
|
@@ -5002,10 +5232,10 @@ a.bp6-button.bp6-disabled{
|
|
|
5002
5232
|
}
|
|
5003
5233
|
|
|
5004
5234
|
.bp6-elevation-3{
|
|
5005
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5235
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
5006
5236
|
}
|
|
5007
5237
|
.bp6-elevation-3.bp6-dark, .bp6-dark .bp6-elevation-3{
|
|
5008
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5238
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
5009
5239
|
}
|
|
5010
5240
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
5011
5241
|
.bp6-elevation-3{
|
|
@@ -5014,10 +5244,10 @@ a.bp6-button.bp6-disabled{
|
|
|
5014
5244
|
}
|
|
5015
5245
|
|
|
5016
5246
|
.bp6-elevation-4{
|
|
5017
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5247
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.3);
|
|
5018
5248
|
}
|
|
5019
5249
|
.bp6-elevation-4.bp6-dark, .bp6-dark .bp6-elevation-4{
|
|
5020
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5250
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 25px 60px -12px rgba(0, 0, 0, 0.85), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08);
|
|
5021
5251
|
}
|
|
5022
5252
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
5023
5253
|
.bp6-elevation-4{
|
|
@@ -5030,11 +5260,11 @@ a.bp6-button.bp6-disabled{
|
|
|
5030
5260
|
}
|
|
5031
5261
|
|
|
5032
5262
|
.bp6-card.bp6-interactive:hover{
|
|
5033
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5263
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
5034
5264
|
cursor:pointer;
|
|
5035
5265
|
}
|
|
5036
5266
|
.bp6-card.bp6-interactive:hover.bp6-dark, .bp6-dark .bp6-card.bp6-interactive:hover{
|
|
5037
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5267
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
5038
5268
|
}
|
|
5039
5269
|
.bp6-card.bp6-interactive.bp6-selected{
|
|
5040
5270
|
box-shadow:0 0 0 3px rgba(76, 144, 240, 0.2), 0 0 0 1px #4c90f0;
|
|
@@ -5043,11 +5273,11 @@ a.bp6-button.bp6-disabled{
|
|
|
5043
5273
|
box-shadow:0 0 0 3px rgba(138, 187, 255, 0.4), 0 0 0 1px #8abbff;
|
|
5044
5274
|
}
|
|
5045
5275
|
.bp6-card.bp6-interactive:active{
|
|
5046
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
5276
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
5047
5277
|
transition-duration:0;
|
|
5048
5278
|
}
|
|
5049
5279
|
.bp6-card.bp6-interactive:active.bp6-dark, .bp6-dark .bp6-card.bp6-interactive:active{
|
|
5050
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
5280
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
5051
5281
|
}
|
|
5052
5282
|
.bp6-card-list{
|
|
5053
5283
|
overflow:auto;
|
|
@@ -5203,7 +5433,7 @@ a.bp6-button.bp6-disabled{
|
|
|
5203
5433
|
.bp6-dialog{
|
|
5204
5434
|
background:#f6f7f9;
|
|
5205
5435
|
border-radius:4px;
|
|
5206
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5436
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
5207
5437
|
display:flex;
|
|
5208
5438
|
flex-direction:column;
|
|
5209
5439
|
margin:32px 0;
|
|
@@ -5219,7 +5449,7 @@ a.bp6-button.bp6-disabled{
|
|
|
5219
5449
|
}
|
|
5220
5450
|
.bp6-dialog.bp6-dark, .bp6-dark .bp6-dialog{
|
|
5221
5451
|
background:#1c2127;
|
|
5222
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5452
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
5223
5453
|
color:#f6f7f9;
|
|
5224
5454
|
}
|
|
5225
5455
|
@media (forced-colors: active) and (prefers-color-scheme: dark){
|
|
@@ -5490,7 +5720,7 @@ a.bp6-button.bp6-disabled{
|
|
|
5490
5720
|
}
|
|
5491
5721
|
.bp6-drawer{
|
|
5492
5722
|
background:#ffffff;
|
|
5493
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
5723
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 25px 50px -12px rgba(0, 0, 0, 0.3);
|
|
5494
5724
|
display:flex;
|
|
5495
5725
|
flex-direction:column;
|
|
5496
5726
|
margin:0;
|
|
@@ -5625,7 +5855,7 @@ a.bp6-button.bp6-disabled{
|
|
|
5625
5855
|
}
|
|
5626
5856
|
.bp6-drawer.bp6-dark, .bp6-dark .bp6-drawer{
|
|
5627
5857
|
background:#2f343c;
|
|
5628
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
5858
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
5629
5859
|
color:#f6f7f9;
|
|
5630
5860
|
}
|
|
5631
5861
|
|
|
@@ -11470,13 +11700,13 @@ span.bp6-icon:empty.bp6-icon-large{
|
|
|
11470
11700
|
padding:0 4px;
|
|
11471
11701
|
}
|
|
11472
11702
|
.bp6-submenu.bp6-popover > .bp6-popover-content{
|
|
11473
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
11703
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
11474
11704
|
}
|
|
11475
11705
|
.bp6-dark .bp6-submenu.bp6-popover, .bp6-submenu.bp6-popover.bp6-dark{
|
|
11476
11706
|
box-shadow:none;
|
|
11477
11707
|
}
|
|
11478
11708
|
.bp6-dark .bp6-submenu.bp6-popover > .bp6-popover-content, .bp6-submenu.bp6-popover.bp6-dark > .bp6-popover-content{
|
|
11479
|
-
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
11709
|
+
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
11480
11710
|
}
|
|
11481
11711
|
|
|
11482
11712
|
.bp6-menu{
|
|
@@ -11976,7 +12206,7 @@ button.bp6-menu-item{
|
|
|
11976
12206
|
}
|
|
11977
12207
|
.bp6-navbar{
|
|
11978
12208
|
background-color:#ffffff;
|
|
11979
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
12209
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
11980
12210
|
height:50px;
|
|
11981
12211
|
padding:0 16px;
|
|
11982
12212
|
position:relative;
|
|
@@ -11987,10 +12217,10 @@ button.bp6-menu-item{
|
|
|
11987
12217
|
background-color:#252a31;
|
|
11988
12218
|
}
|
|
11989
12219
|
.bp6-navbar.bp6-dark{
|
|
11990
|
-
box-shadow:inset inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
12220
|
+
box-shadow:inset inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
11991
12221
|
}
|
|
11992
12222
|
.bp6-dark .bp6-navbar{
|
|
11993
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
12223
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
11994
12224
|
}
|
|
11995
12225
|
.bp6-navbar.bp6-fixed-top{
|
|
11996
12226
|
left:0;
|
|
@@ -12333,13 +12563,13 @@ label.bp6-label .bp6-popover-target{
|
|
|
12333
12563
|
padding:0 4px;
|
|
12334
12564
|
}
|
|
12335
12565
|
.bp6-submenu.bp6-popover > .bp6-popover-content{
|
|
12336
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
12566
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
12337
12567
|
}
|
|
12338
12568
|
.bp6-dark .bp6-submenu.bp6-popover, .bp6-submenu.bp6-popover.bp6-dark{
|
|
12339
12569
|
box-shadow:none;
|
|
12340
12570
|
}
|
|
12341
12571
|
.bp6-dark .bp6-submenu.bp6-popover > .bp6-popover-content, .bp6-submenu.bp6-popover.bp6-dark > .bp6-popover-content{
|
|
12342
|
-
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
12572
|
+
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
12343
12573
|
}
|
|
12344
12574
|
.bp6-tree-node-secondary-label .bp6-popover-target{
|
|
12345
12575
|
align-items:center;
|
|
@@ -12357,7 +12587,7 @@ label.bp6-label .bp6-popover-target{
|
|
|
12357
12587
|
width:20px;
|
|
12358
12588
|
}
|
|
12359
12589
|
.bp6-popover{
|
|
12360
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
12590
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
12361
12591
|
}
|
|
12362
12592
|
.bp6-popover .bp6-popover-content{
|
|
12363
12593
|
background:#ffffff;
|
|
@@ -12458,7 +12688,7 @@ label.bp6-label .bp6-popover-target{
|
|
|
12458
12688
|
width:100%;
|
|
12459
12689
|
}
|
|
12460
12690
|
.bp6-popover.bp6-dark, .bp6-dark .bp6-popover{
|
|
12461
|
-
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
12691
|
+
box-shadow:0 0 0 1px hsl(215, 3%, 38%), inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
12462
12692
|
}
|
|
12463
12693
|
.bp6-popover.bp6-dark .bp6-popover-content, .bp6-dark .bp6-popover .bp6-popover-content{
|
|
12464
12694
|
background:#2f343c;
|
|
@@ -12767,7 +12997,7 @@ span.bp6-popover-target{
|
|
|
12767
12997
|
width:14px;
|
|
12768
12998
|
}
|
|
12769
12999
|
.bp6-tooltip{
|
|
12770
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
13000
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
12771
13001
|
}
|
|
12772
13002
|
.bp6-tooltip .bp6-popover-content{
|
|
12773
13003
|
background:#404854;
|
|
@@ -12868,7 +13098,7 @@ a > .bp6-tooltip .bp6-running-text code{
|
|
|
12868
13098
|
.bp6-tooltip .bp6-key,
|
|
12869
13099
|
.bp6-tooltip .bp6-running-text kbd{
|
|
12870
13100
|
background:#2f343c;
|
|
12871
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
13101
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
12872
13102
|
color:#abb3bf;
|
|
12873
13103
|
}
|
|
12874
13104
|
.bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
|
|
@@ -13002,7 +13232,7 @@ a > .bp6-dark .bp6-tooltip .bp6-running-text code{
|
|
|
13002
13232
|
.bp6-dark .bp6-tooltip .bp6-key,
|
|
13003
13233
|
.bp6-dark .bp6-tooltip .bp6-running-text kbd{
|
|
13004
13234
|
background:#ffffff;
|
|
13005
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
13235
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
13006
13236
|
color:#5f6b7c;
|
|
13007
13237
|
}
|
|
13008
13238
|
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
|
|
@@ -13227,7 +13457,7 @@ a > .bp6-dark .bp6-tooltip .bp6-running-text code{
|
|
|
13227
13457
|
.bp6-slider-handle .bp6-slider-label{
|
|
13228
13458
|
background:#404854;
|
|
13229
13459
|
border-radius:4px;
|
|
13230
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
13460
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
13231
13461
|
color:#f6f7f9;
|
|
13232
13462
|
margin-left:8px;
|
|
13233
13463
|
}
|
|
@@ -14631,7 +14861,7 @@ a > .bp6-dark .bp6-tooltip .bp6-running-text code{
|
|
|
14631
14861
|
}
|
|
14632
14862
|
.bp6-toast.bp6-dark, .bp6-dark .bp6-toast{
|
|
14633
14863
|
background-color:#383e47;
|
|
14634
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0
|
|
14864
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 20px 25px -5px rgba(0, 0, 0, 0.3), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 10px 30px -5px rgba(0, 0, 0, 0.3);
|
|
14635
14865
|
}
|
|
14636
14866
|
.bp6-toast.bp6-dark > .bp6-icon, .bp6-dark .bp6-toast > .bp6-icon{
|
|
14637
14867
|
color:#abb3bf;
|
|
@@ -14817,7 +15047,7 @@ a > .bp6-dark .bp6-tooltip .bp6-running-text code{
|
|
|
14817
15047
|
width:14px;
|
|
14818
15048
|
}
|
|
14819
15049
|
.bp6-tooltip{
|
|
14820
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0
|
|
15050
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
|
14821
15051
|
}
|
|
14822
15052
|
.bp6-tooltip .bp6-popover-content{
|
|
14823
15053
|
background:#404854;
|
|
@@ -14918,7 +15148,7 @@ a > .bp6-tooltip .bp6-running-text code{
|
|
|
14918
15148
|
.bp6-tooltip .bp6-key,
|
|
14919
15149
|
.bp6-tooltip .bp6-running-text kbd{
|
|
14920
15150
|
background:#2f343c;
|
|
14921
|
-
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px
|
|
15151
|
+
box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.2), inset 0 0 0.5px 0 rgba(255, 255, 255, 0.3), inset 0 0.5px 0 0 rgba(255, 255, 255, 0.08), 0 1px 10px -1px rgba(0, 0, 0, 0.2);
|
|
14922
15152
|
color:#abb3bf;
|
|
14923
15153
|
}
|
|
14924
15154
|
.bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
|
|
@@ -15052,7 +15282,7 @@ a > .bp6-dark .bp6-tooltip .bp6-running-text code{
|
|
|
15052
15282
|
.bp6-dark .bp6-tooltip .bp6-key,
|
|
15053
15283
|
.bp6-dark .bp6-tooltip .bp6-running-text kbd{
|
|
15054
15284
|
background:#ffffff;
|
|
15055
|
-
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 1px rgba(
|
|
15285
|
+
box-shadow:0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
|
|
15056
15286
|
color:#5f6b7c;
|
|
15057
15287
|
}
|
|
15058
15288
|
.bp6-tooltip.bp6-dark .bp6-icon.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-standard.bp6-intent-primary, .bp6-tooltip.bp6-dark .bp6-icon-large.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-standard.bp6-intent-primary, .bp6-dark .bp6-tooltip .bp6-icon-large.bp6-intent-primary{
|
package/canvas/audio.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ type ContextMenuProps = {
|
|
|
11
11
|
isOpen: boolean;
|
|
12
12
|
setIsOpen: (b: boolean) => void;
|
|
13
13
|
};
|
|
14
|
-
export declare const ContextMenu: (({ store, isOpen, offset, setIsOpen }: ContextMenuProps) => React.JSX.Element) & {
|
|
14
|
+
export declare const ContextMenu: (({ store, isOpen, offset, setIsOpen }: ContextMenuProps) => React.JSX.Element | null) & {
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
export {};
|
|
@@ -11,7 +11,7 @@ type DrawingLayerProps = {
|
|
|
11
11
|
yPadding: number;
|
|
12
12
|
bleed: number;
|
|
13
13
|
};
|
|
14
|
-
export declare const DrawingLayer: (({ store, page, width, height, scale, xPadding, yPadding, bleed, }: DrawingLayerProps) => React.JSX.Element) & {
|
|
14
|
+
export declare const DrawingLayer: (({ store, page, width, height, scale, xPadding, yPadding, bleed, }: DrawingLayerProps) => React.JSX.Element | null) & {
|
|
15
15
|
displayName: string;
|
|
16
16
|
};
|
|
17
17
|
export {};
|
package/canvas/element.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ type ShapeProps = {
|
|
|
7
7
|
onClick: Function;
|
|
8
8
|
};
|
|
9
9
|
export declare function registerShapeComponent(type: string, component: JSX.Element): void;
|
|
10
|
-
declare const Element: ((props: ShapeProps) => React.JSX.Element) & {
|
|
10
|
+
declare const Element: ((props: ShapeProps) => React.JSX.Element | null) & {
|
|
11
11
|
displayName: string;
|
|
12
12
|
};
|
|
13
13
|
export default Element;
|
|
@@ -10,7 +10,7 @@ export declare const useCornerRadiusAndCrop: (element: ImageElementType, image:
|
|
|
10
10
|
y: number;
|
|
11
11
|
width: number;
|
|
12
12
|
height: number;
|
|
13
|
-
}, pixelRatio: number, cornerRadius?: number, skipDownscale?: boolean, isVector?: boolean) => HTMLCanvasElement | HTMLImageElement;
|
|
13
|
+
}, pixelRatio: number, cornerRadius?: number, skipDownscale?: boolean, isVector?: boolean) => HTMLCanvasElement | HTMLImageElement | undefined;
|
|
14
14
|
type ImageProps = {
|
|
15
15
|
store: StoreType;
|
|
16
16
|
element: ImageElementType;
|
package/canvas/rules.d.ts
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { StoreType } from '../model/store.js';
|
|
3
|
-
type
|
|
3
|
+
type TopRulesProps = {
|
|
4
4
|
store: StoreType;
|
|
5
5
|
xPadding: number;
|
|
6
6
|
yPadding: number;
|
|
7
7
|
width: number;
|
|
8
8
|
height: number;
|
|
9
|
+
pageSizes?: number[];
|
|
9
10
|
layout?: 'vertical' | 'horizontal';
|
|
11
|
+
renderOnlyActivePage?: boolean;
|
|
10
12
|
};
|
|
11
|
-
export declare const TopRules: (({ store, width, height, layout }:
|
|
13
|
+
export declare const TopRules: (({ store, width, height, pageSizes, layout, renderOnlyActivePage }: TopRulesProps) => React.JSX.Element | null) & {
|
|
12
14
|
displayName: string;
|
|
13
15
|
};
|
|
14
16
|
export {};
|