@redsift/design-system 8.0.0-alpha.2 → 8.0.0-alpha.3

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": "8.0.0-alpha.2",
33
+ "version": "8.0.0-alpha.3",
34
34
  "dependencies": {
35
35
  "@react-types/button": "^3.7.0",
36
36
  "@react-types/shared": "^3.16.0",
@@ -99,5 +99,5 @@
99
99
  "react-dom": "17 || 18",
100
100
  "styled-components": "^5.3.5"
101
101
  },
102
- "gitHead": "db26e2826842f35129d51f6efdc8147a6405d107"
102
+ "gitHead": "b56ba7f18e7aa4eb518ef321f49a6c562d55d386"
103
103
  }
package/style/index.css CHANGED
@@ -183,7 +183,7 @@
183
183
  }
184
184
  /**
185
185
  * Do not edit directly
186
- * Generated on Tue, 09 May 2023 13:12:28 GMT
186
+ * Generated on Mon, 12 Jun 2023 10:28:00 GMT
187
187
  */
188
188
 
189
189
  :root {
@@ -462,6 +462,14 @@
462
462
  --redsift-typography-tooltip-font-size: 13px;
463
463
  --redsift-typography-tooltip-font-weight: 500;
464
464
  --redsift-typography-tooltip-line-height: 23px;
465
+ --redsift-typography-datagrid-header-font-family: 'Raleway', sans-serif;
466
+ --redsift-typography-datagrid-header-font-size: 15px;
467
+ --redsift-typography-datagrid-header-font-weight: 700;
468
+ --redsift-typography-datagrid-header-line-height: 18px;
469
+ --redsift-typography-datagrid-cell-font-family: 'Source Code Pro', sans-serif;
470
+ --redsift-typography-datagrid-cell-font-size: 15px;
471
+ --redsift-typography-datagrid-cell-font-weight: 400;
472
+ --redsift-typography-datagrid-cell-line-height: 18px;
465
473
  }
466
474
  /* Reseting CSS. */
467
475
  html,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 09 May 2023 13:12:28 GMT
3
+ * Generated on Mon, 12 Jun 2023 10:28:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -279,4 +279,12 @@
279
279
  --redsift-typography-tooltip-font-size: 13px;
280
280
  --redsift-typography-tooltip-font-weight: 500;
281
281
  --redsift-typography-tooltip-line-height: 23px;
282
+ --redsift-typography-datagrid-header-font-family: 'Raleway', sans-serif;
283
+ --redsift-typography-datagrid-header-font-size: 15px;
284
+ --redsift-typography-datagrid-header-font-weight: 700;
285
+ --redsift-typography-datagrid-header-line-height: 18px;
286
+ --redsift-typography-datagrid-cell-font-family: 'Source Code Pro', sans-serif;
287
+ --redsift-typography-datagrid-cell-font-size: 15px;
288
+ --redsift-typography-datagrid-cell-font-weight: 400;
289
+ --redsift-typography-datagrid-cell-line-height: 18px;
282
290
  }
package/style/redsift.css CHANGED
@@ -183,7 +183,7 @@
183
183
  }
184
184
  /**
185
185
  * Do not edit directly
186
- * Generated on Tue, 09 May 2023 13:12:28 GMT
186
+ * Generated on Mon, 12 Jun 2023 10:28:00 GMT
187
187
  */
188
188
 
189
189
  :root {
@@ -462,6 +462,14 @@
462
462
  --redsift-typography-tooltip-font-size: 13px;
463
463
  --redsift-typography-tooltip-font-weight: 500;
464
464
  --redsift-typography-tooltip-line-height: 23px;
465
+ --redsift-typography-datagrid-header-font-family: 'Raleway', sans-serif;
466
+ --redsift-typography-datagrid-header-font-size: 15px;
467
+ --redsift-typography-datagrid-header-font-weight: 700;
468
+ --redsift-typography-datagrid-header-line-height: 18px;
469
+ --redsift-typography-datagrid-cell-font-family: 'Source Code Pro', sans-serif;
470
+ --redsift-typography-datagrid-cell-font-size: 15px;
471
+ --redsift-typography-datagrid-cell-font-weight: 400;
472
+ --redsift-typography-datagrid-cell-line-height: 18px;
465
473
  }
466
474
  /* Reseting CSS. */
467
475
  html,