[ButtonMenu]: **BREAKING** Fix min-width variable and close via click outside#776
[ButtonMenu]: **BREAKING** Fix min-width variable and close via click outside#776fallaciousreasoning wants to merge 4 commits intomainfrom
min-width variable and close via click outside#776Conversation
|
👋 Thanks for Submitting! This PR is available for preview at the link below. ✅ PR tip preview: https://776.pr.nala.bravesoftware.com/ - ./tokens/css/variables-android.old.css: 7424 bytes
+ ./tokens/css/variables-android.css: 7424 bytes
---
- ./tokens/css/variables-browser.old.css: 6670 bytes
+ ./tokens/css/variables-browser.css: 6670 bytes
---
- ./tokens/css/variables-ios.old.css: 7067 bytes
+ ./tokens/css/variables-ios.css: 7067 bytes
---
- ./tokens/css/variables-marketing.old.css: 13561 bytes
+ ./tokens/css/variables-marketing.css: 13561 bytes
---
- ./tokens/css/variables-news.old.css: 526 bytes
+ ./tokens/css/variables-news.css: 526 bytes
---
- ./tokens/css/variables-newtab.old.css: 1941 bytes
+ ./tokens/css/variables-newtab.css: 1941 bytes
---
- ./tokens/css/variables-search.old.css: 2419 bytes
+ ./tokens/css/variables-search.css: 2419 bytes
---
- ./tokens/css/variables-web3.old.css: 833 bytes
+ ./tokens/css/variables-web3.css: 833 bytes
---
- ./tokens/css/variables.old.css: 111822 bytes
+ ./tokens/css/variables.css: 111822 bytes
Variables Diff: variables-android.diff--- ./tokens/css/variables-android.old.css 2024-08-12 21:17:01.180294717 +0000
+++ ./tokens/css/variables-android.css 2024-08-12 21:16:23.656394701 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-browser.diff--- ./tokens/css/variables-browser.old.css 2024-08-12 21:17:01.556293992 +0000
+++ ./tokens/css/variables-browser.css 2024-08-12 21:16:23.636394724 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-ios.diff--- ./tokens/css/variables-ios.old.css 2024-08-12 21:17:01.924293285 +0000
+++ ./tokens/css/variables-ios.css 2024-08-12 21:16:23.672394682 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-marketing.diff--- ./tokens/css/variables-marketing.old.css 2024-08-12 21:17:02.288292584 +0000
+++ ./tokens/css/variables-marketing.css 2024-08-12 21:16:23.692394659 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-news.diff--- ./tokens/css/variables-news.old.css 2024-08-12 21:17:02.668291853 +0000
+++ ./tokens/css/variables-news.css 2024-08-12 21:16:23.716394631 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-newtab.diff--- ./tokens/css/variables-newtab.old.css 2024-08-12 21:17:03.048291122 +0000
+++ ./tokens/css/variables-newtab.css 2024-08-12 21:16:23.724394622 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-search.diff--- ./tokens/css/variables-search.old.css 2024-08-12 21:17:03.388290468 +0000
+++ ./tokens/css/variables-search.css 2024-08-12 21:16:23.712394636 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-web3.diff--- ./tokens/css/variables-web3.old.css 2024-08-12 21:17:03.732289806 +0000
+++ ./tokens/css/variables-web3.css 2024-08-12 21:16:23.732394612 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
@media (prefers-color-scheme: light) {
Variables Diff: variables.diff--- ./tokens/css/variables.old.css 2024-08-12 21:17:04.280288753 +0000
+++ ./tokens/css/variables.css 2024-08-12 21:16:23.496394888 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 07 2024 21:26:19 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Aug 12 2024 21:16:23 GMT+0000 (Coordinated Universal Time)
*/
:root {
|
| const handleClose = (e: CloseEventDetail) => { | ||
| if (isOpen === undefined) isOpenInternal = false | ||
| onClose?.(e) | ||
| } |
There was a problem hiding this comment.
the state wasn't being updated onClose and therefore the menu took multiple clicks to open again?
There was a problem hiding this comment.
Exactly, yeah 😄
| } | ||
|
|
||
| .leo-menu .leo-menu-popup { | ||
| --min-width: var(--leo-menu-control-min-width, var(--leo-menu-target-width)); |
There was a problem hiding this comment.
brave rewards codebase uses the previous name so we will need to change it to this when updating nala
There was a problem hiding this comment.
Good to know!
min-width variable and close via click outsidemin-width variable and close via click outside
|
👋 Thanks for Submitting! This PR is available for preview at the link below. ✅ PR tip preview: https://776.pr.nala.bravesoftware.com/ - ./tokens/css/variables-android.old.css: 7424 bytes
+ ./tokens/css/variables-android.css: 7424 bytes
---
- ./tokens/css/variables-browser.old.css: 6670 bytes
+ ./tokens/css/variables-browser.css: 6670 bytes
---
- ./tokens/css/variables-ios.old.css: 7067 bytes
+ ./tokens/css/variables-ios.css: 7067 bytes
---
- ./tokens/css/variables-marketing.old.css: 13561 bytes
+ ./tokens/css/variables-marketing.css: 13561 bytes
---
- ./tokens/css/variables-news.old.css: 526 bytes
+ ./tokens/css/variables-news.css: 526 bytes
---
- ./tokens/css/variables-newtab.old.css: 1941 bytes
+ ./tokens/css/variables-newtab.css: 1941 bytes
---
- ./tokens/css/variables-search.old.css: 2419 bytes
+ ./tokens/css/variables-search.css: 2419 bytes
---
- ./tokens/css/variables-web3.old.css: 833 bytes
+ ./tokens/css/variables-web3.css: 833 bytes
---
- ./tokens/css/variables.old.css: 111822 bytes
+ ./tokens/css/variables.css: 111822 bytes
Variables Diff: variables-android.diff--- ./tokens/css/variables-android.old.css 2024-08-14 01:34:49.547195602 +0000
+++ ./tokens/css/variables-android.css 2024-08-14 01:34:11.630928361 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-browser.diff--- ./tokens/css/variables-browser.old.css 2024-08-14 01:34:49.895197957 +0000
+++ ./tokens/css/variables-browser.css 2024-08-14 01:34:11.614928176 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-ios.diff--- ./tokens/css/variables-ios.old.css 2024-08-14 01:34:50.239200216 +0000
+++ ./tokens/css/variables-ios.css 2024-08-14 01:34:11.646928547 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-marketing.diff--- ./tokens/css/variables-marketing.old.css 2024-08-14 01:34:50.595202552 +0000
+++ ./tokens/css/variables-marketing.css 2024-08-14 01:34:11.670928825 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-news.diff--- ./tokens/css/variables-news.old.css 2024-08-14 01:34:50.947204862 +0000
+++ ./tokens/css/variables-news.css 2024-08-14 01:34:11.694929104 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-newtab.diff--- ./tokens/css/variables-newtab.old.css 2024-08-14 01:34:51.295207142 +0000
+++ ./tokens/css/variables-newtab.css 2024-08-14 01:34:11.702929197 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-search.diff--- ./tokens/css/variables-search.old.css 2024-08-14 01:34:51.615209242 +0000
+++ ./tokens/css/variables-search.css 2024-08-14 01:34:11.686929011 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-web3.diff--- ./tokens/css/variables-web3.old.css 2024-08-14 01:34:51.983211651 +0000
+++ ./tokens/css/variables-web3.css 2024-08-14 01:34:11.706929243 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
@media (prefers-color-scheme: light) {
Variables Diff: variables.diff--- ./tokens/css/variables.old.css 2024-08-14 01:34:52.563215459 +0000
+++ ./tokens/css/variables.css 2024-08-14 01:34:11.474926551 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Tue Aug 13 2024 21:21:52 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 01:34:11 GMT+0000 (Coordinated Universal Time)
*/
:root {
|
c849157 to
1bbc724
Compare
|
👋 Thanks for Submitting! This PR is available for preview at the link below. ✅ PR tip preview: https://776.pr.nala.bravesoftware.com/ - ./tokens/css/variables-android.old.css: 7424 bytes
+ ./tokens/css/variables-android.css: 7424 bytes
---
- ./tokens/css/variables-browser.old.css: 6670 bytes
+ ./tokens/css/variables-browser.css: 6670 bytes
---
- ./tokens/css/variables-ios.old.css: 7067 bytes
+ ./tokens/css/variables-ios.css: 7067 bytes
---
- ./tokens/css/variables-marketing.old.css: 13561 bytes
+ ./tokens/css/variables-marketing.css: 13561 bytes
---
- ./tokens/css/variables-news.old.css: 526 bytes
+ ./tokens/css/variables-news.css: 526 bytes
---
- ./tokens/css/variables-newtab.old.css: 1941 bytes
+ ./tokens/css/variables-newtab.css: 1941 bytes
---
- ./tokens/css/variables-search.old.css: 2419 bytes
+ ./tokens/css/variables-search.css: 2419 bytes
---
- ./tokens/css/variables-web3.old.css: 833 bytes
+ ./tokens/css/variables-web3.css: 833 bytes
---
- ./tokens/css/variables.old.css: 111822 bytes
+ ./tokens/css/variables.css: 111822 bytes
Variables Diff: variables-android.diff--- ./tokens/css/variables-android.old.css 2024-08-14 21:30:23.826375349 +0000
+++ ./tokens/css/variables-android.css 2024-08-14 21:29:46.062111621 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-browser.diff--- ./tokens/css/variables-browser.old.css 2024-08-14 21:30:24.206377974 +0000
+++ ./tokens/css/variables-browser.css 2024-08-14 21:29:46.046111509 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-ios.diff--- ./tokens/css/variables-ios.old.css 2024-08-14 21:30:24.562380430 +0000
+++ ./tokens/css/variables-ios.css 2024-08-14 21:29:46.078111733 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-marketing.diff--- ./tokens/css/variables-marketing.old.css 2024-08-14 21:30:24.742381668 +0000
+++ ./tokens/css/variables-marketing.css 2024-08-14 21:29:46.102111900 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-news.diff--- ./tokens/css/variables-news.old.css 2024-08-14 21:30:25.138384395 +0000
+++ ./tokens/css/variables-news.css 2024-08-14 21:29:46.126112069 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-newtab.diff--- ./tokens/css/variables-newtab.old.css 2024-08-14 21:30:25.570387369 +0000
+++ ./tokens/css/variables-newtab.css 2024-08-14 21:29:46.138112153 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-search.diff--- ./tokens/css/variables-search.old.css 2024-08-14 21:30:25.998390322 +0000
+++ ./tokens/css/variables-search.css 2024-08-14 21:29:46.122112041 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-web3.diff--- ./tokens/css/variables-web3.old.css 2024-08-14 21:30:26.370392886 +0000
+++ ./tokens/css/variables-web3.css 2024-08-14 21:29:46.142112180 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:46 GMT+0000 (Coordinated Universal Time)
*/
@media (prefers-color-scheme: light) {
Variables Diff: variables.diff--- ./tokens/css/variables.old.css 2024-08-14 21:30:27.066397677 +0000
+++ ./tokens/css/variables.css 2024-08-14 21:29:45.906110529 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Wed Aug 14 2024 05:18:29 GMT+0000 (Coordinated Universal Time)
+ * Generated on Wed Aug 14 2024 21:29:45 GMT+0000 (Coordinated Universal Time)
*/
:root {
|
|
Since this change would be breaking, what's the migration path for existing consumers? |
need him to take another look
|
👋 Thanks for Submitting! This PR is available for preview at the link below. ✅ PR tip preview: https://776.pr.nala.bravesoftware.com/ - ./tokens/css/variables-android.old.css: 7424 bytes
+ ./tokens/css/variables-android.css: 7424 bytes
---
- ./tokens/css/variables-browser.old.css: 6874 bytes
+ ./tokens/css/variables-browser.css: 6874 bytes
---
- ./tokens/css/variables-ios.old.css: 7067 bytes
+ ./tokens/css/variables-ios.css: 7067 bytes
---
- ./tokens/css/variables-marketing.old.css: 13561 bytes
+ ./tokens/css/variables-marketing.css: 13561 bytes
---
- ./tokens/css/variables-news.old.css: 526 bytes
+ ./tokens/css/variables-news.css: 526 bytes
---
- ./tokens/css/variables-newtab.old.css: 1941 bytes
+ ./tokens/css/variables-newtab.css: 1941 bytes
---
- ./tokens/css/variables-search.old.css: 2419 bytes
+ ./tokens/css/variables-search.css: 2419 bytes
---
- ./tokens/css/variables-web3.old.css: 905 bytes
+ ./tokens/css/variables-web3.css: 905 bytes
---
- ./tokens/css/variables.old.css: 114834 bytes
+ ./tokens/css/variables.css: 114834 bytes
Variables Diff: variables-android.diff--- ./tokens/css/variables-android.old.css 2024-09-16 09:29:05.110946796 +0000
+++ ./tokens/css/variables-android.css 2024-09-16 09:28:27.090873044 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-browser.diff--- ./tokens/css/variables-browser.old.css 2024-09-16 09:29:05.394947395 +0000
+++ ./tokens/css/variables-browser.css 2024-09-16 09:28:27.074872999 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-ios.diff--- ./tokens/css/variables-ios.old.css 2024-09-16 09:29:05.622947881 +0000
+++ ./tokens/css/variables-ios.css 2024-09-16 09:28:27.106873088 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-marketing.diff--- ./tokens/css/variables-marketing.old.css 2024-09-16 09:29:05.862948385 +0000
+++ ./tokens/css/variables-marketing.css 2024-09-16 09:28:27.130873157 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-news.diff--- ./tokens/css/variables-news.old.css 2024-09-16 09:29:06.142948974 +0000
+++ ./tokens/css/variables-news.css 2024-09-16 09:28:27.154873225 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-newtab.diff--- ./tokens/css/variables-newtab.old.css 2024-09-16 09:29:06.358949430 +0000
+++ ./tokens/css/variables-newtab.css 2024-09-16 09:28:27.162873247 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-search.diff--- ./tokens/css/variables-search.old.css 2024-09-16 09:29:06.598949939 +0000
+++ ./tokens/css/variables-search.css 2024-09-16 09:28:27.150873213 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
:root {
Variables Diff: variables-web3.diff--- ./tokens/css/variables-web3.old.css 2024-09-16 09:29:06.814950393 +0000
+++ ./tokens/css/variables-web3.css 2024-09-16 09:28:27.170873269 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:27 GMT+0000 (Coordinated Universal Time)
*/
@media (prefers-color-scheme: light) {
Variables Diff: variables.diff--- ./tokens/css/variables.old.css 2024-09-16 09:29:07.106951011 +0000
+++ ./tokens/css/variables.css 2024-09-16 09:28:26.950872649 +0000
@@ -1,6 +1,6 @@
/**
* Do not edit directly
- * Generated on Fri Sep 13 2024 16:35:10 GMT+0000 (Coordinated Universal Time)
+ * Generated on Mon Sep 16 2024 09:28:26 GMT+0000 (Coordinated Universal Time)
*/
:root {
|
No description provided.