@swr-data-lab/components 1.14.0 → 1.15.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.
@@ -132,6 +132,7 @@ const shades = {
132
132
  gray: {
133
133
  light5: 'hsl(225, 2%, 95%)',
134
134
  light3: 'hsl(225, 2%, 77%)',
135
+ light1: 'hsl(225, 2%, 62%)',
135
136
  base: 'hsl(227, 2%, 50%)',
136
137
  dark2: 'hsl(236, 2%, 38%)',
137
138
  dark3: 'hsl(236, 2%, 32%)',
@@ -39,9 +39,9 @@
39
39
  svg {
40
40
  display: block;
41
41
  width: auto;
42
- height: calc(var(--fs-small-2) * 0.9);
42
+ height: calc(var(--fs-small-2) * 0.8);
43
43
  }
44
44
  path {
45
- fill: var(--violet-dark-5);
45
+ fill: var(--gray-light-1);
46
46
  }
47
47
  </style>
@@ -21,6 +21,10 @@ export {};
21
21
  .container :global(p) {
22
22
  margin-bottom: 0.5em;
23
23
  }
24
+ .container :global(a),
25
+ .container :global(summary) {
26
+ text-underline-offset: 0.15em;
27
+ }
24
28
  .container :global(a):hover, .container :global(a):focus-visible,
25
29
  .container :global(summary):hover,
26
30
  .container :global(summary):focus-visible {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@swr-data-lab/components",
3
3
  "description": "SWR Data Lab component library",
4
- "version": "1.14.0",
4
+ "version": "1.15.0",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",