@pantheon-systems/pds-toolkit-react 1.0.0-dev.201 → 1.0.0-dev.203

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-toolkit-react",
3
3
  "technology": "React",
4
- "version": "1.0.0-dev.201",
4
+ "version": "1.0.0-dev.203",
5
5
  "description": "PDS toolkit built using the React framework",
6
6
  "repository": {
7
7
  "type": "git",
@@ -1,26 +0,0 @@
1
- export function StatsTileList({ listItems, className, ...props }: {
2
- [x: string]: any;
3
- listItems: any;
4
- className: any;
5
- }): React.JSX.Element;
6
- export namespace StatsTileList {
7
- namespace propTypes {
8
- let listItems: PropTypes.Requireable<PropTypes.InferProps<{
9
- /**
10
- * Image source
11
- */
12
- imageSrc: PropTypes.Requireable<PropTypes.ReactNodeLike>;
13
- /**
14
- * Statistic value
15
- */
16
- stat: PropTypes.Requireable<string>;
17
- /**
18
- * Statistic description
19
- */
20
- description: PropTypes.Requireable<string>;
21
- }>[]>;
22
- let className: PropTypes.Requireable<string>;
23
- }
24
- }
25
- import React from 'react';
26
- import PropTypes from 'prop-types';
@@ -1 +0,0 @@
1
- .pds-tile-list__image--stats img{height:auto;width:120px}dt.pds-tile-list__stat{color:var(--pds-color-text-default);font-size:2.074rem;font-weight:700;margin-block-end:1rem}@media (min-width:641px){dt.pds-tile-list__stat{font-size:1.728rem}}@media (min-width:1025px){dt.pds-tile-list__stat{font-size:2.074rem}}dd.pds-tile-list__description{color:var(--pds-color-text-default-secondary);font-size:1.2rem;font-weight:600;line-height:120%;margin-block-end:0;margin-inline-start:0}@media (min-width:641px){dd.pds-tile-list__description{font-size:1rem}}@media (min-width:1025px){dd.pds-tile-list__description{font-size:1.2rem}}