beca-ui 2.0.13-beta.5 → 2.0.13-beta.6

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/dist/beca-ui.js CHANGED
@@ -93586,7 +93586,7 @@ const tN = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
93586
93586
  colorInfo: "var(--info-color-5)",
93587
93587
  colorError: "var(--danger-color-5)",
93588
93588
  colorText: "var(--primary-text-color)",
93589
- colorTextDisabled: "red",
93589
+ colorTextDisabled: "var(--gray-text-color)",
93590
93590
  colorBgContainer: "var(--secondary-background-color)",
93591
93591
  // Panel
93592
93592
  colorBgElevated: "var(--tertiary-background-color)",
@@ -93622,7 +93622,7 @@ const tN = '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ar
93622
93622
  Form: {
93623
93623
  ...Z3,
93624
93624
  labelRequiredMarkColor: "var(--danger-color-5)",
93625
- labelColor: "var(--primary-text-color)",
93625
+ labelColor: "var(--gray-text-color)",
93626
93626
  labelHeight: "100%"
93627
93627
  },
93628
93628
  Badge: {