Skip to content

Commit

Permalink
Version bump to 3.3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhea-son committed Sep 11, 2024
1 parent ee61701 commit 5f8ef34
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 174 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
= 3.3.2.1 - 11/09/2024 =
* Fix - Tooltip icon is not being displayed in Global Settings.

= 3.3.2 - 10/09/2024 =
* Feature - All User Registration widgets for WPBakery.
* Feature - All User Registration widgets for Elementor.
Expand Down
168 changes: 84 additions & 84 deletions assets/css/admin-rtl.css
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
@charset "UTF-8";
/**
* admin.scss
* General User Registration admin styles.
/**
* admin.scss
* General User Registration admin styles.
*/
/**
* Imports
/**
* Imports
*/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
*
* >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
* 576px
**/
/**
* Variables
/**
* Variables
*/
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
/**
* Grid breakpoints
*
* Define the minimum dimensions at which your layout will change,
* adapting to different screen sizes, for use in media queries.
**/
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
/**
* Grid containers
*
* Define the maximum width of `.ur-container` for different screen sizes.
* scss-docs-start container-max-widths
**/
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
/**
* Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
* Makes the @content apply to the given breakpoint and wider.
**/
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
/**
* Grid system
*
* Generate semantic grid columns with these mixins.
**/
/**
* _mixins.scss
* User Registration Mixins
/**
* _mixins.scss
* User Registration Mixins
*/
/**
* Display Variations
/**
* Display Variations
**/
.ur-d-none {
display: none !important; }
Expand Down Expand Up @@ -184,10 +184,10 @@
.ur-d-xxl-inline-flex {
display: inline-flex !important; } }

/**
* Flex variation
*
* Custom styles for additional flex alignment options.
/**
* Flex variation
*
* Custom styles for additional flex alignment options.
**/
.ur-flex-row {
flex-direction: row !important; }
Expand Down Expand Up @@ -921,9 +921,9 @@
font-weight: 500;
line-height: 1.25; }

/**
* Form Field
* Set the class name for all input field
/**
* Form Field
* Set the class name for all input field
**/
.ur-input, .swal2-container .user-registration-swal2-modal .swal2-input {
display: block;
Expand Down Expand Up @@ -4104,8 +4104,8 @@
.pb-0 {
padding-bottom: 0px; }

/**
* Container
/**
* Container
**/
.ur-container,
.ur-container-full,
Expand Down Expand Up @@ -4160,17 +4160,17 @@
.ur-container, .ur-container-sm, .ur-container-md, .ur-container-lg, .ur-container-xl, .ur-container-xxl {
max-width: 1320px; } }

/**
* Row
/**
* Row
**/
.ur-row {
display: flex;
flex-wrap: wrap;
margin-left: -12px;
margin-right: -12px; }

/**
* Columns
/**
* Columns
**/
.ur-col-1, .ur-col-2, .ur-col-3, .ur-col-4, .ur-col-5, .ur-col-6, .ur-col-7, .ur-col-8, .ur-col-9, .ur-col-10, .ur-col-11, .ur-col-12, .ur-col,
.ur-col-auto, .ur-col-sm-1, .ur-col-sm-2, .ur-col-sm-3, .ur-col-sm-4, .ur-col-sm-5, .ur-col-sm-6, .ur-col-sm-7, .ur-col-sm-8, .ur-col-sm-9, .ur-col-sm-10, .ur-col-sm-11, .ur-col-sm-12, .ur-col-sm,
Expand Down Expand Up @@ -5195,8 +5195,8 @@
visibility: visible;
opacity: 1; }

/**
* Keyframe animation
/**
* Keyframe animation
*/
@keyframes spin {
100% {
Expand Down Expand Up @@ -5243,8 +5243,8 @@
opacity: 0;
transform: scale(0.9); } }

/**
* Styling begins
/**
* Styling begins
*/
.blockUI.blockOverlay::before {
width: 16px;
Expand Down Expand Up @@ -5290,8 +5290,8 @@
background: url("../images/icons/loader.svg") center center;
background-size: cover; }

/**
* Toggle class.
/**
* Toggle class.
*/
.userregistration-forms-hidden {
display: block; }
Expand Down Expand Up @@ -5357,8 +5357,8 @@
padding: 5px 10px;
text-align: center; }

/**
* Addons page
/**
* Addons page
**/
.ur_addons_wrap p.refresh {
margin: 0 0 2em; }
Expand Down Expand Up @@ -5439,8 +5439,8 @@
.wrap.user-registration div.error {
margin-top: 10px; }

