@hyphen/hyphen-components 2.9.6 → 2.10.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.
@@ -3,7 +3,7 @@
3
3
  \***************************************************************************************************************************/
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Thu, 25 Jul 2024 15:25:38 GMT
6
+ * Generated on Tue, 06 Aug 2024 00:21:00 GMT
7
7
  */
8
8
 
9
9
  .font-family-monospace { font-family: var(--assets-font-family-monospace); }
@@ -216,6 +216,18 @@
216
216
 
217
217
  .focus\:background-color-brand-dark-purple:focus { background: var(--color-background-brand-dark-purple); }
218
218
 
219
+ .background-color-chart-1 { background: var(--color-background-chart-1); }
220
+
221
+ .hover\:background-color-chart-1:hover { background: var(--color-background-chart-1); }
222
+
223
+ .focus\:background-color-chart-1:focus { background: var(--color-background-chart-1); }
224
+
225
+ .background-color-chart-2 { background: var(--color-background-chart-2); }
226
+
227
+ .hover\:background-color-chart-2:hover { background: var(--color-background-chart-2); }
228
+
229
+ .focus\:background-color-chart-2:focus { background: var(--color-background-chart-2); }
230
+
219
231
  .border-color-default { border-color: var(--color-border-default); }
220
232
 
221
233
  .hover\:border-color-default:hover { border-color: var(--color-border-default); }
@@ -3,7 +3,7 @@
3
3
  \*********************************************************************************************************************/
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Thu, 25 Jul 2024 15:25:38 GMT
6
+ * Generated on Tue, 06 Aug 2024 00:21:00 GMT
7
7
  */
8
8
 
9
9
  :root {
@@ -44,6 +44,8 @@
44
44
  --color-background-brand-light-purple: #b47dff;
45
45
  --color-background-brand-medium-purple: #4b32aa;
46
46
  --color-background-brand-dark-purple: #1e1e5a;
47
+ --color-background-chart-1: #1d4ed8;
48
+ --color-background-chart-2: #93c5fd;
47
49
  --color-base-black: #000000;
48
50
  --color-base-white: #ffffff;
49
51
  --color-base-magenta: #fa0a64;
@@ -296,7 +298,7 @@
296
298
  \*******************************************************************************************************************************/
297
299
  /**
298
300
  * Do not edit directly
299
- * Generated on Thu, 25 Jul 2024 15:25:38 GMT
301
+ * Generated on Tue, 06 Aug 2024 00:21:00 GMT
300
302
  */
301
303
 
302
304
  :root.dark {
@@ -809,7 +809,7 @@ var Button = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
809
809
  display: "inline-flex",
810
810
  direction: "row",
811
811
  alignItems: "center",
812
- gap: "xs"
812
+ gap: "md"
813
813
  }, isLoading && React.createElement(Spinner, {
814
814
  className: styles$r['spinner-wrapper']
815
815
  }), iconPrefix && React.createElement(Icon, {