@swr-data-lab/components 1.15.0 → 1.15.1

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.
@@ -18,7 +18,7 @@ let { title, subtitle, align = 'left', children } = $props();
18
18
 
19
19
  <style>
20
20
  .container {
21
- color: var(--violet-blue);
21
+ color: var(--gray-dark-5);
22
22
  font-family: var(--swr-sans);
23
23
  display: flex;
24
24
  flex-flow: column;
@@ -130,14 +130,17 @@ const shades = {
130
130
  dark5: '#1D0B40'
131
131
  },
132
132
  gray: {
133
- light5: 'hsl(225, 2%, 95%)',
134
- light3: 'hsl(225, 2%, 77%)',
135
- light1: 'hsl(225, 2%, 62%)',
136
- base: 'hsl(227, 2%, 50%)',
137
- dark2: 'hsl(236, 2%, 38%)',
138
- dark3: 'hsl(236, 2%, 32%)',
139
- dark4: 'hsl(236, 2%, 22%)',
140
- dark5: 'hsl(236, 2%, 5%)'
133
+ light5: '#f2f2f3',
134
+ light4: '#e2e3e4',
135
+ light3: '#cacbce',
136
+ light2: '#b1b2b4',
137
+ light1: '#97989b',
138
+ base: '#7d7e82',
139
+ dark1: '#646568',
140
+ dark2: '#4b4b4e',
141
+ dark3: '#323234',
142
+ dark4: '#19191a',
143
+ dark5: '#0d0d0d'
141
144
  }
142
145
  };
143
146
  const scales = {
@@ -12,7 +12,7 @@ export {};
12
12
  .container {
13
13
  font-family: var(--swr-text);
14
14
  font-size: var(--fs-large-1);
15
- font-weight: 550;
15
+ font-weight: 680;
16
16
  letter-spacing: 0.005em;
17
17
  }
18
18
  </style>
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.15.0",
4
+ "version": "1.15.1",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",