update libs

This commit is contained in:
Kirill Chikalin
2025-02-13 17:48:12 +03:00
parent e17e7c2786
commit 275dc598c7
816 changed files with 22479 additions and 10792 deletions

View File

@@ -1,64 +1,66 @@
.validation-info-box
{
flex-direction: column;
/* Validator Description */
.validator-description {
flex-direction: column;
flex-shrink: 0;
margin: 10px 5px 2px 5px;
padding: 2px 4px;
}
.validation-info-foldout
{
margin-left: -4px;
.validator-description-simple-container {
flex-direction: column;
flex-wrap: wrap;
}
.validation-info-foldout > Toggle > VisualElement
{
flex-shrink: 1;
}
.validation-info-foldout > Toggle > VisualElement > VisualElement
{
align-self: flex-start;
}
.validation-info-foldout > Toggle > VisualElement > Label
{
flex-shrink: 1;
.validator-description-simple-label {
white-space: normal;
}
.validation-info-foldout > VisualElement {
margin-left: 18px;
padding-top: 12px;
.validator-description-full-container {
margin-top: 12px;
}
.hyperlink-button
{
.validator-description-full-label {
white-space: normal;
margin-bottom: 10px;
}
.validator-description-hyperlink-button {
margin: 0;
padding: 0;
align-self: flex-start;
cursor: link;
}
.selection-box-column
{
.validator-description-show-button {
margin-top: 12px;
}
.validator-description-hide-button {
margin-top: 12px;
}
/* Validator Settings */
.validator-settings {
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
margin: 0px 5px 2px 5px;
padding: 2px 4px;
}
.selection-box-row
{
.validator-settings-selection-row {
flex-direction: row;
flex-grow: 1;
margin-top: 10px;
padding: 0 3px 0 2px;
}
.label-help-row
{
.validator-settings-selection-label-help-row {
flex-direction: row;
flex-shrink: 1;
flex-grow: 0;
@@ -70,19 +72,16 @@
width: 120px;
}
.label-help-row > Label
{
.validator-settings-selection-label-help-row > Label {
-unity-font-style: bold;
}
.label-help-row > Image
{
.validator-settings-selection-label-help-row > Image {
height: 16px;
width: 16px;
}
.category-menu
{
.validator-settings-selection-dropdown {
flex-grow: 1;
flex-shrink: 1;
@@ -90,42 +89,66 @@
margin-right: 0;
margin-left: 3px;
padding: 1px 4px;
}
.validation-paths-box
{
/* Validate Button */
.validator-validate-button {
align-self: stretch;
height: 25px;
margin-left: 2px;
}
/* Validation Paths */
.validator-paths {
flex-direction: column;
flex-grow: 1;
flex-shrink: 0;
margin-bottom: 10px;
padding: 0;
}
.validator-paths-box {
flex-grow: 1;
flex-direction: column;
}
.validation-paths-scroll-view
{
.validator-paths-scroll-view {
flex-grow: 1;
height: 100px;
margin-left: 3px;
}
.validation-paths-scroll-view > .unity-scroll-view__content-viewport
.validator-paths-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
}
.validation-paths-scroll-view > * > .unity-scroll-view__content-container
.validator-paths-scroll-view > * > .unity-scroll-view__content-container
{
padding: 0 0 0 0;
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
.validator-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
margin: -1px 0;
}
.validation-path-row
{
.validator-paths-scroll-view-bottom-row {
flex-direction: row-reverse;
margin: -1px 0 0 3px;
}
.validator-paths-add-button {
margin: 3px 0 0 0;
align-self: center;
}
.validator-paths-path-row {
flex-direction: row;
flex-grow: 1;
@@ -133,8 +156,7 @@
padding: 0 5px 0 2px;
}
.path-input-field
{
.validator-paths-path-row-input-field {
flex-grow: 1;
flex-shrink: 1;
@@ -144,8 +166,7 @@
-unity-text-align: middle-left;
}
.validation-path-remove-button
{
.validator-paths-path-row-remove-button {
width: 20px;
height: 20px;
margin-left: 2px;
@@ -153,49 +174,23 @@
padding: 1px 0 0 0;
}
.validation-paths-scroll-view-bottom-row
{
flex-direction: row-reverse;
margin: -1px 0 0 3px;
}
/* Tests List & Groups */
.validation-path-add-button
{
margin: 3px 0 0 0;
align-self: center;
}
.validator-description
{
white-space: normal;
margin-bottom: 10px;
}
.tests-scroll-view
{
.validator-test-list {
flex-grow: 1;
flex-shrink: 1;
}
.tests-scroll-view > .unity-scroll-view__content-viewport
{
margin-left: 1px;
.validator-test-list-group-separator {
height: 2px;
margin: 5px 15px;
}
.tests-scroll-view > .unity-scroll-view__content-viewport > *
{
padding-bottom: 5px;
}
.tests-group
{
display: none;
.validator-test-list-group {
overflow: hidden;
}
.group-expander-box
{
.validator-test-list-group-expander {
flex-direction: row;
flex-grow: 0;
flex-shrink: 0;
@@ -208,8 +203,17 @@
margin: 10px -1px 2px -1px;
}
.group-image
{
.validator-test-list-group-expander-arrow {
align-self: center;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
}
.validator-test-list-group-expander-image {
flex-shrink: 0;
flex-grow: 0;
@@ -219,101 +223,17 @@
margin: 0 7px 0 2px;
}
.group-label
{
.validator-test-list-group-expander-label {
font-size: 14px;
}
.group-info-box
{
margin: 5px;
}
.group-content-box
{
.validator-test-list-group-content {
margin: -2px -2px -2px -2px;
}
.group-separator
{
height: 2px;
/* Validation Test */
margin: 5px 15px;
}
.result-messages-box
{
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
margin: 10px 0 5px 0;
padding: 0 3px 3px 3px;
}
.information-box
{
flex-basis: auto;
flex-direction: column;
margin-top: 3px;
}
.result-information-button
{
align-self: stretch;
-unity-font-style: normal;
-unity-text-align: middle-left;
margin: 0;
}
.test-reason-desc
{
white-space: normal;
}
.path-box
{
flex-direction: row;
flex-shrink: 0;
margin-bottom: 10px;
padding: 0;
}
.path-box > TextField
{
flex-grow: 1;
flex-shrink: 1;
-unity-font-style: bold;
}
.path-box > TextField > Label
{
min-width: auto;
padding-left: 0;
}
.path-box > TextField > TextInput
{
-unity-font-style: normal;
margin-left: 5px;
}
.path-box > Button
{
align-self: flex-end;
margin-left: 5px;
}
.full-test-box
{
.validator-test {
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
@@ -321,8 +241,7 @@
padding: 2px 0;
}
.foldout-box
{
.validator-test-foldout {
flex-direction: row;
flex-grow: 1;
flex-shrink: 1;
@@ -337,29 +256,13 @@
padding: 5px 10px;
}
.foldout-box > * > .expander
{
font-size: 11px;
}
.expander-label-row
{
.validator-test-expander {
flex-direction: row;
flex-grow: 1;
}
.test-label
{
flex-grow: 1;
flex-shrink: 1;
-unity-text-align: middle-left;
-unity-font-style: bold;
white-space: normal;
}
.expander
{
.validator-test-expander-arrow {
font-size: 11px;
align-self: center;
width: 30px;
@@ -369,17 +272,16 @@
padding: 0;
}
.test-expanded-box
{
.validator-text-expander-label {
flex-grow: 1;
flex-shrink: 0;
flex-shrink: 1;
margin: 0;
padding: 5px 30px;
-unity-text-align: middle-left;
-unity-font-style: bold;
white-space: normal;
}
.test-result-image
{
.validator-test-expander-image {
flex-shrink: 0;
width: 14px;
@@ -388,23 +290,48 @@
margin: 0 10px;
}
.test-description
{
.validator-test-content {
flex-grow: 1;
flex-shrink: 0;
margin: 0;
padding: 5px 30px;
}
.validator-test-content-textfield {
white-space: normal;
}
.run-all-button
{
align-self: stretch;
height: 25px;
margin-left: 2px;
.validator-test-content-result-messages {
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
margin: 10px 0 5px 0;
padding: 0 3px 3px 3px;
}
.message-separator
{
height: 3px;
.validator-test-content-result-messages-content {
flex-basis: auto;
flex-direction: column;
margin-top: 3px;
}
.validator-test-content-result-messages-content-button {
align-self: stretch;
-unity-font-style: normal;
-unity-text-align: middle-left;
margin: 0;
}
.validator-test-content-result-messages-content-label {
white-space: normal;
}
.validator-test-content-result-messages-separator {
height: 3px;
margin: 5px -3px 0 -3px;
}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: cd5d36e7e8fb8014fa998bc5cb2816f4
guid: 2c67a10c292c653428af654599fc15aa
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -13,6 +13,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/Validator_Main.uss
uploadId: 712972
packageVersion: 12.0.1
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/Style.uss
uploadId: 724584

View File

@@ -1,4 +1,4 @@
.primary-colors
.primary-colors
{
/* Light - lighter */
background-color: rgb(220, 220, 220);
@@ -20,165 +20,147 @@
border-color: rgb(33, 33, 33);
}
.hyperlink-button
{
/* Validator Description */
.validator-description-hyperlink-button {
color: rgb(68, 113, 229);
border-color: rgba(0, 0, 0, 0);
border-width: 0;
background-color: rgba(0, 0, 0, 0);
}
.hyperlink-button:hover
{
.validator-description-hyperlink-button:hover {
color: rgb(68, 133, 229);
}
.hyperlink-button:active
{
.validator-description-hyperlink-button:active {
color: rgb(68, 93, 229);
}
.label-help-row > Image
{
/* Validator Settings */
.validator-settings-selection-label-help-row > Image {
--unity-image: resource("d__Help@2x");
}
.category-menu
{
.validator-settings-selection-dropdown {
color: rgb(238, 238, 238);
background-color: rgb(88, 88, 88);
border-width: 1px;
border-radius: 3px;
border-color: rgb(36, 36, 36);
background-color: rgb(88, 88, 88);
}
.category-menu:hover
{
background-color: rgb(103, 103, 103);
}
/* Validation Paths */
.validation-paths-scroll-view
{
.validator-paths-scroll-view {
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
.validator-paths-scroll-view > * > .unity-scroll-view__vertical-scroller {
border-right-width: 0;
}
.path-input-field:hover
{
.validator-paths-path-row-input-field:hover {
background-color: rgb(78, 78, 78);
}
.group-expander-box
{
/* Tests List & Groups */
.validator-test-list {
flex-grow: 1;
flex-shrink: 1;
}
.validator-test-list-group-separator {
background-color: rgb(104, 104, 104);
}
.validator-test-list-group-expander {
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.group-label
{
.validator-test-list-group-expander-arrow {
color: rgb(104, 104, 104);
}
.validator-test-list-group-expander-label {
color: rgb(255, 255, 255);
-unity-font-style: bold;
}
.group-separator
{
background-color: rgb(104, 104, 104);
}
/* Validation Test */
.foldout-box
{
.validator-test-foldout {
border-width: 0;
border-radius: 0;
background-color: rgb(56, 56, 56);
}
.foldout-box:hover
{
.validator-test-foldout:hover {
background-color: rgb(68, 68, 68);
}
.foldout-box:active
{
.validator-test-foldout:active {
background-color: rgb(48, 48, 48);
}
.foldout-box-expanded
{
.validator-test-foldout-expanded {
background-color: rgb(68, 68, 68);
}
.expander
{
.validator-test-expander-arrow {
color: rgb(104, 104, 104);
}
.test-expanded-box
{
.validator-test-content {
background-color: rgb(68, 68, 68);
}
.test-description > .unity-base-field__input
{
.validator-test-content-textfield > .unity-base-field__input {
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.result-messages-box
{
.validator-test-content-result-messages {
border-left-width: 2px;
border-color: rgb(33, 33, 33);
background-color: rgb(58, 58, 58);
}
.result-messages-box-pass
{
.validator-test-content-result-messages-pass {
border-color: rgb(40, 200, 40);
}
.result-messages-box-warning
{
.validator-test-content-result-messages-warning {
border-color: rgb(200, 140, 40);
}
.result-messages-box-fail
{
.validator-test-content-result-messages-fail {
border-color: rgb(200, 40, 40);
}
.result-information-button
{
.validator-test-content-result-messages-content-button {
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.result-information-button:hover
{
.validator-test-content-result-messages-content-button:hover {
background-color: rgb(78, 78, 78);
}
.result-information-button:active
{
.validator-test-content-result-messages-content-button:active {
background-color: rgba(0, 0, 0, 0);
}
.message-separator
{
.validator-test-content-result-messages-separator {
background-color: rgb(68, 68, 68);
}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 6072b9c171efabd4b9df404b6a14bced
guid: d09164f0be2befd40aac764571737ff7
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -13,6 +13,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/Validator_Dark.uss
uploadId: 712972
packageVersion: 12.0.1
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/ThemeDark.uss
uploadId: 724584

View File

@@ -1,4 +1,4 @@
.primary-colors
.primary-colors
{
/* Light - lighter */
background-color: rgb(220, 220, 220);
@@ -20,170 +20,147 @@
border-color: rgb(33, 33, 33);
}
.root
{
background-color: rgb(198, 198, 198);
}
/* Validator Description */
.hyperlink-button
{
.validator-description-hyperlink-button {
color: rgb(68, 113, 229);
border-color: rgba(0, 0, 0, 0);
border-width: 0;
background-color: rgba(0, 0, 0, 0);
}
.hyperlink-button:hover
{
.validator-description-hyperlink-button:hover {
color: rgb(68, 133, 229);
}
.hyperlink-button:active
{
.validator-description-hyperlink-button:active {
color: rgb(68, 93, 229);
}
.label-help-row > Image
{
/* Validator Settings */
.validator-settings-selection-label-help-row > Image {
--unity-image: resource("_Help@2x");
}
.category-menu
{
.validator-settings-selection-dropdown {
color: rgb(9, 9, 9);
background-color: rgb(228, 228, 228);
border-width: 1px;
border-radius: 3px;
border-color: rgb(178, 178, 178);
background-color: rgb(228, 228, 228);
}
.category-menu:hover
{
background-color: rgb(236, 236, 236);
}
/* Validation Paths */
.validation-paths-scroll-view
{
.validator-paths-scroll-view {
border-width: 1px;
border-color: rgb(33, 33, 33);
background-color: rgb(180, 180, 180);
}
.validation-paths-scroll-view > * > .unity-scroll-view__vertical-scroller
{
.validator-paths-scroll-view > * > .unity-scroll-view__vertical-scroller {
border-right-width: 0;
}
.path-input-field:hover
{
.validator-paths-path-row-input-field:hover {
background-color: rgb(200, 200, 200);
}
.group-expander-box
{
/* Tests List & Groups */
.validator-test-list {
flex-grow: 1;
flex-shrink: 1;
}
.validator-test-list-group-separator {
background-color: rgb(77, 77, 77);
}
.validator-test-list-group-expander {
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.group-label
{
color: rgb(48, 48, 48);
.validator-test-list-group-expander-arrow {
color: rgb(77, 77, 77);
}
.validator-test-list-group-expander-label {
color: rgb(48, 48, 48);
-unity-font-style: bold;
}
.group-separator
{
background-color: rgb(77, 77, 77);
}
/* Validation Test */
.foldout-box
{
.validator-test-foldout {
border-width: 0;
border-radius: 0;
background-color: rgb(198, 198, 198);
}
.foldout-box:hover
{
.validator-test-foldout:hover {
background-color: rgb(212, 212, 212);
}
.foldout-box:active
{
.validator-test-foldout:active {
background-color: rgb(180, 180, 180);
}
.foldout-box-expanded
{
.validator-test-foldout-expanded {
background-color: rgb(212, 212, 212);
}
.test-expanded-box
{
background-color: rgb(212, 212, 212);
}
.expander
{
.validator-test-expander-arrow {
color: rgb(77, 77, 77);
}
.test-description > .unity-base-field__input
{
.validator-test-content {
background-color: rgb(212, 212, 212);
}
.validator-test-content-textfield > .unity-base-field__input {
border-width: 0;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.result-messages-box
{
.validator-test-content-result-messages {
border-left-width: 2px;
border-color: rgb(33, 33, 33);
background-color: rgb(198, 198, 198);
}
.result-messages-box-pass
{
.validator-test-content-result-messages-pass {
border-color: rgb(40, 200, 40);
}
.result-messages-box-warning
{
.validator-test-content-result-messages-warning {
border-color: rgb(200, 140, 40);
}
.result-messages-box-fail
{
.validator-test-content-result-messages-fail {
border-color: rgb(200, 40, 40);
}
.result-information-button
{
.validator-test-content-result-messages-content-button {
border-width: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, 0);
}
.result-information-button:hover
{
.validator-test-content-result-messages-content-button:hover {
background-color: rgb(212, 212, 212);
}
.result-information-button:active
{
.validator-test-content-result-messages-content-button:active {
background-color: rgba(0, 0, 0, 0);
}
.message-separator
{
.validator-test-content-result-messages-separator {
background-color: rgb(212, 212, 212);
}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 3aabcb23e4d233d4cb06467692556b1c
guid: 7404a65e6f9592846a20fd5190b12b1a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
@@ -13,6 +13,6 @@ AssetOrigin:
serializedVersion: 1
productId: 115
packageName: Asset Store Publishing Tools
packageVersion: 11.4.4
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/Validator_Light.uss
uploadId: 712972
packageVersion: 12.0.1
assetPath: Packages/com.unity.asset-store-tools/Editor/Validator/Styles/ThemeLight.uss
uploadId: 724584