@asyncapi/react-component 1.0.0-next.20 → 1.0.0-next.24
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/browser/index.js +7 -7
- package/browser/standalone/index.js +11 -11
- package/browser/standalone/without-parser.js +9 -9
- package/browser/without-parser.js +5 -5
- package/lib/cjs/components/Bindings.js +2 -1
- package/lib/cjs/components/Bindings.js.map +1 -1
- package/lib/cjs/components/CollapseButton.js +4 -3
- package/lib/cjs/components/CollapseButton.js.map +1 -1
- package/lib/cjs/components/Extensions.js +2 -1
- package/lib/cjs/components/Extensions.js.map +1 -1
- package/lib/cjs/components/Href.js +2 -1
- package/lib/cjs/components/Href.js.map +1 -1
- package/lib/cjs/components/JSONSnippet.js +2 -1
- package/lib/cjs/components/JSONSnippet.js.map +1 -1
- package/lib/cjs/components/Markdown.js +3 -2
- package/lib/cjs/components/Markdown.js.map +1 -1
- package/lib/cjs/components/Schema.js +37 -21
- package/lib/cjs/components/Schema.js.map +1 -1
- package/lib/cjs/components/Tag.js +3 -2
- package/lib/cjs/components/Tag.js.map +1 -1
- package/lib/cjs/components/Tags.js +2 -1
- package/lib/cjs/components/Tags.js.map +1 -1
- package/lib/cjs/constants.js +2 -1
- package/lib/cjs/constants.js.map +1 -1
- package/lib/cjs/containers/AsyncApi/AsyncApi.js +3 -1
- package/lib/cjs/containers/AsyncApi/AsyncApi.js.map +1 -1
- package/lib/cjs/containers/AsyncApi/Layout.js +3 -3
- package/lib/cjs/containers/AsyncApi/Layout.js.map +1 -1
- package/lib/cjs/containers/AsyncApi/Standalone.js +2 -0
- package/lib/cjs/containers/AsyncApi/Standalone.js.map +1 -1
- package/lib/cjs/containers/Error/Error.js +4 -3
- package/lib/cjs/containers/Error/Error.js.map +1 -1
- package/lib/cjs/containers/Info/Info.js +5 -4
- package/lib/cjs/containers/Info/Info.js.map +1 -1
- package/lib/cjs/containers/Messages/Message.js +6 -5
- package/lib/cjs/containers/Messages/Message.js.map +1 -1
- package/lib/cjs/containers/Messages/MessageExample.js +8 -6
- package/lib/cjs/containers/Messages/MessageExample.js.map +1 -1
- package/lib/cjs/containers/Messages/Messages.js +6 -5
- package/lib/cjs/containers/Messages/Messages.js.map +1 -1
- package/lib/cjs/containers/Operations/Operation.js +7 -6
- package/lib/cjs/containers/Operations/Operation.js.map +1 -1
- package/lib/cjs/containers/Operations/Operations.js +7 -6
- package/lib/cjs/containers/Operations/Operations.js.map +1 -1
- package/lib/cjs/containers/Schemas/Schema.js +2 -1
- package/lib/cjs/containers/Schemas/Schema.js.map +1 -1
- package/lib/cjs/containers/Schemas/Schemas.js +6 -5
- package/lib/cjs/containers/Schemas/Schemas.js.map +1 -1
- package/lib/cjs/containers/Servers/Server.js +7 -6
- package/lib/cjs/containers/Servers/Server.js.map +1 -1
- package/lib/cjs/containers/Servers/ServerSecurity.js +65 -43
- package/lib/cjs/containers/Servers/ServerSecurity.js.map +1 -1
- package/lib/cjs/containers/Servers/Servers.js +6 -5
- package/lib/cjs/containers/Servers/Servers.js.map +1 -1
- package/lib/cjs/containers/Sidebar/Sidebar.js +34 -30
- package/lib/cjs/containers/Sidebar/Sidebar.js.map +1 -1
- package/lib/cjs/contexts/useConfig.js +2 -2
- package/lib/cjs/contexts/useConfig.js.map +1 -1
- package/lib/cjs/contexts/useSpec.js +1 -1
- package/lib/cjs/contexts/useSpec.js.map +1 -1
- package/lib/cjs/helpers/common.js +1 -1
- package/lib/cjs/helpers/common.js.map +1 -1
- package/lib/cjs/helpers/marked.js +1 -1
- package/lib/cjs/helpers/marked.js.map +1 -1
- package/lib/cjs/helpers/message.js +1 -1
- package/lib/cjs/helpers/message.js.map +1 -1
- package/lib/cjs/helpers/parser.js +4 -4
- package/lib/cjs/helpers/parser.js.map +1 -1
- package/lib/cjs/helpers/schema.js +17 -14
- package/lib/cjs/helpers/schema.js.map +1 -1
- package/lib/cjs/helpers/server.js +43 -0
- package/lib/cjs/helpers/server.js.map +1 -1
- package/lib/cjs/helpers/specification.js +3 -0
- package/lib/cjs/helpers/specification.js.map +1 -1
- package/lib/esm/components/CollapseButton.js +2 -2
- package/lib/esm/components/CollapseButton.js.map +1 -1
- package/lib/esm/components/Schema.js +33 -18
- package/lib/esm/components/Schema.js.map +1 -1
- package/lib/esm/components/Tag.js +1 -1
- package/lib/esm/components/Tag.js.map +1 -1
- package/lib/esm/containers/AsyncApi/AsyncApi.js +2 -0
- package/lib/esm/containers/AsyncApi/AsyncApi.js.map +1 -1
- package/lib/esm/containers/AsyncApi/Layout.js +1 -1
- package/lib/esm/containers/AsyncApi/Layout.js.map +1 -1
- package/lib/esm/containers/AsyncApi/Standalone.js +2 -0
- package/lib/esm/containers/AsyncApi/Standalone.js.map +1 -1
- package/lib/esm/containers/Error/Error.js +2 -2
- package/lib/esm/containers/Error/Error.js.map +1 -1
- package/lib/esm/containers/Info/Info.js +2 -2
- package/lib/esm/containers/Info/Info.js.map +1 -1
- package/lib/esm/containers/Messages/Message.js +3 -3
- package/lib/esm/containers/Messages/Message.js.map +1 -1
- package/lib/esm/containers/Messages/MessageExample.js +3 -3
- package/lib/esm/containers/Messages/MessageExample.js.map +1 -1
- package/lib/esm/containers/Messages/Messages.js +2 -2
- package/lib/esm/containers/Messages/Messages.js.map +1 -1
- package/lib/esm/containers/Operations/Operation.js +4 -4
- package/lib/esm/containers/Operations/Operation.js.map +1 -1
- package/lib/esm/containers/Operations/Operations.js +3 -3
- package/lib/esm/containers/Operations/Operations.js.map +1 -1
- package/lib/esm/containers/Schemas/Schemas.js +2 -2
- package/lib/esm/containers/Schemas/Schemas.js.map +1 -1
- package/lib/esm/containers/Servers/Server.js +4 -4
- package/lib/esm/containers/Servers/Server.js.map +1 -1
- package/lib/esm/containers/Servers/ServerSecurity.js +62 -41
- package/lib/esm/containers/Servers/ServerSecurity.js.map +1 -1
- package/lib/esm/containers/Servers/Servers.js +2 -2
- package/lib/esm/containers/Servers/Servers.js.map +1 -1
- package/lib/esm/containers/Sidebar/Sidebar.js +18 -18
- package/lib/esm/containers/Sidebar/Sidebar.js.map +1 -1
- package/lib/esm/helpers/common.js +1 -1
- package/lib/esm/helpers/common.js.map +1 -1
- package/lib/esm/helpers/parser.js.map +1 -1
- package/lib/esm/helpers/schema.js +17 -14
- package/lib/esm/helpers/schema.js.map +1 -1
- package/lib/esm/helpers/server.js +43 -0
- package/lib/esm/helpers/server.js.map +1 -1
- package/lib/esm/helpers/specification.js +5 -2
- package/lib/esm/helpers/specification.js.map +1 -1
- package/lib/types/components/Schema.d.ts +1 -1
- package/lib/types/components/Schema.d.ts.map +1 -1
- package/lib/types/containers/Servers/Server.d.ts.map +1 -1
- package/lib/types/containers/Servers/ServerSecurity.d.ts +1 -0
- package/lib/types/containers/Servers/ServerSecurity.d.ts.map +1 -1
- package/lib/types/helpers/schema.d.ts.map +1 -1
- package/lib/types/helpers/server.d.ts +5 -0
- package/lib/types/helpers/server.d.ts.map +1 -1
- package/lib/types/helpers/specification.d.ts.map +1 -1
- package/package.json +6 -3
- package/styles/default.css +457 -429
- package/styles/default.min.css +2 -2
package/styles/default.css
CHANGED
|
@@ -215,9 +215,9 @@ SOFTWARE.
|
|
|
215
215
|
font-style: italic;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
/*! tailwindcss v2.
|
|
218
|
+
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
|
|
219
219
|
|
|
220
|
-
/*! modern-normalize v1.
|
|
220
|
+
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
|
|
221
221
|
|
|
222
222
|
/*
|
|
223
223
|
Document
|
|
@@ -229,8 +229,8 @@ Use a better box model (opinionated).
|
|
|
229
229
|
*/
|
|
230
230
|
|
|
231
231
|
*,
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
::before,
|
|
233
|
+
::after {
|
|
234
234
|
box-sizing: border-box;
|
|
235
235
|
}
|
|
236
236
|
|
|
@@ -238,7 +238,7 @@ Use a better box model (opinionated).
|
|
|
238
238
|
Use a more readable tab size (opinionated).
|
|
239
239
|
*/
|
|
240
240
|
|
|
241
|
-
|
|
241
|
+
html {
|
|
242
242
|
-moz-tab-size: 4;
|
|
243
243
|
-o-tab-size: 4;
|
|
244
244
|
tab-size: 4;
|
|
@@ -515,16 +515,6 @@ button {
|
|
|
515
515
|
background-image: none;
|
|
516
516
|
}
|
|
517
517
|
|
|
518
|
-
/**
|
|
519
|
-
* Work around a Firefox/IE bug where the transparent `button` background
|
|
520
|
-
* results in a loss of the default `button` focus styles.
|
|
521
|
-
*/
|
|
522
|
-
|
|
523
|
-
button:focus {
|
|
524
|
-
outline: 1px dotted;
|
|
525
|
-
outline: 5px auto -webkit-focus-ring-color;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
518
|
fieldset {
|
|
529
519
|
margin: 0;
|
|
530
520
|
padding: 0;
|
|
@@ -595,7 +585,7 @@ body {
|
|
|
595
585
|
box-sizing: border-box; /* 1 */
|
|
596
586
|
border-width: 0; /* 2 */
|
|
597
587
|
border-style: solid; /* 2 */
|
|
598
|
-
border-color:
|
|
588
|
+
border-color: currentColor; /* 2 */
|
|
599
589
|
}
|
|
600
590
|
|
|
601
591
|
/*
|
|
@@ -644,6 +634,14 @@ button {
|
|
|
644
634
|
cursor: pointer;
|
|
645
635
|
}
|
|
646
636
|
|
|
637
|
+
/**
|
|
638
|
+
* Override legacy focus reset from Normalize with modern Firefox focus styles.
|
|
639
|
+
*
|
|
640
|
+
* This is actually an improvement over the new defaults in Firefox in our testing,
|
|
641
|
+
* as it triggers the better focus styles even for links, which still use a dotted
|
|
642
|
+
* outline in Firefox by default.
|
|
643
|
+
*/
|
|
644
|
+
|
|
647
645
|
table {
|
|
648
646
|
border-collapse: collapse;
|
|
649
647
|
}
|
|
@@ -701,11 +699,20 @@ samp {
|
|
|
701
699
|
}
|
|
702
700
|
|
|
703
701
|
/**
|
|
704
|
-
* Make replaced elements `display: block` by default as that's
|
|
705
|
-
*
|
|
706
|
-
*
|
|
702
|
+
* 1. Make replaced elements `display: block` by default as that's
|
|
703
|
+
* the behavior you want almost all of the time. Inspired by
|
|
704
|
+
* CSS Remedy, with `svg` added as well.
|
|
707
705
|
*
|
|
708
|
-
*
|
|
706
|
+
* https://github.com/mozdevs/cssremedy/issues/14
|
|
707
|
+
*
|
|
708
|
+
* 2. Add `vertical-align: middle` to align replaced elements more
|
|
709
|
+
* sensibly by default when overriding `display` by adding a
|
|
710
|
+
* utility like `inline`.
|
|
711
|
+
*
|
|
712
|
+
* This can trigger a poorly considered linting error in some
|
|
713
|
+
* tools but is included by design.
|
|
714
|
+
*
|
|
715
|
+
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
|
|
709
716
|
*/
|
|
710
717
|
|
|
711
718
|
img,
|
|
@@ -716,8 +723,8 @@ audio,
|
|
|
716
723
|
iframe,
|
|
717
724
|
embed,
|
|
718
725
|
object {
|
|
719
|
-
display: block;
|
|
720
|
-
vertical-align: middle;
|
|
726
|
+
display: block; /* 1 */
|
|
727
|
+
vertical-align: middle; /* 2 */
|
|
721
728
|
}
|
|
722
729
|
|
|
723
730
|
/**
|
|
@@ -733,6 +740,19 @@ video {
|
|
|
733
740
|
height: auto;
|
|
734
741
|
}
|
|
735
742
|
|
|
743
|
+
/**
|
|
744
|
+
* Ensure the default browser behavior of the `hidden` attribute.
|
|
745
|
+
*/
|
|
746
|
+
|
|
747
|
+
[hidden] {
|
|
748
|
+
display: none;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
*, ::before, ::after{
|
|
752
|
+
--tw-border-opacity: 1;
|
|
753
|
+
border-color: rgba(203, 213, 224, var(--tw-border-opacity));
|
|
754
|
+
}
|
|
755
|
+
|
|
736
756
|
.prose{
|
|
737
757
|
color: #4a5568;
|
|
738
758
|
max-width: 65ch;
|
|
@@ -761,10 +781,18 @@ video {
|
|
|
761
781
|
--list-counter-style: lower-alpha;
|
|
762
782
|
}
|
|
763
783
|
|
|
784
|
+
.prose ol[type="a" s]{
|
|
785
|
+
--list-counter-style: lower-alpha;
|
|
786
|
+
}
|
|
787
|
+
|
|
764
788
|
.prose ol[type="i"]{
|
|
765
789
|
--list-counter-style: lower-roman;
|
|
766
790
|
}
|
|
767
791
|
|
|
792
|
+
.prose ol[type="i" s]{
|
|
793
|
+
--list-counter-style: lower-roman;
|
|
794
|
+
}
|
|
795
|
+
|
|
768
796
|
.prose ol[type="1"]{
|
|
769
797
|
--list-counter-style: decimal;
|
|
770
798
|
}
|
|
@@ -1091,9 +1119,9 @@ video {
|
|
|
1091
1119
|
|
|
1092
1120
|
@media (min-width: 1024px){
|
|
1093
1121
|
.container\:base .sidebar{
|
|
1122
|
+
position: relative;
|
|
1094
1123
|
display: block;
|
|
1095
1124
|
height: auto;
|
|
1096
|
-
position: relative;
|
|
1097
1125
|
width: 16rem;
|
|
1098
1126
|
}
|
|
1099
1127
|
}
|
|
@@ -1172,150 +1200,119 @@ video {
|
|
|
1172
1200
|
white-space: pre-wrap;
|
|
1173
1201
|
}
|
|
1174
1202
|
|
|
1175
|
-
.
|
|
1176
|
-
|
|
1177
|
-
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1178
|
-
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
.space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
1182
|
-
--tw-space-x-reverse: 0;
|
|
1183
|
-
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1184
|
-
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
.bg-white{
|
|
1188
|
-
--tw-bg-opacity: 1;
|
|
1189
|
-
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1203
|
+
.fixed{
|
|
1204
|
+
position: fixed;
|
|
1190
1205
|
}
|
|
1191
1206
|
|
|
1192
|
-
.
|
|
1193
|
-
|
|
1194
|
-
background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
|
|
1207
|
+
.absolute{
|
|
1208
|
+
position: absolute;
|
|
1195
1209
|
}
|
|
1196
1210
|
|
|
1197
|
-
.
|
|
1198
|
-
|
|
1199
|
-
background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
|
|
1211
|
+
.relative{
|
|
1212
|
+
position: relative;
|
|
1200
1213
|
}
|
|
1201
1214
|
|
|
1202
|
-
.
|
|
1203
|
-
|
|
1204
|
-
background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
|
|
1215
|
+
.top-0{
|
|
1216
|
+
top: 0px;
|
|
1205
1217
|
}
|
|
1206
1218
|
|
|
1207
|
-
.
|
|
1208
|
-
|
|
1209
|
-
background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
|
|
1219
|
+
.right-0{
|
|
1220
|
+
right: 0px;
|
|
1210
1221
|
}
|
|
1211
1222
|
|
|
1212
|
-
.
|
|
1213
|
-
|
|
1214
|
-
background-color: rgba(56, 161, 105, var(--tw-bg-opacity));
|
|
1223
|
+
.right-8{
|
|
1224
|
+
right: 2rem;
|
|
1215
1225
|
}
|
|
1216
1226
|
|
|
1217
|
-
.
|
|
1218
|
-
|
|
1219
|
-
background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
|
|
1227
|
+
.bottom-16{
|
|
1228
|
+
bottom: 4rem;
|
|
1220
1229
|
}
|
|
1221
1230
|
|
|
1222
|
-
.
|
|
1223
|
-
|
|
1224
|
-
background-color: rgba(99, 179, 237, var(--tw-bg-opacity));
|
|
1231
|
+
.z-10{
|
|
1232
|
+
z-index: 10;
|
|
1225
1233
|
}
|
|
1226
1234
|
|
|
1227
|
-
.
|
|
1228
|
-
|
|
1229
|
-
background-color: rgba(66, 153, 225, var(--tw-bg-opacity));
|
|
1235
|
+
.z-20{
|
|
1236
|
+
z-index: 20;
|
|
1230
1237
|
}
|
|
1231
1238
|
|
|
1232
|
-
.
|
|
1233
|
-
|
|
1234
|
-
background-color: rgba(49, 130, 206, var(--tw-bg-opacity));
|
|
1239
|
+
.z-30{
|
|
1240
|
+
z-index: 30;
|
|
1235
1241
|
}
|
|
1236
1242
|
|
|
1237
|
-
.
|
|
1238
|
-
|
|
1239
|
-
|
|
1243
|
+
.mx-2{
|
|
1244
|
+
margin-left: 0.5rem;
|
|
1245
|
+
margin-right: 0.5rem;
|
|
1240
1246
|
}
|
|
1241
1247
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1248
|
+
.-mx-8{
|
|
1249
|
+
margin-left: -2rem;
|
|
1250
|
+
margin-right: -2rem;
|
|
1245
1251
|
}
|
|
1246
1252
|
|
|
1247
|
-
.
|
|
1248
|
-
|
|
1249
|
-
|
|
1253
|
+
.my-2{
|
|
1254
|
+
margin-top: 0.5rem;
|
|
1255
|
+
margin-bottom: 0.5rem;
|
|
1250
1256
|
}
|
|
1251
1257
|
|
|
1252
|
-
.
|
|
1253
|
-
|
|
1254
|
-
background-color: rgba(144, 205, 244, var(--tw-bg-opacity));
|
|
1258
|
+
.mt-1{
|
|
1259
|
+
margin-top: 0.25rem;
|
|
1255
1260
|
}
|
|
1256
1261
|
|
|
1257
|
-
.
|
|
1258
|
-
|
|
1259
|
-
background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
|
|
1262
|
+
.mt-2{
|
|
1263
|
+
margin-top: 0.5rem;
|
|
1260
1264
|
}
|
|
1261
1265
|
|
|
1262
|
-
.
|
|
1263
|
-
|
|
1264
|
-
border-color: rgba(203, 213, 224, var(--tw-border-opacity));
|
|
1266
|
+
.mt-4{
|
|
1267
|
+
margin-top: 1rem;
|
|
1265
1268
|
}
|
|
1266
1269
|
|
|
1267
|
-
.
|
|
1268
|
-
|
|
1269
|
-
border-color: rgba(245, 101, 101, var(--tw-border-opacity));
|
|
1270
|
+
.mt-9{
|
|
1271
|
+
margin-top: 2.25rem;
|
|
1270
1272
|
}
|
|
1271
1273
|
|
|
1272
|
-
.
|
|
1273
|
-
|
|
1274
|
-
border-color: rgba(251, 211, 141, var(--tw-border-opacity));
|
|
1274
|
+
.mt-10{
|
|
1275
|
+
margin-top: 2.5rem;
|
|
1275
1276
|
}
|
|
1276
1277
|
|
|
1277
|
-
.
|
|
1278
|
-
|
|
1279
|
-
border-color: rgba(56, 161, 105, var(--tw-border-opacity));
|
|
1278
|
+
.mt-16{
|
|
1279
|
+
margin-top: 4rem;
|
|
1280
1280
|
}
|
|
1281
1281
|
|
|
1282
|
-
.
|
|
1283
|
-
|
|
1284
|
-
border-color: rgba(144, 205, 244, var(--tw-border-opacity));
|
|
1282
|
+
.mr-1{
|
|
1283
|
+
margin-right: 0.25rem;
|
|
1285
1284
|
}
|
|
1286
1285
|
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1289
|
-
border-color: rgba(49, 130, 206, var(--tw-border-opacity));
|
|
1286
|
+
.mr-2{
|
|
1287
|
+
margin-right: 0.5rem;
|
|
1290
1288
|
}
|
|
1291
1289
|
|
|
1292
|
-
.
|
|
1293
|
-
|
|
1294
|
-
border-color: rgba(214, 188, 250, var(--tw-border-opacity));
|
|
1290
|
+
.mb-2{
|
|
1291
|
+
margin-bottom: 0.5rem;
|
|
1295
1292
|
}
|
|
1296
1293
|
|
|
1297
|
-
.
|
|
1298
|
-
|
|
1294
|
+
.mb-3{
|
|
1295
|
+
margin-bottom: 0.75rem;
|
|
1299
1296
|
}
|
|
1300
1297
|
|
|
1301
|
-
.
|
|
1302
|
-
|
|
1298
|
+
.mb-4{
|
|
1299
|
+
margin-bottom: 1rem;
|
|
1303
1300
|
}
|
|
1304
1301
|
|
|
1305
|
-
.
|
|
1306
|
-
|
|
1302
|
+
.mb-12{
|
|
1303
|
+
margin-bottom: 3rem;
|
|
1307
1304
|
}
|
|
1308
1305
|
|
|
1309
|
-
|
|
1310
|
-
|
|
1306
|
+
.-mb-1{
|
|
1307
|
+
margin-bottom: -0.25rem;
|
|
1311
1308
|
}
|
|
1312
1309
|
|
|
1313
|
-
.
|
|
1314
|
-
|
|
1310
|
+
.ml-1{
|
|
1311
|
+
margin-left: 0.25rem;
|
|
1315
1312
|
}
|
|
1316
1313
|
|
|
1317
|
-
.
|
|
1318
|
-
|
|
1314
|
+
.ml-2{
|
|
1315
|
+
margin-left: 0.5rem;
|
|
1319
1316
|
}
|
|
1320
1317
|
|
|
1321
1318
|
.block{
|
|
@@ -1338,190 +1335,321 @@ video {
|
|
|
1338
1335
|
display: none;
|
|
1339
1336
|
}
|
|
1340
1337
|
|
|
1341
|
-
.
|
|
1342
|
-
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
.items-center{
|
|
1346
|
-
align-items: center;
|
|
1338
|
+
.h-6{
|
|
1339
|
+
height: 1.5rem;
|
|
1347
1340
|
}
|
|
1348
1341
|
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1342
|
+
.h-16{
|
|
1343
|
+
height: 4rem;
|
|
1351
1344
|
}
|
|
1352
1345
|
|
|
1353
|
-
.
|
|
1354
|
-
|
|
1346
|
+
.h-full{
|
|
1347
|
+
height: 100%;
|
|
1355
1348
|
}
|
|
1356
1349
|
|
|
1357
|
-
.
|
|
1358
|
-
|
|
1350
|
+
.max-h-screen{
|
|
1351
|
+
max-height: 100vh;
|
|
1359
1352
|
}
|
|
1360
1353
|
|
|
1361
|
-
.
|
|
1362
|
-
|
|
1354
|
+
.w-5{
|
|
1355
|
+
width: 1.25rem;
|
|
1363
1356
|
}
|
|
1364
1357
|
|
|
1365
|
-
.
|
|
1366
|
-
|
|
1358
|
+
.w-16{
|
|
1359
|
+
width: 4rem;
|
|
1367
1360
|
}
|
|
1368
1361
|
|
|
1369
|
-
.
|
|
1370
|
-
|
|
1362
|
+
.w-64{
|
|
1363
|
+
width: 16rem;
|
|
1371
1364
|
}
|
|
1372
1365
|
|
|
1373
|
-
.
|
|
1374
|
-
|
|
1366
|
+
.w-3\/12{
|
|
1367
|
+
width: 25%;
|
|
1375
1368
|
}
|
|
1376
1369
|
|
|
1377
|
-
.
|
|
1378
|
-
|
|
1370
|
+
.w-full{
|
|
1371
|
+
width: 100%;
|
|
1379
1372
|
}
|
|
1380
1373
|
|
|
1381
|
-
.
|
|
1382
|
-
|
|
1374
|
+
.min-w-min{
|
|
1375
|
+
min-width: -webkit-min-content;
|
|
1376
|
+
min-width: -moz-min-content;
|
|
1377
|
+
min-width: min-content;
|
|
1383
1378
|
}
|
|
1384
1379
|
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1380
|
+
.max-w-none{
|
|
1381
|
+
max-width: none;
|
|
1387
1382
|
}
|
|
1388
1383
|
|
|
1389
|
-
.
|
|
1390
|
-
|
|
1384
|
+
.flex-1{
|
|
1385
|
+
flex: 1 1 0%;
|
|
1391
1386
|
}
|
|
1392
1387
|
|
|
1393
|
-
.
|
|
1394
|
-
|
|
1388
|
+
.transform{
|
|
1389
|
+
--tw-translate-x: 0;
|
|
1390
|
+
--tw-translate-y: 0;
|
|
1391
|
+
--tw-rotate: 0;
|
|
1392
|
+
--tw-skew-x: 0;
|
|
1393
|
+
--tw-skew-y: 0;
|
|
1394
|
+
--tw-scale-x: 1;
|
|
1395
|
+
--tw-scale-y: 1;
|
|
1396
|
+
transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1395
1397
|
}
|
|
1396
1398
|
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
+
.-rotate-180{
|
|
1400
|
+
--tw-rotate: -180deg;
|
|
1399
1401
|
}
|
|
1400
1402
|
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
+
.-rotate-90{
|
|
1404
|
+
--tw-rotate: -90deg;
|
|
1403
1405
|
}
|
|
1404
1406
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
+
@-webkit-keyframes spin{
|
|
1408
|
+
to{
|
|
1409
|
+
transform: rotate(360deg);
|
|
1410
|
+
}
|
|
1407
1411
|
}
|
|
1408
1412
|
|
|
1409
|
-
|
|
1410
|
-
|
|
1413
|
+
@keyframes spin{
|
|
1414
|
+
to{
|
|
1415
|
+
transform: rotate(360deg);
|
|
1416
|
+
}
|
|
1411
1417
|
}
|
|
1412
1418
|
|
|
1413
|
-
|
|
1414
|
-
|
|
1419
|
+
@-webkit-keyframes ping{
|
|
1420
|
+
75%, 100%{
|
|
1421
|
+
transform: scale(2);
|
|
1422
|
+
opacity: 0;
|
|
1423
|
+
}
|
|
1415
1424
|
}
|
|
1416
1425
|
|
|
1417
|
-
|
|
1418
|
-
|
|
1426
|
+
@keyframes ping{
|
|
1427
|
+
75%, 100%{
|
|
1428
|
+
transform: scale(2);
|
|
1429
|
+
opacity: 0;
|
|
1430
|
+
}
|
|
1419
1431
|
}
|
|
1420
1432
|
|
|
1421
|
-
|
|
1422
|
-
|
|
1433
|
+
@-webkit-keyframes pulse{
|
|
1434
|
+
50%{
|
|
1435
|
+
opacity: .5;
|
|
1436
|
+
}
|
|
1423
1437
|
}
|
|
1424
1438
|
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1439
|
+
@keyframes pulse{
|
|
1440
|
+
50%{
|
|
1441
|
+
opacity: .5;
|
|
1442
|
+
}
|
|
1428
1443
|
}
|
|
1429
1444
|
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1445
|
+
@-webkit-keyframes bounce{
|
|
1446
|
+
0%, 100%{
|
|
1447
|
+
transform: translateY(-25%);
|
|
1448
|
+
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1449
|
+
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
50%{
|
|
1453
|
+
transform: none;
|
|
1454
|
+
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1455
|
+
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1456
|
+
}
|
|
1433
1457
|
}
|
|
1434
1458
|
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1459
|
+
@keyframes bounce{
|
|
1460
|
+
0%, 100%{
|
|
1461
|
+
transform: translateY(-25%);
|
|
1462
|
+
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1463
|
+
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
50%{
|
|
1467
|
+
transform: none;
|
|
1468
|
+
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1469
|
+
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1470
|
+
}
|
|
1438
1471
|
}
|
|
1439
1472
|
|
|
1440
|
-
.
|
|
1441
|
-
|
|
1473
|
+
.cursor-pointer{
|
|
1474
|
+
cursor: pointer;
|
|
1442
1475
|
}
|
|
1443
1476
|
|
|
1444
|
-
.
|
|
1445
|
-
|
|
1477
|
+
.flex-wrap{
|
|
1478
|
+
flex-wrap: wrap;
|
|
1446
1479
|
}
|
|
1447
1480
|
|
|
1448
|
-
.
|
|
1449
|
-
|
|
1481
|
+
.items-center{
|
|
1482
|
+
align-items: center;
|
|
1450
1483
|
}
|
|
1451
1484
|
|
|
1452
|
-
.
|
|
1453
|
-
|
|
1485
|
+
.justify-center{
|
|
1486
|
+
justify-content: center;
|
|
1454
1487
|
}
|
|
1455
1488
|
|
|
1456
|
-
.
|
|
1457
|
-
|
|
1489
|
+
.space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
1490
|
+
--tw-space-x-reverse: 0;
|
|
1491
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1492
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1458
1493
|
}
|
|
1459
1494
|
|
|
1460
|
-
.
|
|
1461
|
-
|
|
1495
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
|
1496
|
+
--tw-space-y-reverse: 0;
|
|
1497
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1498
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1462
1499
|
}
|
|
1463
1500
|
|
|
1464
|
-
.
|
|
1465
|
-
|
|
1501
|
+
.overflow-auto{
|
|
1502
|
+
overflow: auto;
|
|
1466
1503
|
}
|
|
1467
1504
|
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1505
|
+
.overflow-y-auto{
|
|
1506
|
+
overflow-y: auto;
|
|
1470
1507
|
}
|
|
1471
1508
|
|
|
1472
|
-
.
|
|
1473
|
-
|
|
1509
|
+
.whitespace-pre-wrap{
|
|
1510
|
+
white-space: pre-wrap;
|
|
1474
1511
|
}
|
|
1475
1512
|
|
|
1476
|
-
.
|
|
1477
|
-
|
|
1513
|
+
.break-words{
|
|
1514
|
+
overflow-wrap: break-word;
|
|
1478
1515
|
}
|
|
1479
1516
|
|
|
1480
|
-
.
|
|
1481
|
-
|
|
1517
|
+
.break-all{
|
|
1518
|
+
word-break: break-all;
|
|
1482
1519
|
}
|
|
1483
1520
|
|
|
1484
|
-
.
|
|
1485
|
-
|
|
1521
|
+
.rounded{
|
|
1522
|
+
border-radius: 0.25rem;
|
|
1486
1523
|
}
|
|
1487
1524
|
|
|
1488
|
-
.
|
|
1489
|
-
|
|
1525
|
+
.rounded-full{
|
|
1526
|
+
border-radius: 9999px;
|
|
1490
1527
|
}
|
|
1491
1528
|
|
|
1492
|
-
.
|
|
1493
|
-
|
|
1529
|
+
.border{
|
|
1530
|
+
border-width: 1px;
|
|
1494
1531
|
}
|
|
1495
1532
|
|
|
1496
|
-
|
|
1497
|
-
|
|
1533
|
+
.border-l-8{
|
|
1534
|
+
border-left-width: 8px;
|
|
1498
1535
|
}
|
|
1499
1536
|
|
|
1500
|
-
.
|
|
1501
|
-
|
|
1537
|
+
.border-solid{
|
|
1538
|
+
border-style: solid;
|
|
1502
1539
|
}
|
|
1503
1540
|
|
|
1504
|
-
.
|
|
1505
|
-
|
|
1541
|
+
.border-gray-400{
|
|
1542
|
+
--tw-border-opacity: 1;
|
|
1543
|
+
border-color: rgba(203, 213, 224, var(--tw-border-opacity));
|
|
1506
1544
|
}
|
|
1507
1545
|
|
|
1508
|
-
.
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
min-width: min-content;
|
|
1546
|
+
.border-red-500{
|
|
1547
|
+
--tw-border-opacity: 1;
|
|
1548
|
+
border-color: rgba(245, 101, 101, var(--tw-border-opacity));
|
|
1512
1549
|
}
|
|
1513
1550
|
|
|
1514
|
-
.
|
|
1515
|
-
|
|
1516
|
-
|
|
1551
|
+
.border-orange-300{
|
|
1552
|
+
--tw-border-opacity: 1;
|
|
1553
|
+
border-color: rgba(251, 211, 141, var(--tw-border-opacity));
|
|
1517
1554
|
}
|
|
1518
1555
|
|
|
1519
|
-
.
|
|
1520
|
-
|
|
1556
|
+
.border-green-600{
|
|
1557
|
+
--tw-border-opacity: 1;
|
|
1558
|
+
border-color: rgba(56, 161, 105, var(--tw-border-opacity));
|
|
1521
1559
|
}
|
|
1522
1560
|
|
|
1523
|
-
.
|
|
1524
|
-
|
|
1561
|
+
.border-blue-300{
|
|
1562
|
+
--tw-border-opacity: 1;
|
|
1563
|
+
border-color: rgba(144, 205, 244, var(--tw-border-opacity));
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
.border-blue-600{
|
|
1567
|
+
--tw-border-opacity: 1;
|
|
1568
|
+
border-color: rgba(49, 130, 206, var(--tw-border-opacity));
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.border-purple-300{
|
|
1572
|
+
--tw-border-opacity: 1;
|
|
1573
|
+
border-color: rgba(214, 188, 250, var(--tw-border-opacity));
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.bg-white{
|
|
1577
|
+
--tw-bg-opacity: 1;
|
|
1578
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
.bg-gray-100{
|
|
1582
|
+
--tw-bg-opacity: 1;
|
|
1583
|
+
background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.bg-gray-200{
|
|
1587
|
+
--tw-bg-opacity: 1;
|
|
1588
|
+
background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.bg-gray-800{
|
|
1592
|
+
--tw-bg-opacity: 1;
|
|
1593
|
+
background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
.bg-yellow-600{
|
|
1597
|
+
--tw-bg-opacity: 1;
|
|
1598
|
+
background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
.bg-green-600{
|
|
1602
|
+
--tw-bg-opacity: 1;
|
|
1603
|
+
background-color: rgba(56, 161, 105, var(--tw-bg-opacity));
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.bg-teal-500{
|
|
1607
|
+
--tw-bg-opacity: 1;
|
|
1608
|
+
background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
.bg-blue-400{
|
|
1612
|
+
--tw-bg-opacity: 1;
|
|
1613
|
+
background-color: rgba(99, 179, 237, var(--tw-bg-opacity));
|
|
1614
|
+
}
|
|
1615
|
+
|
|
1616
|
+
.bg-blue-500{
|
|
1617
|
+
--tw-bg-opacity: 1;
|
|
1618
|
+
background-color: rgba(66, 153, 225, var(--tw-bg-opacity));
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
.bg-blue-600{
|
|
1622
|
+
--tw-bg-opacity: 1;
|
|
1623
|
+
background-color: rgba(49, 130, 206, var(--tw-bg-opacity));
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
.bg-indigo-400{
|
|
1627
|
+
--tw-bg-opacity: 1;
|
|
1628
|
+
background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
.bg-purple-600{
|
|
1632
|
+
--tw-bg-opacity: 1;
|
|
1633
|
+
background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
.hover\:bg-orange-300:hover{
|
|
1637
|
+
--tw-bg-opacity: 1;
|
|
1638
|
+
background-color: rgba(251, 211, 141, var(--tw-bg-opacity));
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.hover\:bg-blue-300:hover{
|
|
1642
|
+
--tw-bg-opacity: 1;
|
|
1643
|
+
background-color: rgba(144, 205, 244, var(--tw-bg-opacity));
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.hover\:bg-purple-300:hover{
|
|
1647
|
+
--tw-bg-opacity: 1;
|
|
1648
|
+
background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
.fill-current{
|
|
1652
|
+
fill: currentColor;
|
|
1525
1653
|
}
|
|
1526
1654
|
|
|
1527
1655
|
.p-1{
|
|
@@ -1540,26 +1668,11 @@ video {
|
|
|
1540
1668
|
padding: 2rem;
|
|
1541
1669
|
}
|
|
1542
1670
|
|
|
1543
|
-
.py-0{
|
|
1544
|
-
padding-top: 0px;
|
|
1545
|
-
padding-bottom: 0px;
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
.py-1{
|
|
1549
|
-
padding-top: 0.25rem;
|
|
1550
|
-
padding-bottom: 0.25rem;
|
|
1551
|
-
}
|
|
1552
|
-
|
|
1553
1671
|
.px-1{
|
|
1554
1672
|
padding-left: 0.25rem;
|
|
1555
1673
|
padding-right: 0.25rem;
|
|
1556
1674
|
}
|
|
1557
1675
|
|
|
1558
|
-
.py-2{
|
|
1559
|
-
padding-top: 0.5rem;
|
|
1560
|
-
padding-bottom: 0.5rem;
|
|
1561
|
-
}
|
|
1562
|
-
|
|
1563
1676
|
.px-2{
|
|
1564
1677
|
padding-left: 0.5rem;
|
|
1565
1678
|
padding-right: 0.5rem;
|
|
@@ -1570,26 +1683,41 @@ video {
|
|
|
1570
1683
|
padding-right: 0.75rem;
|
|
1571
1684
|
}
|
|
1572
1685
|
|
|
1573
|
-
.py-4{
|
|
1574
|
-
padding-top: 1rem;
|
|
1575
|
-
padding-bottom: 1rem;
|
|
1576
|
-
}
|
|
1577
|
-
|
|
1578
1686
|
.px-4{
|
|
1579
1687
|
padding-left: 1rem;
|
|
1580
1688
|
padding-right: 1rem;
|
|
1581
1689
|
}
|
|
1582
1690
|
|
|
1583
|
-
.py-8{
|
|
1584
|
-
padding-top: 2rem;
|
|
1585
|
-
padding-bottom: 2rem;
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
1691
|
.px-8{
|
|
1589
1692
|
padding-left: 2rem;
|
|
1590
1693
|
padding-right: 2rem;
|
|
1591
1694
|
}
|
|
1592
1695
|
|
|
1696
|
+
.py-0{
|
|
1697
|
+
padding-top: 0px;
|
|
1698
|
+
padding-bottom: 0px;
|
|
1699
|
+
}
|
|
1700
|
+
|
|
1701
|
+
.py-1{
|
|
1702
|
+
padding-top: 0.25rem;
|
|
1703
|
+
padding-bottom: 0.25rem;
|
|
1704
|
+
}
|
|
1705
|
+
|
|
1706
|
+
.py-2{
|
|
1707
|
+
padding-top: 0.5rem;
|
|
1708
|
+
padding-bottom: 0.5rem;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
.py-4{
|
|
1712
|
+
padding-top: 1rem;
|
|
1713
|
+
padding-bottom: 1rem;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.py-8{
|
|
1717
|
+
padding-top: 2rem;
|
|
1718
|
+
padding-bottom: 2rem;
|
|
1719
|
+
}
|
|
1720
|
+
|
|
1593
1721
|
.pt-8{
|
|
1594
1722
|
padding-top: 2rem;
|
|
1595
1723
|
}
|
|
@@ -1598,63 +1726,84 @@ video {
|
|
|
1598
1726
|
padding-bottom: 4rem;
|
|
1599
1727
|
}
|
|
1600
1728
|
|
|
1601
|
-
.
|
|
1602
|
-
|
|
1729
|
+
.text-left{
|
|
1730
|
+
text-align: left;
|
|
1731
|
+
}
|
|
1732
|
+
|
|
1733
|
+
.align-baseline{
|
|
1734
|
+
vertical-align: baseline;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
.font-sans{
|
|
1738
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
.font-mono{
|
|
1742
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1743
|
+
}
|
|
1744
|
+
|
|
1745
|
+
.text-xs{
|
|
1746
|
+
font-size: 0.75rem;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
.text-sm{
|
|
1750
|
+
font-size: 0.875rem;
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
.text-base{
|
|
1754
|
+
font-size: 1rem;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.text-lg{
|
|
1758
|
+
font-size: 1.125rem;
|
|
1603
1759
|
}
|
|
1604
1760
|
|
|
1605
|
-
.
|
|
1606
|
-
|
|
1761
|
+
.text-2xl{
|
|
1762
|
+
font-size: 1.5rem;
|
|
1607
1763
|
}
|
|
1608
1764
|
|
|
1609
|
-
.
|
|
1610
|
-
|
|
1765
|
+
.text-3xl{
|
|
1766
|
+
font-size: 1.875rem;
|
|
1611
1767
|
}
|
|
1612
1768
|
|
|
1613
|
-
.
|
|
1614
|
-
|
|
1769
|
+
.text-4xl{
|
|
1770
|
+
font-size: 2.25rem;
|
|
1615
1771
|
}
|
|
1616
1772
|
|
|
1617
|
-
.
|
|
1618
|
-
|
|
1773
|
+
.font-thin{
|
|
1774
|
+
font-weight: 100;
|
|
1619
1775
|
}
|
|
1620
1776
|
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1777
|
+
.font-extralight{
|
|
1778
|
+
font-weight: 200;
|
|
1623
1779
|
}
|
|
1624
1780
|
|
|
1625
|
-
.
|
|
1626
|
-
|
|
1781
|
+
.font-light{
|
|
1782
|
+
font-weight: 300;
|
|
1627
1783
|
}
|
|
1628
1784
|
|
|
1629
|
-
|
|
1630
|
-
|
|
1785
|
+
.font-bold{
|
|
1786
|
+
font-weight: 700;
|
|
1631
1787
|
}
|
|
1632
1788
|
|
|
1633
|
-
.
|
|
1634
|
-
|
|
1635
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1789
|
+
.uppercase{
|
|
1790
|
+
text-transform: uppercase;
|
|
1636
1791
|
}
|
|
1637
1792
|
|
|
1638
|
-
.
|
|
1639
|
-
|
|
1640
|
-
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1793
|
+
.lowercase{
|
|
1794
|
+
text-transform: lowercase;
|
|
1641
1795
|
}
|
|
1642
1796
|
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
--tw-ring-offset-width: 0px;
|
|
1646
|
-
--tw-ring-offset-color: #fff;
|
|
1647
|
-
--tw-ring-color: rgba(66, 153, 225, 0.5);
|
|
1648
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1649
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
1797
|
+
.capitalize{
|
|
1798
|
+
text-transform: capitalize;
|
|
1650
1799
|
}
|
|
1651
1800
|
|
|
1652
|
-
.
|
|
1653
|
-
|
|
1801
|
+
.italic{
|
|
1802
|
+
font-style: italic;
|
|
1654
1803
|
}
|
|
1655
1804
|
|
|
1656
|
-
.
|
|
1657
|
-
|
|
1805
|
+
.leading-normal{
|
|
1806
|
+
line-height: 1.5;
|
|
1658
1807
|
}
|
|
1659
1808
|
|
|
1660
1809
|
.text-white{
|
|
@@ -1737,22 +1886,6 @@ video {
|
|
|
1737
1886
|
color: rgba(128, 90, 213, var(--tw-text-opacity));
|
|
1738
1887
|
}
|
|
1739
1888
|
|
|
1740
|
-
.italic{
|
|
1741
|
-
font-style: italic;
|
|
1742
|
-
}
|
|
1743
|
-
|
|
1744
|
-
.uppercase{
|
|
1745
|
-
text-transform: uppercase;
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
.lowercase{
|
|
1749
|
-
text-transform: lowercase;
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
.capitalize{
|
|
1753
|
-
text-transform: capitalize;
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
1889
|
.underline{
|
|
1757
1890
|
text-decoration: underline;
|
|
1758
1891
|
}
|
|
@@ -1761,71 +1894,45 @@ video {
|
|
|
1761
1894
|
text-decoration: none;
|
|
1762
1895
|
}
|
|
1763
1896
|
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
.whitespace-pre-wrap{
|
|
1769
|
-
white-space: pre-wrap;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
.break-words{
|
|
1773
|
-
overflow-wrap: break-word;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
.break-all{
|
|
1777
|
-
word-break: break-all;
|
|
1778
|
-
}
|
|
1779
|
-
|
|
1780
|
-
.w-5{
|
|
1781
|
-
width: 1.25rem;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
.w-16{
|
|
1785
|
-
width: 4rem;
|
|
1786
|
-
}
|
|
1787
|
-
|
|
1788
|
-
.w-64{
|
|
1789
|
-
width: 16rem;
|
|
1790
|
-
}
|
|
1791
|
-
|
|
1792
|
-
.w-3\/12{
|
|
1793
|
-
width: 25%;
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
.w-full{
|
|
1797
|
-
width: 100%;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
.z-10{
|
|
1801
|
-
z-index: 10;
|
|
1897
|
+
*, ::before, ::after{
|
|
1898
|
+
--tw-shadow: 0 0 #0000;
|
|
1802
1899
|
}
|
|
1803
1900
|
|
|
1804
|
-
.
|
|
1805
|
-
|
|
1901
|
+
.shadow{
|
|
1902
|
+
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
1903
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1806
1904
|
}
|
|
1807
1905
|
|
|
1808
|
-
.
|
|
1809
|
-
|
|
1906
|
+
.shadow-md{
|
|
1907
|
+
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
1908
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1810
1909
|
}
|
|
1811
1910
|
|
|
1812
|
-
.
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
--tw-rotate: 0;
|
|
1816
|
-
--tw-skew-x: 0;
|
|
1817
|
-
--tw-skew-y: 0;
|
|
1818
|
-
--tw-scale-x: 1;
|
|
1819
|
-
--tw-scale-y: 1;
|
|
1820
|
-
transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1911
|
+
.focus\:outline-none:focus{
|
|
1912
|
+
outline: 2px solid transparent;
|
|
1913
|
+
outline-offset: 2px;
|
|
1821
1914
|
}
|
|
1822
1915
|
|
|
1823
|
-
|
|
1824
|
-
--tw-
|
|
1916
|
+
*, ::before, ::after{
|
|
1917
|
+
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
1918
|
+
--tw-ring-offset-width: 0px;
|
|
1919
|
+
--tw-ring-offset-color: #fff;
|
|
1920
|
+
--tw-ring-color: rgba(66, 153, 225, 0.5);
|
|
1921
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1922
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1825
1923
|
}
|
|
1826
1924
|
|
|
1827
|
-
|
|
1828
|
-
--tw-
|
|
1925
|
+
.filter{
|
|
1926
|
+
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
1927
|
+
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
1928
|
+
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
1929
|
+
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
1930
|
+
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
1931
|
+
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
1932
|
+
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
1933
|
+
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
1934
|
+
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
|
|
1935
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1829
1936
|
}
|
|
1830
1937
|
|
|
1831
1938
|
.transition-transform{
|
|
@@ -1834,91 +1941,12 @@ video {
|
|
|
1834
1941
|
transition-duration: 150ms;
|
|
1835
1942
|
}
|
|
1836
1943
|
|
|
1837
|
-
.ease-linear{
|
|
1838
|
-
transition-timing-function: linear;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
1944
|
.duration-150{
|
|
1842
1945
|
transition-duration: 150ms;
|
|
1843
1946
|
}
|
|
1844
1947
|
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
transform: rotate(360deg);
|
|
1848
|
-
}
|
|
1849
|
-
}
|
|
1850
|
-
|
|
1851
|
-
@keyframes spin{
|
|
1852
|
-
to{
|
|
1853
|
-
transform: rotate(360deg);
|
|
1854
|
-
}
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
@-webkit-keyframes ping{
|
|
1858
|
-
75%, 100%{
|
|
1859
|
-
transform: scale(2);
|
|
1860
|
-
opacity: 0;
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
@keyframes ping{
|
|
1865
|
-
75%, 100%{
|
|
1866
|
-
transform: scale(2);
|
|
1867
|
-
opacity: 0;
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1870
|
-
|
|
1871
|
-
@-webkit-keyframes pulse{
|
|
1872
|
-
50%{
|
|
1873
|
-
opacity: .5;
|
|
1874
|
-
}
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
@keyframes pulse{
|
|
1878
|
-
50%{
|
|
1879
|
-
opacity: .5;
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
@-webkit-keyframes bounce{
|
|
1884
|
-
0%, 100%{
|
|
1885
|
-
transform: translateY(-25%);
|
|
1886
|
-
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1887
|
-
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
50%{
|
|
1891
|
-
transform: none;
|
|
1892
|
-
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1893
|
-
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
|
|
1897
|
-
@keyframes bounce{
|
|
1898
|
-
0%, 100%{
|
|
1899
|
-
transform: translateY(-25%);
|
|
1900
|
-
-webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1901
|
-
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
50%{
|
|
1905
|
-
transform: none;
|
|
1906
|
-
-webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1907
|
-
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
1908
|
-
}
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
.filter{
|
|
1912
|
-
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
|
|
1913
|
-
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
|
|
1914
|
-
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
|
|
1915
|
-
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
|
|
1916
|
-
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
|
|
1917
|
-
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
|
|
1918
|
-
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
|
|
1919
|
-
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
|
|
1920
|
-
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
|
|
1921
|
-
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1948
|
+
.ease-linear{
|
|
1949
|
+
transition-timing-function: linear;
|
|
1922
1950
|
}
|
|
1923
1951
|
|
|
1924
1952
|
@media (min-width: 640px){
|
|
@@ -1937,21 +1965,21 @@ video {
|
|
|
1937
1965
|
}
|
|
1938
1966
|
|
|
1939
1967
|
@media (min-width: 1536px){
|
|
1940
|
-
.\32xl\:rounded{
|
|
1941
|
-
border-radius: 0.25rem;
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
1968
|
.\32xl\:mx-0{
|
|
1945
1969
|
margin-left: 0px;
|
|
1946
1970
|
margin-right: 0px;
|
|
1947
1971
|
}
|
|
1948
1972
|
|
|
1973
|
+
.\32xl\:w-7\/12{
|
|
1974
|
+
width: 58.333333%;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
.\32xl\:rounded{
|
|
1978
|
+
border-radius: 0.25rem;
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1949
1981
|
.\32xl\:px-4{
|
|
1950
1982
|
padding-left: 1rem;
|
|
1951
1983
|
padding-right: 1rem;
|
|
1952
1984
|
}
|
|
1953
|
-
|
|
1954
|
-
.\32xl\:w-7\/12{
|
|
1955
|
-
width: 58.333333%;
|
|
1956
|
-
}
|
|
1957
1985
|
}
|