@spectrum-web-components/table 0.0.2-table.2609 → 0.0.2-table.2625
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/README.md +151 -63
- package/custom-elements.json +86 -59
- package/package.json +2 -9
- package/src/Table.d.ts +24 -0
- package/src/Table.js +68 -65
- package/src/Table.js.map +1 -1
- package/src/TableBody.js +1 -1
- package/src/TableBody.js.map +1 -1
- package/src/TableCell.d.ts +0 -1
- package/src/TableCell.js +0 -4
- package/src/TableCell.js.map +1 -1
- package/src/TableCheckboxCell.d.ts +1 -1
- package/src/TableCheckboxCell.js +8 -11
- package/src/TableCheckboxCell.js.map +1 -1
- package/src/TableHead.d.ts +1 -0
- package/src/TableHead.js +1 -1
- package/src/TableHead.js.map +1 -1
- package/src/TableHeadCell.d.ts +2 -1
- package/src/TableHeadCell.js +2 -4
- package/src/TableHeadCell.js.map +1 -1
- package/src/TableRow.d.ts +2 -0
- package/src/TableRow.js +2 -0
- package/src/TableRow.js.map +1 -1
- package/src/spectrum-config.js +10 -7
- package/src/spectrum-table-head-cell.css.js +1 -1
- package/src/spectrum-table-head-cell.css.js.map +1 -1
- package/src/spectrum-table.css.js +83 -103
- package/src/spectrum-table.css.js.map +1 -1
- package/src/table-checkbox-cell.css.js +1 -1
- package/src/table-checkbox-cell.css.js.map +1 -1
- package/src/table-head-cell.css.js +1 -1
- package/src/table-head-cell.css.js.map +1 -1
- package/src/table.css.js +83 -103
- package/src/table.css.js.map +1 -1
- package/stories/index.js +0 -12
- package/stories/index.js.map +1 -1
- package/stories/table-elements.stories.js +46 -21
- package/stories/table-elements.stories.js.map +1 -1
- package/stories/table-virtualized.stories.js +38 -25
- package/stories/table-virtualized.stories.js.map +1 -1
- package/test/benchmark/basic-test.js +39 -1
- package/test/benchmark/basic-test.js.map +1 -1
- package/test/table.test.js +75 -649
- package/test/table.test.js.map +1 -1
- package/test/virtualized-table.test.js +494 -0
- package/test/virtualized-table.test.js.map +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spectrum-table.css.js","sourceRoot":"","sources":["spectrum-table.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAghBjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{border-collapse:separate;border-spacing:0}:host([size=s]){--spectrum-table-compact-quiet-border-radius:var(\n--spectrum-table-s-compact-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-header-border-radius:var(\n--spectrum-table-s-compact-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-cell-border-radius-key-focus:var(\n--spectrum-table-s-compact-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-divider-border-size:var(\n--spectrum-table-s-compact-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-compact-header-text-size:var(\n--spectrum-table-s-compact-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-compact-header-text-font-weight:var(\n--spectrum-table-s-compact-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-compact-header-text-letter-spacing:var(\n--spectrum-table-s-compact-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-compact-header-text-line-height:var(\n--spectrum-table-s-compact-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-compact-header-sort-icon-gap:var(\n--spectrum-table-s-compact-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-compact-header-min-height:var(\n--spectrum-table-s-compact-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-header-padding-top:var(\n--spectrum-table-s-compact-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-bottom:var(\n--spectrum-table-s-compact-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-left:var(\n--spectrum-table-s-compact-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-header-padding-right:var(\n--spectrum-table-s-compact-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-text-size:var(\n--spectrum-table-s-compact-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-compact-cell-text-font-weight:var(\n--spectrum-table-s-compact-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-compact-cell-text-line-height:var(\n--spectrum-table-s-compact-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-compact-cell-checkbox-padding-right:var(\n--spectrum-table-s-compact-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-compact-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-compact-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-compact-cell-min-height:var(\n--spectrum-table-s-compact-cell-min-height,var(--spectrum-global-dimension-size-300)\n);--spectrum-table-compact-cell-padding-top:var(\n--spectrum-table-s-compact-cell-padding-top,var(--spectrum-global-dimension-size-50)\n);--spectrum-table-compact-cell-padding-bottom:var(\n--spectrum-table-s-compact-cell-padding-bottom,var(--spectrum-global-dimension-size-50)\n);--spectrum-table-compact-cell-padding-left:var(\n--spectrum-table-s-compact-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-padding-right:var(\n--spectrum-table-s-compact-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-vertical-alignment:var(\n--spectrum-table-s-compact-cell-vertical-alignment,top\n);--spectrum-table-compact-border-radius:var(\n--spectrum-table-s-compact-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-border-size:var(\n--spectrum-table-s-compact-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-quiet-border-radius:var(\n--spectrum-table-s-regular-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-header-border-radius:var(\n--spectrum-table-s-regular-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-cell-border-radius-key-focus:var(\n--spectrum-table-s-regular-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-divider-border-size:var(\n--spectrum-table-s-regular-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-header-text-size:var(\n--spectrum-table-s-regular-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-regular-header-text-font-weight:var(\n--spectrum-table-s-regular-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-regular-header-text-letter-spacing:var(\n--spectrum-table-s-regular-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-regular-header-text-line-height:var(\n--spectrum-table-s-regular-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-regular-header-sort-icon-gap:var(\n--spectrum-table-s-regular-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-regular-header-min-height:var(\n--spectrum-table-s-regular-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-header-padding-top:var(\n--spectrum-table-s-regular-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-bottom:var(\n--spectrum-table-s-regular-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-left:var(\n--spectrum-table-s-regular-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-header-padding-right:var(\n--spectrum-table-s-regular-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-text-size:var(\n--spectrum-table-s-regular-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-regular-cell-text-font-weight:var(\n--spectrum-table-s-regular-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-regular-cell-text-line-height:var(\n--spectrum-table-s-regular-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-regular-cell-checkbox-padding-right:var(\n--spectrum-table-s-regular-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-regular-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-regular-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-regular-cell-min-height:var(\n--spectrum-table-s-regular-cell-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-cell-padding-top:var(\n--spectrum-table-s-regular-cell-padding-top,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-regular-cell-padding-bottom:var(\n--spectrum-table-s-regular-cell-padding-bottom,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-regular-cell-padding-left:var(\n--spectrum-table-s-regular-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-padding-right:var(\n--spectrum-table-s-regular-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-vertical-alignment:var(\n--spectrum-table-s-regular-cell-vertical-alignment,top\n);--spectrum-table-regular-border-radius:var(\n--spectrum-table-s-regular-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-border-size:var(\n--spectrum-table-s-regular-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-quiet-border-radius:var(\n--spectrum-table-s-spacious-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-header-border-radius:var(\n--spectrum-table-s-spacious-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-cell-border-radius-key-focus:var(\n--spectrum-table-s-spacious-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-divider-border-size:var(\n--spectrum-table-s-spacious-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-header-text-size:var(\n--spectrum-table-s-spacious-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-spacious-header-text-font-weight:var(\n--spectrum-table-s-spacious-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-spacious-header-text-letter-spacing:var(\n--spectrum-table-s-spacious-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-spacious-header-text-line-height:var(\n--spectrum-table-s-spacious-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-spacious-header-sort-icon-gap:var(\n--spectrum-table-s-spacious-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-header-min-height:var(\n--spectrum-table-s-spacious-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-spacious-header-padding-top:var(\n--spectrum-table-s-spacious-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-bottom:var(\n--spectrum-table-s-spacious-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-left:var(\n--spectrum-table-s-spacious-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-header-padding-right:var(\n--spectrum-table-s-spacious-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-text-size:var(\n--spectrum-table-s-spacious-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-spacious-cell-text-font-weight:var(\n--spectrum-table-s-spacious-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-spacious-cell-text-line-height:var(\n--spectrum-table-s-spacious-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-spacious-cell-checkbox-padding-right:var(\n--spectrum-table-s-spacious-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-spacious-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-spacious-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-spacious-cell-min-height:var(\n--spectrum-table-s-spacious-cell-min-height,var(--spectrum-global-dimension-size-500)\n);--spectrum-table-spacious-cell-padding-top:var(\n--spectrum-table-s-spacious-cell-padding-top,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-cell-padding-bottom:var(\n--spectrum-table-s-spacious-cell-padding-bottom,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-cell-padding-left:var(\n--spectrum-table-s-spacious-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-padding-right:var(\n--spectrum-table-s-spacious-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-vertical-alignment:var(\n--spectrum-table-s-spacious-cell-vertical-alignment,top\n);--spectrum-table-spacious-border-radius:var(\n--spectrum-table-s-spacious-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-border-size:var(\n--spectrum-table-s-spacious-border-size,var(--spectrum-alias-border-size-thin)\n)}:host([size=m]){--spectrum-table-compact-quiet-border-radius:var(\n--spectrum-table-m-compact-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-header-border-radius:var(\n--spectrum-table-m-compact-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-cell-border-radius-key-focus:var(\n--spectrum-table-m-compact-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-divider-border-size:var(\n--spectrum-table-m-compact-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-compact-header-text-size:var(\n--spectrum-table-m-compact-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-compact-header-text-font-weight:var(\n--spectrum-table-m-compact-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-compact-header-text-letter-spacing:var(\n--spectrum-table-m-compact-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-compact-header-text-line-height:var(\n--spectrum-table-m-compact-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-compact-header-sort-icon-gap:var(\n--spectrum-table-m-compact-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-compact-header-min-height:var(\n--spectrum-table-m-compact-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-header-padding-top:var(\n--spectrum-table-m-compact-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-bottom:var(\n--spectrum-table-m-compact-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-left:var(\n--spectrum-table-m-compact-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-header-padding-right:var(\n--spectrum-table-m-compact-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-text-size:var(\n--spectrum-table-m-compact-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-compact-cell-text-font-weight:var(\n--spectrum-table-m-compact-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-compact-cell-text-line-height:var(\n--spectrum-table-m-compact-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-compact-cell-checkbox-padding-right:var(\n--spectrum-table-m-compact-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-compact-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-compact-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-compact-cell-min-height:var(\n--spectrum-table-m-compact-cell-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-cell-padding-top:var(\n--spectrum-table-m-compact-cell-padding-top,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-compact-cell-padding-bottom:var(\n--spectrum-table-m-compact-cell-padding-bottom,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-compact-cell-padding-left:var(\n--spectrum-table-m-compact-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-padding-right:var(\n--spectrum-table-m-compact-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-vertical-alignment:var(\n--spectrum-table-m-compact-cell-vertical-alignment,top\n);--spectrum-table-compact-border-radius:var(\n--spectrum-table-m-compact-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-border-size:var(\n--spectrum-table-m-compact-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-quiet-border-radius:var(\n--spectrum-table-m-regular-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-header-border-radius:var(\n--spectrum-table-m-regular-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-cell-border-radius-key-focus:var(\n--spectrum-table-m-regular-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-divider-border-size:var(\n--spectrum-table-m-regular-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-header-text-size:var(\n--spectrum-table-m-regular-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-regular-header-text-font-weight:var(\n--spectrum-table-m-regular-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-regular-header-text-letter-spacing:var(\n--spectrum-table-m-regular-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-regular-header-text-line-height:var(\n--spectrum-table-m-regular-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-regular-header-sort-icon-gap:var(\n--spectrum-table-m-regular-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-regular-header-min-height:var(\n--spectrum-table-m-regular-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-header-padding-top:var(\n--spectrum-table-m-regular-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-bottom:var(\n--spectrum-table-m-regular-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-left:var(\n--spectrum-table-m-regular-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-header-padding-right:var(\n--spectrum-table-m-regular-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-text-size:var(\n--spectrum-table-m-regular-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-regular-cell-text-font-weight:var(\n--spectrum-table-m-regular-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-regular-cell-text-line-height:var(\n--spectrum-table-m-regular-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-regular-cell-checkbox-padding-right:var(\n--spectrum-table-m-regular-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-regular-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-regular-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-regular-cell-min-height:var(\n--spectrum-table-m-regular-cell-min-height,var(--spectrum-global-dimension-size-500)\n);--spectrum-table-regular-cell-padding-top:var(\n--spectrum-table-m-regular-cell-padding-top,var(--spectrum-global-dimension-size-130)\n);--spectrum-table-regular-cell-padding-bottom:var(\n--spectrum-table-m-regular-cell-padding-bottom,var(--spectrum-global-dimension-size-130)\n);--spectrum-table-regular-cell-padding-left:var(\n--spectrum-table-m-regular-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-padding-right:var(\n--spectrum-table-m-regular-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-vertical-alignment:var(\n--spectrum-table-m-regular-cell-vertical-alignment,top\n);--spectrum-table-regular-border-radius:var(\n--spectrum-table-m-regular-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-border-size:var(\n--spectrum-table-m-regular-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-quiet-border-radius:var(\n--spectrum-table-m-spacious-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-header-border-radius:var(\n--spectrum-table-m-spacious-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-cell-border-radius-key-focus:var(\n--spectrum-table-m-spacious-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-divider-border-size:var(\n--spectrum-table-m-spacious-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-header-text-size:var(\n--spectrum-table-m-spacious-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-spacious-header-text-font-weight:var(\n--spectrum-table-m-spacious-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-spacious-header-text-letter-spacing:var(\n--spectrum-table-m-spacious-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-spacious-header-text-line-height:var(\n--spectrum-table-m-spacious-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-spacious-header-sort-icon-gap:var(\n--spectrum-table-m-spacious-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-header-min-height:var(\n--spectrum-table-m-spacious-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-spacious-header-padding-top:var(\n--spectrum-table-m-spacious-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-bottom:var(\n--spectrum-table-m-spacious-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-left:var(\n--spectrum-table-m-spacious-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-header-padding-right:var(\n--spectrum-table-m-spacious-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-text-size:var(\n--spectrum-table-m-spacious-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-spacious-cell-text-font-weight:var(\n--spectrum-table-m-spacious-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-spacious-cell-text-line-height:var(\n--spectrum-table-m-spacious-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-spacious-cell-checkbox-padding-right:var(\n--spectrum-table-m-spacious-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-spacious-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-spacious-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-spacious-cell-min-height:var(\n--spectrum-table-m-spacious-cell-min-height,var(--spectrum-global-dimension-size-600)\n);--spectrum-table-spacious-cell-padding-top:var(\n--spectrum-table-m-spacious-cell-padding-top,var(--spectrum-global-dimension-size-185)\n);--spectrum-table-spacious-cell-padding-bottom:var(\n--spectrum-table-m-spacious-cell-padding-bottom,var(--spectrum-global-dimension-size-185)\n);--spectrum-table-spacious-cell-padding-left:var(\n--spectrum-table-m-spacious-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-padding-right:var(\n--spectrum-table-m-spacious-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-vertical-alignment:var(\n--spectrum-table-m-spacious-cell-vertical-alignment,top\n);--spectrum-table-spacious-border-radius:var(\n--spectrum-table-m-spacious-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-border-size:var(\n--spectrum-table-m-spacious-border-size,var(--spectrum-alias-border-size-thin)\n)}:host([dir=ltr]) .spectrum-Table-headCell{text-align:left}:host([dir=rtl]) .spectrum-Table-headCell{text-align:right}:host([dir=ltr]) .spectrum-Table-headCell{padding-left:var(\n--spectrum-table-regular-header-padding-left\n);padding-right:var(--spectrum-table-regular-header-padding-right)}:host([dir=rtl]) .spectrum-Table-headCell{padding-left:var(--spectrum-table-regular-header-padding-right);padding-right:var(\n--spectrum-table-regular-header-padding-left\n)}.spectrum-Table-headCell{border-radius:var(--spectrum-table-regular-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-regular-header-text-size);font-weight:var(--spectrum-table-regular-header-text-font-weight);letter-spacing:var(--spectrum-table-regular-header-text-letter-spacing);line-height:var(--spectrum-table-regular-header-text-line-height);min-height:var(--spectrum-table-regular-header-min-height);outline:0;padding-bottom:var(--spectrum-table-regular-header-padding-bottom);padding-top:var(--spectrum-table-regular-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}.spectrum-Table-headCell.is-sortable{cursor:pointer}.spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}.spectrum-Table-row.is-drop-target:before,:host([density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}::slotted(sp-table-body){border-radius:var(--spectrum-table-regular-border-radius);border-width:var(--spectrum-table-regular-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-regular-cell-vertical-alignment)}:host(:not(.spectrum-Table--quiet)) tbody::slotted(sp-table-body){border-radius:var(--spectrum-table-regular-border-radius);border-width:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-regular-cell-padding-left\n);padding-right:var(--spectrum-table-regular-cell-padding-right)}:host([dir=rtl]) .spectrum-Table-cell{padding-left:var(--spectrum-table-regular-cell-padding-right);padding-right:var(\n--spectrum-table-regular-cell-padding-left\n)}.spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-regular-cell-text-size);font-weight:var(--spectrum-table-regular-cell-text-font-weight);line-height:var(--spectrum-table-regular-cell-text-line-height);min-height:calc(var(--spectrum-table-regular-cell-min-height) - var(--spectrum-table-regular-cell-padding-top) - var(--spectrum-table-regular-cell-padding-bottom));padding-bottom:var(--spectrum-table-regular-cell-padding-bottom);padding-top:var(--spectrum-table-regular-cell-padding-top)}.spectrum-Table-cell,.spectrum-Table-headCell{position:relative}.spectrum-Table-cell.focus-visible,.spectrum-Table-cell.is-focused,.spectrum-Table-headCell.focus-visible,.spectrum-Table-headCell.is-focused{outline:none}.spectrum-Table-cell.is-focused,.spectrum-Table-cell:focus-visible,.spectrum-Table-headCell.is-focused,.spectrum-Table-headCell:focus-visible{outline:none}:host([dir=ltr]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before{right:0}:host([dir=rtl]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=ltr]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=rtl]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before{right:0}.spectrum-Table-cell.focus-visible:before,.spectrum-Table-cell.is-focused:before,.spectrum-Table-headCell.focus-visible:before,.spectrum-Table-headCell.is-focused:before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}.spectrum-Table-cell.is-focused:before,.spectrum-Table-cell:focus-visible:before,.spectrum-Table-headCell.is-focused:before,.spectrum-Table-headCell:focus-visible:before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-regular-border-size\n)}.spectrum-Table-headCell.focus-visible:before,.spectrum-Table-headCell.is-focused:before{bottom:var(--spectrum-table-regular-border-size);top:var(\n--spectrum-table-regular-border-size\n)}.spectrum-Table-headCell.is-focused:before,.spectrum-Table-headCell:focus-visible:before{bottom:var(--spectrum-table-regular-border-size);top:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-regular-divider-border-size\n)}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-regular-divider-border-size\n)}.spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}.spectrum-Table-row:focus{outline:0}.spectrum-Table--quiet ::slotted(sp-table-body){border-radius:var(\n--spectrum-table-regular-quiet-border-radius\n)}.spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host([dir=rtl]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}.spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-regular-cell-checkbox-vertical-alignment\n)}.spectrum-Table-checkbox{vertical-align:super}:host([dir=ltr][density=compact]) .spectrum-Table-headCell{text-align:left}:host([dir=rtl][density=compact]) .spectrum-Table-headCell{text-align:right}:host([dir=ltr][density=compact]) .spectrum-Table-headCell{padding-left:var(\n--spectrum-table-compact-header-padding-left\n);padding-right:var(--spectrum-table-compact-header-padding-right)}:host([dir=rtl][density=compact]) .spectrum-Table-headCell{padding-left:var(--spectrum-table-compact-header-padding-right);padding-right:var(\n--spectrum-table-compact-header-padding-left\n)}:host([density=compact]) .spectrum-Table-headCell{border-radius:var(--spectrum-table-compact-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-compact-header-text-size);font-weight:var(--spectrum-table-compact-header-text-font-weight);letter-spacing:var(--spectrum-table-compact-header-text-letter-spacing);line-height:var(--spectrum-table-compact-header-text-line-height);min-height:var(--spectrum-table-compact-header-min-height);outline:0;padding-bottom:var(--spectrum-table-compact-header-padding-bottom);padding-top:var(--spectrum-table-compact-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=compact]) .spectrum-Table-headCell.is-sortable{cursor:pointer}:host([density=compact]) .spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr][density=compact]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl][density=compact]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=compact]) ::slotted(sp-table-body){border-radius:var(--spectrum-table-compact-border-radius);border-width:var(--spectrum-table-compact-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-compact-cell-vertical-alignment)}:host([density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody::slotted(sp-table-body){border-radius:var(--spectrum-table-compact-border-radius);border-width:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-compact-cell-padding-left\n);padding-right:var(--spectrum-table-compact-cell-padding-right)}:host([dir=rtl][density=compact]) .spectrum-Table-cell{padding-left:var(--spectrum-table-compact-cell-padding-right);padding-right:var(\n--spectrum-table-compact-cell-padding-left\n)}:host([density=compact]) .spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-compact-cell-text-size);font-weight:var(--spectrum-table-compact-cell-text-font-weight);line-height:var(--spectrum-table-compact-cell-text-line-height);min-height:calc(var(--spectrum-table-compact-cell-min-height) - var(--spectrum-table-compact-cell-padding-top) - var(--spectrum-table-compact-cell-padding-bottom));padding-bottom:var(--spectrum-table-compact-cell-padding-bottom);padding-top:var(--spectrum-table-compact-cell-padding-top)}:host([density=compact]) .spectrum-Table-cell,:host([density=compact]) .spectrum-Table-headCell{position:relative}:host([density=compact]) .spectrum-Table-cell.focus-visible,:host([density=compact]) .spectrum-Table-cell.is-focused,:host([density=compact]) .spectrum-Table-headCell.focus-visible,:host([density=compact]) .spectrum-Table-headCell.is-focused{outline:none}:host([density=compact]) .spectrum-Table-cell.is-focused,:host([density=compact]) .spectrum-Table-cell:focus-visible,:host([density=compact]) .spectrum-Table-headCell.is-focused,:host([density=compact]) .spectrum-Table-headCell:focus-visible{outline:none}:host([dir=ltr][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell:focus-visible:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell:focus-visible:before{right:0}:host([density=compact]) .spectrum-Table-cell.focus-visible:before,:host([density=compact]) .spectrum-Table-cell.is-focused:before,:host([density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([density=compact]) .spectrum-Table-headCell.is-focused:before{border-radius:calc(var(--spectrum-table-compact-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=compact]) .spectrum-Table-cell.is-focused:before,:host([density=compact]) .spectrum-Table-cell:focus-visible:before,:host([density=compact]) .spectrum-Table-headCell.is-focused:before,:host([density=compact]) .spectrum-Table-headCell:focus-visible:before{border-radius:calc(var(--spectrum-table-compact-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-compact-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-compact-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-compact-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-compact-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-compact-border-size\n)}:host([density=compact]) .spectrum-Table-headCell.focus-visible:before,:host([density=compact]) .spectrum-Table-headCell.is-focused:before{bottom:var(--spectrum-table-compact-border-size);top:var(\n--spectrum-table-compact-border-size\n)}:host([density=compact]) .spectrum-Table-headCell.is-focused:before,:host([density=compact]) .spectrum-Table-headCell:focus-visible:before{bottom:var(--spectrum-table-compact-border-size);top:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-compact-divider-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-compact-divider-border-size\n)}:host([density=compact]) .spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=compact]) .spectrum-Table-row:focus{outline:0}:host([density=compact]) .spectrum-Table--quiet ::slotted(sp-table-body){border-radius:var(\n--spectrum-table-compact-quiet-border-radius\n)}:host([density=compact]) .spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr][density=compact]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-compact-cell-checkbox-padding-right\n)}:host([dir=rtl][density=compact]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-compact-cell-checkbox-padding-right\n)}:host([density=compact]) .spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-compact-cell-checkbox-vertical-alignment\n)}:host([density=compact]) .spectrum-Table-checkbox{vertical-align:super}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell{text-align:left}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell{text-align:right}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell{padding-left:var(\n--spectrum-table-spacious-header-padding-left\n);padding-right:var(--spectrum-table-spacious-header-padding-right)}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell{padding-left:var(--spectrum-table-spacious-header-padding-right);padding-right:var(\n--spectrum-table-spacious-header-padding-left\n)}:host([density=spacious]) .spectrum-Table-headCell{border-radius:var(--spectrum-table-spacious-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-spacious-header-text-size);font-weight:var(--spectrum-table-spacious-header-text-font-weight);letter-spacing:var(--spectrum-table-spacious-header-text-letter-spacing);line-height:var(--spectrum-table-spacious-header-text-line-height);min-height:var(--spectrum-table-spacious-header-min-height);outline:0;padding-bottom:var(--spectrum-table-spacious-header-padding-bottom);padding-top:var(--spectrum-table-spacious-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=spacious]) .spectrum-Table-headCell.is-sortable{cursor:pointer}:host([density=spacious]) .spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr][density=spacious]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl][density=spacious]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=spacious]) ::slotted(sp-table-body){border-radius:var(--spectrum-table-spacious-border-radius);border-width:var(--spectrum-table-spacious-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-spacious-cell-vertical-alignment)}:host([density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody::slotted(sp-table-body){border-radius:var(--spectrum-table-spacious-border-radius);border-width:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-spacious-cell-padding-left\n);padding-right:var(--spectrum-table-spacious-cell-padding-right)}:host([dir=rtl][density=spacious]) .spectrum-Table-cell{padding-left:var(--spectrum-table-spacious-cell-padding-right);padding-right:var(\n--spectrum-table-spacious-cell-padding-left\n)}:host([density=spacious]) .spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-spacious-cell-text-size);font-weight:var(--spectrum-table-spacious-cell-text-font-weight);line-height:var(--spectrum-table-spacious-cell-text-line-height);min-height:calc(var(--spectrum-table-spacious-cell-min-height) - var(--spectrum-table-spacious-cell-padding-top) - var(--spectrum-table-spacious-cell-padding-bottom));padding-bottom:var(--spectrum-table-spacious-cell-padding-bottom);padding-top:var(--spectrum-table-spacious-cell-padding-top)}:host([density=spacious]) .spectrum-Table-cell,:host([density=spacious]) .spectrum-Table-headCell{position:relative}:host([density=spacious]) .spectrum-Table-cell.focus-visible,:host([density=spacious]) .spectrum-Table-cell.is-focused,:host([density=spacious]) .spectrum-Table-headCell.focus-visible,:host([density=spacious]) .spectrum-Table-headCell.is-focused{outline:none}:host([density=spacious]) .spectrum-Table-cell.is-focused,:host([density=spacious]) .spectrum-Table-cell:focus-visible,:host([density=spacious]) .spectrum-Table-headCell.is-focused,:host([density=spacious]) .spectrum-Table-headCell:focus-visible{outline:none}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell:focus-visible:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before{left:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell:focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell:focus-visible:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell:focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell:focus-visible:before{right:0}:host([density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([density=spacious]) .spectrum-Table-cell.is-focused:before,:host([density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([density=spacious]) .spectrum-Table-headCell.is-focused:before{border-radius:calc(var(--spectrum-table-spacious-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=spacious]) .spectrum-Table-cell.is-focused:before,:host([density=spacious]) .spectrum-Table-cell:focus-visible:before,:host([density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([density=spacious]) .spectrum-Table-headCell:focus-visible:before{border-radius:calc(var(--spectrum-table-spacious-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before{left:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-headCell:focus-visible:before{left:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before{right:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-headCell:focus-visible:before{right:var(\n--spectrum-table-spacious-border-size\n)}:host([density=spacious]) .spectrum-Table-headCell.focus-visible:before,:host([density=spacious]) .spectrum-Table-headCell.is-focused:before{bottom:var(--spectrum-table-spacious-border-size);top:var(\n--spectrum-table-spacious-border-size\n)}:host([density=spacious]) .spectrum-Table-headCell.is-focused:before,:host([density=spacious]) .spectrum-Table-headCell:focus-visible:before{bottom:var(--spectrum-table-spacious-border-size);top:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-spacious-divider-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-spacious-divider-border-size\n)}:host([density=spacious]) .spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=spacious]) .spectrum-Table-row:focus{outline:0}:host([density=spacious]) .spectrum-Table--quiet ::slotted(sp-table-body){border-radius:var(\n--spectrum-table-spacious-quiet-border-radius\n)}:host([density=spacious]) .spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-spacious-cell-checkbox-padding-right\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-spacious-cell-checkbox-padding-right\n)}:host([density=spacious]) .spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-spacious-cell-checkbox-vertical-alignment\n)}:host([density=spacious]) .spectrum-Table-checkbox{vertical-align:super}.spectrum-Table-headCell{background-color:var(\n--spectrum-table-m-regular-header-background-color,var(--spectrum-alias-background-color-transparent)\n);color:var(\n--spectrum-table-m-regular-header-text-color,var(--spectrum-alias-label-text-color)\n)}.spectrum-Table-headCell.is-sortable:hover{color:var(\n--spectrum-table-m-regular-header-text-color-hover,var(--spectrum-alias-text-color-hover)\n)}.spectrum-Table-headCell.is-sortable.focus-visible,.spectrum-Table-headCell.is-sortable.is-focused{color:var(\n--spectrum-table-m-regular-header-text-color-key-focus,var(--spectrum-alias-text-color-hover)\n)}.spectrum-Table-headCell.is-sortable.is-focused,.spectrum-Table-headCell.is-sortable:focus-visible{color:var(\n--spectrum-table-m-regular-header-text-color-key-focus,var(--spectrum-alias-text-color-hover)\n)}.spectrum-Table-headCell.is-sortable:active{color:var(\n--spectrum-table-m-regular-header-text-color-down,var(--spectrum-alias-text-color-down)\n)}.spectrum-Table-cell.focus-visible:before,.spectrum-Table-cell.is-focused:before,.spectrum-Table-headCell.focus-visible:before,.spectrum-Table-headCell.is-focused:before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}.spectrum-Table-cell.is-focused:before,.spectrum-Table-cell:focus-visible:before,.spectrum-Table-headCell.is-focused:before,.spectrum-Table-headCell:focus-visible:before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}::slotted(sp-table-body){background-color:var(\n--spectrum-table-m-regular-background-color,var(--spectrum-global-color-gray-50)\n);border-color:var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n);border-style:solid}.spectrum-Table-row{background-color:var(\n--spectrum-table-m-regular-row-background-color,var(--spectrum-alias-background-color-transparent)\n);border-bottom:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}.spectrum-Table-row:hover{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row.focus-visible,.spectrum-Table-row.is-focused{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row.is-focused,.spectrum-Table-row:focus-visible{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row:active{background-color:var(\n--spectrum-table-m-regular-row-background-color-down,var(--spectrum-alias-highlight-down)\n)}.spectrum-Table-row.is-selected{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected,var(--spectrum-alias-highlight-selected)\n)}.spectrum-Table-row.is-selected:hover{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-selected.focus-visible,.spectrum-Table-row.is-selected.is-focused{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-selected.is-focused,.spectrum-Table-row.is-selected:focus-visible{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-drop-target:before{background-color:var(--spectrum-alias-highlight-selected);box-shadow:inset 0 0 0 2px var(\n--spectrum-alias-border-color-key-focus,var(--spectrum-global-color-blue-400)\n)}.spectrum-Table-cell{background-color:var(\n--spectrum-table-m-regular-cell-background-color,var(--spectrum-alias-background-color-transparent)\n);color:var(\n--spectrum-table-m-regular-cell-text-color,var(--spectrum-alias-text-color)\n)}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-style:solid}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-style:solid}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-color:var(\n--spectrum-table-m-regular-divider-border-color,var(--spectrum-alias-border-color-mid)\n)}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-color:var(\n--spectrum-table-m-regular-divider-border-color,var(--spectrum-alias-border-color-mid)\n)}.spectrum-Table--quiet ::slotted(sp-table-body){background-color:var(\n--spectrum-table-m-regular-quiet-cell-background-color,var(--spectrum-alias-background-color-transparent)\n);border-width:1px 0}.spectrum-Table--quiet .spectrum-Table-row{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color,var(--spectrum-alias-background-color-transparent)\n)}.spectrum-Table--quiet .spectrum-Table-row:hover{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.focus-visible,.spectrum-Table--quiet .spectrum-Table-row.is-focused{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-focused,.spectrum-Table--quiet .spectrum-Table-row:focus-visible{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row:active{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-down,var(--spectrum-alias-highlight-down)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected,var(--spectrum-alias-highlight-selected)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected:hover{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected.focus-visible,.spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused,.spectrum-Table--quiet .spectrum-Table-row.is-selected:focus-visible{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}\n`;\nexport default styles;"]}
|
|
1
|
+
{"version":3,"file":"spectrum-table.css.js","sourceRoot":"","sources":["spectrum-table.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4fjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host{border-collapse:separate;border-spacing:0}:host([size=s]){--spectrum-table-compact-quiet-border-radius:var(\n--spectrum-table-s-compact-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-header-border-radius:var(\n--spectrum-table-s-compact-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-cell-border-radius-key-focus:var(\n--spectrum-table-s-compact-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-divider-border-size:var(\n--spectrum-table-s-compact-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-compact-header-text-size:var(\n--spectrum-table-s-compact-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-compact-header-text-font-weight:var(\n--spectrum-table-s-compact-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-compact-header-text-letter-spacing:var(\n--spectrum-table-s-compact-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-compact-header-text-line-height:var(\n--spectrum-table-s-compact-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-compact-header-sort-icon-gap:var(\n--spectrum-table-s-compact-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-compact-header-min-height:var(\n--spectrum-table-s-compact-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-header-padding-top:var(\n--spectrum-table-s-compact-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-bottom:var(\n--spectrum-table-s-compact-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-left:var(\n--spectrum-table-s-compact-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-header-padding-right:var(\n--spectrum-table-s-compact-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-text-size:var(\n--spectrum-table-s-compact-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-compact-cell-text-font-weight:var(\n--spectrum-table-s-compact-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-compact-cell-text-line-height:var(\n--spectrum-table-s-compact-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-compact-cell-checkbox-padding-right:var(\n--spectrum-table-s-compact-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-compact-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-compact-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-compact-cell-min-height:var(\n--spectrum-table-s-compact-cell-min-height,var(--spectrum-global-dimension-size-300)\n);--spectrum-table-compact-cell-padding-top:var(\n--spectrum-table-s-compact-cell-padding-top,var(--spectrum-global-dimension-size-50)\n);--spectrum-table-compact-cell-padding-bottom:var(\n--spectrum-table-s-compact-cell-padding-bottom,var(--spectrum-global-dimension-size-50)\n);--spectrum-table-compact-cell-padding-left:var(\n--spectrum-table-s-compact-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-padding-right:var(\n--spectrum-table-s-compact-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-vertical-alignment:var(\n--spectrum-table-s-compact-cell-vertical-alignment,top\n);--spectrum-table-compact-border-radius:var(\n--spectrum-table-s-compact-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-border-size:var(\n--spectrum-table-s-compact-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-quiet-border-radius:var(\n--spectrum-table-s-regular-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-header-border-radius:var(\n--spectrum-table-s-regular-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-cell-border-radius-key-focus:var(\n--spectrum-table-s-regular-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-divider-border-size:var(\n--spectrum-table-s-regular-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-header-text-size:var(\n--spectrum-table-s-regular-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-regular-header-text-font-weight:var(\n--spectrum-table-s-regular-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-regular-header-text-letter-spacing:var(\n--spectrum-table-s-regular-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-regular-header-text-line-height:var(\n--spectrum-table-s-regular-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-regular-header-sort-icon-gap:var(\n--spectrum-table-s-regular-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-regular-header-min-height:var(\n--spectrum-table-s-regular-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-header-padding-top:var(\n--spectrum-table-s-regular-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-bottom:var(\n--spectrum-table-s-regular-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-left:var(\n--spectrum-table-s-regular-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-header-padding-right:var(\n--spectrum-table-s-regular-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-text-size:var(\n--spectrum-table-s-regular-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-regular-cell-text-font-weight:var(\n--spectrum-table-s-regular-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-regular-cell-text-line-height:var(\n--spectrum-table-s-regular-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-regular-cell-checkbox-padding-right:var(\n--spectrum-table-s-regular-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-regular-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-regular-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-regular-cell-min-height:var(\n--spectrum-table-s-regular-cell-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-cell-padding-top:var(\n--spectrum-table-s-regular-cell-padding-top,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-regular-cell-padding-bottom:var(\n--spectrum-table-s-regular-cell-padding-bottom,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-regular-cell-padding-left:var(\n--spectrum-table-s-regular-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-padding-right:var(\n--spectrum-table-s-regular-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-vertical-alignment:var(\n--spectrum-table-s-regular-cell-vertical-alignment,top\n);--spectrum-table-regular-border-radius:var(\n--spectrum-table-s-regular-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-border-size:var(\n--spectrum-table-s-regular-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-quiet-border-radius:var(\n--spectrum-table-s-spacious-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-header-border-radius:var(\n--spectrum-table-s-spacious-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-cell-border-radius-key-focus:var(\n--spectrum-table-s-spacious-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-divider-border-size:var(\n--spectrum-table-s-spacious-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-header-text-size:var(\n--spectrum-table-s-spacious-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-spacious-header-text-font-weight:var(\n--spectrum-table-s-spacious-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-spacious-header-text-letter-spacing:var(\n--spectrum-table-s-spacious-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-spacious-header-text-line-height:var(\n--spectrum-table-s-spacious-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-spacious-header-sort-icon-gap:var(\n--spectrum-table-s-spacious-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-header-min-height:var(\n--spectrum-table-s-spacious-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-spacious-header-padding-top:var(\n--spectrum-table-s-spacious-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-bottom:var(\n--spectrum-table-s-spacious-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-left:var(\n--spectrum-table-s-spacious-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-header-padding-right:var(\n--spectrum-table-s-spacious-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-text-size:var(\n--spectrum-table-s-spacious-cell-text-size,var(--spectrum-global-dimension-font-size-75)\n);--spectrum-table-spacious-cell-text-font-weight:var(\n--spectrum-table-s-spacious-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-spacious-cell-text-line-height:var(\n--spectrum-table-s-spacious-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-spacious-cell-checkbox-padding-right:var(\n--spectrum-table-s-spacious-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-spacious-cell-checkbox-vertical-alignment:var(\n--spectrum-table-s-spacious-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-spacious-cell-min-height:var(\n--spectrum-table-s-spacious-cell-min-height,var(--spectrum-global-dimension-size-500)\n);--spectrum-table-spacious-cell-padding-top:var(\n--spectrum-table-s-spacious-cell-padding-top,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-cell-padding-bottom:var(\n--spectrum-table-s-spacious-cell-padding-bottom,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-cell-padding-left:var(\n--spectrum-table-s-spacious-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-padding-right:var(\n--spectrum-table-s-spacious-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-vertical-alignment:var(\n--spectrum-table-s-spacious-cell-vertical-alignment,top\n);--spectrum-table-spacious-border-radius:var(\n--spectrum-table-s-spacious-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-border-size:var(\n--spectrum-table-s-spacious-border-size,var(--spectrum-alias-border-size-thin)\n)}:host([size=m]){--spectrum-table-compact-quiet-border-radius:var(\n--spectrum-table-m-compact-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-header-border-radius:var(\n--spectrum-table-m-compact-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-compact-cell-border-radius-key-focus:var(\n--spectrum-table-m-compact-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-divider-border-size:var(\n--spectrum-table-m-compact-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-compact-header-text-size:var(\n--spectrum-table-m-compact-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-compact-header-text-font-weight:var(\n--spectrum-table-m-compact-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-compact-header-text-letter-spacing:var(\n--spectrum-table-m-compact-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-compact-header-text-line-height:var(\n--spectrum-table-m-compact-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-compact-header-sort-icon-gap:var(\n--spectrum-table-m-compact-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-compact-header-min-height:var(\n--spectrum-table-m-compact-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-header-padding-top:var(\n--spectrum-table-m-compact-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-bottom:var(\n--spectrum-table-m-compact-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-compact-header-padding-left:var(\n--spectrum-table-m-compact-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-header-padding-right:var(\n--spectrum-table-m-compact-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-text-size:var(\n--spectrum-table-m-compact-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-compact-cell-text-font-weight:var(\n--spectrum-table-m-compact-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-compact-cell-text-line-height:var(\n--spectrum-table-m-compact-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-compact-cell-checkbox-padding-right:var(\n--spectrum-table-m-compact-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-compact-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-compact-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-compact-cell-min-height:var(\n--spectrum-table-m-compact-cell-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-compact-cell-padding-top:var(\n--spectrum-table-m-compact-cell-padding-top,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-compact-cell-padding-bottom:var(\n--spectrum-table-m-compact-cell-padding-bottom,var(--spectrum-global-dimension-size-85)\n);--spectrum-table-compact-cell-padding-left:var(\n--spectrum-table-m-compact-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-padding-right:var(\n--spectrum-table-m-compact-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-compact-cell-vertical-alignment:var(\n--spectrum-table-m-compact-cell-vertical-alignment,top\n);--spectrum-table-compact-border-radius:var(\n--spectrum-table-m-compact-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-compact-border-size:var(\n--spectrum-table-m-compact-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-quiet-border-radius:var(\n--spectrum-table-m-regular-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-header-border-radius:var(\n--spectrum-table-m-regular-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-regular-cell-border-radius-key-focus:var(\n--spectrum-table-m-regular-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-divider-border-size:var(\n--spectrum-table-m-regular-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-regular-header-text-size:var(\n--spectrum-table-m-regular-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-regular-header-text-font-weight:var(\n--spectrum-table-m-regular-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-regular-header-text-letter-spacing:var(\n--spectrum-table-m-regular-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-regular-header-text-line-height:var(\n--spectrum-table-m-regular-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-regular-header-sort-icon-gap:var(\n--spectrum-table-m-regular-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-regular-header-min-height:var(\n--spectrum-table-m-regular-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-regular-header-padding-top:var(\n--spectrum-table-m-regular-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-bottom:var(\n--spectrum-table-m-regular-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-regular-header-padding-left:var(\n--spectrum-table-m-regular-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-header-padding-right:var(\n--spectrum-table-m-regular-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-text-size:var(\n--spectrum-table-m-regular-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-regular-cell-text-font-weight:var(\n--spectrum-table-m-regular-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-regular-cell-text-line-height:var(\n--spectrum-table-m-regular-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-regular-cell-checkbox-padding-right:var(\n--spectrum-table-m-regular-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-regular-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-regular-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-regular-cell-min-height:var(\n--spectrum-table-m-regular-cell-min-height,var(--spectrum-global-dimension-size-500)\n);--spectrum-table-regular-cell-padding-top:var(\n--spectrum-table-m-regular-cell-padding-top,var(--spectrum-global-dimension-size-130)\n);--spectrum-table-regular-cell-padding-bottom:var(\n--spectrum-table-m-regular-cell-padding-bottom,var(--spectrum-global-dimension-size-130)\n);--spectrum-table-regular-cell-padding-left:var(\n--spectrum-table-m-regular-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-padding-right:var(\n--spectrum-table-m-regular-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-regular-cell-vertical-alignment:var(\n--spectrum-table-m-regular-cell-vertical-alignment,top\n);--spectrum-table-regular-border-radius:var(\n--spectrum-table-m-regular-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-regular-border-size:var(\n--spectrum-table-m-regular-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-quiet-border-radius:var(\n--spectrum-table-m-spacious-quiet-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-header-border-radius:var(\n--spectrum-table-m-spacious-header-border-radius,var(--spectrum-global-dimension-static-size-0)\n);--spectrum-table-spacious-cell-border-radius-key-focus:var(\n--spectrum-table-m-spacious-cell-border-radius-key-focus,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-divider-border-size:var(\n--spectrum-table-m-spacious-divider-border-size,var(--spectrum-alias-border-size-thin)\n);--spectrum-table-spacious-header-text-size:var(\n--spectrum-table-m-spacious-header-text-size,var(--spectrum-global-dimension-font-size-50)\n);--spectrum-table-spacious-header-text-font-weight:var(\n--spectrum-table-m-spacious-header-text-font-weight,var(--spectrum-alias-detail-text-font-weight-regular)\n);--spectrum-table-spacious-header-text-letter-spacing:var(\n--spectrum-table-m-spacious-header-text-letter-spacing,var(--spectrum-global-font-letter-spacing-medium)\n);--spectrum-table-spacious-header-text-line-height:var(\n--spectrum-table-m-spacious-header-text-line-height,var(--spectrum-alias-heading-text-line-height)\n);--spectrum-table-spacious-header-sort-icon-gap:var(\n--spectrum-table-m-spacious-header-sort-icon-gap,var(--spectrum-global-dimension-size-125)\n);--spectrum-table-spacious-header-min-height:var(\n--spectrum-table-m-spacious-header-min-height,var(--spectrum-global-dimension-size-400)\n);--spectrum-table-spacious-header-padding-top:var(\n--spectrum-table-m-spacious-header-padding-top,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-bottom:var(\n--spectrum-table-m-spacious-header-padding-bottom,var(--spectrum-global-dimension-static-size-125)\n);--spectrum-table-spacious-header-padding-left:var(\n--spectrum-table-m-spacious-header-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-header-padding-right:var(\n--spectrum-table-m-spacious-header-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-text-size:var(\n--spectrum-table-m-spacious-cell-text-size,var(--spectrum-global-dimension-font-size-100)\n);--spectrum-table-spacious-cell-text-font-weight:var(\n--spectrum-table-m-spacious-cell-text-font-weight,var(--spectrum-alias-body-text-font-weight)\n);--spectrum-table-spacious-cell-text-line-height:var(\n--spectrum-table-m-spacious-cell-text-line-height,var(--spectrum-alias-component-text-line-height)\n);--spectrum-table-spacious-cell-checkbox-padding-right:var(\n--spectrum-table-m-spacious-cell-checkbox-padding-right,var(--spectrum-global-dimension-size-100)\n);--spectrum-table-spacious-cell-checkbox-vertical-alignment:var(\n--spectrum-table-m-spacious-cell-checkbox-vertical-alignment,middle\n);--spectrum-table-spacious-cell-min-height:var(\n--spectrum-table-m-spacious-cell-min-height,var(--spectrum-global-dimension-size-600)\n);--spectrum-table-spacious-cell-padding-top:var(\n--spectrum-table-m-spacious-cell-padding-top,var(--spectrum-global-dimension-size-185)\n);--spectrum-table-spacious-cell-padding-bottom:var(\n--spectrum-table-m-spacious-cell-padding-bottom,var(--spectrum-global-dimension-size-185)\n);--spectrum-table-spacious-cell-padding-left:var(\n--spectrum-table-m-spacious-cell-padding-left,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-padding-right:var(\n--spectrum-table-m-spacious-cell-padding-right,var(--spectrum-global-dimension-static-size-200)\n);--spectrum-table-spacious-cell-vertical-alignment:var(\n--spectrum-table-m-spacious-cell-vertical-alignment,top\n);--spectrum-table-spacious-border-radius:var(\n--spectrum-table-m-spacious-border-radius,var(--spectrum-alias-border-radius-regular)\n);--spectrum-table-spacious-border-size:var(\n--spectrum-table-m-spacious-border-size,var(--spectrum-alias-border-size-thin)\n)}.spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}.spectrum-Table-body.is-drop-target:before,.spectrum-Table-row.is-drop-target:before,:host([density=compact]) .spectrum-Table-body.is-drop-target:before,:host([density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}.spectrum-Table-body{border-radius:var(--spectrum-table-regular-border-radius);border-width:var(--spectrum-table-regular-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-regular-cell-vertical-alignment)}:host(:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body{border-radius:var(--spectrum-table-regular-border-radius);border-width:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-left-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=rtl]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-right-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=ltr]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-right-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=rtl]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-left-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=ltr]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-left-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=rtl]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-right-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=ltr]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-right-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=rtl]:not(.spectrum-Table--quiet)) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-left-radius:var(\n--spectrum-table-regular-border-radius\n)}:host([dir=ltr]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-regular-cell-padding-left\n);padding-right:var(--spectrum-table-regular-cell-padding-right)}:host([dir=rtl]) .spectrum-Table-cell{padding-left:var(--spectrum-table-regular-cell-padding-right);padding-right:var(\n--spectrum-table-regular-cell-padding-left\n)}.spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-regular-cell-text-size);font-weight:var(--spectrum-table-regular-cell-text-font-weight);line-height:var(--spectrum-table-regular-cell-text-line-height);min-height:calc(var(--spectrum-table-regular-cell-min-height) - var(--spectrum-table-regular-cell-padding-top) - var(--spectrum-table-regular-cell-padding-bottom));padding-bottom:var(--spectrum-table-regular-cell-padding-bottom);padding-top:var(--spectrum-table-regular-cell-padding-top);position:relative}.spectrum-Table-cell.focus-visible,.spectrum-Table-cell.is-focused{outline:none}.spectrum-Table-cell.is-focused,.spectrum-Table-cell:focus-visible{outline:none}:host([dir=ltr]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-cell:focus-visible:before{right:0}:host([dir=rtl]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=ltr]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=ltr]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=rtl]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=rtl]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl]) .spectrum-Table-cell:focus-visible:before{right:0}.spectrum-Table-cell.focus-visible:before,.spectrum-Table-cell.is-focused:before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}.spectrum-Table-cell.is-focused:before,.spectrum-Table-cell:focus-visible:before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-regular-divider-border-size\n)}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-regular-divider-border-size\n)}.spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}.spectrum-Table-row:focus{outline:0}:host>.spectrum-Table-body>.spectrum-Table-row:last-of-type{border-bottom-style:none}.spectrum-Table--quiet .spectrum-Table-body{border-radius:var(\n--spectrum-table-regular-quiet-border-radius\n)}.spectrum-Table--quiet .spectrum-Table-body.is-drop-target:before,.spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host([dir=rtl]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}.spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-regular-cell-checkbox-vertical-alignment\n)}.spectrum-Table-checkbox{vertical-align:super}:host([density=compact]) .spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr][density=compact]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl][density=compact]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([density=compact]) .spectrum-Table-body.is-drop-target:before,:host([density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=compact][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([density=compact][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=compact][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([density=compact][density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=compact]) .spectrum-Table-body{border-radius:var(--spectrum-table-compact-border-radius);border-width:var(--spectrum-table-compact-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-compact-cell-vertical-alignment)}:host([density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body{border-radius:var(--spectrum-table-compact-border-radius);border-width:var(\n--spectrum-table-compact-border-size\n)}:host([dir=ltr][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-left-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=rtl][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-right-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=ltr][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-right-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=rtl][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-left-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=ltr][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-left-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=rtl][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-right-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=ltr][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-right-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=rtl][density=compact]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-left-radius:var(\n--spectrum-table-compact-border-radius\n)}:host([dir=ltr][density=compact]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-compact-cell-padding-left\n);padding-right:var(--spectrum-table-compact-cell-padding-right)}:host([dir=rtl][density=compact]) .spectrum-Table-cell{padding-left:var(--spectrum-table-compact-cell-padding-right);padding-right:var(\n--spectrum-table-compact-cell-padding-left\n)}:host([density=compact]) .spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-compact-cell-text-size);font-weight:var(--spectrum-table-compact-cell-text-font-weight);line-height:var(--spectrum-table-compact-cell-text-line-height);min-height:calc(var(--spectrum-table-compact-cell-min-height) - var(--spectrum-table-compact-cell-padding-top) - var(--spectrum-table-compact-cell-padding-bottom));padding-bottom:var(--spectrum-table-compact-cell-padding-bottom);padding-top:var(--spectrum-table-compact-cell-padding-top)}:host([density=compact]) .spectrum-Table-cell{position:relative}:host([density=compact]) .spectrum-Table-cell.focus-visible,:host([density=compact]) .spectrum-Table-cell.is-focused{outline:none}:host([density=compact]) .spectrum-Table-cell.is-focused,:host([density=compact]) .spectrum-Table-cell:focus-visible{outline:none}:host([dir=ltr][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell:focus-visible:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=ltr][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=compact]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=rtl][density=compact]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=compact]) .spectrum-Table-cell:focus-visible:before{right:0}:host([density=compact]) .spectrum-Table-cell.focus-visible:before,:host([density=compact]) .spectrum-Table-cell.is-focused:before{border-radius:calc(var(--spectrum-table-compact-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=compact]) .spectrum-Table-cell.is-focused:before,:host([density=compact]) .spectrum-Table-cell:focus-visible:before{border-radius:calc(var(--spectrum-table-compact-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr][density=compact]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-compact-divider-border-size\n)}:host([dir=rtl][density=compact]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-compact-divider-border-size\n)}:host([density=compact]) .spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=compact]) .spectrum-Table-row:focus{outline:0}:host([density=compact]) .spectrum-Table>.spectrum-Table-body>.spectrum-Table-row:last-of-type{border-bottom-style:none}:host([density=compact]) .spectrum-Table--quiet .spectrum-Table-body{border-radius:var(\n--spectrum-table-compact-quiet-border-radius\n)}:host([density=compact]) .spectrum-Table--quiet .spectrum-Table-body.is-drop-target:before,:host([density=compact]) .spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr][density=compact]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-compact-cell-checkbox-padding-right\n)}:host([dir=rtl][density=compact]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-compact-cell-checkbox-padding-right\n)}:host([density=compact]) .spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-compact-cell-checkbox-vertical-alignment\n)}:host([density=compact]) .spectrum-Table-checkbox{vertical-align:super}:host([density=spacious]) .spectrum-Table-cell--alignCenter{text-align:center}:host([dir=ltr][density=spacious]) .spectrum-Table-cell--alignRight{text-align:right}:host([dir=rtl][density=spacious]) .spectrum-Table-cell--alignRight{text-align:left}:host([dir=ltr][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=ltr][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=ltr][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([dir=rtl][density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{left:0}:host([density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([density=spacious]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious][density=compact]) .spectrum-Table-body.is-drop-target:before,:host([density=spacious][density=compact]) .spectrum-Table-row.is-drop-target:before,:host([density=spacious][density=spacious]) .spectrum-Table-body.is-drop-target:before,:host([density=spacious][density=spacious]) .spectrum-Table-row.is-drop-target:before{bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=spacious]) .spectrum-Table-body{border-radius:var(--spectrum-table-spacious-border-radius);border-width:var(--spectrum-table-spacious-border-size);overflow:auto;position:relative;vertical-align:var(--spectrum-table-spacious-cell-vertical-alignment)}:host([density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body{border-radius:var(--spectrum-table-spacious-border-radius);border-width:var(\n--spectrum-table-spacious-border-size\n)}:host([dir=ltr][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-left-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=rtl][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:first-child{border-top-right-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=ltr][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-right-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=rtl][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:first-child .spectrum-Table-cell:last-child{border-top-left-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=ltr][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-left-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=rtl][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:first-child{border-bottom-right-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=ltr][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-right-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=rtl][density=spacious]) .spectrum-Table:not(.spectrum-Table--quiet) tbody.spectrum-Table-body .spectrum-Table-row:last-child .spectrum-Table-cell:last-child{border-bottom-left-radius:var(\n--spectrum-table-spacious-border-radius\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-cell{padding-left:var(\n--spectrum-table-spacious-cell-padding-left\n);padding-right:var(--spectrum-table-spacious-cell-padding-right)}:host([dir=rtl][density=spacious]) .spectrum-Table-cell{padding-left:var(--spectrum-table-spacious-cell-padding-right);padding-right:var(\n--spectrum-table-spacious-cell-padding-left\n)}:host([density=spacious]) .spectrum-Table-cell{box-sizing:border-box;font-size:var(--spectrum-table-spacious-cell-text-size);font-weight:var(--spectrum-table-spacious-cell-text-font-weight);line-height:var(--spectrum-table-spacious-cell-text-line-height);min-height:calc(var(--spectrum-table-spacious-cell-min-height) - var(--spectrum-table-spacious-cell-padding-top) - var(--spectrum-table-spacious-cell-padding-bottom));padding-bottom:var(--spectrum-table-spacious-cell-padding-bottom);padding-top:var(--spectrum-table-spacious-cell-padding-top)}:host([density=spacious]) .spectrum-Table-cell{position:relative}:host([density=spacious]) .spectrum-Table-cell.focus-visible,:host([density=spacious]) .spectrum-Table-cell.is-focused{outline:none}:host([density=spacious]) .spectrum-Table-cell.is-focused,:host([density=spacious]) .spectrum-Table-cell:focus-visible{outline:none}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell:focus-visible:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before{left:0}:host([dir=ltr][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=ltr][density=spacious]) .spectrum-Table-cell:focus-visible:before{left:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before{right:0}:host([dir=rtl][density=spacious]) .spectrum-Table-cell.is-focused:before,:host([dir=rtl][density=spacious]) .spectrum-Table-cell:focus-visible:before{right:0}:host([density=spacious]) .spectrum-Table-cell.focus-visible:before,:host([density=spacious]) .spectrum-Table-cell.is-focused:before{border-radius:calc(var(--spectrum-table-spacious-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([density=spacious]) .spectrum-Table-cell.is-focused:before,:host([density=spacious]) .spectrum-Table-cell:focus-visible:before{border-radius:calc(var(--spectrum-table-spacious-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr][density=spacious]) .spectrum-Table-cell--divider{border-right-width:var(\n--spectrum-table-spacious-divider-border-size\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-cell--divider{border-left-width:var(\n--spectrum-table-spacious-divider-border-size\n)}:host([density=spacious]) .spectrum-Table-row{cursor:pointer;position:relative;transition:background-color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([density=spacious]) .spectrum-Table-row:focus{outline:0}:host([density=spacious]) .spectrum-Table>.spectrum-Table-body>.spectrum-Table-row:last-of-type{border-bottom-style:none}:host([density=spacious]) .spectrum-Table--quiet .spectrum-Table-body{border-radius:var(\n--spectrum-table-spacious-quiet-border-radius\n)}:host([density=spacious]) .spectrum-Table--quiet .spectrum-Table-body.is-drop-target:before,:host([density=spacious]) .spectrum-Table--quiet .spectrum-Table-row.is-drop-target:before{border-radius:var(\n--spectrum-alias-border-radius-regular,var(--spectrum-global-dimension-size-50)\n)}:host([dir=ltr][density=spacious]) .spectrum-Table-checkboxCell{padding-right:var(\n--spectrum-table-spacious-cell-checkbox-padding-right\n)}:host([dir=rtl][density=spacious]) .spectrum-Table-checkboxCell{padding-left:var(\n--spectrum-table-spacious-cell-checkbox-padding-right\n)}:host([density=spacious]) .spectrum-Table-checkboxCell{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-spacious-cell-checkbox-vertical-alignment\n)}:host([density=spacious]) .spectrum-Table-checkbox{vertical-align:super}.spectrum-Table-cell.focus-visible:before,.spectrum-Table-cell.is-focused:before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}.spectrum-Table-cell.is-focused:before,.spectrum-Table-cell:focus-visible:before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}.spectrum-Table-body{background-color:var(\n--spectrum-table-m-regular-background-color,var(--spectrum-global-color-gray-50)\n);border-color:var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n);border-style:solid}.spectrum-Table-body.is-drop-target{border-color:var(\n--spectrum-alias-border-color-key-focus,var(--spectrum-global-color-blue-400)\n);box-shadow:0 0 0 1px var(\n--spectrum-alias-border-color-key-focus,var(--spectrum-global-color-blue-400)\n)}.spectrum-Table-body.is-drop-target:before{background-color:var(\n--spectrum-alias-highlight-selected\n)}:host([dir=ltr]) tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child{border-left:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}:host([dir=rtl]) tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child{border-right:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}:host([dir=ltr]) tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-right:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}:host([dir=rtl]) tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-left:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}.spectrum-Table-row{background-color:var(\n--spectrum-table-m-regular-row-background-color,var(--spectrum-alias-background-color-transparent)\n);border-bottom:1px solid var(\n--spectrum-table-m-regular-border-color,var(--spectrum-alias-border-color-mid)\n)}.spectrum-Table-row:hover{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row.focus-visible,.spectrum-Table-row.is-focused{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row.is-focused,.spectrum-Table-row:focus-visible{background-color:var(\n--spectrum-table-m-regular-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table-row:active{background-color:var(\n--spectrum-table-m-regular-row-background-color-down,var(--spectrum-alias-highlight-down)\n)}.spectrum-Table-row.is-selected{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected,var(--spectrum-alias-highlight-selected)\n)}.spectrum-Table-row.is-selected:hover{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-selected.focus-visible,.spectrum-Table-row.is-selected.is-focused{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-selected.is-focused,.spectrum-Table-row.is-selected:focus-visible{background-color:var(\n--spectrum-table-m-regular-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table-row.is-drop-target:before{background-color:var(--spectrum-alias-highlight-selected);box-shadow:inset 0 0 0 2px var(\n--spectrum-alias-border-color-key-focus,var(--spectrum-global-color-blue-400)\n)}.spectrum-Table-cell{background-color:var(\n--spectrum-table-m-regular-cell-background-color,var(--spectrum-alias-background-color-transparent)\n);color:var(\n--spectrum-table-m-regular-cell-text-color,var(--spectrum-alias-text-color)\n)}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-style:solid}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-style:solid}:host([dir=ltr]) .spectrum-Table-cell--divider{border-right-color:var(\n--spectrum-table-m-regular-divider-border-color,var(--spectrum-alias-border-color-mid)\n)}:host([dir=rtl]) .spectrum-Table-cell--divider{border-left-color:var(\n--spectrum-table-m-regular-divider-border-color,var(--spectrum-alias-border-color-mid)\n)}.spectrum-Table--quiet .spectrum-Table-body{background-color:var(\n--spectrum-table-m-regular-quiet-cell-background-color,var(--spectrum-alias-background-color-transparent)\n);border-width:1px 0}.spectrum-Table--quiet .spectrum-Table-body.is-drop-target{border-color:transparent;box-shadow:none}.spectrum-Table--quiet .spectrum-Table-body.is-drop-target:before{box-shadow:inset 0 0 0 2px var(\n--spectrum-alias-border-color-key-focus,var(--spectrum-global-color-blue-400)\n)}.spectrum-Table--quiet .spectrum-Table-row{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color,var(--spectrum-alias-background-color-transparent)\n)}.spectrum-Table--quiet .spectrum-Table-row:hover{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.focus-visible,.spectrum-Table--quiet .spectrum-Table-row.is-focused{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-focused,.spectrum-Table--quiet .spectrum-Table-row:focus-visible{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-hover,var(--spectrum-alias-highlight-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row:active{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-down,var(--spectrum-alias-highlight-down)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected,var(--spectrum-alias-highlight-selected)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected:hover{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-hover,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected.focus-visible,.spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}.spectrum-Table--quiet .spectrum-Table-row.is-selected.is-focused,.spectrum-Table--quiet .spectrum-Table-row.is-selected:focus-visible{background-color:var(\n--spectrum-table-m-regular-quiet-row-background-color-selected-key-focus,var(--spectrum-alias-highlight-selected-hover)\n)}:host([dir=ltr]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child,:host([dir=ltr]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-left:none}:host([dir=rtl]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child,:host([dir=rtl]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-right:none}:host([dir=ltr]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child,:host([dir=ltr]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-right:none}:host([dir=rtl]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:first-child,:host([dir=rtl]) .spectrum-Table--quiet tbody.spectrum-Table-body .spectrum-Table-row .spectrum-Table-cell:last-child{border-left:none}\n`;\nexport default styles;"]}
|
|
@@ -17,7 +17,7 @@ const styles = css `
|
|
|
17
17
|
--spectrum-table-regular-cell-checkbox-padding-right
|
|
18
18
|
)}:host{padding-bottom:0;padding-top:0;vertical-align:var(
|
|
19
19
|
--spectrum-table-regular-cell-checkbox-vertical-alignment
|
|
20
|
-
)}.checkbox{vertical-align:super}:host{display:
|
|
20
|
+
)}.checkbox{vertical-align:super}:host{align-items:center;display:flex;flex:0 1 0%}:host([selects-single]) sp-checkbox{visibility:hidden}
|
|
21
21
|
`;
|
|
22
22
|
export default styles;
|
|
23
23
|
//# sourceMappingURL=table-checkbox-cell.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-checkbox-cell.css.js","sourceRoot":"","sources":["table-checkbox-cell.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;CAQjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host([dir=ltr]){padding-right:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host([dir=rtl]){padding-left:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-regular-cell-checkbox-vertical-alignment\n)}.checkbox{vertical-align:super}:host{display:
|
|
1
|
+
{"version":3,"file":"table-checkbox-cell.css.js","sourceRoot":"","sources":["table-checkbox-cell.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;CAQjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host([dir=ltr]){padding-right:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host([dir=rtl]){padding-left:var(\n--spectrum-table-regular-cell-checkbox-padding-right\n)}:host{padding-bottom:0;padding-top:0;vertical-align:var(\n--spectrum-table-regular-cell-checkbox-vertical-alignment\n)}.checkbox{vertical-align:super}:host{align-items:center;display:flex;flex:0 1 0%}:host([selects-single]) sp-checkbox{visibility:hidden}\n`;\nexport default styles;"]}
|
|
@@ -19,7 +19,7 @@ const styles = css `
|
|
|
19
19
|
--spectrum-table-regular-header-padding-left
|
|
20
20
|
);padding-right:var(--spectrum-table-regular-header-padding-right)}:host([dir=rtl]){padding-left:var(--spectrum-table-regular-header-padding-right);padding-right:var(
|
|
21
21
|
--spectrum-table-regular-header-padding-left
|
|
22
|
-
)}:host{border-radius:var(--spectrum-table-regular-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-regular-header-text-size);font-weight:var(--spectrum-table-regular-header-text-font-weight);letter-spacing:var(--spectrum-table-regular-header-text-letter-spacing);line-height:var(--spectrum-table-regular-header-text-line-height);min-height:var(--spectrum-table-regular-header-min-height);outline:0;padding-bottom:var(--spectrum-table-regular-header-padding-bottom);padding-top:var(--spectrum-table-regular-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([sortable]){cursor:pointer}:host([
|
|
22
|
+
)}:host{border-radius:var(--spectrum-table-regular-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-regular-header-text-size);font-weight:var(--spectrum-table-regular-header-text-font-weight);letter-spacing:var(--spectrum-table-regular-header-text-letter-spacing);line-height:var(--spectrum-table-regular-header-text-line-height);min-height:var(--spectrum-table-regular-header-min-height);outline:0;padding-bottom:var(--spectrum-table-regular-header-padding-bottom);padding-top:var(--spectrum-table-regular-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([sortable]){cursor:pointer}:host([sort-direction=asc]) .sortedIcon,:host([sort-direction=desc]) .sortedIcon{display:inline-block;margin-top:calc(var(--spectrum-global-dimension-size-25)*-1)}:host([sort-direction=asc]) .sortedIcon{transform:rotate(-90deg)}:host{position:relative}:host(.focus-visible),:host([focused]){outline:none}:host(:focus-visible),:host([focused]){outline:none}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:0}:host(.focus-visible):before,:host([focused]):before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:"";position:absolute;top:0;z-index:1}:host(:focus-visible):before,:host([focused]):before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:"";position:absolute;top:0;z-index:1}:host([dir=ltr].focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:var(
|
|
23
23
|
--spectrum-table-regular-border-size
|
|
24
24
|
)}:host([dir=ltr]:focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:var(
|
|
25
25
|
--spectrum-table-regular-border-size
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"table-head-cell.css.js","sourceRoot":"","sources":["table-head-cell.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host([dir=ltr]) .sortedIcon{margin-left:var(\n--spectrum-table-regular-header-sort-icon-gap\n)}:host([dir=rtl]) .sortedIcon{margin-right:var(\n--spectrum-table-regular-header-sort-icon-gap\n)}:host([dir=ltr]){text-align:left}:host([dir=rtl]){text-align:right}:host([dir=ltr]){padding-left:var(\n--spectrum-table-regular-header-padding-left\n);padding-right:var(--spectrum-table-regular-header-padding-right)}:host([dir=rtl]){padding-left:var(--spectrum-table-regular-header-padding-right);padding-right:var(\n--spectrum-table-regular-header-padding-left\n)}:host{border-radius:var(--spectrum-table-regular-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-regular-header-text-size);font-weight:var(--spectrum-table-regular-header-text-font-weight);letter-spacing:var(--spectrum-table-regular-header-text-letter-spacing);line-height:var(--spectrum-table-regular-header-text-line-height);min-height:var(--spectrum-table-regular-header-min-height);outline:0;padding-bottom:var(--spectrum-table-regular-header-padding-bottom);padding-top:var(--spectrum-table-regular-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([sortable]){cursor:pointer}:host([
|
|
1
|
+
{"version":3,"file":"table-head-cell.css.js","sourceRoot":"","sources":["table-head-cell.css.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;EAUE;AACF,OAAO,EAAE,GAAG,EAAE,MAAM,+BAA+B,CAAC;AACpD,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDjB,CAAC;AACF,eAAe,MAAM,CAAC","sourcesContent":["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\nimport { css } from '@spectrum-web-components/base';\nconst styles = css`\n:host([dir=ltr]) .sortedIcon{margin-left:var(\n--spectrum-table-regular-header-sort-icon-gap\n)}:host([dir=rtl]) .sortedIcon{margin-right:var(\n--spectrum-table-regular-header-sort-icon-gap\n)}:host([dir=ltr]){text-align:left}:host([dir=rtl]){text-align:right}:host([dir=ltr]){padding-left:var(\n--spectrum-table-regular-header-padding-left\n);padding-right:var(--spectrum-table-regular-header-padding-right)}:host([dir=rtl]){padding-left:var(--spectrum-table-regular-header-padding-right);padding-right:var(\n--spectrum-table-regular-header-padding-left\n)}:host{border-radius:var(--spectrum-table-regular-header-border-radius);box-sizing:border-box;cursor:default;font-size:var(--spectrum-table-regular-header-text-size);font-weight:var(--spectrum-table-regular-header-text-font-weight);letter-spacing:var(--spectrum-table-regular-header-text-letter-spacing);line-height:var(--spectrum-table-regular-header-text-line-height);min-height:var(--spectrum-table-regular-header-min-height);outline:0;padding-bottom:var(--spectrum-table-regular-header-padding-bottom);padding-top:var(--spectrum-table-regular-header-padding-top);text-transform:uppercase;transition:color var(--spectrum-global-animation-duration-100,.13s) ease-in-out}:host([sortable]){cursor:pointer}:host([sort-direction=asc]) .sortedIcon,:host([sort-direction=desc]) .sortedIcon{display:inline-block;margin-top:calc(var(--spectrum-global-dimension-size-25)*-1)}:host([sort-direction=asc]) .sortedIcon{transform:rotate(-90deg)}:host{position:relative}:host(.focus-visible),:host([focused]){outline:none}:host(:focus-visible),:host([focused]){outline:none}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=ltr]) .spectrum-Table-headCell.focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=ltr]) .spectrum-Table-headCell:focus-visible:before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:0}:host([dir=rtl]) .spectrum-Table-headCell.focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:0}:host([dir=rtl]) .spectrum-Table-headCell:focus-visible:before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:0}:host(.focus-visible):before,:host([focused]):before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host(:focus-visible):before,:host([focused]):before{border-radius:calc(var(--spectrum-table-regular-cell-border-radius-key-focus) - 1px);bottom:0;content:\"\";position:absolute;top:0;z-index:1}:host([dir=ltr].focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]:focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl].focus-visible):before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]:focus-visible):before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr].focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=ltr]:focus-visible):before,:host([dir=ltr][focused]) .spectrum-Table-headCell:before{left:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl].focus-visible):before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:var(\n--spectrum-table-regular-border-size\n)}:host([dir=rtl]:focus-visible):before,:host([dir=rtl][focused]) .spectrum-Table-headCell:before{right:var(\n--spectrum-table-regular-border-size\n)}:host(.focus-visible):before,:host([focused]):before{bottom:var(--spectrum-table-regular-border-size);top:var(\n--spectrum-table-regular-border-size\n)}:host(:focus-visible):before,:host([focused]):before{bottom:var(--spectrum-table-regular-border-size);top:var(\n--spectrum-table-regular-border-size\n)}:host{background-color:var(\n--spectrum-table-m-regular-header-background-color,var(--spectrum-alias-background-color-transparent)\n);color:var(\n--spectrum-table-m-regular-header-text-color,var(--spectrum-alias-label-text-color)\n)}:host([sortable]) .sortedIcon{color:var(\n--spectrum-table-m-regular-header-sort-icon-color,var(--spectrum-global-color-gray-600)\n)}:host([sortable]:hover){color:var(\n--spectrum-table-m-regular-header-text-color-hover,var(--spectrum-alias-text-color-hover)\n)}:host([sortable]:hover) .sortedIcon{color:var(\n--spectrum-table-m-regular-header-sort-icon-color-hover,var(--spectrum-alias-icon-color-hover)\n)}:host([sortable].focus-visible),:host([sortable][focused]){color:var(\n--spectrum-table-m-regular-header-text-color-key-focus,var(--spectrum-alias-text-color-hover)\n)}:host([sortable]:focus-visible),:host([sortable][focused]){color:var(\n--spectrum-table-m-regular-header-text-color-key-focus,var(--spectrum-alias-text-color-hover)\n)}:host([sortable].focus-visible) .sortedIcon,:host([sortable][focused]) .sortedIcon{color:var(\n--spectrum-table-m-regular-header-sort-icon-color-key-focus,var(--spectrum-alias-icon-color-key-focus)\n)}:host([sortable]:focus-visible) .sortedIcon,:host([sortable][focused]) .sortedIcon{color:var(\n--spectrum-table-m-regular-header-sort-icon-color-key-focus,var(--spectrum-alias-icon-color-key-focus)\n)}:host([sortable][active]){color:var(\n--spectrum-table-m-regular-header-text-color-down,var(--spectrum-alias-text-color-down)\n)}:host([sortable][active]) .sortedIcon{color:var(\n--spectrum-table-m-regular-header-sort-icon-color-down,var(--spectrum-alias-icon-color-down)\n)}:host(.focus-visible):before,:host([focused]):before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}:host(:focus-visible):before,:host([focused]):before{box-shadow:inset 0 0 0 2px var(\n--spectrum-table-m-regular-cell-border-color-key-focus,var(--spectrum-alias-border-color-key-focus)\n)}:host{display:block;flex:1}\n`;\nexport default styles;"]}
|