Skip to content

Commit

Permalink
Merge branch 'master' into mtsvyatkova/feat-1379-tile-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
gedinakova authored Jan 2, 2025
2 parents 1fe82d2 + 852b0ed commit 966ea09
Show file tree
Hide file tree
Showing 28 changed files with 892 additions and 753 deletions.
137 changes: 76 additions & 61 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@custom-elements-manifest/analyzer": "^0.10.3",
"@custom-elements-manifest/analyzer": "^0.10.4",
"@igniteui/material-icons-extended": "^3.1.0",
"@open-wc/testing": "^4.0.0",
"@storybook/addon-a11y": "^8.4.7",
Expand All @@ -81,19 +81,19 @@
"ig-typedoc-theme": "^5.0.4",
"igniteui-theming": "^14.4.0-beta.1",
"keep-a-changelog": "^2.5.3",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"lit-analyzer": "^2.0.3",
"madge": "^8.0.0",
"node-watch": "^0.7.4",
"playwright": "^1.49.0",
"playwright": "^1.49.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"sass": "^1.78.0",
"sass-embedded": "^1.78.0",
"sinon": "^19.0.2",
"storybook": "^8.4.7",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2",
"stylelint-scss": "^6.10.0",
Expand Down
6 changes: 6 additions & 0 deletions src/components/input/themes/shared/input.common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ $theme: $base;
}
/* stylelint-enable */

:host([invalid]) {
::part(helper-text) {
color: var-get($theme, 'error-secondary-color');
}
}

:host(:disabled),
:host([disabled]) {
[part~='input']::placeholder {
Expand Down
4 changes: 4 additions & 0 deletions src/components/input/themes/shared/input.indigo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ $transition-duration: .25s;
background: var-get($theme, 'error-secondary-color');
}
}

::part(helper-text) {
color: var-get($theme, 'helper-text-color');
}
}

:host([type='search']) {
Expand Down
Loading

0 comments on commit 966ea09

Please sign in to comment.