@swr-data-lab/components 2.15.1 → 2.17.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.
@@ -164,8 +164,12 @@ const semantics = {
164
164
  dark: '#222325',
165
165
  light: '#ffffff'
166
166
  },
167
+ raisedSurfaceFill: {
168
+ dark: '#393a3b',
169
+ light: '#ffffff'
170
+ },
167
171
  surfaceBorder: {
168
- dark: shades.gray.dark1,
172
+ dark: '#3e3e3e',
169
173
  light: shades.gray.base
170
174
  },
171
175
  pageFill: {
@@ -1,10 +1,10 @@
1
1
  <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M6.99999 0.400375C8.23844 0.400375 9.32826 0.860324 10.2793 1.79588C11.2173 2.71867 11.6963 3.96368 11.6963 5.55858C11.6962 6.59513 11.3092 7.74429 10.5059 9.01073C9.72473 10.2421 8.45423 12.0402 6.99999 13.6269C5.54576 12.0402 4.27526 10.2421 3.49413 9.01073C2.69082 7.74429 2.30377 6.59513 2.30371 5.55858C2.30371 3.96368 2.78268 2.71867 3.7207 1.79588C4.67173 0.860322 5.76155 0.400377 6.99999 0.400375Z" fill="url(#paint0_linear_50_2)" stroke="black" stroke-width="0.5"/>
3
- <path d="M9.45946 5.30492C9.45946 6.66325 8.35832 7.76438 7 7.76438C5.64168 7.76438 4.54054 6.66325 4.54054 5.30492C4.54054 3.9466 5.64168 2.84547 7 2.84547C8.35832 2.84547 9.45946 3.9466 9.45946 5.30492Z" fill="#0C0C0C"/>
3
+ <path d="M9.45946 5.30492C9.45946 6.66325 8.35832 7.76438 7 7.76438C5.64168 7.76438 4.54054 6.66325 4.54054 5.30492C4.54054 3.9466 5.64168 2.84547 7 2.84547C8.35832 2.84547 9.45946 3.9466 9.45946 5.30492Z" fill="#252525" stroke="black" stroke-width="0.5"/>
4
4
  <defs>
5
5
  <linearGradient id="paint0_linear_50_2" x1="4" y1="1" x2="7" y2="13.7232" gradientUnits="userSpaceOnUse">
6
- <stop offset="0.447115" stop-color="#EDE7F8"/>
7
- <stop offset="1" stop-color="#E2D8F3"/>
6
+ <stop stop-color="#EDE7F8"/>
7
+ <stop offset="0.350962" stop-color="#C4B0E8"/>
8
8
  </linearGradient>
9
9
  </defs>
10
10
  </svg>
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": "2.15.1",
4
+ "version": "2.17.0",
5
5
  "author": "SWR Data Lab",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",