@tempots/beatui 0.64.0 → 0.65.0

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/beatui.css CHANGED
@@ -4338,6 +4338,7 @@ a:focus-visible {
4338
4338
  .bc-input-wrapper--horizontal-label-right,
4339
4339
  .bc-input-wrapper--horizontal-fixed {
4340
4340
  flex-direction: row;
4341
+ flex-wrap: wrap;
4341
4342
  align-items: center;
4342
4343
  gap: var(--spacing-stack-lg, calc(var(--spacing-base) * 4));
4343
4344
  }
@@ -4425,15 +4426,11 @@ a:focus-visible {
4425
4426
  min-width: 0; /* Prevent overflow issues */
4426
4427
  }
4427
4428
 
4428
- /* Error messages in horizontal mode should align with content */
4429
+ /* Error messages in horizontal mode should always appear on their own line */
4429
4430
  .bc-input-wrapper--horizontal .bc-input-wrapper__error,
4431
+ .bc-input-wrapper--horizontal-label-right .bc-input-wrapper__error,
4430
4432
  .bc-input-wrapper--horizontal-fixed .bc-input-wrapper__error {
4431
- margin-left: calc(var(--spacing-base) * 4); /* Align with content */
4432
- }
4433
-
4434
- /* Error messages in horizontal-label-right mode should align with content on the right */
4435
- .bc-input-wrapper--horizontal-label-right .bc-input-wrapper__error {
4436
- margin-right: calc(var(--spacing-base) * 4); /* Align with content */
4433
+ flex-basis: 100%;
4437
4434
  }
4438
4435
 
4439
4436
  /* Description text */
@@ -4013,6 +4013,7 @@ a:focus-visible {
4013
4013
  .bc-input-wrapper--horizontal-label-right,
4014
4014
  .bc-input-wrapper--horizontal-fixed {
4015
4015
  flex-direction: row;
4016
+ flex-wrap: wrap;
4016
4017
  align-items: center;
4017
4018
  gap: var(--spacing-stack-lg, calc(var(--spacing-base) * 4));
4018
4019
  }
@@ -4100,15 +4101,11 @@ a:focus-visible {
4100
4101
  min-width: 0; /* Prevent overflow issues */
4101
4102
  }
4102
4103
 
4103
- /* Error messages in horizontal mode should align with content */
4104
+ /* Error messages in horizontal mode should always appear on their own line */
4104
4105
  .bc-input-wrapper--horizontal .bc-input-wrapper__error,
4106
+ .bc-input-wrapper--horizontal-label-right .bc-input-wrapper__error,
4105
4107
  .bc-input-wrapper--horizontal-fixed .bc-input-wrapper__error {
4106
- margin-left: calc(var(--spacing-base) * 4); /* Align with content */
4107
- }
4108
-
4109
- /* Error messages in horizontal-label-right mode should align with content on the right */
4110
- .bc-input-wrapper--horizontal-label-right .bc-input-wrapper__error {
4111
- margin-right: calc(var(--spacing-base) * 4); /* Align with content */
4108
+ flex-basis: 100%;
4112
4109
  }
4113
4110
 
4114
4111
  /* Description text */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.64.0",
3
+ "version": "0.65.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",