@reitwagen/design-components 0.7.0 → 0.7.1

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.
@@ -9,7 +9,7 @@ exports.inputVariants = (0, class_variance_authority_1.cva)("ui:h-[50px] ui:bg-w
9
9
  error: "ui:border-red-200 ui:bg-red-50",
10
10
  },
11
11
  disabled: {
12
- true: "ui:cursor-not-allowed ui:bg-gray-50 ui:border-gray-100 ui:text-gray-500 ui:placeholder:text-300",
12
+ true: "ui:cursor-not-allowed ui:bg-gray-50 ui:border-gray-100 ui:text-gray-500 ui:placeholder:text-gray-300",
13
13
  false: "",
14
14
  },
15
15
  },
package/dist/index.css CHANGED
@@ -790,6 +790,11 @@
790
790
  font-weight: var(--tw-font-weight, var(--ui-text-body4--font-weight));
791
791
  }
792
792
  }
793
+ .ui\:placeholder\:text-gray-300 {
794
+ &::placeholder {
795
+ color: var(--ui-color-gray-300);
796
+ }
797
+ }
793
798
  .ui\:placeholder\:text-gray-500 {
794
799
  &::placeholder {
795
800
  color: var(--ui-color-gray-500);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reitwagen/design-components",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],