Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
Signed-off-by: VF-WP GitHub Actions Bot <[email protected]>
  • Loading branch information
VF-WP GitHub Actions Bot authored and VF-WP GitHub Actions Bot committed Nov 4, 2024
1 parent 9b86310 commit e31f7a6
Show file tree
Hide file tree
Showing 27 changed files with 550 additions and 626 deletions.
4 changes: 2 additions & 2 deletions vf-components/vf-componenet-rollup/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $componentInfo: (
name: "@visual-framework/vf-componenet-rollup",
version: "1.0.0-beta.4",
location: "components/vf-componenet-rollup",
vfCoreVersion: "2.2.43",
buildTimeStamp: "Mon, 04 Nov 2024 06:23:22 GMT"
vfCoreVersion: "2.2.47",
buildTimeStamp: "Mon, 04 Nov 2024 20:18:20 GMT"
);
4 changes: 2 additions & 2 deletions vf-components/vfwp-admin/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $componentInfo: (
name: "@visual-framework/vfwp-admin",
version: "0.0.1",
location: "components/vfwp-admin",
vfCoreVersion: "2.2.43",
buildTimeStamp: "Mon, 04 Nov 2024 06:23:22 GMT"
vfCoreVersion: "2.2.47",
buildTimeStamp: "Mon, 04 Nov 2024 20:18:20 GMT"
);
5 changes: 2 additions & 3 deletions vf-components/vfwp-admin/vfwp-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/* stylelint-enable */
/*!
* Component: @visual-framework/vf-content
* Version: 1.6.16
* Version: 1.6.17
* Location: components/vf-core-components/vf-content
*/
.vf-content h1:not([class*=vf-]), .editor-styles-wrapper h1:not([class*=vf-]) {
Expand Down Expand Up @@ -315,14 +315,13 @@
margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
margin: 0 0 1rem 0;
border: 0;
padding: 10px 8px 10px 32px;
padding: 0;
position: relative;
}
.vf-content blockquote:not([class*=vf-])::before, .editor-styles-wrapper blockquote:not([class*=vf-])::before {
border-left: 4px solid #d0d0ce;
content: "";
height: 100%;
left: 12px;
position: absolute;
top: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions vf-components/vfwp-autocomplete/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $componentInfo: (
name: "@visual-framework/vfwp-autocomplete",
version: "0.0.1",
location: "components/vfwp-autocomplete",
vfCoreVersion: "2.2.43",
buildTimeStamp: "Mon, 04 Nov 2024 06:23:22 GMT"
vfCoreVersion: "2.2.47",
buildTimeStamp: "Mon, 04 Nov 2024 20:18:20 GMT"
);
4 changes: 2 additions & 2 deletions vf-components/vfwp-gutenberg-blocks/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $componentInfo: (
name: "@visual-framework/vfwp-gutenberg-blocks",
version: "0.0.1",
location: "components/vfwp-gutenberg-blocks",
vfCoreVersion: "2.2.43",
buildTimeStamp: "Mon, 04 Nov 2024 06:23:22 GMT"
vfCoreVersion: "2.2.47",
buildTimeStamp: "Mon, 04 Nov 2024 20:18:20 GMT"
);
4 changes: 2 additions & 2 deletions vf-components/vfwp-gutenberg-iframe/package.variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $componentInfo: (
name: "@visual-framework/vfwp-gutenberg-iframe",
version: "0.0.1",
location: "components/vfwp-gutenberg-iframe",
vfCoreVersion: "2.2.43",
buildTimeStamp: "Mon, 04 Nov 2024 06:23:22 GMT"
vfCoreVersion: "2.2.47",
buildTimeStamp: "Mon, 04 Nov 2024 20:18:20 GMT"
);
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/* stylelint-enable */
/*!
* Component: @visual-framework/embl-breadcrumbs-lookup
* Version: 2.0.1
* Version: 1.2.0
* Location: components/vf-core-components/embl-breadcrumbs-lookup
*/
.embl-grid .embl-breadcrumbs-lookup:first-child {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@

/*!
* Component: @visual-framework/vf-blockquote
* Version: 1.2.7
* Version: 1.2.8
* Location: components/vf-core-components/vf-blockquote
*/
.vf-blockquote {
Expand All @@ -211,7 +211,7 @@
margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
margin: 0 0 0 0;
border: 0;
padding: 10px 8px 10px 32px;
padding: 0;
position: relative;
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 28px;
Expand All @@ -223,42 +223,122 @@
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
padding-left: 24px;
}
.vf-blockquote::before {
border-left: 4px solid #d0d0ce;
content: "";
height: 100%;
left: 12px;
position: absolute;
top: 0;
}
.vf-blockquote .vf-blockquote_author__link {
border-bottom: none;
text-decoration: none;
color: #3b6fb6;
}
.vf-blockquote .vf-blockquote_author__link:visited {
color: #563d82;
border-bottom: none;
}
.vf-blockquote .vf-blockquote_author__link:visited:hover {
color: #563d82;
text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__link:hover {
color: #193f90;
border-bottom: none;
text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__details {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 19px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.421;
margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote::before {
margin-right: 1.5rem;
border-left: 1px solid var(--vf-color--grey);
left: 8px;
.vf-blockquote-small {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 19px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.421;
margin: 0 0 16px 0;
margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
margin: 0 0 0 0;
border: 0;
padding: 0;
position: relative;
font-size: 21px;
font-weight: 500;
line-height: 1.3em;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
padding-left: 16px;
}
.vf-blockquote-small::before {
border-left: 4px solid #d0d0ce;
content: "";
height: 100%;
position: absolute;
top: 0;
}

.vf-blockquote_author__link {
.vf-blockquote-small .vf-blockquote_author__link {
border-bottom: none;
text-decoration: none;
color: #3b6fb6;
font-size: 16px;
}
.vf-blockquote_author__link:visited {
.vf-blockquote-small .vf-blockquote_author__link:visited {
color: #563d82;
border-bottom: none;
}
.vf-blockquote_author__link:visited:hover {
.vf-blockquote-small .vf-blockquote_author__link:visited:hover {
color: #563d82;
text-decoration: underline;
}
.vf-blockquote_author__link:hover {
.vf-blockquote-small .vf-blockquote_author__link:hover {
color: #193f90;
border-bottom: none;
text-decoration: underline;
}
.vf-blockquote-small .vf-blockquote_author__details {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.71;
margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote::before, .vf-blockquote-small:before {
margin-right: 1.5rem;
border-left: 1px solid var(--vf-color--grey);
left: 0px;
content: "";
}

@media (max-width: 768px) {
.vf-blockquote, .vf-blockquote-small {
position: relative;
}
.vf-blockquote img, .vf-blockquote-small img {
--vf-profile-avatar--size: 64px;
position: absolute;
bottom: 0;
display: block;
}
.vf-blockquote-has-image footer {
width: calc(100% - 85px);
-webkit-transform: translate(85px);
transform: translate(85px);
display: inline-block;
word-break: break-word;
}
}
/*!
* Component: @visual-framework/vf-activity-list
* Version: 1.0.0-alpha.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
* Component: @visual-framework/vf-back-to-top
* Version: 1.0.2
* Location: components/vf-core-components/vf-back-to-top
* Build time: Mon, 04 Nov 2024 06:22:56 GMT
* Build time: Mon, 04 Nov 2024 20:18:01 GMT
*/
.vf-back-to-top {
display: inline;
Expand Down
105 changes: 93 additions & 12 deletions wp-content/themes/vf-wp/assets/assets/vf-blockquote/vf-blockquote.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
/* stylelint-enable */
/*!
* Component: @visual-framework/vf-blockquote
* Version: 1.2.7
* Version: 1.2.8
* Location: components/vf-core-components/vf-blockquote
*/
.vf-blockquote {
Expand All @@ -108,7 +108,7 @@
margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
margin: 0 0 0 0;
border: 0;
padding: 10px 8px 10px 32px;
padding: 0;
position: relative;
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 28px;
Expand All @@ -120,38 +120,119 @@
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
padding-left: 24px;
}
.vf-blockquote::before {
border-left: 4px solid #d0d0ce;
content: "";
height: 100%;
left: 12px;
position: absolute;
top: 0;
}
.vf-blockquote .vf-blockquote_author__link {
border-bottom: none;
text-decoration: none;
color: #3b6fb6;
}
.vf-blockquote .vf-blockquote_author__link:visited {
color: #563d82;
border-bottom: none;
}
.vf-blockquote .vf-blockquote_author__link:visited:hover {
color: #563d82;
text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__link:hover {
color: #193f90;
border-bottom: none;
text-decoration: underline;
}
.vf-blockquote .vf-blockquote_author__details {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 19px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.421;
margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote::before {
margin-right: 1.5rem;
border-left: 1px solid var(--vf-color--grey);
left: 8px;
.vf-blockquote-small {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 19px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.421;
margin: 0 0 16px 0;
margin: var(--vf-stack-margin, 0) 0 var(--vf-text-margin--bottom, 16px) 0;
margin: 0 0 0 0;
border: 0;
padding: 0;
position: relative;
font-size: 21px;
font-weight: 500;
line-height: 1.3em;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
padding-left: 16px;
}
.vf-blockquote-small::before {
border-left: 4px solid #d0d0ce;
content: "";
height: 100%;
position: absolute;
top: 0;
}

.vf-blockquote_author__link {
.vf-blockquote-small .vf-blockquote_author__link {
border-bottom: none;
text-decoration: none;
color: #3b6fb6;
font-size: 16px;
}
.vf-blockquote_author__link:visited {
.vf-blockquote-small .vf-blockquote_author__link:visited {
color: #563d82;
border-bottom: none;
}
.vf-blockquote_author__link:visited:hover {
.vf-blockquote-small .vf-blockquote_author__link:visited:hover {
color: #563d82;
text-decoration: underline;
}
.vf-blockquote_author__link:hover {
.vf-blockquote-small .vf-blockquote_author__link:hover {
color: #193f90;
border-bottom: none;
text-decoration: underline;
}
.vf-blockquote-small .vf-blockquote_author__details {
font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
font-size: 16px;
color: #1a1c1a;
font-weight: 400;
line-height: 1.71;
margin: var(--vf-stack-margin, 0) 0 0 0;
}

.vf-blockquote::before, .vf-blockquote-small:before {
margin-right: 1.5rem;
border-left: 1px solid var(--vf-color--grey);
left: 0px;
content: "";
}

@media (max-width: 768px) {
.vf-blockquote, .vf-blockquote-small {
position: relative;
}
.vf-blockquote img, .vf-blockquote-small img {
--vf-profile-avatar--size: 64px;
position: absolute;
bottom: 0;
display: block;
}
.vf-blockquote-has-image footer {
width: calc(100% - 85px);
-webkit-transform: translate(85px);
transform: translate(85px);
display: inline-block;
word-break: break-word;
}
}
Loading

0 comments on commit e31f7a6

Please sign in to comment.