/**
* Form Builder Styles
/**
* Form Builder Styles
**/
.user-registration_page_add-new-registration #wpfooter,
.toplevel_page_user-registration #wpfooter {
Expand Down Expand Up @@ -5574,8 +5574,8 @@
margin-bottom: 5px;
vertical-align: middle; }

/**
* Backbone modal dialog
/**
* Backbone modal dialog
*/
.ur-backbone-modal * {
box-sizing: border-box; }
Expand Down Expand Up @@ -5638,7 +5638,7 @@
border: 0;
border-right: 1px solid #e1e1e1;
background-color: transparent;
transition: color 0.1s ease-in-out, background 0.1s ease-in-out; }
transition: color 0.1s ease-in-out, background 0.1s ease-in-out; }
.ur-backbone-modal-main .ur-backbone-modal-header .modal-close-link::before {
font: normal 22px/50px "dashicons" !important;
color: #676d8a;
Expand Down Expand Up @@ -6010,7 +6010,7 @@
cursor: pointer;
font-size: 15px; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a:focus {
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
box-shadow: 0 0 0 0px transparent, 0 0 0px 0px transparent; }
.ur-registered-from .ur-registered-inputs .ur-tabs .ur-tab-lists li a.active {
background-color: #ffffff;
color: #475bb2;
Expand Down Expand Up @@ -6716,8 +6716,8 @@
max-width: 27%;
flex: 1 0 27%; }

/**
* Tooltips
/**
* Tooltips
*/
.tips {
cursor: help;
Expand Down Expand Up @@ -6771,8 +6771,8 @@ img.tips {
.tooltipster-base.ur-selling-price-tooltip .tooltipster-arrow .tooltipster-arrow-uncropped .tooltipster-arrow-background {
border-top-color: #f44949 !important; }

/**
* Help Tip
/**
* Help Tip
*/
.user-registration-help-tip,
.ur-portal-tooltip {
Expand Down Expand Up @@ -6823,12 +6823,12 @@ img.tips {
#profile-page form#your-profile .flatpickr-input[readonly] {
background-color: #ffffff; }

/**
* Fullscreen Mode
/**
* Fullscreen Mode
**/
body {
/**
* User Registration Builder Loading
/**
* User Registration Builder Loading
**/ }
body.ur-full-screen-mode {
margin-top: -32px; }
Expand Down Expand Up @@ -7826,7 +7826,7 @@ a.button.ur-smart-tags-list-button {
.ur-registered-from .ur-builder-wrapper #ur-field-settings #ur-field-all-settings .form-row select {
background-image: linear-gradient(-45deg, transparent 50%, gray 50%), linear-gradient(-135deg, gray 50%, transparent 50%);
background-position: calc(100% - (100% - 15px)) calc(1em + 2px), calc(100% - (100% - 10px)) calc(1em + 2px), calc(100% - (100% - 2.5em)) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat; }
.ur-registered-from .ur-builder-wrapper #ur-field-settings #ur-field-all-settings .form-row .ur-radio-group-list {
display: flex;
Expand Down Expand Up @@ -7987,10 +7987,10 @@ a.button.ur-smart-tags-list-button {
font-size: 15px; }
#wpcontent .user-registration-login-form-container .user-registration__wrap #post-body .ur-registered-from .ur-builder-wrapper .ur-selected-inputs .ur-builder-wrapper-content .ur-login-shortcode--wrapper .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode {
box-shadow: none;
transition: all 0.3s ease-in-out; }
transition: all 0.3s ease-in-out; }
#wpcontent .user-registration-login-form-container .user-registration__wrap #post-body .ur-registered-from .ur-builder-wrapper .ur-selected-inputs .ur-builder-wrapper-content .ur-login-shortcode--wrapper .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode svg path {
fill: #475bb2;
transition: all 0.3s ease-in-out; }
transition: all 0.3s ease-in-out; }
#wpcontent .user-registration-login-form-container .user-registration__wrap #post-body .ur-registered-from .ur-builder-wrapper .ur-selected-inputs .ur-builder-wrapper-content .ur-login-shortcode--wrapper .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode:hover {
background: #475bb2 !important; }
#wpcontent .user-registration-login-form-container .user-registration__wrap #post-body .ur-registered-from .ur-builder-wrapper .ur-selected-inputs .ur-builder-wrapper-content .ur-login-shortcode--wrapper .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode:hover svg path {
Expand Down Expand Up @@ -8702,7 +8702,7 @@ body.user-registration #wpbody-content {
align-items: center;
gap: 8px;
margin: 4px;
padding: 0px 10px 0px 8px;
padding: 0px 10px 0px 8px;
border: 0;
color: #383838;
flex-direction: row-reverse; }
Expand Down
Loading

0 comments on commit 5f8ef34

Please sign in to comment.