Skip to content

Commit

Permalink
Merge branch 'develop' into add/fixed-display/display-hide-timing
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Nov 25, 2024
2 parents 4922967 + 885683c commit a012b2b
Show file tree
Hide file tree
Showing 18 changed files with 578 additions and 830 deletions.
4 changes: 4 additions & 0 deletions inc/vk-components/package/_scss/_vk-post-type-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ https://github.com/vektor-inc/vektor-wp-libraries
color:#fff;
}
}
// WordPress 6.7.1 が contain-intrinsic-size: 3000px 1500px を出力するようになたのでリセット
img:is([sizes="auto" i], [sizes^="auto," i]) {
contain-intrinsic-size: revert ;
}
}

/*-------------------------------------------*/
Expand Down
3 changes: 3 additions & 0 deletions inc/vk-components/package/_scss/_vk-post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ $xxl-min: 1400px;
a:hover {
text-decoration: none;
}
&_body {
box-sizing: border-box;
}
&_imgOuter {
position: relative;
&_singleTermLabel {
Expand Down
2 changes: 1 addition & 1 deletion inc/vk-components/package/class-vk-component-posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* VK Components Posts
*
* @package VK Component
* @version 1.6.1
* @version 1.6.3
*
* *********************** CAUTION ***********************
* The original of this file is located at:
Expand Down
2 changes: 1 addition & 1 deletion inc/vk-components/package/css/vk-components.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja.l10n.php

Large diffs are not rendered by default.

Binary file modified languages/vk-blocks-pro-ja.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -4092,7 +4092,7 @@ msgstr "カテゴリー"
#: inc/vk-blocks/build/blocks/_pro/taxonomy/index.php:199
#: src/blocks/_pro/taxonomy/index.php:199
msgid "All of %s"
msgstr ""
msgstr "全ての%s"

#: inc/vk-blocks/build/blocks/_pro/taxonomy/index.php:243
#: src/blocks/_pro/taxonomy/index.php:243
Expand Down
Loading

0 comments on commit a012b2b

Please sign in to comment.