@xplortech/apollo-core 0.5.2 → 1.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/style.css +758 -383
- package/dist/apollo-core/apollo-core.css +4 -4
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-5854d1e4.entry.js → p-09b2f746.entry.js} +1 -1
- package/dist/apollo-core/p-0bc956c6.entry.js +1 -0
- package/dist/apollo-core/p-1b1e7207.entry.js +1 -0
- package/dist/apollo-core/{p-f167aa05.entry.js → p-20389bb6.entry.js} +1 -1
- package/dist/apollo-core/{p-ee2f4422.entry.js → p-25983fde.entry.js} +1 -1
- package/dist/apollo-core/{p-128a0240.entry.js → p-4a348764.entry.js} +1 -1
- package/dist/apollo-core/{p-eb63b401.entry.js → p-4e2b69e8.entry.js} +1 -1
- package/dist/apollo-core/{p-97cd1f73.entry.js → p-84bf6b2d.entry.js} +1 -1
- package/dist/apollo-core/{p-611536d8.entry.js → p-880c0359.entry.js} +1 -1
- package/dist/apollo-core/p-8e47a5be.entry.js +1 -0
- package/dist/apollo-core/p-93958292.entry.js +1 -0
- package/dist/apollo-core/p-93c27db5.entry.js +1 -0
- package/dist/apollo-core/{p-0b2c612e.entry.js → p-b2327e2c.entry.js} +1 -1
- package/dist/apollo-core/p-c55b5d9c.entry.js +1 -0
- package/dist/apollo-core/p-e369d7af.entry.js +1 -0
- package/dist/apollo-core/p-e60ecaef.entry.js +1 -0
- package/dist/apollo-core/p-f929c958.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +2 -2
- package/dist/cjs/{index-944adb2e.js → index-54ba5804.js} +14 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/xpl-application-shell.cjs.entry.js +58 -0
- package/dist/cjs/xpl-avatar_12.cjs.entry.js +299 -0
- package/dist/cjs/xpl-backdrop.cjs.entry.js +25 -0
- package/dist/cjs/xpl-button-row.cjs.entry.js +2 -4
- package/dist/cjs/xpl-choicelist.cjs.entry.js +21 -14
- package/dist/cjs/xpl-divider.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dropdown-group_3.cjs.entry.js +104 -0
- package/dist/cjs/xpl-dropdown_2.cjs.entry.js +123 -0
- package/dist/cjs/xpl-grid-item.cjs.entry.js +2 -2
- package/dist/cjs/xpl-grid.cjs.entry.js +12 -12
- package/dist/cjs/xpl-input.cjs.entry.js +33 -26
- package/dist/cjs/xpl-list.cjs.entry.js +17 -19
- package/dist/cjs/xpl-main-nav.cjs.entry.js +30 -0
- package/dist/cjs/xpl-pagination.cjs.entry.js +8 -8
- package/dist/cjs/xpl-select.cjs.entry.js +87 -85
- package/dist/cjs/xpl-toggle.cjs.entry.js +13 -13
- package/dist/collection/collection-manifest.json +4 -0
- package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +11 -7
- package/dist/collection/components/xpl-avatar/xpl-avatar.js +7 -7
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
- package/dist/collection/components/xpl-badge/xpl-badge.js +5 -5
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +0 -2
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +0 -2
- package/dist/collection/components/xpl-button/xpl-button.js +79 -82
- package/dist/collection/components/xpl-button-row/xpl-button-row.js +7 -9
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +11 -11
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +22 -15
- package/dist/collection/components/xpl-content-area/xpl-content-area.js +5 -5
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +66 -0
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +27 -0
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +110 -0
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +259 -31
- package/dist/collection/components/xpl-grid/xpl-grid.js +11 -11
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-input/xpl-input.js +49 -42
- package/dist/collection/components/xpl-list/xpl-list.js +24 -26
- package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +3 -3
- package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +59 -2
- package/dist/collection/components/xpl-pagination/xpl-pagination.js +11 -10
- package/dist/collection/components/xpl-radio/xpl-radio.js +11 -11
- package/dist/collection/components/xpl-select/xpl-select.js +97 -64
- package/dist/collection/components/xpl-table/xpl-table.js +18 -12
- package/dist/collection/components/xpl-toggle/xpl-toggle.js +16 -16
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +4 -8
- package/dist/custom-elements/index.d.ts +24 -0
- package/dist/custom-elements/index.js +18936 -18694
- package/dist/esm/apollo-core.js +2 -2
- package/dist/esm/{index-899dba3b.js → index-3df6db84.js} +14 -0
- package/dist/esm/loader.js +2 -2
- package/dist/esm/xpl-application-shell.entry.js +54 -0
- package/dist/esm/xpl-avatar_12.entry.js +284 -0
- package/dist/esm/xpl-backdrop.entry.js +21 -0
- package/dist/esm/xpl-button-row.entry.js +2 -4
- package/dist/esm/xpl-choicelist.entry.js +21 -14
- package/dist/esm/xpl-divider.entry.js +2 -2
- package/dist/esm/xpl-dropdown-group_3.entry.js +98 -0
- package/dist/esm/xpl-dropdown_2.entry.js +118 -0
- package/dist/esm/xpl-grid-item.entry.js +2 -2
- package/dist/esm/xpl-grid.entry.js +12 -12
- package/dist/esm/xpl-input.entry.js +33 -26
- package/dist/esm/xpl-list.entry.js +17 -19
- package/dist/esm/xpl-main-nav.entry.js +26 -0
- package/dist/esm/xpl-pagination.entry.js +8 -8
- package/dist/esm/xpl-select.entry.js +87 -85
- package/dist/esm/xpl-toggle.entry.js +13 -13
- package/dist/stories/application-shell.stories.js +31 -30
- package/dist/stories/avatar.stories.js +38 -38
- package/dist/stories/backdrop.stories.js +3 -3
- package/dist/stories/badge.stories.js +16 -16
- package/dist/stories/breadcrumbs.stories.js +18 -16
- package/dist/stories/button-row.stories.js +18 -14
- package/dist/stories/button.stories.js +69 -57
- package/dist/stories/checkbox.stories.js +21 -19
- package/dist/stories/choicelist.stories.js +19 -19
- package/dist/stories/content-area.stories.js +6 -6
- package/dist/stories/divider.stories.js +7 -7
- package/dist/stories/dropdown.stories.js +377 -0
- package/dist/stories/grid.stories.js +19 -19
- package/dist/stories/input.stories.js +93 -77
- package/dist/stories/list.stories.js +72 -52
- package/dist/stories/main-nav.stories.js +8 -8
- package/dist/stories/radio.stories.js +18 -16
- package/dist/stories/secondary-nav.stories.js +5 -5
- package/dist/stories/select.stories.js +54 -46
- package/dist/stories/table.stories.js +29 -29
- package/dist/stories/toggle.stories.js +30 -26
- package/dist/stories/utility-bar.stories.js +4 -4
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/application-shell.stories.d.ts +4 -4
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/avatar.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/backdrop.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/badge.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/breadcrumbs.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/button-row.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/button.stories.d.ts +19 -10
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/checkbox.stories.d.ts +2 -2
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/choicelist.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/content-area.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/divider.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/dropdown.stories.d.ts +134 -0
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/grid.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/input.stories.d.ts +5 -5
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/list.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/main-nav.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/radio.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/secondary-nav.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/select.stories.d.ts +2 -2
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/table.stories.d.ts +1 -1
- package/dist/types/Users/fernandogelin/Projects/apollo/.stencil/stories/toggle.stories.d.ts +2 -2
- package/dist/types/components/xpl-application-shell/xpl-application-shell.d.ts +2 -2
- package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +3 -3
- package/dist/types/components/xpl-badge/xpl-badge.d.ts +1 -1
- package/dist/types/components/xpl-button/xpl-button.d.ts +32 -8
- package/dist/types/components/xpl-button-row/xpl-button-row.d.ts +3 -3
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +1 -1
- package/dist/types/components/xpl-content-area/xpl-content-area.d.ts +3 -3
- package/dist/types/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.d.ts +7 -0
- package/dist/types/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.d.ts +5 -0
- package/dist/types/components/xpl-input/xpl-input.d.ts +4 -4
- package/dist/types/components/xpl-list/xpl-list.d.ts +2 -2
- package/dist/types/components/xpl-main-nav/xpl-main-nav.d.ts +1 -1
- package/dist/types/components/xpl-nav-item/xpl-nav-item.d.ts +10 -0
- package/dist/types/components/xpl-pagination/xpl-pagination.d.ts +1 -1
- package/dist/types/components/xpl-radio/xpl-radio.d.ts +1 -1
- package/dist/types/components/xpl-select/xpl-select.d.ts +6 -2
- package/dist/types/components/xpl-table/xpl-table.d.ts +1 -1
- package/dist/types/components/xpl-toggle/xpl-toggle.d.ts +1 -1
- package/dist/types/components.d.ts +264 -40
- package/package.json +10 -4
- package/dist/apollo-core/p-0203d4e8.entry.js +0 -1
- package/dist/apollo-core/p-30003b15.entry.js +0 -1
- package/dist/apollo-core/p-4e56a2ca.entry.js +0 -1
- package/dist/apollo-core/p-7c9fee7e.entry.js +0 -1
- package/dist/apollo-core/p-8b6633c7.js +0 -1
- package/dist/apollo-core/p-9c5ca308.entry.js +0 -1
- package/dist/apollo-core/p-bd4a7e3c.entry.js +0 -1
- package/dist/apollo-core/p-dab8e7a1.entry.js +0 -1
- package/dist/cjs/xpl-application-shell_11.cjs.entry.js +0 -230
- package/dist/cjs/xpl-badge.cjs.entry.js +0 -21
- package/dist/cjs/xpl-checkbox_2.cjs.entry.js +0 -51
- package/dist/cjs/xpl-table.cjs.entry.js +0 -89
- package/dist/cjs/xpl-tag.cjs.entry.js +0 -21
- package/dist/esm/xpl-application-shell_11.entry.js +0 -216
- package/dist/esm/xpl-badge.entry.js +0 -17
- package/dist/esm/xpl-checkbox_2.entry.js +0 -46
- package/dist/esm/xpl-table.entry.js +0 -85
- package/dist/esm/xpl-tag.entry.js +0 -17
- package/dist/types/components/xpl-choicelist/choice.d.ts +0 -6
- package/dist/types/components/xpl-dropdown/dropdownchoice.d.ts +0 -6
- package/dist/types/components/xpl-dropdown/xpl-dropdown.d.ts +0 -10
- package/dist/types/components/xpl-list/listitem.d.ts +0 -16
package/build/style.css
CHANGED
|
@@ -1457,17 +1457,7 @@ textarea[class^="xpl-"] {
|
|
|
1457
1457
|
.xpl-application-shell__subnav {
|
|
1458
1458
|
grid-area: subnav;
|
|
1459
1459
|
background-color: var(--xpl-color-foreground-lm);
|
|
1460
|
-
border-
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
.xpl-application-shell__subnav nav {
|
|
1464
|
-
border-right: none;
|
|
1465
|
-
}
|
|
1466
|
-
|
|
1467
|
-
@media (min-width: 1024px) {
|
|
1468
|
-
.xpl-application-shell__subnav {
|
|
1469
|
-
border-right-width: 1px
|
|
1470
|
-
}
|
|
1460
|
+
border-top: 1px solid var(--xpl-color-stroke-lm);
|
|
1471
1461
|
}
|
|
1472
1462
|
|
|
1473
1463
|
.xpl-application-shell__utility {
|
|
@@ -1479,6 +1469,8 @@ textarea[class^="xpl-"] {
|
|
|
1479
1469
|
.xpl-application-shell__content {
|
|
1480
1470
|
grid-area: content;
|
|
1481
1471
|
background-color: var(--xpl-color-background-lm);
|
|
1472
|
+
border-left: 1px solid var(--xpl-color-stroke-lm);
|
|
1473
|
+
border-top: 1px solid var(--xpl-color-stroke-lm);
|
|
1482
1474
|
overflow-y: auto;
|
|
1483
1475
|
}
|
|
1484
1476
|
|
|
@@ -1488,11 +1480,18 @@ textarea[class^="xpl-"] {
|
|
|
1488
1480
|
|
|
1489
1481
|
.dark .xpl-application-shell__subnav {
|
|
1490
1482
|
background-color: var(--xpl-color-background-2-dm);
|
|
1491
|
-
border-
|
|
1483
|
+
border-left: 1px solid var(--xpl-color-stroke-dm);
|
|
1484
|
+
border-top: 1px solid var(--xpl-color-stroke-dm);
|
|
1492
1485
|
}
|
|
1493
1486
|
|
|
1494
1487
|
.dark .xpl-application-shell__content {
|
|
1495
1488
|
background-color: var(--xpl-color-background-dm);
|
|
1489
|
+
border-left: 1px solid var(--xpl-color-stroke-dm);
|
|
1490
|
+
border-top: 1px solid var(--xpl-color-stroke-dm);
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
.dark .xpl-application-shell__utility {
|
|
1494
|
+
border-left: 1px solid var(--xpl-color-stroke-dm);
|
|
1496
1495
|
}
|
|
1497
1496
|
|
|
1498
1497
|
@media (max-width: 1023px) {
|
|
@@ -1514,6 +1513,16 @@ textarea[class^="xpl-"] {
|
|
|
1514
1513
|
.xpl-application-shell {
|
|
1515
1514
|
overflow: hidden
|
|
1516
1515
|
}
|
|
1516
|
+
|
|
1517
|
+
&__subnav {
|
|
1518
|
+
border-top: 0;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.dark .xpl-application-shell__subnav,
|
|
1522
|
+
.dark .xpl-application-shell__content,
|
|
1523
|
+
.dark .xpl-application-shell__utility {
|
|
1524
|
+
border-left: 0;
|
|
1525
|
+
}
|
|
1517
1526
|
}
|
|
1518
1527
|
|
|
1519
1528
|
@media (max-width: 640px) {
|
|
@@ -1959,322 +1968,696 @@ button.xpl-badge {
|
|
|
1959
1968
|
background-color: rgba(255, 147, 135, var(--tw-bg-opacity));
|
|
1960
1969
|
}
|
|
1961
1970
|
|
|
1962
|
-
|
|
1963
|
-
button.xpl-button {
|
|
1964
|
-
background-color: var(--xpl-color-secondary-lm);
|
|
1965
|
-
border-radius: var(--xpl-button-radius);
|
|
1966
|
-
height: 40px;
|
|
1967
|
-
padding: 11px 23px;
|
|
1968
|
-
text-decoration: none;
|
|
1969
|
-
}
|
|
1971
|
+
/* stylelint-disable no-descending-specificity */
|
|
1970
1972
|
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1973
|
+
.xpl-button button,
|
|
1974
|
+
.xpl-button a {
|
|
1975
|
+
align-items: center;
|
|
1976
|
+
align-content: center;
|
|
1977
|
+
background-color: var(--xpl-color-secondary-lm);
|
|
1978
|
+
border-radius: var(--xpl-button-radius);
|
|
1979
|
+
display: grid;
|
|
1980
|
+
gap: 6px;
|
|
1981
|
+
grid-auto-flow: column;
|
|
1982
|
+
height: 40px;
|
|
1983
|
+
padding: 10px 18px 10px 20px;
|
|
1984
|
+
text-decoration: none;
|
|
1985
|
+
white-space: nowrap;
|
|
1986
|
+
}
|
|
1981
1987
|
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1987
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1988
|
-
--tw-ring-offset-width: 2px
|
|
1989
|
-
}
|
|
1988
|
+
.xpl-button button svg, .xpl-button a svg {
|
|
1989
|
+
width: 15px;
|
|
1990
|
+
height: 15px;
|
|
1991
|
+
}
|
|
1990
1992
|
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
transition-duration: 150ms
|
|
1997
|
-
}
|
|
1993
|
+
.xpl-button button:hover, .xpl-button a:hover {
|
|
1994
|
+
background-color: var(--xpl-color-secondary-hover-lm);
|
|
1995
|
+
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1996
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1997
|
+
}
|
|
1998
1998
|
|
|
1999
|
-
.xpl-button
|
|
2000
|
-
|
|
2001
|
-
|
|
1999
|
+
.xpl-button button:active, .xpl-button a:active {
|
|
2000
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2001
|
+
background-color: var(--xpl-color-secondary-hover-lm);
|
|
2002
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2003
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2004
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2005
|
+
--tw-ring-offset-width: 2px;
|
|
2006
|
+
}
|
|
2002
2007
|
|
|
2003
|
-
.xpl-button
|
|
2004
|
-
|
|
2005
|
-
|
|
2008
|
+
.xpl-button button:focus, .xpl-button a:focus {
|
|
2009
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2010
|
+
border-color: var(--xpl-color-secondary-lm);
|
|
2011
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2012
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2013
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2014
|
+
--tw-ring-offset-width: 2px;
|
|
2015
|
+
}
|
|
2006
2016
|
|
|
2007
|
-
.xpl-button
|
|
2008
|
-
|
|
2009
|
-
|
|
2017
|
+
.xpl-button button:disabled,
|
|
2018
|
+
.xpl-button button:disabled:hover,
|
|
2019
|
+
.xpl-button a:disabled,
|
|
2020
|
+
.xpl-button a:disabled:hover {
|
|
2021
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2022
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2023
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2024
|
+
}
|
|
2010
2025
|
|
|
2011
|
-
.xpl-button
|
|
2012
|
-
|
|
2013
|
-
|
|
2026
|
+
.xpl-button button:disabled, .xpl-button button:disabled:hover, .xpl-button a:disabled, .xpl-button a:disabled:hover {
|
|
2027
|
+
cursor: not-allowed;
|
|
2028
|
+
--tw-shadow: 0 0 #0000;
|
|
2029
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
2030
|
+
}
|
|
2014
2031
|
|
|
2015
|
-
.xpl-button
|
|
2016
|
-
|
|
2017
|
-
|
|
2032
|
+
.xpl-button button, .xpl-button a {
|
|
2033
|
+
border-color: transparent;
|
|
2034
|
+
border-radius: 9999px;
|
|
2035
|
+
border-width: 1px;
|
|
2036
|
+
cursor: pointer;
|
|
2037
|
+
font-weight: 500;
|
|
2038
|
+
font-size: 0.875rem;
|
|
2039
|
+
line-height: 1.25rem
|
|
2040
|
+
}
|
|
2018
2041
|
|
|
2019
|
-
.xpl-button
|
|
2020
|
-
|
|
2021
|
-
|
|
2042
|
+
.xpl-button button:focus, .xpl-button a:focus {
|
|
2043
|
+
outline: 2px solid transparent;
|
|
2044
|
+
outline-offset: 2px
|
|
2045
|
+
}
|
|
2022
2046
|
|
|
2023
|
-
.
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2047
|
+
.xpl-button button, .xpl-button a {
|
|
2048
|
+
--tw-text-opacity: 1;
|
|
2049
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
2050
|
+
transition-property: background-color, border-color, color, fill, stroke;
|
|
2051
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2052
|
+
transition-duration: 150ms
|
|
2053
|
+
}
|
|
2028
2054
|
|
|
2029
|
-
.
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2055
|
+
.xpl-button--sm button,
|
|
2056
|
+
.xpl-button--sm a,
|
|
2057
|
+
.xpl-button--xs button,
|
|
2058
|
+
.xpl-button--xs a {
|
|
2059
|
+
font-size: 0.75rem;
|
|
2060
|
+
}
|
|
2033
2061
|
|
|
2034
|
-
a.xpl-button
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
}
|
|
2062
|
+
.xpl-button--sm button svg, .xpl-button--sm a svg, .xpl-button--xs button svg, .xpl-button--xs a svg {
|
|
2063
|
+
width: 12px;
|
|
2064
|
+
}
|
|
2038
2065
|
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2066
|
+
.xpl-button--sm button,
|
|
2067
|
+
.xpl-button--sm a {
|
|
2068
|
+
height: 32px;
|
|
2069
|
+
padding: 8px 16px;
|
|
2070
|
+
}
|
|
2043
2071
|
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2072
|
+
.xpl-button--xs button,
|
|
2073
|
+
.xpl-button--xs a {
|
|
2074
|
+
height: 24px;
|
|
2075
|
+
padding: 4px 10px;
|
|
2076
|
+
}
|
|
2048
2077
|
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2078
|
+
.xpl-button--icon-only button,
|
|
2079
|
+
.xpl-button--icon-only a {
|
|
2080
|
+
display: flex;
|
|
2081
|
+
justify-content: center;
|
|
2082
|
+
padding: 0;
|
|
2083
|
+
width: 40px;
|
|
2084
|
+
}
|
|
2055
2085
|
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
}
|
|
2086
|
+
.xpl-button--icon-only button svg, .xpl-button--icon-only a svg {
|
|
2087
|
+
height: 18px;
|
|
2088
|
+
width: 18px;
|
|
2089
|
+
}
|
|
2061
2090
|
|
|
2062
|
-
.
|
|
2063
|
-
.
|
|
2064
|
-
|
|
2065
|
-
|
|
2091
|
+
.xpl-button--icon-only.xpl-button--sm a,
|
|
2092
|
+
.xpl-button--icon-only.xpl-button--sm button {
|
|
2093
|
+
height: 32px;
|
|
2094
|
+
width: 32px;
|
|
2095
|
+
}
|
|
2066
2096
|
|
|
2067
|
-
.
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
}
|
|
2097
|
+
.xpl-button--icon-only.xpl-button--sm a svg, .xpl-button--icon-only.xpl-button--sm button svg {
|
|
2098
|
+
height: 15px;
|
|
2099
|
+
width: 15px;
|
|
2100
|
+
}
|
|
2071
2101
|
|
|
2072
|
-
.
|
|
2073
|
-
.
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
}
|
|
2102
|
+
.xpl-button--icon-only.xpl-button--xs a,
|
|
2103
|
+
.xpl-button--icon-only.xpl-button--xs button {
|
|
2104
|
+
height: 24px;
|
|
2105
|
+
width: 24px;
|
|
2106
|
+
}
|
|
2078
2107
|
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
border-color: rgba(234, 235, 239, var(--tw-border-opacity));
|
|
2084
|
-
--tw-text-opacity: 1;
|
|
2085
|
-
color: rgba(48, 45, 59, var(--tw-text-opacity))
|
|
2086
|
-
}
|
|
2108
|
+
.xpl-button--icon-only.xpl-button--xs a svg, .xpl-button--icon-only.xpl-button--xs button svg {
|
|
2109
|
+
height: 12px;
|
|
2110
|
+
width: 12px;
|
|
2111
|
+
}
|
|
2087
2112
|
|
|
2088
|
-
.
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
}
|
|
2113
|
+
.xpl-button--secondary a:hover, .xpl-button--secondary button:hover {
|
|
2114
|
+
border-color: var(--xpl-color-secondary-lm);
|
|
2115
|
+
--tw-bg-opacity: 1;
|
|
2116
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2117
|
+
}
|
|
2093
2118
|
|
|
2094
|
-
a.xpl-button--secondary:
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2119
|
+
.xpl-button--secondary a:active, .xpl-button--secondary button:active {
|
|
2120
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2121
|
+
border-color: var(--xpl-color-action-primary-lm);
|
|
2122
|
+
--tw-bg-opacity: 1;
|
|
2123
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2124
|
+
}
|
|
2098
2125
|
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2126
|
+
.xpl-button--secondary a:focus, .xpl-button--secondary button:focus {
|
|
2127
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2128
|
+
--tw-border-opacity: 1;
|
|
2129
|
+
border-color: rgba(234, 235, 239, var(--tw-border-opacity));
|
|
2130
|
+
}
|
|
2103
2131
|
|
|
2104
|
-
.
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2132
|
+
.xpl-button--secondary a, .xpl-button--secondary button {
|
|
2133
|
+
--tw-bg-opacity: 1;
|
|
2134
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2135
|
+
--tw-border-opacity: 1;
|
|
2136
|
+
border-color: rgba(234, 235, 239, var(--tw-border-opacity));
|
|
2137
|
+
--tw-text-opacity: 1;
|
|
2138
|
+
color: rgba(48, 45, 59, var(--tw-text-opacity))
|
|
2139
|
+
}
|
|
2108
2140
|
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
|
|
2141
|
+
.xpl-button--subtle a:hover, .xpl-button--subtle button:hover {
|
|
2142
|
+
--tw-bg-opacity: 1;
|
|
2143
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
2144
|
+
}
|
|
2112
2145
|
|
|
2113
|
-
.
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2146
|
+
.xpl-button--subtle a:active, .xpl-button--subtle button:active {
|
|
2147
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2148
|
+
--tw-bg-opacity: 1;
|
|
2149
|
+
background-color: rgba(234, 235, 239, var(--tw-bg-opacity));
|
|
2150
|
+
}
|
|
2117
2151
|
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2152
|
+
.xpl-button--subtle a:focus, .xpl-button--subtle button:focus {
|
|
2153
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2154
|
+
border-color: transparent;
|
|
2155
|
+
--tw-bg-opacity: 1;
|
|
2156
|
+
background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
|
|
2157
|
+
}
|
|
2122
2158
|
|
|
2123
|
-
.
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2159
|
+
.xpl-button--subtle a, .xpl-button--subtle button {
|
|
2160
|
+
--tw-bg-opacity: 1;
|
|
2161
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2162
|
+
--tw-text-opacity: 1;
|
|
2163
|
+
color: rgba(48, 45, 59, var(--tw-text-opacity))
|
|
2164
|
+
}
|
|
2128
2165
|
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
--tw-text-opacity: 1;
|
|
2134
|
-
color: rgba(48, 45, 59, var(--tw-text-opacity))
|
|
2135
|
-
}
|
|
2166
|
+
.xpl-button--success a:hover, .xpl-button--success button:hover {
|
|
2167
|
+
--tw-bg-opacity: 1;
|
|
2168
|
+
background-color: rgba(29, 97, 75, var(--tw-bg-opacity));
|
|
2169
|
+
}
|
|
2136
2170
|
|
|
2137
|
-
.
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
}
|
|
2171
|
+
.xpl-button--success a:active, .xpl-button--success button:active {
|
|
2172
|
+
--tw-ring-color: var(--xpl-color-green-600);
|
|
2173
|
+
--tw-bg-opacity: 1;
|
|
2174
|
+
background-color: rgba(29, 97, 75, var(--tw-bg-opacity));
|
|
2175
|
+
}
|
|
2142
2176
|
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2177
|
+
.xpl-button--success a:focus, .xpl-button--success button:focus {
|
|
2178
|
+
--tw-ring-color: var(--xpl-color-green-600);
|
|
2179
|
+
border-color: transparent;
|
|
2180
|
+
--tw-bg-opacity: 1;
|
|
2181
|
+
background-color: rgba(36, 120, 93, var(--tw-bg-opacity));
|
|
2182
|
+
}
|
|
2147
2183
|
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
}
|
|
2184
|
+
.xpl-button--success a, .xpl-button--success button {
|
|
2185
|
+
--tw-bg-opacity: 1;
|
|
2186
|
+
background-color: rgba(36, 120, 93, var(--tw-bg-opacity));
|
|
2187
|
+
--tw-text-opacity: 1;
|
|
2188
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
2189
|
+
}
|
|
2154
2190
|
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2191
|
+
.xpl-button--success.xpl-button--secondary a,
|
|
2192
|
+
.xpl-button--success.xpl-button--secondary button {
|
|
2193
|
+
background-color: transparent;
|
|
2194
|
+
color: var(--xpl-color-green-600);
|
|
2195
|
+
}
|
|
2159
2196
|
|
|
2160
|
-
.
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
}
|
|
2197
|
+
.xpl-button--success.xpl-button--secondary a:hover, .xpl-button--success.xpl-button--secondary button:hover {
|
|
2198
|
+
background-color: transparent;
|
|
2199
|
+
border-color: var(--xpl-color-green-600);
|
|
2200
|
+
}
|
|
2164
2201
|
|
|
2165
|
-
.
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
}
|
|
2202
|
+
.xpl-button--success.xpl-button--secondary a:active, .xpl-button--success.xpl-button--secondary button:active {
|
|
2203
|
+
background-color: transparent;
|
|
2204
|
+
border-color: var(--xpl-color-green-600);
|
|
2205
|
+
}
|
|
2170
2206
|
|
|
2171
|
-
.
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2207
|
+
.xpl-button--success.xpl-button--secondary a:focus, .xpl-button--success.xpl-button--secondary button:focus {
|
|
2208
|
+
background-color: transparent;
|
|
2209
|
+
--tw-border-opacity: 1;
|
|
2210
|
+
border-color: rgba(234, 235, 239, var(--tw-border-opacity));
|
|
2211
|
+
}
|
|
2175
2212
|
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
}
|
|
2213
|
+
.xpl-button--success.xpl-button--secondary a:disabled,
|
|
2214
|
+
.xpl-button--success.xpl-button--secondary a:disabled:hover,
|
|
2215
|
+
.xpl-button--success.xpl-button--secondary button:disabled,
|
|
2216
|
+
.xpl-button--success.xpl-button--secondary button:disabled:hover {
|
|
2217
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2218
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2219
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2220
|
+
}
|
|
2184
2221
|
|
|
2185
|
-
.
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
border-color: rgba(255, 147, 135, var(--tw-border-opacity));
|
|
2190
|
-
--tw-text-opacity: 1;
|
|
2191
|
-
color: rgba(48, 45, 59, var(--tw-text-opacity))
|
|
2192
|
-
}
|
|
2222
|
+
.xpl-button--success.xpl-button--subtle a:hover, .xpl-button--success.xpl-button--subtle button:hover {
|
|
2223
|
+
--tw-bg-opacity: 1;
|
|
2224
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
2225
|
+
}
|
|
2193
2226
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
}
|
|
2227
|
+
.xpl-button--success.xpl-button--subtle a:active, .xpl-button--success.xpl-button--subtle button:active {
|
|
2228
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2229
|
+
--tw-bg-opacity: 1;
|
|
2230
|
+
background-color: rgba(234, 235, 239, var(--tw-bg-opacity));
|
|
2231
|
+
}
|
|
2200
2232
|
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2233
|
+
.xpl-button--success.xpl-button--subtle a:focus, .xpl-button--success.xpl-button--subtle button:focus {
|
|
2234
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2235
|
+
border-color: transparent;
|
|
2236
|
+
--tw-bg-opacity: 1;
|
|
2237
|
+
background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
|
|
2238
|
+
}
|
|
2205
2239
|
|
|
2206
|
-
.
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2240
|
+
.xpl-button--success.xpl-button--subtle a:disabled,
|
|
2241
|
+
.xpl-button--success.xpl-button--subtle a:disabled:hover,
|
|
2242
|
+
.xpl-button--success.xpl-button--subtle button:disabled,
|
|
2243
|
+
.xpl-button--success.xpl-button--subtle button:disabled:hover {
|
|
2244
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2245
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2246
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2247
|
+
}
|
|
2212
2248
|
|
|
2213
|
-
.
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2249
|
+
.xpl-button--success.xpl-button--subtle a, .xpl-button--success.xpl-button--subtle button {
|
|
2250
|
+
--tw-bg-opacity: 1;
|
|
2251
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
2252
|
+
--tw-text-opacity: 1;
|
|
2253
|
+
color: rgba(36, 120, 93, var(--tw-text-opacity))
|
|
2254
|
+
}
|
|
2217
2255
|
|
|
2218
|
-
.
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
}
|
|
2256
|
+
.xpl-button--warning a,
|
|
2257
|
+
.xpl-button--warning button {
|
|
2258
|
+
background-color: var(--xpl-color-action-warning-lm);
|
|
2259
|
+
}
|
|
2222
2260
|
|
|
2223
|
-
a.xpl-button--
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
height: 32px;
|
|
2227
|
-
}
|
|
2261
|
+
.xpl-button--warning a:hover, .xpl-button--warning button:hover {
|
|
2262
|
+
background-color: var(--xpl-color-action-warning-hover-lm);
|
|
2263
|
+
}
|
|
2228
2264
|
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
}
|
|
2265
|
+
.xpl-button--warning a:active, .xpl-button--warning button:active {
|
|
2266
|
+
--tw-ring-color: var(--xpl-color-red-700);
|
|
2267
|
+
background-color: var(--xpl-color-action-warning-hover-lm);
|
|
2268
|
+
}
|
|
2233
2269
|
|
|
2234
|
-
a.xpl-button--
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
}
|
|
2270
|
+
.xpl-button--warning a:focus, .xpl-button--warning button:focus {
|
|
2271
|
+
--tw-ring-color: var(--xpl-color-action-warning-lm);
|
|
2272
|
+
background-color: var(--xpl-color-action-warning-lm);
|
|
2273
|
+
border-color: transparent;
|
|
2274
|
+
}
|
|
2239
2275
|
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
}
|
|
2276
|
+
.xpl-button--warning a, .xpl-button--warning button {
|
|
2277
|
+
--tw-text-opacity: 1;
|
|
2278
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
2279
|
+
}
|
|
2244
2280
|
|
|
2245
|
-
|
|
2246
|
-
button.xpl-button--
|
|
2247
|
-
|
|
2248
|
-
|
|
2281
|
+
.xpl-button--warning.xpl-button--secondary a,
|
|
2282
|
+
.xpl-button--warning.xpl-button--secondary button {
|
|
2283
|
+
background-color: transparent;
|
|
2284
|
+
color: var(--xpl-color-text-warning-lm);
|
|
2285
|
+
}
|
|
2249
2286
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
}
|
|
2287
|
+
.xpl-button--warning.xpl-button--secondary a:hover, .xpl-button--warning.xpl-button--secondary button:hover {
|
|
2288
|
+
background-color: transparent;
|
|
2289
|
+
border-color: var(--xpl-color-text-warning-lm);
|
|
2290
|
+
}
|
|
2255
2291
|
|
|
2256
|
-
a.xpl-button--
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
}
|
|
2292
|
+
.xpl-button--warning.xpl-button--secondary a:active, .xpl-button--warning.xpl-button--secondary button:active {
|
|
2293
|
+
background-color: transparent;
|
|
2294
|
+
border-color: var(--xpl-color-text-warning-lm);
|
|
2295
|
+
}
|
|
2260
2296
|
|
|
2261
|
-
a.xpl-button--
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2297
|
+
.xpl-button--warning.xpl-button--secondary a:focus, .xpl-button--warning.xpl-button--secondary button:focus {
|
|
2298
|
+
background-color: transparent;
|
|
2299
|
+
--tw-border-opacity: 1;
|
|
2300
|
+
border-color: rgba(234, 235, 239, var(--tw-border-opacity));
|
|
2301
|
+
}
|
|
2265
2302
|
|
|
2266
|
-
.xpl-button--
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2303
|
+
.xpl-button--warning.xpl-button--secondary a:disabled,
|
|
2304
|
+
.xpl-button--warning.xpl-button--secondary a:disabled:hover,
|
|
2305
|
+
.xpl-button--warning.xpl-button--secondary button:disabled,
|
|
2306
|
+
.xpl-button--warning.xpl-button--secondary button:disabled:hover {
|
|
2307
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2308
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2309
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2310
|
+
}
|
|
2270
2311
|
|
|
2271
|
-
.xpl-button--
|
|
2272
|
-
|
|
2273
|
-
|
|
2312
|
+
.xpl-button--warning.xpl-button--subtle a,
|
|
2313
|
+
.xpl-button--warning.xpl-button--subtle button {
|
|
2314
|
+
color: var(--xpl-color-text-warning-lm);
|
|
2315
|
+
}
|
|
2274
2316
|
|
|
2275
|
-
.xpl-button--
|
|
2276
|
-
|
|
2277
|
-
|
|
2317
|
+
.xpl-button--warning.xpl-button--subtle a:hover, .xpl-button--warning.xpl-button--subtle button:hover {
|
|
2318
|
+
--tw-bg-opacity: 1;
|
|
2319
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.xpl-button--warning.xpl-button--subtle a:active, .xpl-button--warning.xpl-button--subtle button:active {
|
|
2323
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2324
|
+
--tw-bg-opacity: 1;
|
|
2325
|
+
background-color: rgba(234, 235, 239, var(--tw-bg-opacity));
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2328
|
+
.xpl-button--warning.xpl-button--subtle a:focus, .xpl-button--warning.xpl-button--subtle button:focus {
|
|
2329
|
+
--tw-ring-color: var(--xpl-color-gray-400);
|
|
2330
|
+
border-color: transparent;
|
|
2331
|
+
--tw-bg-opacity: 1;
|
|
2332
|
+
background-color: rgba(248, 249, 250, var(--tw-bg-opacity));
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
.xpl-button--warning.xpl-button--subtle a:disabled,
|
|
2336
|
+
.xpl-button--warning.xpl-button--subtle a:disabled:hover,
|
|
2337
|
+
.xpl-button--warning.xpl-button--subtle button:disabled,
|
|
2338
|
+
.xpl-button--warning.xpl-button--subtle button:disabled:hover {
|
|
2339
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2340
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2341
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2342
|
+
}
|
|
2343
|
+
|
|
2344
|
+
.xpl-button--warning.xpl-button--subtle a, .xpl-button--warning.xpl-button--subtle button {
|
|
2345
|
+
--tw-bg-opacity: 1;
|
|
2346
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.dark .xpl-button a,
|
|
2350
|
+
.dark .xpl-button button {
|
|
2351
|
+
background-color: var(--xpl-color-secondary-dm);
|
|
2352
|
+
color: var(--xpl-color-text-reverse-dm);
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.dark .xpl-button a:hover, .dark .xpl-button button:hover {
|
|
2356
|
+
background-color: var(--xpl-color-secondary-hover-dm);
|
|
2357
|
+
border-color: transparent;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
.dark .xpl-button a:focus, .dark .xpl-button button:focus {
|
|
2361
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2362
|
+
--tw-ring-offset-color: var(--xpl-color-foreground-dm);
|
|
2363
|
+
border-color: transparent;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.dark .xpl-button a:active, .dark .xpl-button button:active {
|
|
2367
|
+
--tw-ring-color: var(--xpl-color-purple-500);
|
|
2368
|
+
--tw-ring-offset-color: var(--xpl-color-foreground-dm);
|
|
2369
|
+
background-color: var(--xpl-color-secondary-hover-dm);
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.dark .xpl-button--secondary a,
|
|
2373
|
+
.dark .xpl-button--secondary button {
|
|
2374
|
+
border-color: var(--xpl-color-gray-600);
|
|
2375
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
.dark .xpl-button--secondary a:hover,
|
|
2379
|
+
.dark .xpl-button--secondary a:active,
|
|
2380
|
+
.dark .xpl-button--secondary a:focus,
|
|
2381
|
+
.dark .xpl-button--secondary button:hover,
|
|
2382
|
+
.dark .xpl-button--secondary button:active,
|
|
2383
|
+
.dark .xpl-button--secondary button:focus {
|
|
2384
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
.dark .xpl-button--secondary a:hover, .dark .xpl-button--secondary button:hover {
|
|
2388
|
+
border-color: var(--xpl-color-secondary-dm);
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
.dark .xpl-button--secondary a:active, .dark .xpl-button--secondary button:active {
|
|
2392
|
+
border-color: var(--xpl-color-secondary-dm);
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
.dark .xpl-button--secondary a:focus, .dark .xpl-button--secondary button:focus {
|
|
2396
|
+
--tw-ring-color: var(--xpl-color-secondary-dm);
|
|
2397
|
+
border-color: var(--xpl-color-gray-600);
|
|
2398
|
+
}
|
|
2399
|
+
|
|
2400
|
+
.dark .xpl-button--secondary a, .dark .xpl-button--secondary button {
|
|
2401
|
+
--tw-text-opacity: 1;
|
|
2402
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2405
|
+
.dark .xpl-button--subtle a:hover, .dark .xpl-button--subtle button:hover {
|
|
2406
|
+
border-color: transparent;
|
|
2407
|
+
--tw-bg-opacity: 1;
|
|
2408
|
+
background-color: rgba(54, 50, 64, var(--tw-bg-opacity));
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
.dark .xpl-button--subtle a:active, .dark .xpl-button--subtle button:active {
|
|
2412
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2413
|
+
--tw-bg-opacity: 1;
|
|
2414
|
+
background-color: rgba(60, 56, 71, var(--tw-bg-opacity));
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
.dark .xpl-button--subtle a:focus, .dark .xpl-button--subtle button:focus {
|
|
2418
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2419
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2420
|
+
border-color: transparent;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
.dark .xpl-button--subtle a, .dark .xpl-button--subtle button {
|
|
2424
|
+
background-color: transparent;
|
|
2425
|
+
--tw-text-opacity: 1;
|
|
2426
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
.dark .xpl-button--success a,
|
|
2430
|
+
.dark .xpl-button--success button {
|
|
2431
|
+
color: var(--xpl-color-reverse-dm);
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.dark .xpl-button--success a:hover, .dark .xpl-button--success button:hover {
|
|
2435
|
+
border-color: transparent;
|
|
2436
|
+
--tw-bg-opacity: 1;
|
|
2437
|
+
background-color: rgba(74, 212, 168, var(--tw-bg-opacity));
|
|
2438
|
+
}
|
|
2439
|
+
|
|
2440
|
+
.dark .xpl-button--success a:active, .dark .xpl-button--success button:active {
|
|
2441
|
+
--tw-ring-color: var(--xpl-color-green-200);
|
|
2442
|
+
--tw-bg-opacity: 1;
|
|
2443
|
+
background-color: rgba(74, 212, 168, var(--tw-bg-opacity));
|
|
2444
|
+
}
|
|
2445
|
+
|
|
2446
|
+
.dark .xpl-button--success a:focus, .dark .xpl-button--success button:focus {
|
|
2447
|
+
--tw-ring-color: var(--xpl-color-green-200);
|
|
2448
|
+
border-color: transparent;
|
|
2449
|
+
--tw-bg-opacity: 1;
|
|
2450
|
+
background-color: rgba(116, 251, 208, var(--tw-bg-opacity));
|
|
2451
|
+
}
|
|
2452
|
+
|
|
2453
|
+
.dark .xpl-button--success a, .dark .xpl-button--success button {
|
|
2454
|
+
--tw-bg-opacity: 1;
|
|
2455
|
+
background-color: rgba(116, 251, 208, var(--tw-bg-opacity))
|
|
2456
|
+
}
|
|
2457
|
+
|
|
2458
|
+
.dark .xpl-button--success.xpl-button--secondary a,
|
|
2459
|
+
.dark .xpl-button--success.xpl-button--secondary button {
|
|
2460
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2461
|
+
color: var(--xpl-color-green-200);
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.dark .xpl-button--success.xpl-button--secondary a:hover,
|
|
2465
|
+
.dark .xpl-button--success.xpl-button--secondary a:active,
|
|
2466
|
+
.dark .xpl-button--success.xpl-button--secondary a:focus,
|
|
2467
|
+
.dark .xpl-button--success.xpl-button--secondary button:hover,
|
|
2468
|
+
.dark .xpl-button--success.xpl-button--secondary button:active,
|
|
2469
|
+
.dark .xpl-button--success.xpl-button--secondary button:focus {
|
|
2470
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
.dark .xpl-button--success.xpl-button--secondary a:hover, .dark .xpl-button--success.xpl-button--secondary button:hover {
|
|
2474
|
+
border-color: var(--xpl-color-green-200);
|
|
2475
|
+
}
|
|
2476
|
+
|
|
2477
|
+
.dark .xpl-button--success.xpl-button--secondary a:active, .dark .xpl-button--success.xpl-button--secondary button:active {
|
|
2478
|
+
border-color: var(--xpl-color-green-200);
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
.dark .xpl-button--success.xpl-button--secondary a:focus, .dark .xpl-button--success.xpl-button--secondary button:focus {
|
|
2482
|
+
border-color: var(--xpl-color-stroke-dm);
|
|
2483
|
+
}
|
|
2484
|
+
|
|
2485
|
+
.dark .xpl-button--success.xpl-button--subtle a:hover, .dark .xpl-button--success.xpl-button--subtle button:hover {
|
|
2486
|
+
--tw-bg-opacity: 1;
|
|
2487
|
+
background-color: rgba(54, 50, 64, var(--tw-bg-opacity));
|
|
2488
|
+
}
|
|
2489
|
+
|
|
2490
|
+
.dark .xpl-button--success.xpl-button--subtle a:active, .dark .xpl-button--success.xpl-button--subtle button:active {
|
|
2491
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2492
|
+
--tw-bg-opacity: 1;
|
|
2493
|
+
background-color: rgba(60, 56, 71, var(--tw-bg-opacity));
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
.dark .xpl-button--success.xpl-button--subtle a:focus, .dark .xpl-button--success.xpl-button--subtle button:focus {
|
|
2497
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2498
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2499
|
+
border-color: transparent;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
.dark .xpl-button--success.xpl-button--subtle a, .dark .xpl-button--success.xpl-button--subtle button {
|
|
2503
|
+
background-color: transparent;
|
|
2504
|
+
--tw-text-opacity: 1;
|
|
2505
|
+
color: rgba(116, 251, 208, var(--tw-text-opacity))
|
|
2506
|
+
}
|
|
2507
|
+
|
|
2508
|
+
.dark .xpl-button--warning a,
|
|
2509
|
+
.dark .xpl-button--warning button {
|
|
2510
|
+
background-color: var(--xpl-color-action-warning-dm);
|
|
2511
|
+
color: var(--xpl-color-reverse-dm);
|
|
2512
|
+
}
|
|
2513
|
+
|
|
2514
|
+
.dark .xpl-button--warning a:hover, .dark .xpl-button--warning button:hover {
|
|
2515
|
+
border-color: transparent;
|
|
2516
|
+
background-color: var(--xpl-color-action-warning-hover-dm);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
.dark .xpl-button--warning a:active, .dark .xpl-button--warning button:active {
|
|
2520
|
+
--tw-ring-color: var(--xpl-color-red-300);
|
|
2521
|
+
background-color: var(--xpl-color-action-warning-hover-dm);
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
.dark .xpl-button--warning a:focus, .dark .xpl-button--warning button:focus {
|
|
2525
|
+
--tw-ring-color: var(--xpl-color-red-300);
|
|
2526
|
+
background-color: var(--xpl-color-action-warning-dm);
|
|
2527
|
+
border-color: transparent;
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
.dark .xpl-button--warning.xpl-button--secondary a,
|
|
2531
|
+
.dark .xpl-button--warning.xpl-button--secondary button {
|
|
2532
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2533
|
+
color: var(--xpl-color-text-warning-dm);
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2536
|
+
.dark .xpl-button--warning.xpl-button--secondary a:hover,
|
|
2537
|
+
.dark .xpl-button--warning.xpl-button--secondary a:active,
|
|
2538
|
+
.dark .xpl-button--warning.xpl-button--secondary a:focus,
|
|
2539
|
+
.dark .xpl-button--warning.xpl-button--secondary button:hover,
|
|
2540
|
+
.dark .xpl-button--warning.xpl-button--secondary button:active,
|
|
2541
|
+
.dark .xpl-button--warning.xpl-button--secondary button:focus {
|
|
2542
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2543
|
+
}
|
|
2544
|
+
|
|
2545
|
+
.dark .xpl-button--warning.xpl-button--secondary a:hover, .dark .xpl-button--warning.xpl-button--secondary button:hover {
|
|
2546
|
+
border-color: var(--xpl-color-text-warning-dm);
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
.dark .xpl-button--warning.xpl-button--secondary a:active, .dark .xpl-button--warning.xpl-button--secondary button:active {
|
|
2550
|
+
border-color: var(--xpl-color-text-warning-dm);
|
|
2551
|
+
}
|
|
2552
|
+
|
|
2553
|
+
.dark .xpl-button--warning.xpl-button--secondary a:focus, .dark .xpl-button--warning.xpl-button--secondary button:focus {
|
|
2554
|
+
border-color: var(--xpl-color-stroke-dm);
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
.dark .xpl-button--warning.xpl-button--subtle a,
|
|
2558
|
+
.dark .xpl-button--warning.xpl-button--subtle button {
|
|
2559
|
+
color: var(--xpl-color-text-warning-dm);
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
.dark .xpl-button--warning.xpl-button--subtle a:hover, .dark .xpl-button--warning.xpl-button--subtle button:hover {
|
|
2563
|
+
border-color: transparent;
|
|
2564
|
+
--tw-bg-opacity: 1;
|
|
2565
|
+
background-color: rgba(54, 50, 64, var(--tw-bg-opacity));
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
.dark .xpl-button--warning.xpl-button--subtle a:active, .dark .xpl-button--warning.xpl-button--subtle button:active {
|
|
2569
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2570
|
+
--tw-bg-opacity: 1;
|
|
2571
|
+
background-color: rgba(60, 56, 71, var(--tw-bg-opacity));
|
|
2572
|
+
}
|
|
2573
|
+
|
|
2574
|
+
.dark .xpl-button--warning.xpl-button--subtle a:focus, .dark .xpl-button--warning.xpl-button--subtle button:focus {
|
|
2575
|
+
--tw-ring-color: var(--xpl-color-gray-700);
|
|
2576
|
+
background-color: var(--xpl-color-foreground-dm);
|
|
2577
|
+
border-color: transparent;
|
|
2578
|
+
}
|
|
2579
|
+
|
|
2580
|
+
.dark .xpl-button--warning.xpl-button--subtle a, .dark .xpl-button--warning.xpl-button--subtle button {
|
|
2581
|
+
background-color: transparent
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
/* stylelint-disable-next-line no-duplicate-selectors */
|
|
2585
|
+
|
|
2586
|
+
.dark .xpl-button a:disabled,
|
|
2587
|
+
.dark .xpl-button a:disabled:hover,
|
|
2588
|
+
.dark .xpl-button button:disabled,
|
|
2589
|
+
.dark .xpl-button button:disabled:hover {
|
|
2590
|
+
background-color: var(--xpl-color-action-disabled-dm);
|
|
2591
|
+
border-color: transparent;
|
|
2592
|
+
color: var(--xpl-color-text-secondary-dm);
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.dark .xpl-button a:disabled, .dark .xpl-button a:disabled:hover, .dark .xpl-button button:disabled, .dark .xpl-button button:disabled:hover {
|
|
2596
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2597
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2598
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.xpl-button--link-disabled a,
|
|
2602
|
+
.xpl-button--link-disabled a:hover,
|
|
2603
|
+
.xpl-button--link-disabled a:focus,
|
|
2604
|
+
.xpl-button--link-disabled a:active,
|
|
2605
|
+
.xpl-button--link-disabled.xpl-button--success a,
|
|
2606
|
+
.xpl-button--link-disabled.xpl-button--success a:hover,
|
|
2607
|
+
.xpl-button--link-disabled.xpl-button--success a:focus,
|
|
2608
|
+
.xpl-button--link-disabled.xpl-button--success a:active,
|
|
2609
|
+
.xpl-button--link-disabled.xpl-button--warning a,
|
|
2610
|
+
.xpl-button--link-disabled.xpl-button--warning a:hover,
|
|
2611
|
+
.xpl-button--link-disabled.xpl-button--warning a:focus,
|
|
2612
|
+
.xpl-button--link-disabled.xpl-button--warning a:active,
|
|
2613
|
+
.xpl-button--link-disabled.xpl-button--neutral a,
|
|
2614
|
+
.xpl-button--link-disabled.xpl-button--neutral a:hover,
|
|
2615
|
+
.xpl-button--link-disabled.xpl-button--neutral a:focus,
|
|
2616
|
+
.xpl-button--link-disabled.xpl-button--neutral a:active {
|
|
2617
|
+
background-color: var(--xpl-color-action-disabled-lm);
|
|
2618
|
+
border-color: var(--xpl-color-action-disabled-lm);
|
|
2619
|
+
color: var(--xpl-color-text-secondary-lm);
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2622
|
+
.xpl-button--link-disabled a, .xpl-button--link-disabled a:hover, .xpl-button--link-disabled a:focus, .xpl-button--link-disabled a:active, .xpl-button--link-disabled.xpl-button--success a, .xpl-button--link-disabled.xpl-button--success a:hover, .xpl-button--link-disabled.xpl-button--success a:focus, .xpl-button--link-disabled.xpl-button--success a:active, .xpl-button--link-disabled.xpl-button--warning a, .xpl-button--link-disabled.xpl-button--warning a:hover, .xpl-button--link-disabled.xpl-button--warning a:focus, .xpl-button--link-disabled.xpl-button--warning a:active, .xpl-button--link-disabled.xpl-button--neutral a, .xpl-button--link-disabled.xpl-button--neutral a:hover, .xpl-button--link-disabled.xpl-button--neutral a:focus, .xpl-button--link-disabled.xpl-button--neutral a:active {
|
|
2623
|
+
border-width: 0px;
|
|
2624
|
+
cursor: not-allowed;
|
|
2625
|
+
--tw-shadow: 0 0 #0000;
|
|
2626
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2627
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2628
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2629
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
.dark .xpl-button--link-disabled a,
|
|
2633
|
+
.dark .xpl-button--link-disabled a:hover,
|
|
2634
|
+
.dark .xpl-button--link-disabled a:focus,
|
|
2635
|
+
.dark .xpl-button--link-disabled a:active,
|
|
2636
|
+
.dark .xpl-button--link-disabled.xpl-button--success a,
|
|
2637
|
+
.dark .xpl-button--link-disabled.xpl-button--success a:hover,
|
|
2638
|
+
.dark .xpl-button--link-disabled.xpl-button--success a:focus,
|
|
2639
|
+
.dark .xpl-button--link-disabled.xpl-button--success a:active,
|
|
2640
|
+
.dark .xpl-button--link-disabled.xpl-button--warning a,
|
|
2641
|
+
.dark .xpl-button--link-disabled.xpl-button--warning a:hover,
|
|
2642
|
+
.dark .xpl-button--link-disabled.xpl-button--warning a:focus,
|
|
2643
|
+
.dark .xpl-button--link-disabled.xpl-button--warning a:active,
|
|
2644
|
+
.dark .xpl-button--link-disabled.xpl-button--neutral a,
|
|
2645
|
+
.dark .xpl-button--link-disabled.xpl-button--neutral a:hover,
|
|
2646
|
+
.dark .xpl-button--link-disabled.xpl-button--neutral a:focus,
|
|
2647
|
+
.dark .xpl-button--link-disabled.xpl-button--neutral a:active {
|
|
2648
|
+
background-color: var(--xpl-color-action-disabled-dm);
|
|
2649
|
+
border-color: transparent;
|
|
2650
|
+
color: var(--xpl-color-text-secondary-dm);
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.dark .xpl-button--link-disabled a, .dark .xpl-button--link-disabled a:hover, .dark .xpl-button--link-disabled a:focus, .dark .xpl-button--link-disabled a:active, .dark .xpl-button--link-disabled.xpl-button--success a, .dark .xpl-button--link-disabled.xpl-button--success a:hover, .dark .xpl-button--link-disabled.xpl-button--success a:focus, .dark .xpl-button--link-disabled.xpl-button--success a:active, .dark .xpl-button--link-disabled.xpl-button--warning a, .dark .xpl-button--link-disabled.xpl-button--warning a:hover, .dark .xpl-button--link-disabled.xpl-button--warning a:focus, .dark .xpl-button--link-disabled.xpl-button--warning a:active, .dark .xpl-button--link-disabled.xpl-button--neutral a, .dark .xpl-button--link-disabled.xpl-button--neutral a:hover, .dark .xpl-button--link-disabled.xpl-button--neutral a:focus, .dark .xpl-button--link-disabled.xpl-button--neutral a:active {
|
|
2654
|
+
cursor: not-allowed;
|
|
2655
|
+
--tw-shadow: 0 0 #0000;
|
|
2656
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2657
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2658
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2659
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
|
|
2660
|
+
}
|
|
2278
2661
|
|
|
2279
2662
|
.xpl-button-row {
|
|
2280
2663
|
--tw-border-opacity: 1;
|
|
@@ -2303,21 +2686,24 @@ button.xpl-button--xs.xpl-button--icon-only {
|
|
|
2303
2686
|
display: none;
|
|
2304
2687
|
}
|
|
2305
2688
|
|
|
2689
|
+
.xpl-button-row__right {
|
|
2690
|
+
display: flex;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2306
2693
|
@media screen and (max-width: 640px) {
|
|
2307
2694
|
.xpl-button-row-inner {
|
|
2308
2695
|
display: block;
|
|
2309
2696
|
}
|
|
2697
|
+
.xpl-button-row .xpl-button a, .xpl-button-row .xpl-button button {
|
|
2698
|
+
justify-content: center;
|
|
2699
|
+
margin-bottom: 1rem;
|
|
2700
|
+
width: 100%
|
|
2701
|
+
}
|
|
2310
2702
|
|
|
2311
2703
|
.xpl-button-row xpl-button + xpl-button .xpl-button {
|
|
2312
2704
|
margin-left: 0px;
|
|
2313
2705
|
}
|
|
2314
2706
|
|
|
2315
|
-
.xpl-button-row button.xpl-button {
|
|
2316
|
-
justify-content: center;
|
|
2317
|
-
margin-bottom: 1rem;
|
|
2318
|
-
width: 100%;
|
|
2319
|
-
}
|
|
2320
|
-
|
|
2321
2707
|
.xpl-button-row__left .xpl-button--secondary {
|
|
2322
2708
|
display: none;
|
|
2323
2709
|
}
|
|
@@ -2329,7 +2715,6 @@ button.xpl-button--xs.xpl-button--icon-only {
|
|
|
2329
2715
|
/* so that tertiary appears below primary */
|
|
2330
2716
|
|
|
2331
2717
|
.xpl-button-row__right {
|
|
2332
|
-
display: flex;
|
|
2333
2718
|
flex-direction: column-reverse;
|
|
2334
2719
|
}
|
|
2335
2720
|
|
|
@@ -3042,27 +3427,85 @@ button.xpl-button--xs.xpl-button--icon-only {
|
|
|
3042
3427
|
transition-duration: 150ms;
|
|
3043
3428
|
}
|
|
3044
3429
|
|
|
3045
|
-
.xpl-dropdown
|
|
3430
|
+
.dark .xpl-dropdown {
|
|
3431
|
+
--tw-bg-opacity: 1;
|
|
3432
|
+
background-color: rgba(48, 45, 59, var(--tw-bg-opacity));
|
|
3433
|
+
--tw-border-opacity: 1;
|
|
3434
|
+
border-color: rgba(106, 109, 125, var(--tw-border-opacity));
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
.xpl-dropdown--open {
|
|
3438
|
+
opacity: 1;
|
|
3439
|
+
pointer-events: auto;
|
|
3440
|
+
z-index: 50;
|
|
3441
|
+
--tw-translate-y: 0.5rem;
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
.xpl-dropdown-list {
|
|
3046
3445
|
max-height: 300px;
|
|
3047
3446
|
height: 100%;
|
|
3048
3447
|
overflow-y: auto;
|
|
3049
3448
|
}
|
|
3050
3449
|
|
|
3051
|
-
.
|
|
3052
|
-
|
|
3053
|
-
background-color: rgba(48, 45, 59, var(--tw-bg-opacity));
|
|
3054
|
-
--tw-border-opacity: 1;
|
|
3055
|
-
border-color: rgba(106, 109, 125, var(--tw-border-opacity));
|
|
3450
|
+
.xpl-dropdown-list-item {
|
|
3451
|
+
list-style: none;
|
|
3056
3452
|
}
|
|
3057
3453
|
|
|
3058
|
-
.xpl-dropdown
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3454
|
+
.dark .xpl-dropdown-option {
|
|
3455
|
+
--tw-text-opacity: 1;
|
|
3456
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3457
|
+
}
|
|
3458
|
+
|
|
3459
|
+
.xpl-dropdown-option:not(.xpl-dropdown-option--disabled):focus {
|
|
3460
|
+
--tw-bg-opacity: 1;
|
|
3461
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
3462
|
+
outline: 2px solid transparent;
|
|
3463
|
+
outline-offset: 2px;
|
|
3464
|
+
}
|
|
3465
|
+
|
|
3466
|
+
.xpl-dropdown-option:not(.xpl-dropdown-option--disabled):hover {
|
|
3467
|
+
background-color: var(--xpl-color-secondary-bg-lm);
|
|
3468
|
+
}
|
|
3469
|
+
|
|
3470
|
+
.xpl-dropdown-option--disabled,
|
|
3471
|
+
.xpl-dropdown-option--disabled [disabled] {
|
|
3472
|
+
touch-action: none;
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3475
|
+
.xpl-dropdown-option--disabled, .xpl-dropdown-option--disabled [disabled] {
|
|
3476
|
+
pointer-events: none
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.xpl-dropdown-option--disabled {
|
|
3480
|
+
cursor: not-allowed;
|
|
3481
|
+
opacity: 0.6
|
|
3063
3482
|
}
|
|
3064
3483
|
|
|
3065
|
-
.xpl-dropdown
|
|
3484
|
+
.xpl-dropdown-option--selected {
|
|
3485
|
+
background-color: var(--xpl-color-secondary-bg-lm);
|
|
3486
|
+
border-right: 4px solid var(--xpl-color-secondary-lm);
|
|
3487
|
+
}
|
|
3488
|
+
|
|
3489
|
+
.dark .xpl-dropdown-option:not(.xpl-dropdown-option--disabled):focus {
|
|
3490
|
+
--tw-bg-opacity: 1;
|
|
3491
|
+
background-color: rgba(41, 38, 50, var(--tw-bg-opacity));
|
|
3492
|
+
outline: 2px solid transparent;
|
|
3493
|
+
outline-offset: 2px;
|
|
3494
|
+
}
|
|
3495
|
+
|
|
3496
|
+
.dark .xpl-dropdown-option:not(.xpl-dropdown-option--disabled):hover {
|
|
3497
|
+
--tw-bg-opacity: 1;
|
|
3498
|
+
background-color: rgba(24, 22, 31, var(--tw-bg-opacity));
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
.dark .xpl-dropdown-option--selected {
|
|
3502
|
+
border-right: 4px solid var(--xpl-color-secondary-dm);
|
|
3503
|
+
--tw-bg-opacity: 1;
|
|
3504
|
+
background-color: rgba(24, 22, 31, var(--tw-bg-opacity));
|
|
3505
|
+
}
|
|
3506
|
+
|
|
3507
|
+
.xpl-dropdown-option {
|
|
3508
|
+
cursor: pointer;
|
|
3066
3509
|
display: block;
|
|
3067
3510
|
font-size: 0.875rem;
|
|
3068
3511
|
line-height: 1.25rem;
|
|
@@ -3073,60 +3516,31 @@ button.xpl-button--xs.xpl-button--icon-only {
|
|
|
3073
3516
|
text-align: left;
|
|
3074
3517
|
--tw-text-opacity: 1;
|
|
3075
3518
|
color: rgba(48, 45, 59, var(--tw-text-opacity));
|
|
3076
|
-
width: 100
|
|
3519
|
+
width: 100%
|
|
3077
3520
|
}
|
|
3078
3521
|
|
|
3079
|
-
.xpl-dropdown
|
|
3080
|
-
--tw-bg-opacity: 1;
|
|
3081
|
-
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
3082
|
-
outline: 2px solid transparent;
|
|
3083
|
-
outline-offset: 2px;
|
|
3084
|
-
}
|
|
3085
|
-
|
|
3086
|
-
.xpl-dropdown button:hover {
|
|
3087
|
-
background-color: var(--xpl-color-secondary-bg-lm);
|
|
3088
|
-
}
|
|
3089
|
-
|
|
3090
|
-
.dark .xpl-dropdown button {
|
|
3091
|
-
--tw-text-opacity: 1;
|
|
3092
|
-
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
3093
|
-
}
|
|
3094
|
-
|
|
3095
|
-
.dark .xpl-dropdown button:focus {
|
|
3096
|
-
--tw-bg-opacity: 1;
|
|
3097
|
-
background-color: rgba(41, 38, 50, var(--tw-bg-opacity));
|
|
3098
|
-
outline: 2px solid transparent;
|
|
3099
|
-
outline-offset: 2px;
|
|
3100
|
-
}
|
|
3101
|
-
|
|
3102
|
-
.dark .xpl-dropdown button:hover {
|
|
3103
|
-
--tw-bg-opacity: 1;
|
|
3104
|
-
background-color: rgba(24, 22, 31, var(--tw-bg-opacity));
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
|
-
.xpl-dropdown button.selected {
|
|
3108
|
-
background-color: var(--xpl-color-secondary-bg-lm);
|
|
3109
|
-
border-right: 4px solid var(--xpl-color-secondary-lm);
|
|
3110
|
-
}
|
|
3111
|
-
|
|
3112
|
-
.dark .xpl-dropdown button.selected {
|
|
3113
|
-
border-right: 4px solid var(--xpl-color-secondary-dm);
|
|
3114
|
-
--tw-bg-opacity: 1;
|
|
3115
|
-
background-color: rgba(24, 22, 31, var(--tw-bg-opacity));
|
|
3116
|
-
}
|
|
3117
|
-
|
|
3118
|
-
.xpl-dropdown.xpl-dropdown--multi button.selected {
|
|
3522
|
+
.xpl-dropdown.xpl-dropdown--multi .xpl-dropdown-option--selected {
|
|
3119
3523
|
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31372 9.31372 12 6 12C2.68628 12 0 9.31372 0 6C0 2.68628 2.68628 0 6 0C9.31372 0 12 2.68628 12 6ZM5.30598 9.17695L9.7576 4.72534C9.90876 4.57418 9.90876 4.32907 9.7576 4.17791L9.21017 3.63048C9.05901 3.4793 8.8139 3.4793 8.66272 3.63048L5.03226 7.26092L3.33728 5.56594C3.18612 5.41478 2.94102 5.41478 2.78983 5.56594L2.2424 6.11337C2.09124 6.26453 2.09124 6.50964 2.2424 6.6608L4.75853 9.17693C4.90972 9.32811 5.1548 9.32811 5.30598 9.17695V9.17695Z' fill='%236923F4'/%3E%3C/svg%3E%0A");
|
|
3120
3524
|
background-position: calc(100% - 16px) center;
|
|
3121
3525
|
background-repeat: no-repeat;
|
|
3122
|
-
border: 0 none;
|
|
3123
3526
|
}
|
|
3124
3527
|
|
|
3125
|
-
.dark .xpl-dropdown.xpl-dropdown--multi
|
|
3126
|
-
|
|
3528
|
+
.dark .xpl-dropdown.xpl-dropdown--multi .xpl-dropdown-option--selected {
|
|
3529
|
+
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6C12 9.31372 9.31372 12 6 12C2.68628 12 0 9.31372 0 6C0 2.68628 2.68628 0 6 0C9.31372 0 12 2.68628 12 6ZM5.30598 9.17695L9.7576 4.72534C9.90876 4.57418 9.90876 4.32907 9.7576 4.17791L9.21017 3.63048C9.05901 3.4793 8.8139 3.4793 8.66272 3.63048L5.03226 7.26092L3.33728 5.56594C3.18612 5.41478 2.94102 5.41478 2.78983 5.56594L2.2424 6.11337C2.09124 6.26453 2.09124 6.50964 2.2424 6.6608L4.75853 9.17693C4.90972 9.32811 5.1548 9.32811 5.30598 9.17695V9.17695Z' fill='%23C3ADFF'/%3E%3C/svg%3E%0A");
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.xpl-dropdown.xpl-dropdown--multi .xpl-dropdown-option--selected {
|
|
3533
|
+
border-width: 0px
|
|
3127
3534
|
}
|
|
3128
3535
|
|
|
3129
|
-
.xpl-dropdown
|
|
3536
|
+
.dark .xpl-dropdown-heading {
|
|
3537
|
+
--tw-border-opacity: 1;
|
|
3538
|
+
border-color: rgba(106, 109, 125, var(--tw-border-opacity));
|
|
3539
|
+
--tw-text-opacity: 1;
|
|
3540
|
+
color: rgba(153, 155, 168, var(--tw-text-opacity));
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
.xpl-dropdown-heading {
|
|
3130
3544
|
--tw-border-opacity: 1;
|
|
3131
3545
|
border-color: rgba(225, 226, 232, var(--tw-border-opacity));
|
|
3132
3546
|
border-bottom-width: 1px;
|
|
@@ -3139,14 +3553,7 @@ button.xpl-button--xs.xpl-button--icon-only {
|
|
|
3139
3553
|
padding-right: 0.75rem;
|
|
3140
3554
|
--tw-text-opacity: 1;
|
|
3141
3555
|
color: rgba(106, 109, 125, var(--tw-text-opacity));
|
|
3142
|
-
width: 100
|
|
3143
|
-
}
|
|
3144
|
-
|
|
3145
|
-
.dark .xpl-dropdown span {
|
|
3146
|
-
--tw-border-opacity: 1;
|
|
3147
|
-
border-color: rgba(106, 109, 125, var(--tw-border-opacity));
|
|
3148
|
-
--tw-text-opacity: 1;
|
|
3149
|
-
color: rgba(153, 155, 168, var(--tw-text-opacity));
|
|
3556
|
+
width: 100%
|
|
3150
3557
|
}
|
|
3151
3558
|
|
|
3152
3559
|
/* Flatpickr overrides */
|
|
@@ -4304,6 +4711,10 @@ a.xpl-list-item:focus {
|
|
|
4304
4711
|
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
4305
4712
|
}
|
|
4306
4713
|
|
|
4714
|
+
.xpl-nav-item a.active, .xpl-nav-item button.active {
|
|
4715
|
+
border-right: 4px solid var(--xpl-color-primary-dm);
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4307
4718
|
.xpl-nav-item a.active svg, .xpl-nav-item button.active svg {
|
|
4308
4719
|
fill: currentColor;
|
|
4309
4720
|
--tw-text-opacity: 1;
|
|
@@ -4311,10 +4722,6 @@ a.xpl-list-item:focus {
|
|
|
4311
4722
|
}
|
|
4312
4723
|
|
|
4313
4724
|
.xpl-nav-item a.active, .xpl-nav-item button.active {
|
|
4314
|
-
--tw-border-opacity: 1;
|
|
4315
|
-
border-color: rgba(249, 145, 112, var(--tw-border-opacity));
|
|
4316
|
-
border-style: solid;
|
|
4317
|
-
border-right-width: 4px;
|
|
4318
4725
|
--tw-text-opacity: 1;
|
|
4319
4726
|
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
4320
4727
|
}
|
|
@@ -4333,8 +4740,6 @@ a.xpl-list-item:focus {
|
|
|
4333
4740
|
.xpl-nav-item a, .xpl-nav-item button {
|
|
4334
4741
|
background-color: transparent;
|
|
4335
4742
|
border-color: transparent;
|
|
4336
|
-
border-style: solid;
|
|
4337
|
-
border-right-width: 4px;
|
|
4338
4743
|
align-items: center;
|
|
4339
4744
|
align-content: center
|
|
4340
4745
|
}
|
|
@@ -4585,38 +4990,12 @@ a.xpl-list-item:focus {
|
|
|
4585
4990
|
}
|
|
4586
4991
|
}
|
|
4587
4992
|
|
|
4588
|
-
.dark .xpl-secondary-nav nav {
|
|
4589
|
-
--tw-bg-opacity: 1;
|
|
4590
|
-
background-color: rgba(32, 30, 41, var(--tw-bg-opacity));
|
|
4591
|
-
--tw-border-opacity: 1;
|
|
4592
|
-
border-color: rgba(106, 109, 125, var(--tw-border-opacity));
|
|
4593
|
-
border-bottom-width: 1px;
|
|
4594
|
-
}
|
|
4595
|
-
|
|
4596
|
-
@media (min-width: 1024px) {
|
|
4597
|
-
.dark .xpl-secondary-nav nav {
|
|
4598
|
-
border-bottom-width: 0px;
|
|
4599
|
-
border-right-width: 1px
|
|
4600
|
-
}
|
|
4601
|
-
}
|
|
4602
|
-
|
|
4603
4993
|
.xpl-secondary-nav nav {
|
|
4604
4994
|
--tw-bg-opacity: 1;
|
|
4605
4995
|
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
4606
|
-
--tw-border-opacity: 1;
|
|
4607
|
-
border-color: rgba(238, 239, 243, var(--tw-border-opacity));
|
|
4608
|
-
border-right-width: 0px;
|
|
4609
|
-
border-bottom-width: 1px;
|
|
4610
4996
|
position: relative
|
|
4611
4997
|
}
|
|
4612
4998
|
|
|
4613
|
-
@media (min-width: 1024px) {
|
|
4614
|
-
.xpl-secondary-nav nav {
|
|
4615
|
-
border-bottom-width: 0px;
|
|
4616
|
-
border-right-width: 1px
|
|
4617
|
-
}
|
|
4618
|
-
}
|
|
4619
|
-
|
|
4620
4999
|
.xpl-secondary-nav nav ul::-webkit-scrollbar {
|
|
4621
5000
|
display: none;
|
|
4622
5001
|
}
|
|
@@ -4646,7 +5025,6 @@ a.xpl-list-item:focus {
|
|
|
4646
5025
|
flex-direction: column;
|
|
4647
5026
|
padding-right: 0px;
|
|
4648
5027
|
padding-left: 0px;
|
|
4649
|
-
padding-top: 0.5rem;
|
|
4650
5028
|
white-space: normal
|
|
4651
5029
|
}
|
|
4652
5030
|
}
|
|
@@ -5414,7 +5792,6 @@ button.xpl-tag__close {
|
|
|
5414
5792
|
|
|
5415
5793
|
.xpl-utility-bar {
|
|
5416
5794
|
background-color: var(--xpl-color-gray-0);
|
|
5417
|
-
border-color: var(--xpl-color-gray-300);
|
|
5418
5795
|
color: var(--xpl-color-gray-500);
|
|
5419
5796
|
}
|
|
5420
5797
|
|
|
@@ -5451,7 +5828,6 @@ button.xpl-tag__close {
|
|
|
5451
5828
|
}
|
|
5452
5829
|
|
|
5453
5830
|
.xpl-utility-bar {
|
|
5454
|
-
border-bottom-width: 1px;
|
|
5455
5831
|
display: grid;
|
|
5456
5832
|
padding-top: 0.75rem;
|
|
5457
5833
|
padding-bottom: 0.75rem;
|
|
@@ -5468,8 +5844,7 @@ button.xpl-tag__close {
|
|
|
5468
5844
|
}
|
|
5469
5845
|
|
|
5470
5846
|
.dark .xpl-utility-bar {
|
|
5471
|
-
background-color: var(--xpl-color-
|
|
5472
|
-
border-color: var(--xpl-color-gray-700);
|
|
5847
|
+
background-color: var(--xpl-color-background-2-dm);
|
|
5473
5848
|
color: var(--xpl-color-gray-300);
|
|
5474
5849
|
}
|
|
5475
5850
|
|