@pantheon-systems/pds-toolkit-react 1.0.0-dev.120 → 1.0.0-dev.121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_dist/cjs/index.js +2 -2
- package/_dist/cjs/index.js.map +1 -1
- package/_dist/css/component-css/pds-index.css +2 -2
- package/_dist/css/component-css/pds-stepper.css +1 -1
- package/_dist/css/pds-components.css +2 -2
- package/_dist/css/pds-core.css +3 -3
- package/_dist/esm/index.js +2 -2
- package/_dist/esm/index.js.map +1 -1
- package/package.json +1 -1
- package/_dist/css/component-css/pds-heading.css +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.pds-ts-xs{font-size:.694rem}.pds-ts-s{font-size:.833rem}.pds-ts-m{font-size:1rem}.pds-ts-l{font-size:1.2rem}@media (max-width:640px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-xl{font-size:calc(1.44rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-xl{font-size:1.44rem}}@media (max-width:640px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-2xl{font-size:calc(1.728rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-2xl{font-size:1.728rem}}@media (max-width:640px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-3xl{font-size:calc(2.074rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-3xl{font-size:2.074rem}}@media (max-width:640px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-4xl{font-size:calc(2.488rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-4xl{font-size:2.488rem}}@media (max-width:640px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-5xl{font-size:calc(2.986rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-5xl{font-size:2.986rem}}@media (max-width:640px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){.pds-ts-6xl{font-size:calc(3.583rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){.pds-ts-6xl{font-size:3.583rem}}.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-small));line-height:1.1}@media (--breakpoint-m ){.pds-ts-7xl{font-size:calc(4.3rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-7xl{font-size:4.3rem}}.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-small));line-height:1.0625}@media (--breakpoint-m ){.pds-ts-8xl{font-size:calc(5.16rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-8xl{font-size:5.16rem}}.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-small));line-height:1}@media (--breakpoint-m ){.pds-ts-9xl{font-size:calc(6.192rem*var(--pds-typography-multiplier-medium))}}@media (--breakpoint-l ){.pds-ts-9xl{font-size:6.192rem}}@media (max-width:640px){h1.pds-heading{font-size:calc(1.728rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){h1.pds-heading{font-size:calc(1.728rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){h1.pds-heading{font-size:1.728rem}}@media (max-width:640px){h2.pds-heading{font-size:calc(1.44rem*var(--pds-typography-multiplier-small))}}@media (min-width:641px){h2.pds-heading{font-size:calc(1.44rem*var(--pds-typography-multiplier-medium))}}@media (min-width:1025px){h2.pds-heading{font-size:1.44rem}}h3.pds-heading{font-size:1.2rem}h4.pds-heading,h5.pds-heading,h6.pds-heading{font-size:1rem}h1.pds-heading,h2.pds-heading{font-weight:700}h3.pds-heading,h4.pds-heading,h5.pds-heading,h6.pds-heading{font-weight:600}
|