xmlui 0.9.25 → 0.9.31
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/dist/{apiInterceptorWorker-CFF3bC6o.mjs → lib/apiInterceptorWorker-BcQy1dRU.mjs} +1 -1
- package/dist/{index-DtxDGaqF.mjs → lib/index-DqWRcUpA.mjs} +308 -185
- package/dist/{index.css → lib/index.css} +266 -162
- package/dist/{language-server-web-worker.mjs → lib/language-server-web-worker.mjs} +1 -1
- package/dist/{language-server.mjs → lib/language-server.mjs} +1 -1
- package/dist/{server-common-9TiLMTJj.mjs → lib/server-common-Cucl1Ik4.mjs} +6805 -4060
- package/dist/{xmlui.d.ts → lib/xmlui.d.ts} +5 -0
- package/dist/{xmlui.mjs → lib/xmlui.mjs} +1 -1
- package/dist/{style.css → metadata/style.css} +252 -156
- package/dist/{xmlui-metadata.mjs → metadata/xmlui-metadata.mjs} +126 -102
- package/dist/{xmlui-metadata.umd.js → metadata/xmlui-metadata.umd.js} +126 -102
- package/dist/scripts/package.json +37 -44
- package/dist/scripts/src/components/Bookmark/BookmarkNative.js +2 -2
- package/dist/scripts/src/components/CodeBlock/CodeBlock.js +8 -3
- package/dist/scripts/src/components/CodeBlock/CodeBlockNative.js +23 -4
- package/dist/scripts/src/components/{Markdown → CodeBlock}/highlight-code.js +56 -13
- package/dist/scripts/src/components/FormItem/FormItemNative.js +0 -1
- package/dist/scripts/src/components/Heading/Heading.js +3 -0
- package/dist/scripts/src/components/Heading/HeadingNative.js +1 -1
- package/dist/scripts/src/components/HtmlTags/HtmlTags.js +6 -6
- package/dist/scripts/src/components/Markdown/Markdown.js +5 -1
- package/dist/scripts/src/components/Markdown/MarkdownNative.js +41 -9
- package/dist/scripts/src/components/RadioGroup/RadioGroup.js +2 -1
- package/dist/scripts/src/components/RadioGroup/RadioGroupNative.js +17 -1
- package/dist/scripts/src/components/Switch/Switch.js +5 -3
- package/dist/scripts/src/components/Text/Text.js +4 -9
- package/dist/standalone/xmlui-standalone.es.d.ts +2179 -0
- package/dist/{xmlui-standalone.umd.js → standalone/xmlui-standalone.umd.js} +598 -371
- package/package.json +30 -34
- /package/dist/{core-XLM8cuFP.mjs → lib/core-XLM8cuFP.mjs} +0 -0
- /package/dist/{grammar.tmLanguage-CiEHpsbo.mjs → lib/grammar.tmLanguage-CiEHpsbo.mjs} +0 -0
- /package/dist/{language-server-web-worker.d.ts → lib/language-server-web-worker.d.ts} +0 -0
- /package/dist/{language-server.d.ts → lib/language-server.d.ts} +0 -0
- /package/dist/{lint-CYAUfk0_.mjs → lib/lint-CYAUfk0_.mjs} +0 -0
- /package/dist/{metadata-utils-CCIMqe69.mjs → lib/metadata-utils-CCIMqe69.mjs} +0 -0
- /package/dist/{transform-DC0Gy6qw.mjs → lib/transform-DC0Gy6qw.mjs} +0 -0
- /package/dist/{wasm-DDgzZJey.mjs → lib/wasm-DDgzZJey.mjs} +0 -0
- /package/dist/{xmlui-h2uM9PUY.mjs → lib/xmlui-h2uM9PUY.mjs} +0 -0
- /package/dist/{xmlui-parser.d.ts → lib/xmlui-parser.d.ts} +0 -0
- /package/dist/{xmlui-parser.mjs → lib/xmlui-parser.mjs} +0 -0
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
1870
1870
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
1871
1871
|
*/
|
|
1872
|
-
.
|
|
1872
|
+
._wrapper_fztu9_13 {
|
|
1873
1873
|
--footer-height: 0;
|
|
1874
1874
|
height: 100%;
|
|
1875
1875
|
width: 100%;
|
|
@@ -1904,19 +1904,21 @@
|
|
|
1904
1904
|
position: relative;
|
|
1905
1905
|
display: flex;
|
|
1906
1906
|
flex-direction: column;
|
|
1907
|
+
scrollbar-color: var(--xmlui-color-scrollbar-NavPanel) var(--xmlui-backgroundColor-scrollbar-NavPanel);
|
|
1908
|
+
scrollbar-width: thin;
|
|
1907
1909
|
}
|
|
1908
|
-
.
|
|
1910
|
+
._wrapper_fztu9_13:not(._condensed_fztu9_51) {
|
|
1909
1911
|
background-color: var(--xmlui-backgroundColor-NavPanel);
|
|
1910
1912
|
}
|
|
1911
|
-
.
|
|
1913
|
+
._wrapper_fztu9_13._horizontal_fztu9_54 {
|
|
1912
1914
|
box-shadow: none;
|
|
1913
1915
|
height: var(--xmlui-height-AppHeader);
|
|
1914
1916
|
}
|
|
1915
|
-
.
|
|
1917
|
+
._wrapper_fztu9_13._horizontal_fztu9_54:not(._condensed_fztu9_51) ._wrapperInner_fztu9_58 {
|
|
1916
1918
|
padding-inline: var(--xmlui-paddingHorizontal-NavPanel);
|
|
1917
1919
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
1918
1920
|
}
|
|
1919
|
-
.
|
|
1921
|
+
._wrapper_fztu9_13._horizontal_fztu9_54 ._wrapperInner_fztu9_58 {
|
|
1920
1922
|
height: 100%;
|
|
1921
1923
|
flex-direction: row;
|
|
1922
1924
|
max-width: var(--xmlui-maxWidth-content-App);
|
|
@@ -1925,13 +1927,13 @@
|
|
|
1925
1927
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
1926
1928
|
}
|
|
1927
1929
|
|
|
1928
|
-
.
|
|
1930
|
+
._wrapperInner_fztu9_58 {
|
|
1929
1931
|
display: flex;
|
|
1930
1932
|
flex-direction: column;
|
|
1931
1933
|
justify-content: var(--xmlui-align-content-AppHeader);
|
|
1932
1934
|
}
|
|
1933
1935
|
|
|
1934
|
-
.
|
|
1936
|
+
._logoWrapper_fztu9_77:not(:empty) {
|
|
1935
1937
|
display: flex;
|
|
1936
1938
|
justify-content: center;
|
|
1937
1939
|
flex-shrink: 0;
|
|
@@ -1941,7 +1943,7 @@
|
|
|
1941
1943
|
padding-inline: var(--xmlui-paddingHorizontal-logo-NavPanel);
|
|
1942
1944
|
margin-bottom: var(--xmlui-marginBottom-logo-NavPanel);
|
|
1943
1945
|
}
|
|
1944
|
-
.
|
|
1946
|
+
._logoWrapper_fztu9_77._inDrawer_fztu9_87 {
|
|
1945
1947
|
min-height: 40px;
|
|
1946
1948
|
}/*
|
|
1947
1949
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -2172,7 +2174,7 @@
|
|
|
2172
2174
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2173
2175
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2174
2176
|
*/
|
|
2175
|
-
.
|
|
2177
|
+
._heading_p6fbv_13._h1_p6fbv_13 {
|
|
2176
2178
|
padding: var(--xmlui-padding-H1);
|
|
2177
2179
|
padding-left: var(--xmlui-paddingLeft-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
|
|
2178
2180
|
padding-right: var(--xmlui-paddingRight-H1, var(--xmlui-paddingHorizontal-H1, var(--xmlui-padding-H1)));
|
|
@@ -2235,7 +2237,7 @@
|
|
|
2235
2237
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H1);
|
|
2236
2238
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H1);
|
|
2237
2239
|
}
|
|
2238
|
-
.
|
|
2240
|
+
._heading_p6fbv_13._h2_p6fbv_76 {
|
|
2239
2241
|
padding: var(--xmlui-padding-H2);
|
|
2240
2242
|
padding-left: var(--xmlui-paddingLeft-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
|
|
2241
2243
|
padding-right: var(--xmlui-paddingRight-H2, var(--xmlui-paddingHorizontal-H2, var(--xmlui-padding-H2)));
|
|
@@ -2298,7 +2300,7 @@
|
|
|
2298
2300
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H2);
|
|
2299
2301
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H2);
|
|
2300
2302
|
}
|
|
2301
|
-
.
|
|
2303
|
+
._heading_p6fbv_13._h3_p6fbv_139 {
|
|
2302
2304
|
padding: var(--xmlui-padding-H3);
|
|
2303
2305
|
padding-left: var(--xmlui-paddingLeft-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
|
|
2304
2306
|
padding-right: var(--xmlui-paddingRight-H3, var(--xmlui-paddingHorizontal-H3, var(--xmlui-padding-H3)));
|
|
@@ -2361,7 +2363,7 @@
|
|
|
2361
2363
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H3);
|
|
2362
2364
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H3);
|
|
2363
2365
|
}
|
|
2364
|
-
.
|
|
2366
|
+
._heading_p6fbv_13._h4_p6fbv_202 {
|
|
2365
2367
|
padding: var(--xmlui-padding-H4);
|
|
2366
2368
|
padding-left: var(--xmlui-paddingLeft-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
|
|
2367
2369
|
padding-right: var(--xmlui-paddingRight-H4, var(--xmlui-paddingHorizontal-H4, var(--xmlui-padding-H4)));
|
|
@@ -2424,7 +2426,7 @@
|
|
|
2424
2426
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H4);
|
|
2425
2427
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H4);
|
|
2426
2428
|
}
|
|
2427
|
-
.
|
|
2429
|
+
._heading_p6fbv_13._h5_p6fbv_265 {
|
|
2428
2430
|
padding: var(--xmlui-padding-H5);
|
|
2429
2431
|
padding-left: var(--xmlui-paddingLeft-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
|
|
2430
2432
|
padding-right: var(--xmlui-paddingRight-H5, var(--xmlui-paddingHorizontal-H5, var(--xmlui-padding-H5)));
|
|
@@ -2487,7 +2489,7 @@
|
|
|
2487
2489
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H5);
|
|
2488
2490
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H5);
|
|
2489
2491
|
}
|
|
2490
|
-
.
|
|
2492
|
+
._heading_p6fbv_13._h6_p6fbv_328 {
|
|
2491
2493
|
padding: var(--xmlui-padding-H6);
|
|
2492
2494
|
padding-left: var(--xmlui-paddingLeft-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
|
|
2493
2495
|
padding-right: var(--xmlui-paddingRight-H6, var(--xmlui-paddingHorizontal-H6, var(--xmlui-padding-H6)));
|
|
@@ -2550,8 +2552,18 @@
|
|
|
2550
2552
|
text-decoration-thickness: var(--xmlui-textDecorationThickness-H6);
|
|
2551
2553
|
text-underline-offset: var(--xmlui-textUnderlineOffset-H6);
|
|
2552
2554
|
}
|
|
2555
|
+
._heading_p6fbv_13 a {
|
|
2556
|
+
opacity: 0;
|
|
2557
|
+
margin-left: var(--xmlui-gap-anchor-Heading);
|
|
2558
|
+
color: var(--xmlui-color-anchor-Heading);
|
|
2559
|
+
transition: opacity 0.2s ease-in-out;
|
|
2560
|
+
}
|
|
2561
|
+
._heading_p6fbv_13:hover a {
|
|
2562
|
+
opacity: 1;
|
|
2563
|
+
text-decoration: var(--xmlui-textDecorationLine-anchor-Heading);
|
|
2564
|
+
}
|
|
2553
2565
|
|
|
2554
|
-
.
|
|
2566
|
+
._anchorRef_p6fbv_402 {
|
|
2555
2567
|
--my-scroll-margin-top: var(--header-height);
|
|
2556
2568
|
width: 0;
|
|
2557
2569
|
height: 0;
|
|
@@ -2562,17 +2574,17 @@
|
|
|
2562
2574
|
This is a Chromium based solution that is supported by most modern browsers.
|
|
2563
2575
|
See this source for details: https://css-tricks.com/line-clampin/
|
|
2564
2576
|
*/
|
|
2565
|
-
.
|
|
2577
|
+
._truncateOverflow_p6fbv_413 {
|
|
2566
2578
|
overflow: hidden;
|
|
2567
2579
|
text-overflow: ellipsis;
|
|
2568
2580
|
white-space: nowrap;
|
|
2569
2581
|
}
|
|
2570
2582
|
|
|
2571
|
-
.
|
|
2583
|
+
._preserveLinebreaks_p6fbv_419 {
|
|
2572
2584
|
white-space: pre-wrap;
|
|
2573
2585
|
}
|
|
2574
2586
|
|
|
2575
|
-
.
|
|
2587
|
+
._noEllipsis_p6fbv_423 {
|
|
2576
2588
|
text-overflow: clip;
|
|
2577
2589
|
}/*
|
|
2578
2590
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -2586,7 +2598,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2586
2598
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
2587
2599
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
2588
2600
|
*/
|
|
2589
|
-
.
|
|
2601
|
+
._text_1qfdf_13 {
|
|
2590
2602
|
overflow: hidden;
|
|
2591
2603
|
text-overflow: ellipsis;
|
|
2592
2604
|
margin: 0;
|
|
@@ -2648,7 +2660,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2648
2660
|
margin-right: var(--xmlui-marginRight-Text-default);
|
|
2649
2661
|
vertical-align: var(--xmlui-verticalAlign-Text-default);
|
|
2650
2662
|
}
|
|
2651
|
-
.
|
|
2663
|
+
._text_1qfdf_13._markdown_1qfdf_75 {
|
|
2652
2664
|
padding: var(--xmlui-padding-Text-markdown);
|
|
2653
2665
|
padding-left: var(--xmlui-paddingLeft-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
2654
2666
|
padding-right: var(--xmlui-paddingRight-Text-markdown, var(--xmlui-paddingHorizontal-Text-markdown, var(--xmlui-padding-Text-markdown)));
|
|
@@ -2705,7 +2717,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2705
2717
|
margin-right: var(--xmlui-marginRight-Text-markdown);
|
|
2706
2718
|
vertical-align: var(--xmlui-verticalAlign-Text-markdown);
|
|
2707
2719
|
}
|
|
2708
|
-
.
|
|
2720
|
+
._text_1qfdf_13._abbr_1qfdf_132 {
|
|
2709
2721
|
padding: var(--xmlui-padding-Text-abbr);
|
|
2710
2722
|
padding-left: var(--xmlui-paddingLeft-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
2711
2723
|
padding-right: var(--xmlui-paddingRight-Text-abbr, var(--xmlui-paddingHorizontal-Text-abbr, var(--xmlui-padding-Text-abbr)));
|
|
@@ -2762,7 +2774,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2762
2774
|
margin-right: var(--xmlui-marginRight-Text-abbr);
|
|
2763
2775
|
vertical-align: var(--xmlui-verticalAlign-Text-abbr);
|
|
2764
2776
|
}
|
|
2765
|
-
.
|
|
2777
|
+
._text_1qfdf_13._cite_1qfdf_189 {
|
|
2766
2778
|
padding: var(--xmlui-padding-Text-cite);
|
|
2767
2779
|
padding-left: var(--xmlui-paddingLeft-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
2768
2780
|
padding-right: var(--xmlui-paddingRight-Text-cite, var(--xmlui-paddingHorizontal-Text-cite, var(--xmlui-padding-Text-cite)));
|
|
@@ -2819,12 +2831,69 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2819
2831
|
margin-right: var(--xmlui-marginRight-Text-cite);
|
|
2820
2832
|
vertical-align: var(--xmlui-verticalAlign-Text-cite);
|
|
2821
2833
|
}
|
|
2822
|
-
.
|
|
2834
|
+
._text_1qfdf_13._em_1qfdf_246 {
|
|
2835
|
+
padding: var(--xmlui-padding-Text-em);
|
|
2836
|
+
padding-left: var(--xmlui-paddingLeft-Text-em, var(--xmlui-paddingHorizontal-Text-em, var(--xmlui-padding-Text-em)));
|
|
2837
|
+
padding-right: var(--xmlui-paddingRight-Text-em, var(--xmlui-paddingHorizontal-Text-em, var(--xmlui-padding-Text-em)));
|
|
2838
|
+
padding-top: var(--xmlui-paddingTop-Text-em, var(--xmlui-paddingVertical-Text-em, var(--xmlui-padding-Text-em)));
|
|
2839
|
+
padding-bottom: var(--xmlui-paddingBottom-Text-em, var(--xmlui-paddingVertical-Text-em, var(--xmlui-padding-Text-em)));
|
|
2840
|
+
border-left: var(--xmlui-borderLeft-Text-em, var(--xmlui-borderHorizontal-Text-em, var(--xmlui-border-Text-em)));
|
|
2841
|
+
border-right: var(--xmlui-borderRight-Text-em, var(--xmlui-borderHorizontal-Text-em, var(--xmlui-border-Text-em)));
|
|
2842
|
+
border-top: var(--xmlui-borderTop-Text-em, var(--xmlui-borderVertical-Text-em, var(--xmlui-border-Text-em)));
|
|
2843
|
+
border-bottom: var(--xmlui-borderBottom-Text-em, var(--xmlui-borderVertical-Text-em, var(--xmlui-border-Text-em)));
|
|
2844
|
+
border-left-style: var(--xmlui-borderLeftStyle-Text-em, var(--xmlui-borderHorizontalStyle-Text-em, var(--xmlui-borderStyle-Text-em)));
|
|
2845
|
+
border-right-style: var(--xmlui-borderRightStyle-Text-em, var(--xmlui-borderHorizontalStyle-Text-em, var(--xmlui-borderStyle-Text-em)));
|
|
2846
|
+
border-top-style: var(--xmlui-borderTopStyle-Text-em, var(--xmlui-borderVerticalStyle-Text-em, var(--xmlui-borderStyle-Text-em)));
|
|
2847
|
+
border-bottom-style: var(--xmlui-borderBottomStyle-Text-em, var(--xmlui-borderVerticalStyle-Text-em, var(--xmlui-borderStyle-Text-em)));
|
|
2848
|
+
border-left-width: var(--xmlui-borderLeftWidth-Text-em, var(--xmlui-borderHorizontalWidth-Text-em, var(--xmlui-borderWidth-Text-em)));
|
|
2849
|
+
border-right-width: var(--xmlui-borderRightWidth-Text-em, var(--xmlui-borderHorizontalWidth-Text-em, var(--xmlui-borderWidth-Text-em)));
|
|
2850
|
+
border-top-width: var(--xmlui-borderTopWidth-Text-em, var(--xmlui-borderVerticalWidth-Text-em, var(--xmlui-borderWidth-Text-em)));
|
|
2851
|
+
border-bottom-width: var(--xmlui-borderBottomWidth-Text-em, var(--xmlui-borderVerticalWidth-Text-em, var(--xmlui-borderWidth-Text-em)));
|
|
2852
|
+
border-left-color: var(--xmlui-borderLeftColor-Text-em, var(--xmlui-borderHorizontalColor-Text-em, var(--xmlui-borderColor-Text-em)));
|
|
2853
|
+
border-right-color: var(--xmlui-borderRightColor-Text-em, var(--xmlui-borderHorizontalColor-Text-em, var(--xmlui-borderColor-Text-em)));
|
|
2854
|
+
border-top-color: var(--xmlui-borderTopColor-Text-em, var(--xmlui-borderVerticalColor-Text-em, var(--xmlui-borderColor-Text-em)));
|
|
2855
|
+
border-bottom-color: var(--xmlui-borderBottomColor-Text-em, var(--xmlui-borderVerticalColor-Text-em, var(--xmlui-borderColor-Text-em)));
|
|
2856
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-Text-em, var(--xmlui-borderRadius-Text-em));
|
|
2857
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-Text-em, var(--xmlui-borderRadius-Text-em));
|
|
2858
|
+
border-end-start-radius: var(--xmlui-borderEndStartRadius-Text-em, var(--xmlui-borderRadius-Text-em));
|
|
2859
|
+
border-end-end-radius: var(--xmlui-borderEndEndRadius-Text-em, var(--xmlui-borderRadius-Text-em));
|
|
2860
|
+
color: var(--xmlui-textColor-Text-em);
|
|
2861
|
+
font-family: var(--xmlui-fontFamily-Text-em);
|
|
2862
|
+
font-size: var(--xmlui-fontSize-Text-em);
|
|
2863
|
+
font-style: var(--xmlui-fontStyle-Text-em);
|
|
2864
|
+
font-weight: var(--xmlui-fontWeight-Text-em);
|
|
2865
|
+
font-stretch: var(--xmlui-fontStretch-Text-em);
|
|
2866
|
+
text-decoration-line: var(--xmlui-textDecorationLine-Text-em);
|
|
2867
|
+
text-decoration-color: var(--xmlui-textDecorationColor-Text-em);
|
|
2868
|
+
text-decoration-style: var(--xmlui-textDecorationStyle-Text-em);
|
|
2869
|
+
text-decoration-thickness: var(--xmlui-textDecorationThickness-Text-em);
|
|
2870
|
+
text-underline-offset: var(--xmlui-textUnderlineOffset-Text-em);
|
|
2871
|
+
line-height: var(--xmlui-lineHeight-Text-em);
|
|
2872
|
+
background-color: var(--xmlui-backgroundColor-Text-em);
|
|
2873
|
+
text-transform: var(--xmlui-textTransform-Text-em);
|
|
2874
|
+
letter-spacing: var(--xmlui-letterSpacing-Text-em);
|
|
2875
|
+
word-spacing: var(--xmlui-wordSpacing-Text-em);
|
|
2876
|
+
text-shadow: var(--xmlui-textShadow-Text-em);
|
|
2877
|
+
text-indent: var(--xmlui-textIndent-Text-em);
|
|
2878
|
+
text-align: var(--xmlui-textAlign-Text-em);
|
|
2879
|
+
text-align-last: var(--xmlui-textAlignLast-Text-em);
|
|
2880
|
+
word-break: var(--xmlui-wordBreak-Text-em);
|
|
2881
|
+
word-wrap: var(--xmlui-wordWrap-Text-em);
|
|
2882
|
+
direction: var(--xmlui-direction-Text-em);
|
|
2883
|
+
writing-mode: var(--xmlui-writingMode-Text-em);
|
|
2884
|
+
line-break: var(--xmlui-lineBreak-Text-em);
|
|
2885
|
+
margin-top: var(--xmlui-marginTop-Text-em);
|
|
2886
|
+
margin-bottom: var(--xmlui-marginBottom-Text-em);
|
|
2887
|
+
margin-left: var(--xmlui-marginLeft-Text-em);
|
|
2888
|
+
margin-right: var(--xmlui-marginRight-Text-em);
|
|
2889
|
+
vertical-align: var(--xmlui-verticalAlign-Text-em);
|
|
2890
|
+
}
|
|
2891
|
+
._text_1qfdf_13 ._text_1qfdf_13._codefence_1qfdf_303 {
|
|
2823
2892
|
display: block;
|
|
2824
2893
|
margin-top: var(--xmlui-marginTop-Text-codefence);
|
|
2825
2894
|
margin-bottom: var(--xmlui-marginBottom-Text-codefence);
|
|
2826
2895
|
}
|
|
2827
|
-
:not(.
|
|
2896
|
+
:not(._text_1qfdf_13._codefence_1qfdf_303) > ._text_1qfdf_13._code_1qfdf_303, :not(._text_1qfdf_13._codefence_1qfdf_303) > ._textcode_1qfdf_308 {
|
|
2828
2897
|
padding: var(--xmlui-padding-Text-code);
|
|
2829
2898
|
padding-left: var(--xmlui-paddingLeft-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
2830
2899
|
padding-right: var(--xmlui-paddingRight-Text-code, var(--xmlui-paddingHorizontal-Text-code, var(--xmlui-padding-Text-code)));
|
|
@@ -2881,7 +2950,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2881
2950
|
margin-right: var(--xmlui-marginRight-Text-code);
|
|
2882
2951
|
vertical-align: var(--xmlui-verticalAlign-Text-code);
|
|
2883
2952
|
}
|
|
2884
|
-
.
|
|
2953
|
+
._text_1qfdf_13._codefence_1qfdf_303:has(> ._text_1qfdf_13._code_1qfdf_303), ._text_1qfdf_13._codefence_1qfdf_303:has(> code) {
|
|
2885
2954
|
padding: var(--xmlui-padding-Text-codefence);
|
|
2886
2955
|
padding-left: var(--xmlui-paddingLeft-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
2887
2956
|
padding-right: var(--xmlui-paddingRight-Text-codefence, var(--xmlui-paddingHorizontal-Text-codefence, var(--xmlui-padding-Text-codefence)));
|
|
@@ -2942,28 +3011,28 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2942
3011
|
font-size: var(--xmlui-fontSize-small);
|
|
2943
3012
|
line-height: 1.4;
|
|
2944
3013
|
}
|
|
2945
|
-
.
|
|
3014
|
+
._text_1qfdf_13._codefence_1qfdf_303:has(> code > span) {
|
|
2946
3015
|
padding-inline: 0;
|
|
2947
3016
|
}
|
|
2948
|
-
.
|
|
3017
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code > span:not([class*=numbered]) {
|
|
2949
3018
|
padding-inline: var(--xmlui-space-3);
|
|
2950
3019
|
}
|
|
2951
|
-
.
|
|
3020
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code {
|
|
2952
3021
|
white-space: pre-wrap;
|
|
2953
3022
|
display: inline-block;
|
|
2954
3023
|
width: 100%;
|
|
2955
3024
|
}
|
|
2956
|
-
.
|
|
3025
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code::before {
|
|
2957
3026
|
counter-reset: listing;
|
|
2958
3027
|
}
|
|
2959
|
-
.
|
|
3028
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code > span {
|
|
2960
3029
|
display: inline-block;
|
|
2961
3030
|
width: 100%;
|
|
2962
3031
|
}
|
|
2963
|
-
.
|
|
3032
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code > span[class*=numbered] {
|
|
2964
3033
|
counter-increment: listing;
|
|
2965
3034
|
}
|
|
2966
|
-
.
|
|
3035
|
+
._text_1qfdf_13._codefence_1qfdf_303 > code > span[class*=numbered]::before {
|
|
2967
3036
|
content: counter(listing);
|
|
2968
3037
|
display: inline-block;
|
|
2969
3038
|
width: var(--xmlui-space-12);
|
|
@@ -2973,7 +3042,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
2973
3042
|
text-align: right;
|
|
2974
3043
|
color: var(--xmlui-textColor-secondary);
|
|
2975
3044
|
}
|
|
2976
|
-
.
|
|
3045
|
+
._text_1qfdf_13._deleted_1qfdf_457 {
|
|
2977
3046
|
padding: var(--xmlui-padding-Text-deleted);
|
|
2978
3047
|
padding-left: var(--xmlui-paddingLeft-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
2979
3048
|
padding-right: var(--xmlui-paddingRight-Text-deleted, var(--xmlui-paddingHorizontal-Text-deleted, var(--xmlui-padding-Text-deleted)));
|
|
@@ -3030,7 +3099,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3030
3099
|
margin-right: var(--xmlui-marginRight-Text-deleted);
|
|
3031
3100
|
vertical-align: var(--xmlui-verticalAlign-Text-deleted);
|
|
3032
3101
|
}
|
|
3033
|
-
.
|
|
3102
|
+
._text_1qfdf_13._deleted_1qfdf_457::before, ._text_1qfdf_13._deleted_1qfdf_457::after {
|
|
3034
3103
|
clip-path: inset(100%);
|
|
3035
3104
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3036
3105
|
height: 1px;
|
|
@@ -3039,13 +3108,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3039
3108
|
white-space: nowrap;
|
|
3040
3109
|
width: 1px;
|
|
3041
3110
|
}
|
|
3042
|
-
.
|
|
3111
|
+
._text_1qfdf_13._deleted_1qfdf_457::before {
|
|
3043
3112
|
content: " [deletion start] ";
|
|
3044
3113
|
}
|
|
3045
|
-
.
|
|
3114
|
+
._text_1qfdf_13._deleted_1qfdf_457::after {
|
|
3046
3115
|
content: " [deletion end] ";
|
|
3047
3116
|
}
|
|
3048
|
-
.
|
|
3117
|
+
._text_1qfdf_13._inserted_1qfdf_529 {
|
|
3049
3118
|
padding: var(--xmlui-padding-Text-inserted);
|
|
3050
3119
|
padding-left: var(--xmlui-paddingLeft-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
3051
3120
|
padding-right: var(--xmlui-paddingRight-Text-inserted, var(--xmlui-paddingHorizontal-Text-inserted, var(--xmlui-padding-Text-inserted)));
|
|
@@ -3102,7 +3171,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3102
3171
|
margin-right: var(--xmlui-marginRight-Text-inserted);
|
|
3103
3172
|
vertical-align: var(--xmlui-verticalAlign-Text-inserted);
|
|
3104
3173
|
}
|
|
3105
|
-
.
|
|
3174
|
+
._text_1qfdf_13._inserted_1qfdf_529::before, ._text_1qfdf_13._inserted_1qfdf_529::after {
|
|
3106
3175
|
clip-path: inset(100%);
|
|
3107
3176
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3108
3177
|
height: 1px;
|
|
@@ -3111,13 +3180,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3111
3180
|
white-space: nowrap;
|
|
3112
3181
|
width: 1px;
|
|
3113
3182
|
}
|
|
3114
|
-
.
|
|
3183
|
+
._text_1qfdf_13._inserted_1qfdf_529::before {
|
|
3115
3184
|
content: " [insertion start] ";
|
|
3116
3185
|
}
|
|
3117
|
-
.
|
|
3186
|
+
._text_1qfdf_13._inserted_1qfdf_529::after {
|
|
3118
3187
|
content: " [insertion end] ";
|
|
3119
3188
|
}
|
|
3120
|
-
.
|
|
3189
|
+
._text_1qfdf_13._keyboard_1qfdf_601 {
|
|
3121
3190
|
padding: var(--xmlui-padding-Text-keyboard);
|
|
3122
3191
|
padding-left: var(--xmlui-paddingLeft-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
3123
3192
|
padding-right: var(--xmlui-paddingRight-Text-keyboard, var(--xmlui-paddingHorizontal-Text-keyboard, var(--xmlui-padding-Text-keyboard)));
|
|
@@ -3174,7 +3243,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3174
3243
|
margin-right: var(--xmlui-marginRight-Text-keyboard);
|
|
3175
3244
|
vertical-align: var(--xmlui-verticalAlign-Text-keyboard);
|
|
3176
3245
|
}
|
|
3177
|
-
.
|
|
3246
|
+
._text_1qfdf_13._marked_1qfdf_658 {
|
|
3178
3247
|
padding: var(--xmlui-padding-Text-marked);
|
|
3179
3248
|
padding-left: var(--xmlui-paddingLeft-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
3180
3249
|
padding-right: var(--xmlui-paddingRight-Text-marked, var(--xmlui-paddingHorizontal-Text-marked, var(--xmlui-padding-Text-marked)));
|
|
@@ -3231,7 +3300,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3231
3300
|
margin-right: var(--xmlui-marginRight-Text-marked);
|
|
3232
3301
|
vertical-align: var(--xmlui-verticalAlign-Text-marked);
|
|
3233
3302
|
}
|
|
3234
|
-
.
|
|
3303
|
+
._text_1qfdf_13._marked_1qfdf_658::before, ._text_1qfdf_13._marked_1qfdf_658::after {
|
|
3235
3304
|
clip-path: inset(100%);
|
|
3236
3305
|
clip: rect(1px, 1px, 1px, 1px);
|
|
3237
3306
|
height: 1px;
|
|
@@ -3240,13 +3309,13 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3240
3309
|
white-space: nowrap;
|
|
3241
3310
|
width: 1px;
|
|
3242
3311
|
}
|
|
3243
|
-
.
|
|
3312
|
+
._text_1qfdf_13._marked_1qfdf_658::before {
|
|
3244
3313
|
content: " [highlight start] ";
|
|
3245
3314
|
}
|
|
3246
|
-
.
|
|
3315
|
+
._text_1qfdf_13._marked_1qfdf_658::after {
|
|
3247
3316
|
content: " [highlight end] ";
|
|
3248
3317
|
}
|
|
3249
|
-
.
|
|
3318
|
+
._text_1qfdf_13._mono_1qfdf_730 {
|
|
3250
3319
|
padding: var(--xmlui-padding-Text-mono);
|
|
3251
3320
|
padding-left: var(--xmlui-paddingLeft-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
3252
3321
|
padding-right: var(--xmlui-paddingRight-Text-mono, var(--xmlui-paddingHorizontal-Text-mono, var(--xmlui-padding-Text-mono)));
|
|
@@ -3303,7 +3372,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3303
3372
|
margin-right: var(--xmlui-marginRight-Text-mono);
|
|
3304
3373
|
vertical-align: var(--xmlui-verticalAlign-Text-mono);
|
|
3305
3374
|
}
|
|
3306
|
-
.
|
|
3375
|
+
._text_1qfdf_13._sample_1qfdf_787 {
|
|
3307
3376
|
padding: var(--xmlui-padding-Text-sample);
|
|
3308
3377
|
padding-left: var(--xmlui-paddingLeft-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
3309
3378
|
padding-right: var(--xmlui-paddingRight-Text-sample, var(--xmlui-paddingHorizontal-Text-sample, var(--xmlui-padding-Text-sample)));
|
|
@@ -3360,7 +3429,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3360
3429
|
margin-right: var(--xmlui-marginRight-Text-sample);
|
|
3361
3430
|
vertical-align: var(--xmlui-verticalAlign-Text-sample);
|
|
3362
3431
|
}
|
|
3363
|
-
.
|
|
3432
|
+
._text_1qfdf_13._sup_1qfdf_844 {
|
|
3364
3433
|
padding: var(--xmlui-padding-Text-sup);
|
|
3365
3434
|
padding-left: var(--xmlui-paddingLeft-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
3366
3435
|
padding-right: var(--xmlui-paddingRight-Text-sup, var(--xmlui-paddingHorizontal-Text-sup, var(--xmlui-padding-Text-sup)));
|
|
@@ -3417,7 +3486,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3417
3486
|
margin-right: var(--xmlui-marginRight-Text-sup);
|
|
3418
3487
|
vertical-align: var(--xmlui-verticalAlign-Text-sup);
|
|
3419
3488
|
}
|
|
3420
|
-
.
|
|
3489
|
+
._text_1qfdf_13._sub_1qfdf_901 {
|
|
3421
3490
|
padding: var(--xmlui-padding-Text-sub);
|
|
3422
3491
|
padding-left: var(--xmlui-paddingLeft-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
3423
3492
|
padding-right: var(--xmlui-paddingRight-Text-sub, var(--xmlui-paddingHorizontal-Text-sub, var(--xmlui-padding-Text-sub)));
|
|
@@ -3474,7 +3543,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3474
3543
|
margin-right: var(--xmlui-marginRight-Text-sub);
|
|
3475
3544
|
vertical-align: var(--xmlui-verticalAlign-Text-sub);
|
|
3476
3545
|
}
|
|
3477
|
-
.
|
|
3546
|
+
._text_1qfdf_13._var_1qfdf_958 {
|
|
3478
3547
|
padding: var(--xmlui-padding-Text-var);
|
|
3479
3548
|
padding-left: var(--xmlui-paddingLeft-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
3480
3549
|
padding-right: var(--xmlui-paddingRight-Text-var, var(--xmlui-paddingHorizontal-Text-var, var(--xmlui-padding-Text-var)));
|
|
@@ -3531,7 +3600,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3531
3600
|
margin-right: var(--xmlui-marginRight-Text-var);
|
|
3532
3601
|
vertical-align: var(--xmlui-verticalAlign-Text-var);
|
|
3533
3602
|
}
|
|
3534
|
-
.
|
|
3603
|
+
._text_1qfdf_13._title_1qfdf_1015 {
|
|
3535
3604
|
padding: var(--xmlui-padding-Text-title);
|
|
3536
3605
|
padding-left: var(--xmlui-paddingLeft-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
3537
3606
|
padding-right: var(--xmlui-paddingRight-Text-title, var(--xmlui-paddingHorizontal-Text-title, var(--xmlui-padding-Text-title)));
|
|
@@ -3588,7 +3657,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3588
3657
|
margin-right: var(--xmlui-marginRight-Text-title);
|
|
3589
3658
|
vertical-align: var(--xmlui-verticalAlign-Text-title);
|
|
3590
3659
|
}
|
|
3591
|
-
.
|
|
3660
|
+
._text_1qfdf_13._subtitle_1qfdf_1072 {
|
|
3592
3661
|
padding: var(--xmlui-padding-Text-subtitle);
|
|
3593
3662
|
padding-left: var(--xmlui-paddingLeft-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
3594
3663
|
padding-right: var(--xmlui-paddingRight-Text-subtitle, var(--xmlui-paddingHorizontal-Text-subtitle, var(--xmlui-padding-Text-subtitle)));
|
|
@@ -3645,7 +3714,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3645
3714
|
margin-right: var(--xmlui-marginRight-Text-subtitle);
|
|
3646
3715
|
vertical-align: var(--xmlui-verticalAlign-Text-subtitle);
|
|
3647
3716
|
}
|
|
3648
|
-
.
|
|
3717
|
+
._text_1qfdf_13._small_1qfdf_1129 {
|
|
3649
3718
|
padding: var(--xmlui-padding-Text-small);
|
|
3650
3719
|
padding-left: var(--xmlui-paddingLeft-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
3651
3720
|
padding-right: var(--xmlui-paddingRight-Text-small, var(--xmlui-paddingHorizontal-Text-small, var(--xmlui-padding-Text-small)));
|
|
@@ -3702,7 +3771,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3702
3771
|
margin-right: var(--xmlui-marginRight-Text-small);
|
|
3703
3772
|
vertical-align: var(--xmlui-verticalAlign-Text-small);
|
|
3704
3773
|
}
|
|
3705
|
-
.
|
|
3774
|
+
._text_1qfdf_13._caption_1qfdf_1186 {
|
|
3706
3775
|
padding: var(--xmlui-padding-Text-caption);
|
|
3707
3776
|
padding-left: var(--xmlui-paddingLeft-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
3708
3777
|
padding-right: var(--xmlui-paddingRight-Text-caption, var(--xmlui-paddingHorizontal-Text-caption, var(--xmlui-padding-Text-caption)));
|
|
@@ -3759,7 +3828,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3759
3828
|
margin-right: var(--xmlui-marginRight-Text-caption);
|
|
3760
3829
|
vertical-align: var(--xmlui-verticalAlign-Text-caption);
|
|
3761
3830
|
}
|
|
3762
|
-
.
|
|
3831
|
+
._text_1qfdf_13._placeholder_1qfdf_1243 {
|
|
3763
3832
|
padding: var(--xmlui-padding-Text-placeholder);
|
|
3764
3833
|
padding-left: var(--xmlui-paddingLeft-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
3765
3834
|
padding-right: var(--xmlui-paddingRight-Text-placeholder, var(--xmlui-paddingHorizontal-Text-placeholder, var(--xmlui-padding-Text-placeholder)));
|
|
@@ -3816,7 +3885,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3816
3885
|
margin-right: var(--xmlui-marginRight-Text-placeholder);
|
|
3817
3886
|
vertical-align: var(--xmlui-verticalAlign-Text-placeholder);
|
|
3818
3887
|
}
|
|
3819
|
-
.
|
|
3888
|
+
._text_1qfdf_13._paragraph_1qfdf_1300 {
|
|
3820
3889
|
padding: var(--xmlui-padding-Text-paragraph);
|
|
3821
3890
|
padding-left: var(--xmlui-paddingLeft-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
3822
3891
|
padding-right: var(--xmlui-paddingRight-Text-paragraph, var(--xmlui-paddingHorizontal-Text-paragraph, var(--xmlui-padding-Text-paragraph)));
|
|
@@ -3873,7 +3942,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3873
3942
|
margin-right: var(--xmlui-marginRight-Text-paragraph);
|
|
3874
3943
|
vertical-align: var(--xmlui-verticalAlign-Text-paragraph);
|
|
3875
3944
|
}
|
|
3876
|
-
.
|
|
3945
|
+
._text_1qfdf_13._subheading_1qfdf_1357 {
|
|
3877
3946
|
padding: var(--xmlui-padding-Text-subheading);
|
|
3878
3947
|
padding-left: var(--xmlui-paddingLeft-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
3879
3948
|
padding-right: var(--xmlui-paddingRight-Text-subheading, var(--xmlui-paddingHorizontal-Text-subheading, var(--xmlui-padding-Text-subheading)));
|
|
@@ -3930,7 +3999,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3930
3999
|
margin-right: var(--xmlui-marginRight-Text-subheading);
|
|
3931
4000
|
vertical-align: var(--xmlui-verticalAlign-Text-subheading);
|
|
3932
4001
|
}
|
|
3933
|
-
.
|
|
4002
|
+
._text_1qfdf_13._tableheading_1qfdf_1414 {
|
|
3934
4003
|
padding: var(--xmlui-padding-Text-tableheading);
|
|
3935
4004
|
padding-left: var(--xmlui-paddingLeft-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
3936
4005
|
padding-right: var(--xmlui-paddingRight-Text-tableheading, var(--xmlui-paddingHorizontal-Text-tableheading, var(--xmlui-padding-Text-tableheading)));
|
|
@@ -3987,7 +4056,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
3987
4056
|
margin-right: var(--xmlui-marginRight-Text-tableheading);
|
|
3988
4057
|
vertical-align: var(--xmlui-verticalAlign-Text-tableheading);
|
|
3989
4058
|
}
|
|
3990
|
-
.
|
|
4059
|
+
._text_1qfdf_13._secondary_1qfdf_1471 {
|
|
3991
4060
|
padding: var(--xmlui-padding-Text-secondary);
|
|
3992
4061
|
padding-left: var(--xmlui-paddingLeft-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
3993
4062
|
padding-right: var(--xmlui-paddingRight-Text-secondary, var(--xmlui-paddingHorizontal-Text-secondary, var(--xmlui-padding-Text-secondary)));
|
|
@@ -4044,7 +4113,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4044
4113
|
margin-right: var(--xmlui-marginRight-Text-secondary);
|
|
4045
4114
|
vertical-align: var(--xmlui-verticalAlign-Text-secondary);
|
|
4046
4115
|
}
|
|
4047
|
-
.
|
|
4116
|
+
._text_1qfdf_13._strong_1qfdf_1528 {
|
|
4048
4117
|
font-weight: var(--xmlui-fontWeight-bold);
|
|
4049
4118
|
}
|
|
4050
4119
|
|
|
@@ -4052,18 +4121,18 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4052
4121
|
This is a Chromium based solution that is supported by most modern browsers.
|
|
4053
4122
|
See this source for details: https://css-tricks.com/line-clampin/
|
|
4054
4123
|
*/
|
|
4055
|
-
.
|
|
4124
|
+
._truncateOverflow_1qfdf_1536 {
|
|
4056
4125
|
overflow: hidden;
|
|
4057
4126
|
overflow-wrap: break-word;
|
|
4058
4127
|
white-space: nowrap;
|
|
4059
4128
|
max-width: 100%;
|
|
4060
4129
|
}
|
|
4061
4130
|
|
|
4062
|
-
.
|
|
4131
|
+
._preserveLinebreaks_1qfdf_1543 {
|
|
4063
4132
|
white-space: pre-wrap;
|
|
4064
4133
|
}
|
|
4065
4134
|
|
|
4066
|
-
.
|
|
4135
|
+
._noEllipsis_1qfdf_1547 {
|
|
4067
4136
|
text-overflow: clip;
|
|
4068
4137
|
}/*
|
|
4069
4138
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -4368,7 +4437,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4368
4437
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
4369
4438
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
4370
4439
|
*/
|
|
4371
|
-
.
|
|
4440
|
+
._resetAppearance_1j250_13 {
|
|
4372
4441
|
/* Add if not using autoprefixer */
|
|
4373
4442
|
-webkit-appearance: none;
|
|
4374
4443
|
appearance: none;
|
|
@@ -4376,11 +4445,11 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4376
4445
|
margin: 0;
|
|
4377
4446
|
}
|
|
4378
4447
|
|
|
4379
|
-
.
|
|
4448
|
+
._label_1j250_21 {
|
|
4380
4449
|
width: 100%;
|
|
4381
4450
|
}
|
|
4382
4451
|
|
|
4383
|
-
.
|
|
4452
|
+
._inputContainer_1j250_25 {
|
|
4384
4453
|
z-index: -1;
|
|
4385
4454
|
position: relative;
|
|
4386
4455
|
opacity: 0;
|
|
@@ -4388,7 +4457,7 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4388
4457
|
height: 0;
|
|
4389
4458
|
}
|
|
4390
4459
|
|
|
4391
|
-
.
|
|
4460
|
+
._checkbox_1j250_33 {
|
|
4392
4461
|
display: grid;
|
|
4393
4462
|
place-content: center;
|
|
4394
4463
|
min-width: 1em;
|
|
@@ -4400,57 +4469,57 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4400
4469
|
border-color: var(--xmlui-borderColor-Checkbox-default);
|
|
4401
4470
|
background-color: var(--xmlui-backgroundColor-Checkbox-default);
|
|
4402
4471
|
}
|
|
4403
|
-
.
|
|
4472
|
+
._checkbox_1j250_33:not([readonly]) {
|
|
4404
4473
|
cursor: pointer;
|
|
4405
4474
|
}
|
|
4406
|
-
.
|
|
4475
|
+
._checkbox_1j250_33:focus-visible {
|
|
4407
4476
|
outline-width: var(--xmlui-outlineWidth-Checkbox-default--focus);
|
|
4408
4477
|
outline-color: var(--xmlui-outlineColor-Checkbox-default--focus);
|
|
4409
4478
|
outline-style: var(--xmlui-outlineStyle-Checkbox-default--focus);
|
|
4410
4479
|
outline-offset: var(--xmlui-outlineOffset-Checkbox-default--focus);
|
|
4411
4480
|
}
|
|
4412
|
-
.
|
|
4481
|
+
._checkbox_1j250_33:hover {
|
|
4413
4482
|
border-color: var(--xmlui-borderColor-Checkbox-default--hover);
|
|
4414
4483
|
}
|
|
4415
|
-
.
|
|
4484
|
+
._checkbox_1j250_33:disabled {
|
|
4416
4485
|
cursor: not-allowed;
|
|
4417
4486
|
background-color: var(--xmlui-backgroundColor-Checkbox--disabled);
|
|
4418
4487
|
border-color: var(--xmlui-borderColor-Checkbox--disabled);
|
|
4419
4488
|
}
|
|
4420
|
-
.
|
|
4489
|
+
._checkbox_1j250_33._error_1j250_62 {
|
|
4421
4490
|
border-radius: var(--xmlui-borderRadius-Checkbox-error);
|
|
4422
4491
|
border-color: var(--xmlui-borderColor-Checkbox-error);
|
|
4423
4492
|
background-color: var(--xmlui-backgroundColor-Checkbox-error);
|
|
4424
4493
|
}
|
|
4425
|
-
.
|
|
4494
|
+
._checkbox_1j250_33._error_1j250_62:focus-visible {
|
|
4426
4495
|
outline-width: var(--xmlui-outlineWidth-Checkbox-error--focus);
|
|
4427
4496
|
outline-color: var(--xmlui-outlineColor-Checkbox-error--focus);
|
|
4428
4497
|
outline-style: var(--xmlui-outlineStyle-Checkbox-error--focus);
|
|
4429
4498
|
outline-offset: var(--xmlui-outlineOffset-Checkbox-error--focus);
|
|
4430
4499
|
}
|
|
4431
|
-
.
|
|
4500
|
+
._checkbox_1j250_33._warning_1j250_73 {
|
|
4432
4501
|
border-radius: var(--xmlui-borderRadius-Checkbox-warning);
|
|
4433
4502
|
border-color: var(--xmlui-borderColor-Checkbox-warning);
|
|
4434
4503
|
background-color: var(--xmlui-backgroundColor-Checkbox-warning);
|
|
4435
4504
|
}
|
|
4436
|
-
.
|
|
4505
|
+
._checkbox_1j250_33._warning_1j250_73:focus-visible {
|
|
4437
4506
|
outline-width: var(--xmlui-outlineWidth-Checkbox-warning--focus);
|
|
4438
4507
|
outline-color: var(--xmlui-outlineColor-Checkbox-warning--focus);
|
|
4439
4508
|
outline-style: var(--xmlui-outlineStyle-Checkbox-warning--focus);
|
|
4440
4509
|
outline-offset: var(--xmlui-outlineOffset-Checkbox-warning--focus);
|
|
4441
4510
|
}
|
|
4442
|
-
.
|
|
4511
|
+
._checkbox_1j250_33._valid_1j250_84 {
|
|
4443
4512
|
border-radius: var(--xmlui-borderRadius-Checkbox-success);
|
|
4444
4513
|
border-color: var(--xmlui-borderColor-Checkbox-success);
|
|
4445
4514
|
background-color: var(--xmlui-backgroundColor-Checkbox-success);
|
|
4446
4515
|
}
|
|
4447
|
-
.
|
|
4516
|
+
._checkbox_1j250_33._valid_1j250_84:focus-visible {
|
|
4448
4517
|
outline-width: var(--xmlui-outlineWidth-Checkbox-success--focus);
|
|
4449
4518
|
outline-color: var(--xmlui-outlineColor-Checkbox-success--focus);
|
|
4450
4519
|
outline-style: var(--xmlui-outlineStyle-Checkbox-success--focus);
|
|
4451
4520
|
outline-offset: var(--xmlui-outlineOffset-Checkbox-success--focus);
|
|
4452
4521
|
}
|
|
4453
|
-
.
|
|
4522
|
+
._checkbox_1j250_33::before {
|
|
4454
4523
|
content: "";
|
|
4455
4524
|
width: 0.5em;
|
|
4456
4525
|
height: 0.5em;
|
|
@@ -4460,47 +4529,47 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4460
4529
|
transform-origin: center;
|
|
4461
4530
|
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
|
4462
4531
|
}
|
|
4463
|
-
.
|
|
4532
|
+
._checkbox_1j250_33:checked::before {
|
|
4464
4533
|
transform: scale(1);
|
|
4465
4534
|
}
|
|
4466
|
-
.
|
|
4535
|
+
._checkbox_1j250_33:checked {
|
|
4467
4536
|
border-color: var(--xmlui-borderColor-checked-Checkbox);
|
|
4468
4537
|
background-color: var(--xmlui-backgroundColor-checked-Checkbox);
|
|
4469
4538
|
}
|
|
4470
|
-
.
|
|
4539
|
+
._checkbox_1j250_33:checked:disabled {
|
|
4471
4540
|
background-color: var(--xmlui-backgroundColor-Checkbox--disabled);
|
|
4472
4541
|
border-color: var(--xmlui-borderColor-Checkbox--disabled);
|
|
4473
4542
|
}
|
|
4474
|
-
.
|
|
4543
|
+
._checkbox_1j250_33:checked._error_1j250_62 {
|
|
4475
4544
|
border-color: var(--xmlui-borderColor-checked-Checkbox-error);
|
|
4476
4545
|
background-color: var(--xmlui-backgroundColor-checked-Checkbox-error);
|
|
4477
4546
|
}
|
|
4478
|
-
.
|
|
4547
|
+
._checkbox_1j250_33:checked._warning_1j250_73 {
|
|
4479
4548
|
border-color: var(--xmlui-borderColor-checked-Checkbox-warning);
|
|
4480
4549
|
background-color: var(--xmlui-backgroundColor-checked-Checkbox-warning);
|
|
4481
4550
|
}
|
|
4482
|
-
.
|
|
4551
|
+
._checkbox_1j250_33:checked._valid_1j250_84 {
|
|
4483
4552
|
border-color: var(--xmlui-borderColor-checked-Checkbox-success);
|
|
4484
4553
|
background-color: var(--xmlui-backgroundColor-checked-Checkbox-success);
|
|
4485
4554
|
}
|
|
4486
|
-
.
|
|
4555
|
+
._checkbox_1j250_33:indeterminate {
|
|
4487
4556
|
background-color: var(--xmlui-backgroundColor-checked-Checkbox);
|
|
4488
4557
|
border-color: var(--xmlui-borderColor-checked-Checkbox);
|
|
4489
4558
|
}
|
|
4490
|
-
.
|
|
4559
|
+
._checkbox_1j250_33:indeterminate[readonly] {
|
|
4491
4560
|
pointer-events: none;
|
|
4492
4561
|
}
|
|
4493
|
-
.
|
|
4562
|
+
._checkbox_1j250_33:indeterminate:disabled {
|
|
4494
4563
|
background-color: var(--xmlui-backgroundColor-Checkbox--disabled);
|
|
4495
4564
|
border-color: var(--xmlui-borderColor-Checkbox--disabled);
|
|
4496
4565
|
}
|
|
4497
|
-
.
|
|
4566
|
+
._checkbox_1j250_33:indeterminate::before {
|
|
4498
4567
|
clip-path: circle(30% at 50% 50%);
|
|
4499
4568
|
transform: scale(1);
|
|
4500
4569
|
}
|
|
4501
4570
|
|
|
4502
|
-
.
|
|
4503
|
-
border:
|
|
4571
|
+
._switch_1j250_144 {
|
|
4572
|
+
border: 1px solid var(--xmlui-borderColor-Switch);
|
|
4504
4573
|
width: 32px;
|
|
4505
4574
|
height: 20px;
|
|
4506
4575
|
border-radius: 1rem;
|
|
@@ -4509,62 +4578,64 @@ See this source for details: https://css-tricks.com/line-clampin/
|
|
|
4509
4578
|
flex-shrink: 0;
|
|
4510
4579
|
background-color: var(--xmlui-backgroundColor-Switch);
|
|
4511
4580
|
}
|
|
4512
|
-
.
|
|
4581
|
+
._switch_1j250_144:hover {
|
|
4513
4582
|
border-color: var(--xmlui-borderColor-Switch-default--hover);
|
|
4514
4583
|
}
|
|
4515
|
-
.
|
|
4584
|
+
._switch_1j250_144:disabled {
|
|
4516
4585
|
cursor: not-allowed;
|
|
4517
4586
|
background-color: var(--xmlui-backgroundColor-Switch--disabled);
|
|
4518
4587
|
border-color: var(--xmlui-borderColor-Switch--disabled);
|
|
4519
4588
|
}
|
|
4520
|
-
.
|
|
4589
|
+
._switch_1j250_144._error_1j250_62 {
|
|
4521
4590
|
border-color: var(--xmlui-borderColor-Switch-error);
|
|
4522
4591
|
}
|
|
4523
|
-
.
|
|
4592
|
+
._switch_1j250_144._warning_1j250_73 {
|
|
4524
4593
|
border-color: var(--xmlui-borderColor-Switch-warning);
|
|
4525
4594
|
}
|
|
4526
|
-
.
|
|
4595
|
+
._switch_1j250_144._valid_1j250_84 {
|
|
4527
4596
|
border-color: var(--xmlui-borderColor-Switch-success);
|
|
4528
4597
|
}
|
|
4529
|
-
.
|
|
4598
|
+
._switch_1j250_144::before {
|
|
4530
4599
|
content: "";
|
|
4531
4600
|
position: absolute;
|
|
4532
|
-
top:
|
|
4533
|
-
|
|
4601
|
+
top: 50%;
|
|
4602
|
+
transform: translateY(-50%);
|
|
4603
|
+
left: 1px;
|
|
4534
4604
|
width: 16px;
|
|
4535
4605
|
height: 16px;
|
|
4536
4606
|
background: var(--xmlui-backgroundColor-indicator-Switch);
|
|
4537
4607
|
border-radius: 1rem;
|
|
4538
4608
|
transition: 0.3s transform;
|
|
4539
4609
|
}
|
|
4540
|
-
.
|
|
4610
|
+
._switch_1j250_144:checked {
|
|
4541
4611
|
border-color: var(--xmlui-borderColor-checked-Switch);
|
|
4542
4612
|
background-color: var(--xmlui-backgroundColor-checked-Switch);
|
|
4543
4613
|
}
|
|
4544
|
-
.
|
|
4614
|
+
._switch_1j250_144:checked:disabled {
|
|
4545
4615
|
background-color: var(--xmlui-backgroundColor-Switch--disabled);
|
|
4546
4616
|
border-color: var(--xmlui-borderColor-Switch--disabled);
|
|
4547
4617
|
}
|
|
4548
|
-
.
|
|
4618
|
+
._switch_1j250_144:checked._error_1j250_62 {
|
|
4549
4619
|
border-color: var(--xmlui-borderColor-checked-Switch-error);
|
|
4550
4620
|
background-color: var(--xmlui-backgroundColor-checked-Switch-error);
|
|
4551
4621
|
}
|
|
4552
|
-
.
|
|
4622
|
+
._switch_1j250_144:checked._warning_1j250_73 {
|
|
4553
4623
|
border-color: var(--xmlui-borderColor-checked-Switch-warning);
|
|
4554
4624
|
background-color: var(--xmlui-backgroundColor-checked-Switch-warning);
|
|
4555
4625
|
}
|
|
4556
|
-
.
|
|
4626
|
+
._switch_1j250_144:checked._valid_1j250_84 {
|
|
4557
4627
|
border-color: var(--xmlui-borderColor-checked-Switch-success);
|
|
4558
4628
|
background-color: var(--xmlui-backgroundColor-checked-Switch-success);
|
|
4559
4629
|
}
|
|
4560
|
-
.
|
|
4630
|
+
._switch_1j250_144:focus-visible {
|
|
4561
4631
|
outline-width: var(--xmlui-outlineWidth-Switch--focus);
|
|
4562
4632
|
outline-color: var(--xmlui-outlineColor-Switch--focus);
|
|
4563
4633
|
outline-style: var(--xmlui-outlineStyle-Switch--focus);
|
|
4564
4634
|
outline-offset: var(--xmlui-outlineOffset-Switch--focus);
|
|
4565
4635
|
}
|
|
4566
|
-
.
|
|
4567
|
-
|
|
4636
|
+
._switch_1j250_144:checked::before {
|
|
4637
|
+
background: var(--xmlui-backgroundColor-indicator-checked-Switch);
|
|
4638
|
+
transform: translateX(calc(100% - 4px)) translateY(-50%);
|
|
4568
4639
|
}/*
|
|
4569
4640
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
4570
4641
|
*
|
|
@@ -6301,20 +6372,20 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
6301
6372
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
6302
6373
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
6303
6374
|
*/
|
|
6304
|
-
.
|
|
6375
|
+
._radioGroupContainer_1easy_13 {
|
|
6305
6376
|
width: 100%;
|
|
6306
6377
|
display: flex;
|
|
6307
6378
|
flex-direction: column;
|
|
6308
6379
|
gap: var(--xmlui-space-2);
|
|
6309
6380
|
}
|
|
6310
6381
|
|
|
6311
|
-
.
|
|
6382
|
+
._radioOptionContainer_1easy_20 {
|
|
6312
6383
|
display: flex;
|
|
6313
6384
|
align-items: center;
|
|
6314
6385
|
gap: var(--xmlui-gap-RadioGroupOption);
|
|
6315
6386
|
}
|
|
6316
6387
|
|
|
6317
|
-
.
|
|
6388
|
+
._radioOption_1easy_20 {
|
|
6318
6389
|
flex-shrink: 0;
|
|
6319
6390
|
width: 18px;
|
|
6320
6391
|
height: 18px;
|
|
@@ -6326,60 +6397,66 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
6326
6397
|
padding: 0;
|
|
6327
6398
|
cursor: pointer;
|
|
6328
6399
|
}
|
|
6329
|
-
.
|
|
6400
|
+
._radioOption_1easy_20:hover {
|
|
6330
6401
|
border-color: var(--xmlui-borderColor-RadioGroupOption-default--hover);
|
|
6331
6402
|
}
|
|
6332
|
-
.
|
|
6403
|
+
._radioOption_1easy_20:focus-visible {
|
|
6333
6404
|
outline-width: var(--xmlui-outlineWidth-RadioGroupOption--focus);
|
|
6334
6405
|
outline-color: var(--xmlui-outlineColor-RadioGroupOption--focus);
|
|
6335
6406
|
outline-style: var(--xmlui-outlineStyle-RadioGroupOption--focus);
|
|
6336
6407
|
outline-offset: var(--xmlui-outlineOffset-RadioGroupOption--focus);
|
|
6337
6408
|
}
|
|
6338
|
-
.
|
|
6409
|
+
._radioOption_1easy_20:disabled {
|
|
6339
6410
|
cursor: not-allowed;
|
|
6340
6411
|
border-color: var(--xmlui-borderColor-RadioGroupOption--disabled);
|
|
6341
6412
|
}
|
|
6342
|
-
.
|
|
6413
|
+
._radioOption_1easy_20:disabled + label {
|
|
6343
6414
|
cursor: not-allowed;
|
|
6344
6415
|
color: var(--xmlui-color-RadioGroupOption--disabled);
|
|
6345
6416
|
}
|
|
6346
|
-
.
|
|
6417
|
+
._radioOption_1easy_20._error_1easy_55 {
|
|
6347
6418
|
border-color: var(--xmlui-borderColor-RadioGroupOption-error);
|
|
6348
6419
|
}
|
|
6349
|
-
.
|
|
6420
|
+
._radioOption_1easy_20._warning_1easy_58 {
|
|
6350
6421
|
border-color: var(--xmlui-borderColor-RadioGroupOption-warning);
|
|
6351
6422
|
}
|
|
6352
|
-
.
|
|
6423
|
+
._radioOption_1easy_20._valid_1easy_61 {
|
|
6353
6424
|
border-color: var(--xmlui-borderColor-RadioGroupOption-success);
|
|
6354
6425
|
}
|
|
6426
|
+
._radioOption_1easy_20._checked_1easy_64 {
|
|
6427
|
+
border: none;
|
|
6428
|
+
}
|
|
6355
6429
|
|
|
6356
|
-
.
|
|
6430
|
+
._indicator_1easy_68 {
|
|
6357
6431
|
display: grid;
|
|
6358
6432
|
place-content: center;
|
|
6359
6433
|
width: 100%;
|
|
6360
6434
|
height: 100%;
|
|
6435
|
+
border-radius: 50%;
|
|
6436
|
+
background-color: var(--xmlui-backgroundColor-checked-RadioGroupOption-default);
|
|
6361
6437
|
}
|
|
6362
|
-
.
|
|
6438
|
+
._indicator_1easy_68::after {
|
|
6363
6439
|
content: "";
|
|
6364
|
-
width:
|
|
6365
|
-
height:
|
|
6440
|
+
width: 6px;
|
|
6441
|
+
height: 6px;
|
|
6366
6442
|
border-radius: 50%;
|
|
6367
|
-
|
|
6443
|
+
overflow: hidden;
|
|
6444
|
+
box-shadow: inset 1em 1em var(--xmlui-backgroundColor-checked-RadioGroupOption-indicator);
|
|
6368
6445
|
}
|
|
6369
|
-
.
|
|
6446
|
+
._indicator_1easy_68._disabled_1easy_84::after {
|
|
6370
6447
|
box-shadow: inset 1em 1em var(--xmlui-backgroundColor-checked-RadioGroupOption--disabled);
|
|
6371
6448
|
}
|
|
6372
|
-
.
|
|
6449
|
+
._indicator_1easy_68._error_1easy_55::after {
|
|
6373
6450
|
box-shadow: inset 1em 1em var(--xmlui-backgroundColor-checked-RadioGroupOption-error);
|
|
6374
6451
|
}
|
|
6375
|
-
.
|
|
6452
|
+
._indicator_1easy_68._warning_1easy_58::after {
|
|
6376
6453
|
box-shadow: inset 1em 1em var(--xmlui-backgroundColor-checked-RadioGroupOption-warning);
|
|
6377
6454
|
}
|
|
6378
|
-
.
|
|
6455
|
+
._indicator_1easy_68._valid_1easy_61::after {
|
|
6379
6456
|
box-shadow: inset 1em 1em var(--xmlui-backgroundColor-checked-RadioGroupOption-success);
|
|
6380
6457
|
}
|
|
6381
6458
|
|
|
6382
|
-
.
|
|
6459
|
+
._itemContainer_1easy_97 {
|
|
6383
6460
|
z-index: -1;
|
|
6384
6461
|
position: relative;
|
|
6385
6462
|
opacity: 0;
|
|
@@ -6387,12 +6464,12 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
6387
6464
|
height: 0;
|
|
6388
6465
|
}
|
|
6389
6466
|
|
|
6390
|
-
.
|
|
6467
|
+
._optionLabel_1easy_105 {
|
|
6391
6468
|
width: 100%;
|
|
6392
6469
|
cursor: pointer;
|
|
6393
6470
|
}
|
|
6394
6471
|
|
|
6395
|
-
.
|
|
6472
|
+
._label_1easy_110 {
|
|
6396
6473
|
width: 100%;
|
|
6397
6474
|
color: var(--xmlui-color-RadioGroupOption-default);
|
|
6398
6475
|
font-size: var(--xmlui-fontSize-RadioGroupOption);
|
|
@@ -6400,13 +6477,13 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
6400
6477
|
user-select: none;
|
|
6401
6478
|
cursor: pointer;
|
|
6402
6479
|
}
|
|
6403
|
-
.
|
|
6480
|
+
._label_1easy_110._error_1easy_55 {
|
|
6404
6481
|
color: var(--xmlui-color-RadioGroupOption-error);
|
|
6405
6482
|
}
|
|
6406
|
-
.
|
|
6483
|
+
._label_1easy_110._warning_1easy_58 {
|
|
6407
6484
|
color: var(--xmlui-color-RadioGroupOption-warning);
|
|
6408
6485
|
}
|
|
6409
|
-
.
|
|
6486
|
+
._label_1easy_110._valid_1easy_61 {
|
|
6410
6487
|
color: var(--xmlui-color-RadioGroupOption-success);
|
|
6411
6488
|
}/*
|
|
6412
6489
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
@@ -8134,45 +8211,45 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
8134
8211
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
8135
8212
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
8136
8213
|
*/
|
|
8137
|
-
.
|
|
8214
|
+
._markdownContent_1vc6z_13 {
|
|
8138
8215
|
padding-top: var(--xmlui-paddingTop-Markdown);
|
|
8139
8216
|
padding-bottom: var(--xmlui-paddingBottom-Markdown);
|
|
8140
8217
|
background-color: var(--xmlui-backgroundColor-Markdown);
|
|
8141
8218
|
min-width: 0;
|
|
8142
8219
|
width: 100%;
|
|
8143
8220
|
}
|
|
8144
|
-
.
|
|
8221
|
+
._markdownContent_1vc6z_13 h1 {
|
|
8145
8222
|
margin-top: var(--xmlui-marginTop-H1-markdown) !important;
|
|
8146
8223
|
margin-bottom: var(--xmlui-marginBottom-H1-markdown) !important;
|
|
8147
8224
|
font-size: var(--xmlui-fontSize-H1-markdown) !important;
|
|
8148
8225
|
}
|
|
8149
|
-
.
|
|
8226
|
+
._markdownContent_1vc6z_13 h2 {
|
|
8150
8227
|
margin-top: var(--xmlui-marginTop-H2-markdown) !important;
|
|
8151
8228
|
margin-bottom: var(--xmlui-marginBottom-H2-markdown) !important;
|
|
8152
8229
|
}
|
|
8153
|
-
.
|
|
8230
|
+
._markdownContent_1vc6z_13 h3 {
|
|
8154
8231
|
margin-top: var(--xmlui-marginTop-H3-markdown) !important;
|
|
8155
8232
|
margin-bottom: var(--xmlui-marginBottom-H3-markdown) !important;
|
|
8156
8233
|
}
|
|
8157
|
-
.
|
|
8234
|
+
._markdownContent_1vc6z_13 h4 {
|
|
8158
8235
|
margin-top: var(--xmlui-marginTop-H4-markdown) !important;
|
|
8159
8236
|
margin-bottom: var(--xmlui-marginBottom-H4-markdown) !important;
|
|
8160
8237
|
}
|
|
8161
|
-
.
|
|
8238
|
+
._markdownContent_1vc6z_13 h5 {
|
|
8162
8239
|
margin-top: var(--xmlui-marginTop-H5-markdown) !important;
|
|
8163
8240
|
margin-bottom: var(--xmlui-marginBottom-H5-markdown) !important;
|
|
8164
8241
|
}
|
|
8165
|
-
.
|
|
8242
|
+
._markdownContent_1vc6z_13 h6 {
|
|
8166
8243
|
margin-top: var(--xmlui-marginTop-H6-markdown) !important;
|
|
8167
8244
|
margin-bottom: var(--xmlui-marginBottom-H6-markdown) !important;
|
|
8168
8245
|
}
|
|
8169
|
-
.
|
|
8246
|
+
._markdownContent_1vc6z_13 ._blockquote_1vc6z_45 {
|
|
8170
8247
|
position: relative;
|
|
8171
8248
|
margin-top: var(--xmlui-marginTop-Blockquote);
|
|
8172
8249
|
margin-bottom: var(--xmlui-marginBottom-Blockquote);
|
|
8173
8250
|
background-color: var(--xmlui-backgroundColor-Blockquote);
|
|
8174
8251
|
}
|
|
8175
|
-
.
|
|
8252
|
+
._markdownContent_1vc6z_13 ._blockquote_1vc6z_45::before {
|
|
8176
8253
|
background-color: var(--xmlui-accentColor-Blockquote);
|
|
8177
8254
|
position: absolute;
|
|
8178
8255
|
top: 0;
|
|
@@ -8182,7 +8259,7 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
8182
8259
|
height: 100%;
|
|
8183
8260
|
width: var(--xmlui-accentWidth-Blockquote);
|
|
8184
8261
|
}
|
|
8185
|
-
.
|
|
8262
|
+
._markdownContent_1vc6z_13 ._blockquoteContainer_1vc6z_61 {
|
|
8186
8263
|
border-left: var(--xmlui-borderLeft-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
|
|
8187
8264
|
border-right: var(--xmlui-borderRight-Blockquote, var(--xmlui-borderHorizontal-Blockquote, var(--xmlui-border-Blockquote)));
|
|
8188
8265
|
border-top: var(--xmlui-borderTop-Blockquote, var(--xmlui-borderVertical-Blockquote, var(--xmlui-border-Blockquote)));
|
|
@@ -8210,7 +8287,7 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
8210
8287
|
padding-top: var(--xmlui-paddingTop-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
|
|
8211
8288
|
padding-bottom: var(--xmlui-paddingBottom-Blockquote, var(--xmlui-paddingVertical-Blockquote, var(--xmlui-padding-Blockquote)));
|
|
8212
8289
|
}
|
|
8213
|
-
.
|
|
8290
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89 {
|
|
8214
8291
|
margin-top: var(--xmlui-marginTop-Admonition);
|
|
8215
8292
|
margin-bottom: var(--xmlui-marginBottom-Admonition);
|
|
8216
8293
|
background-color: var(--xmlui-backgroundColor-Admonition);
|
|
@@ -8242,46 +8319,65 @@ button._selectTrigger_1cwq0_46._valid_1cwq0_37::placeholder {
|
|
|
8242
8319
|
padding-top: var(--xmlui-paddingTop-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)));
|
|
8243
8320
|
padding-bottom: var(--xmlui-paddingBottom-Admonition, var(--xmlui-paddingVertical-Admonition, var(--xmlui-padding-Admonition)));
|
|
8244
8321
|
}
|
|
8245
|
-
.
|
|
8322
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89._info_1vc6z_121 {
|
|
8323
|
+
background-color: var(--xmlui-backgroundColor-Admonition-info);
|
|
8324
|
+
border-color: var(--xmlui-borderColor-Admonition-info);
|
|
8325
|
+
}
|
|
8326
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89._warning_1vc6z_125 {
|
|
8327
|
+
background-color: var(--xmlui-backgroundColor-Admonition-warning);
|
|
8328
|
+
border-color: var(--xmlui-borderColor-Admonition-warning);
|
|
8329
|
+
}
|
|
8330
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89._danger_1vc6z_129 {
|
|
8331
|
+
background-color: var(--xmlui-backgroundColor-Admonition-danger);
|
|
8332
|
+
border-color: var(--xmlui-borderColor-Admonition-danger);
|
|
8333
|
+
}
|
|
8334
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89._note_1vc6z_133 {
|
|
8335
|
+
background-color: var(--xmlui-backgroundColor-Admonition-note);
|
|
8336
|
+
border-color: var(--xmlui-borderColor-Admonition-note);
|
|
8337
|
+
}
|
|
8338
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89._tip_1vc6z_137 {
|
|
8339
|
+
background-color: var(--xmlui-backgroundColor-Admonition-tip);
|
|
8340
|
+
border-color: var(--xmlui-borderColor-Admonition-tip);
|
|
8341
|
+
}
|
|
8342
|
+
._markdownContent_1vc6z_13 ._admonitionContainer_1vc6z_141 {
|
|
8246
8343
|
padding: 0.5rem;
|
|
8247
8344
|
display: flex;
|
|
8248
8345
|
align-items: flex-start;
|
|
8249
8346
|
}
|
|
8250
|
-
.
|
|
8251
|
-
margin-left: var(--xmlui-marginLeft-Admonition-content);
|
|
8252
|
-
}
|
|
8253
|
-
._markdownContent_1q19g_13 ._admonitionIcon_1q19g_129 {
|
|
8347
|
+
._markdownContent_1vc6z_13 ._admonitionIcon_1vc6z_146 {
|
|
8254
8348
|
font-size: var(--xmlui-iconSize-Admonition);
|
|
8255
8349
|
line-height: 1;
|
|
8256
8350
|
}
|
|
8257
|
-
.
|
|
8351
|
+
._markdownContent_1vc6z_13 ._admonitionContent_1vc6z_150 {
|
|
8352
|
+
margin-left: var(--xmlui-marginLeft-Admonition-content);
|
|
8258
8353
|
flex: 1;
|
|
8259
8354
|
min-width: 0;
|
|
8260
8355
|
}
|
|
8261
|
-
.
|
|
8356
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89 ._admonitionContent_1vc6z_150 [class*=text_][class*=markdown_],
|
|
8357
|
+
._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89 ._admonitionContent_1vc6z_150 ul, ._markdownContent_1vc6z_13 ._admonitionBlockquote_1vc6z_89 ._admonitionContent_1vc6z_150 ol {
|
|
8262
8358
|
margin-top: 0;
|
|
8263
8359
|
margin-bottom: 0;
|
|
8264
8360
|
}
|
|
8265
|
-
.
|
|
8361
|
+
._markdownContent_1vc6z_13 ._horizontalRule_1vc6z_160 {
|
|
8266
8362
|
border-top-color: var(--xmlui-borderColor-HorizontalRule);
|
|
8267
8363
|
border-top-style: var(--xmlui-borderStyle-HorizontalRule);
|
|
8268
8364
|
border-top-width: var(--xmlui-borderWidth-HorizontalRule);
|
|
8269
8365
|
}
|
|
8270
|
-
.
|
|
8271
|
-
.
|
|
8366
|
+
._markdownContent_1vc6z_13 li:has(> input[type=checkbox]),
|
|
8367
|
+
._markdownContent_1vc6z_13 li:has(> input[type=checkbox]) {
|
|
8272
8368
|
display: flex;
|
|
8273
8369
|
align-items: flex-start;
|
|
8274
8370
|
}
|
|
8275
|
-
.
|
|
8276
|
-
.
|
|
8371
|
+
._markdownContent_1vc6z_13 li:has(> input[type=checkbox]) > input[type=checkbox],
|
|
8372
|
+
._markdownContent_1vc6z_13 li:has(> input[type=checkbox]) > input[type=checkbox] {
|
|
8277
8373
|
margin-right: 8px;
|
|
8278
8374
|
margin-top: 4px;
|
|
8279
8375
|
flex-shrink: 0;
|
|
8280
8376
|
}
|
|
8281
|
-
.
|
|
8377
|
+
._markdownContent_1vc6z_13 > *:first-child {
|
|
8282
8378
|
margin-top: 0;
|
|
8283
8379
|
}
|
|
8284
|
-
.
|
|
8380
|
+
._markdownContent_1vc6z_13 > *:last-child {
|
|
8285
8381
|
margin-bottom: 0;
|
|
8286
8382
|
}
|
|
8287
8383
|
|
|
@@ -8919,7 +9015,7 @@ li .htmlOl {
|
|
|
8919
9015
|
* This function allows other CSS modules to get the value of the CSS variable specified in $componentVariable.
|
|
8920
9016
|
Optionally, you can provide a $fallbackValue to set the variable's value if that is not defined.
|
|
8921
9017
|
*/
|
|
8922
|
-
.
|
|
9018
|
+
._codeBlock_169sr_13 {
|
|
8923
9019
|
border-left: var(--xmlui-borderLeft-CodeBlock, var(--xmlui-borderHorizontal-CodeBlock, var(--xmlui-border-CodeBlock)));
|
|
8924
9020
|
border-right: var(--xmlui-borderRight-CodeBlock, var(--xmlui-borderHorizontal-CodeBlock, var(--xmlui-border-CodeBlock)));
|
|
8925
9021
|
border-top: var(--xmlui-borderTop-CodeBlock, var(--xmlui-borderVertical-CodeBlock, var(--xmlui-border-CodeBlock)));
|
|
@@ -8936,7 +9032,6 @@ li .htmlOl {
|
|
|
8936
9032
|
border-right-color: var(--xmlui-borderRightColor-CodeBlock, var(--xmlui-borderHorizontalColor-CodeBlock, var(--xmlui-borderColor-CodeBlock)));
|
|
8937
9033
|
border-top-color: var(--xmlui-borderTopColor-CodeBlock, var(--xmlui-borderVerticalColor-CodeBlock, var(--xmlui-borderColor-CodeBlock)));
|
|
8938
9034
|
border-bottom-color: var(--xmlui-borderBottomColor-CodeBlock, var(--xmlui-borderVerticalColor-CodeBlock, var(--xmlui-borderColor-CodeBlock)));
|
|
8939
|
-
border-radius: var(--xmlui-borderRadius-CodeBlock);
|
|
8940
9035
|
border-start-start-radius: var(--xmlui-borderStartStartRadius-CodeBlock, var(--xmlui-borderRadius-CodeBlock));
|
|
8941
9036
|
border-start-end-radius: var(--xmlui-borderStartEndRadius-CodeBlock, var(--xmlui-borderRadius-CodeBlock));
|
|
8942
9037
|
border-end-start-radius: var(--xmlui-borderEndStartRadius-CodeBlock, var(--xmlui-borderRadius-CodeBlock));
|
|
@@ -8951,18 +9046,20 @@ li .htmlOl {
|
|
|
8951
9046
|
background-color: var(--xmlui-backgroundColor-CodeBlock);
|
|
8952
9047
|
}
|
|
8953
9048
|
|
|
8954
|
-
.
|
|
9049
|
+
._codeBlockHeader_169sr_44 {
|
|
8955
9050
|
padding: var(--xmlui-space-1);
|
|
8956
9051
|
padding-left: var(--xmlui-space-3);
|
|
8957
9052
|
background-color: var(--xmlui-backgroundColor-CodeBlock-header);
|
|
8958
9053
|
border-bottom: var(--xmlui-color-CodeBlock-headerSeparator) solid 2px;
|
|
8959
9054
|
font-size: var(--xmlui-fontSize-small);
|
|
9055
|
+
border-start-start-radius: var(--xmlui-borderStartStartRadius-CodeBlock, var(--xmlui-borderRadius-CodeBlock));
|
|
9056
|
+
border-start-end-radius: var(--xmlui-borderStartEndRadius-CodeBlock, var(--xmlui-borderRadius-CodeBlock));
|
|
8960
9057
|
}
|
|
8961
9058
|
|
|
8962
|
-
.
|
|
9059
|
+
._codeBlockCopyWrapper_169sr_54 {
|
|
8963
9060
|
position: relative;
|
|
8964
9061
|
}
|
|
8965
|
-
.
|
|
9062
|
+
._codeBlockCopyWrapper_169sr_54 ._codeBlockCopyButton_169sr_57 {
|
|
8966
9063
|
position: absolute;
|
|
8967
9064
|
top: var(--xmlui-space-1_5);
|
|
8968
9065
|
right: var(--xmlui-space-1_5);
|
|
@@ -8970,8 +9067,15 @@ li .htmlOl {
|
|
|
8970
9067
|
display: none;
|
|
8971
9068
|
background-color: var(--xmlui-backgroundColor-CodeBlock);
|
|
8972
9069
|
}
|
|
8973
|
-
.
|
|
9070
|
+
._codeBlockCopyWrapper_169sr_54:hover ._codeBlockCopyButton_169sr_57 {
|
|
8974
9071
|
display: block;
|
|
9072
|
+
}
|
|
9073
|
+
|
|
9074
|
+
.codeBlockHighlightRow {
|
|
9075
|
+
background-color: var(--xmlui-backgroundColor-CodeBlock-highlightRow);
|
|
9076
|
+
}
|
|
9077
|
+
.codeBlockHighlightString {
|
|
9078
|
+
background-color: var(--xmlui-backgroundColor-CodeBlock-highlightString);
|
|
8975
9079
|
}/*
|
|
8976
9080
|
* This file contains all CSS variables AppEngine uses for styling the UI, including individual visual components.
|
|
8977
9081
|
*
|