@muziehdesign/components 18.2.0-beta.2072 → 18.2.0-beta.2080

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/design/_form.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  @use "mixins" as *;
2
2
 
3
3
 
4
- .form-input {
4
+ .form-input, .form-textarea, .form-select {
5
5
  @include field-control();
6
6
 
7
7
  &:focus {
@@ -1,7 +1,6 @@
1
1
  @mixin field-control() {
2
- border-color: var(--input-border-color, --color-neutral-500);
3
2
  border-radius: var(--input-border-radius, 0px);
4
- @apply border;
3
+ border: 1px solid var(--input-border-color, --color-neutral-500);
5
4
  }
6
5
 
7
6
  @mixin field-control-focused() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muziehdesign/components",
3
- "version": "18.2.0-beta.2072",
3
+ "version": "18.2.0-beta.2080",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.1",
6
6
  "@angular/core": "^18.1.1",