@rei/cedar 15.0.1 → 15.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -39
- package/dist/cdr-fonts.css +1 -25
- package/dist/cdr-reset.css +1 -101
- package/dist/cdr-style.css +1 -1
- package/dist/cedar.umd.js +9 -9
- package/dist/component-docgen.json +3570 -2858
- package/dist/icon-component-docgen.json +723 -723
- package/dist/lib.d.ts +7271 -5893
- package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
- package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +1 -2
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
- package/dist/src/components/chip/CdrChipGroup.vue2.mjs +1 -2
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
- package/dist/src/components/choreographer/CdrChoreographer.vue2.mjs +16 -13
- package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +98 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileContent.vue2.mjs +32 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileHeader.vue2.mjs +36 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileIcon.vue2.mjs +19 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue.mjs +9 -0
- package/dist/src/components/fulfillmentTile/CdrFulfillmentTileLayout.vue2.mjs +26 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTile.module.scss.mjs +32 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileContent.module.scss.mjs +7 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileHeader.module.scss.mjs +8 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +11 -0
- package/dist/src/components/fulfillmentTile/styles/CdrFulfillmentTileLayout.module.scss.mjs +8 -0
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/CdrIcon.vue2.mjs +5 -5
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +1 -1
- package/dist/src/components/input/CdrInput.vue2.mjs +19 -19
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
- package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +1 -1
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
- package/dist/src/components/landingLead/CdrLandingLead.vue2.mjs +7 -5
- package/dist/src/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +17 -15
- package/dist/src/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
- package/dist/src/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/CdrModal.vue2.mjs +1 -2
- package/dist/src/components/modal/onTransitionEnd.mjs +1 -2
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
- package/dist/src/components/picture/CdrPicture.vue2.mjs +14 -13
- package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +2 -2
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
- package/dist/src/components/surface/CdrSurface.vue.mjs +9 -0
- package/dist/src/components/surface/CdrSurface.vue2.mjs +54 -0
- package/dist/src/components/surface/styles/CdrSurface.module.scss.mjs +35 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +9 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +73 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue.mjs +9 -0
- package/dist/src/components/surfaceSelection/CdrSurfaceSelectionLayout.vue2.mjs +26 -0
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +32 -0
- package/dist/src/components/surfaceSelection/styles/CdrSurfaceSelectionLayout.module.scss.mjs +8 -0
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/CdrTabs.vue2.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
- package/dist/src/components/text/presets/styles/CdrBody.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
- package/dist/src/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +4 -4
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/src/lib.mjs +492 -474
- package/dist/src/utils/propValidator.mjs +5 -5
- package/dist/src/utils/surface.mjs +46 -0
- package/dist/style/cdr-abstract.css +1 -1
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-body.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-choreographer.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-eyebrow.css +1 -1
- package/dist/style/cdr-fonts.css +1 -0
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-fulfillment-tile-content.css +1 -0
- package/dist/style/cdr-fulfillment-tile-header.css +1 -0
- package/dist/style/cdr-fulfillment-tile-icon.css +1 -0
- package/dist/style/cdr-fulfillment-tile-layout.css +1 -0
- package/dist/style/cdr-fulfillment-tile.css +1 -0
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-heading-display.css +1 -1
- package/dist/style/cdr-heading-sans.css +1 -1
- package/dist/style/cdr-heading-serif.css +1 -1
- package/dist/style/cdr-heading-subheading-block.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-kicker.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-landing-lead.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-picture.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-reset.css +1 -0
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-split-surface.css +1 -1
- package/dist/style/cdr-subheading-sans.css +1 -1
- package/dist/style/cdr-surface-selection-layout.css +1 -0
- package/dist/style/cdr-surface-selection.css +1 -0
- package/dist/style/cdr-surface.css +1 -0
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-title.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style/cdr-utility-sans.css +1 -1
- package/dist/style/cdr-utility-serif.css +1 -1
- package/package.json +14 -12
package/README.md
CHANGED
|
@@ -9,13 +9,9 @@ and a set of themes that build on this scaffolding. We started this project in 2
|
|
|
9
9
|
The project has evolved into what it is today, and will continue to grow to fit our expanding needs. Feel free to watch
|
|
10
10
|
the Cedar grow and learn from what we are doing, or jump in and provide some recommendations.
|
|
11
11
|
|
|
12
|
-
### Vue 3 Migration Status
|
|
13
|
-
|
|
14
|
-
Cedar has been fully migrated to Vue 3 using the composition API and is using [vite](https://vitejs.dev/) for its build system. Additionally, [vitest](https://vitest.dev/) is now being used as our testing framework.
|
|
15
|
-
|
|
16
12
|
## Using Cedar
|
|
17
13
|
|
|
18
|
-
See the [Cedar docs](https://rei.
|
|
14
|
+
See the [Cedar docs](https://cedar.rei.com) for usage instructions.
|
|
19
15
|
|
|
20
16
|
## Getting Started
|
|
21
17
|
|
|
@@ -31,12 +27,6 @@ Clone the project.
|
|
|
31
27
|
|
|
32
28
|
Runs locally for development. Has hot reloading, and other nice things related to development.
|
|
33
29
|
|
|
34
|
-
Sometimes the liveReload server will hang in the background, do the following...
|
|
35
|
-
|
|
36
|
-
Works on MacOS:
|
|
37
|
-
|
|
38
|
-
`kill -9 $(lsof -ti tcp:35729)`
|
|
39
|
-
|
|
40
30
|
## Testing
|
|
41
31
|
|
|
42
32
|
### Code Tests
|
|
@@ -45,40 +35,19 @@ Works on MacOS:
|
|
|
45
35
|
|
|
46
36
|
Runs unit tests.
|
|
47
37
|
|
|
48
|
-
`npm run
|
|
49
|
-
|
|
50
|
-
Runs [Nightwatch](http://nightwatchjs.org/) end-to-end tests and Axe a11y tests.
|
|
51
|
-
|
|
52
|
-
`npm run test`
|
|
53
|
-
|
|
54
|
-
Runs both unit and e2e/accesibility tests.
|
|
55
|
-
|
|
56
|
-
### Visual Regression Testing
|
|
57
|
-
|
|
58
|
-
> [!NOTE]
|
|
59
|
-
> this has been temporarily disabled due to Vue3 compatibility issues.
|
|
60
|
-
|
|
61
|
-
Check [backstop](https://github.com/garris/BackstopJS) for general configuration questions.
|
|
38
|
+
`npm run watch`
|
|
62
39
|
|
|
63
|
-
|
|
40
|
+
Runs unit tests in watch mode. This also allows you to inspect snapshot discrepancies and regenerate the snapshots if appropriate.
|
|
64
41
|
|
|
65
|
-
|
|
66
|
-
2. `npm run reference` will create a base set of images providing coverage for all defined patterns. Ensure this is run against a clean build prior to any edits.
|
|
67
|
-
3. `npm run compare` after making changes to the markup or css. This will create another set of test images and compare them against those generated in the previous step.
|
|
68
|
-
4. Review the generated report that should open in your browser. Make sure all changes are what you expect.
|
|
69
|
-
5. `npm run approve` if everything looks good. This will promote the latest test images to be the new reference images that future tests will be compared against.
|
|
70
|
-
|
|
71
|
-
If you want to do backstop tests against a single scenario you can do `npm run compare -- --filter=<Label>`
|
|
42
|
+
`npm run e2e`
|
|
72
43
|
|
|
73
|
-
|
|
44
|
+
Runs [Nightwatch](http://nightwatchjs.org/) end-to-end tests and Axe a11y tests.
|
|
74
45
|
|
|
75
|
-
|
|
46
|
+
Tests run using Chromedriver. To upgrade Chromedriver, determine the latest version of Chrome and Puppeteer that are compatible by visiting [this](https://pptr.dev/supported-browsers) page.
|
|
76
47
|
|
|
77
|
-
|
|
78
|
-
- `focusSelectors`: Array, list of selectors that will have `focus` applied before screenshotting
|
|
79
|
-
- `hoverSelectors`: Array, list of selectors that will have `hover` applied before screenshotting
|
|
80
|
-
- `wait`: Number, if using `focusSelectors` or `hoverSelectors` this will insert a delay in milliseconds between the element interaction and the screenshot
|
|
48
|
+
`npm run test`
|
|
81
49
|
|
|
50
|
+
Runs both unit and e2e/accessibility tests.
|
|
82
51
|
|
|
83
52
|
## Publishing Prerelease Components
|
|
84
53
|
|
package/dist/cdr-fonts.css
CHANGED
|
@@ -1,25 +1 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-display: swap;
|
|
3
|
-
font-family: Stuart;
|
|
4
|
-
font-weight: 1 999;
|
|
5
|
-
src: url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2") format("woff2"); }
|
|
6
|
-
|
|
7
|
-
@font-face {
|
|
8
|
-
font-display: swap;
|
|
9
|
-
font-family: Stuart;
|
|
10
|
-
font-weight: 1 999;
|
|
11
|
-
font-style: italic;
|
|
12
|
-
src: url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2") format("woff2"); }
|
|
13
|
-
|
|
14
|
-
@font-face {
|
|
15
|
-
font-display: swap;
|
|
16
|
-
font-family: Graphik;
|
|
17
|
-
font-weight: 1 999;
|
|
18
|
-
src: url("//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2") format("woff2"); }
|
|
19
|
-
|
|
20
|
-
@font-face {
|
|
21
|
-
font-display: swap;
|
|
22
|
-
font-family: Graphik;
|
|
23
|
-
font-weight: 1 999;
|
|
24
|
-
font-style: italic;
|
|
25
|
-
src: url("//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2") format("woff2-variations"), url("//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2") format("woff2"); }
|
|
1
|
+
@font-face{font-display:swap;font-family:Stuart;font-weight:1 999;src:url(//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2) format("woff2-variations"),url(//www.rei.com/satchel/media/font-optimized/Stuart/REIStuart-VF-Web-Subset.woff2) format("woff2")}@font-face{font-family:Stuart fallback;src:local("Georgia");size-adjust:106%}@font-face{font-display:swap;font-family:Stuart;font-weight:1 999;font-style:italic;src:url(//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2) format("woff2-variations"),url(//www.rei.com/satchel/media/font-optimized/Stuart/REIStuartWebItalics-VF-Web-Subset.woff2) format("woff2")}@font-face{font-display:swap;font-family:Graphik;font-weight:1 999;src:url(//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2) format("woff2-variations"),url(//www.rei.com/satchel/media/font-optimized/Graphik/Graphik-VF-Web-Subset.woff2) format("woff2")}@font-face{font-family:Graphik fallback;src:local("Verdana");size-adjust:92%}@font-face{font-display:swap;font-family:Graphik;font-weight:1 999;font-style:italic;src:url(//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2) format("woff2-variations"),url(//www.rei.com/satchel/media/font-optimized/Graphik/GraphikWebItalic-VF-Web-Subset.woff2) format("woff2")}
|
package/dist/cdr-reset.css
CHANGED
|
@@ -1,101 +1 @@
|
|
|
1
|
-
html {
|
|
2
|
-
-webkit-box-sizing: border-box;
|
|
3
|
-
box-sizing: border-box;
|
|
4
|
-
font-family: sans-serif;
|
|
5
|
-
font-size: 62.5%;
|
|
6
|
-
line-height: 1.15;
|
|
7
|
-
-webkit-text-size-adjust: 100%;
|
|
8
|
-
-ms-text-size-adjust: 100%;
|
|
9
|
-
-ms-overflow-style: scrollbar;
|
|
10
|
-
-webkit-tap-highlight-color: transparent;
|
|
11
|
-
-webkit-font-smoothing: antialiased;
|
|
12
|
-
-moz-osx-font-smoothing: grayscale;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
*,
|
|
16
|
-
*::before,
|
|
17
|
-
*::after {
|
|
18
|
-
-webkit-box-sizing: inherit;
|
|
19
|
-
box-sizing: inherit;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@-ms-viewport {
|
|
23
|
-
width: device-width;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
body {
|
|
27
|
-
/* cdr-text-default */
|
|
28
|
-
font-family: Graphik, "Helvetica Neue", sans-serif;
|
|
29
|
-
font-style: normal;
|
|
30
|
-
font-weight: 400;
|
|
31
|
-
letter-spacing: -0.16px;
|
|
32
|
-
font-size: 1.6rem;
|
|
33
|
-
line-height: 1.5;
|
|
34
|
-
margin: 0;
|
|
35
|
-
/* cdr-color-text-primary */
|
|
36
|
-
color: rgba(12, 11, 8, 0.75);
|
|
37
|
-
/* cdr-color-background-primary */
|
|
38
|
-
background-color: #ffffff;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
h1,h2,h3,h4,h5,h6 {
|
|
42
|
-
text-wrap: balance;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
p {
|
|
46
|
-
text-wrap: pretty
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
a,
|
|
50
|
-
area,
|
|
51
|
-
button,
|
|
52
|
-
[role="button"],
|
|
53
|
-
input,
|
|
54
|
-
label,
|
|
55
|
-
select,
|
|
56
|
-
summary,
|
|
57
|
-
textarea {
|
|
58
|
-
-ms-touch-action: manipulation;
|
|
59
|
-
touch-action: manipulation;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
button:focus {
|
|
63
|
-
outline: 0.5rem auto -webkit-focus-ring-color;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
button,
|
|
67
|
-
html [type="button"],
|
|
68
|
-
[type="reset"],
|
|
69
|
-
[type="submit"] {
|
|
70
|
-
-webkit-appearance: button;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
button::-moz-focus-inner,
|
|
74
|
-
[type="button"]::-moz-focus-inner,
|
|
75
|
-
[type="reset"]::-moz-focus-inner,
|
|
76
|
-
[type="submit"]::-moz-focus-inner {
|
|
77
|
-
padding: 0;
|
|
78
|
-
border-style: none;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
input[type="date"],
|
|
82
|
-
input[type="time"],
|
|
83
|
-
input[type="datetime-local"],
|
|
84
|
-
input[type="month"] {
|
|
85
|
-
-webkit-appearance: listbox;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
[type="number"]::-webkit-inner-spin-button,
|
|
89
|
-
[type="number"]::-webkit-outer-spin-button {
|
|
90
|
-
height: auto;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
[type="search"] {
|
|
94
|
-
outline-offset: -0.2rem;
|
|
95
|
-
-webkit-appearance: none;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
[type="search"]::-webkit-search-cancel-button,
|
|
99
|
-
[type="search"]::-webkit-search-decoration {
|
|
100
|
-
-webkit-appearance: none;
|
|
101
|
-
}
|
|
1
|
+
html{box-sizing:border-box;font-family:sans-serif;font-size:62.5%;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:inherit}body{font-family:Graphik,Graphik fallback,Helvetica Neue,sans-serif;font-style:normal;font-weight:400;letter-spacing:-.016rem;font-size:1.6rem;line-height:1.5;margin:0;color:#0c0b08bf;background-color:#fff}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty}a,area,button,[role=button],input,label,select,summary,textarea{touch-action:manipulation}button:focus{outline:.5rem auto -webkit-focus-ring-color}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-.2rem;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[data-palette=sandstone]{--cdr-color-background-surface-primary: #f4f2ed;--cdr-color-background-surface-secondary: #dcd6cb;--cdr-color-border-surface-primary: #928b80;--cdr-color-border-surface-secondary: #726d64}
|