@redsift/design-system 7.4.2 → 7.5.0-alpha.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.
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "version": "version-changelog ../../CHANGELOG.md && changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
31
31
  },
32
32
  "types": "index.d.ts",
33
- "version": "7.4.2",
33
+ "version": "7.5.0-alpha.0",
34
34
  "dependencies": {
35
35
  "@react-aria/button": "^3.6.4",
36
36
  "@react-aria/focus": "^3.10.1",
@@ -38,7 +38,7 @@
38
38
  "@react-aria/ssr": "^3.4.1",
39
39
  "@react-types/button": "^3.7.0",
40
40
  "@react-types/shared": "^3.16.0",
41
- "@redsift/icons": "^7.4.2",
41
+ "@redsift/icons": "^7.5.0-alpha.0",
42
42
  "classnames": "^2.3.1"
43
43
  },
44
44
  "devDependencies": {
@@ -103,5 +103,5 @@
103
103
  "react-dom": "17 || 18",
104
104
  "styled-components": "^5.3.3"
105
105
  },
106
- "gitHead": "5761eeb4d323c808f3c9c7c41aeec1b0d4b8ab15"
106
+ "gitHead": "77eb22e70587e29f00dc43e2fed04ab1c35d7c66"
107
107
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 09 Feb 2023 16:05:01 GMT
3
+ * Generated on Tue, 21 Feb 2023 15:02:26 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -232,4 +232,8 @@
232
232
  --redsift-typography-chip-font-size: 13px;
233
233
  --redsift-typography-chip-font-weight: 400;
234
234
  --redsift-typography-chip-line-height: 18px;
235
+ --redsift-typography-tooltip-font-family: 'Raleway', sans-serif;
236
+ --redsift-typography-tooltip-font-size: 13px;
237
+ --redsift-typography-tooltip-font-weight: 500;
238
+ --redsift-typography-tooltip-line-height: 23px;
235
239
  }
package/style/redsift.css CHANGED
@@ -183,7 +183,7 @@
183
183
  }
184
184
  /**
185
185
  * Do not edit directly
186
- * Generated on Thu, 09 Feb 2023 16:05:01 GMT
186
+ * Generated on Tue, 21 Feb 2023 15:02:26 GMT
187
187
  */
188
188
 
189
189
  :root {
@@ -415,6 +415,10 @@
415
415
  --redsift-typography-chip-font-size: 13px;
416
416
  --redsift-typography-chip-font-weight: 400;
417
417
  --redsift-typography-chip-line-height: 18px;
418
+ --redsift-typography-tooltip-font-family: 'Raleway', sans-serif;
419
+ --redsift-typography-tooltip-font-size: 13px;
420
+ --redsift-typography-tooltip-font-weight: 500;
421
+ --redsift-typography-tooltip-line-height: 23px;
418
422
  }
419
423
  /* Reseting CSS. */
420
424
  html,