Skip to content

Commit

Permalink
Update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 27, 2024
1 parent da39300 commit c6e5733
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 19 deletions.
2 changes: 1 addition & 1 deletion assets/admin/settings-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => 'a518367e05cc33818189');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-primitives'), 'version' => 'dc29ed09e43c1a3717ee');
2 changes: 1 addition & 1 deletion assets/admin/settings.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions assets/admin/settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/wizard-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/wizard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '9c064e7aad56a83072a3');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '69452a2e9cdb5c173b9e');
2 changes: 1 addition & 1 deletion assets/admin/wizard.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/integration/edd-checkout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/integration/edd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/integration/woocommerce-checkout.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 30 additions & 4 deletions src/scss/_tailwind-compiled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,10 @@ video {
justify-content: flex-start !important;
}

.gtmkit-justify-end {
justify-content: flex-end;
}

.gtmkit-justify-center {
justify-content: center;
}
Expand Down Expand Up @@ -1168,6 +1172,11 @@ video {
padding-bottom: 1px;
}

.gtmkit-py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}

.gtmkit-pb-6 {
padding-bottom: 1.5rem;
}
Expand Down Expand Up @@ -1200,6 +1209,11 @@ video {
text-align: center;
}

.\!gtmkit-text-base {
font-size: 1rem !important;
line-height: 1.5rem !important;
}

.\!gtmkit-text-lg {
font-size: 1.125rem !important;
line-height: 1.75rem !important;
Expand Down Expand Up @@ -1249,6 +1263,18 @@ video {
line-height: 1rem;
}

.gtmkit-text-\[10px\] {
font-size: 10px;
}

.gtmkit-text-\[11px\] {
font-size: 11px;
}

.gtmkit-text-\[12px\] {
font-size: 12px;
}

.gtmkit-font-bold {
font-weight: 700;
}
Expand All @@ -1265,6 +1291,10 @@ video {
font-weight: 600;
}

.gtmkit-font-normal {
font-weight: 400;
}

.gtmkit-uppercase {
text-transform: uppercase;
}
Expand Down Expand Up @@ -1307,10 +1337,6 @@ video {
opacity: 1;
}

.gtmkit-opacity-30 {
opacity: 0.3;
}

.gtmkit-opacity-60 {
opacity: 0.6;
}
Expand Down

0 comments on commit c6e5733

Please sign in to comment.