Skip to content

Commit

Permalink
Update output configs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed May 21, 2024
1 parent 507f7de commit fd5e31f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/
module.exports = /** @type {const} */ {
"black": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion dist/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/
module.exports = /** @type {const} */ {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.spectrum.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.spectrum.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.dark.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.light.react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/

module.exports = /** @type {const} */ {
Expand Down
2 changes: 1 addition & 1 deletion src/output/colors.theme.tailwind.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Tue, 21 May 2024 06:36:12 GMT
* Generated on Tue, 21 May 2024 06:39:44 GMT
*/

module.exports = /** @type {const} */ {
Expand Down

0 comments on commit fd5e31f

Please sign in to comment.