@object-ui/components 3.4.0 → 4.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @object-ui/components
2
2
 
3
+ ## 4.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@4.0.1
8
+ - @object-ui/core@4.0.1
9
+ - @object-ui/i18n@4.0.1
10
+ - @object-ui/react@4.0.1
11
+
12
+ ## 4.0.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @object-ui/types@4.0.0
18
+ - @object-ui/core@4.0.0
19
+ - @object-ui/react@4.0.0
20
+ - @object-ui/i18n@4.0.0
21
+
3
22
  ## 3.4.0
4
23
 
5
24
  ### Minor Changes
package/dist/index.css CHANGED
@@ -1483,6 +1483,9 @@
1483
1483
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1484
1484
  }
1485
1485
  }
1486
+ .self-start {
1487
+ align-self: flex-start;
1488
+ }
1486
1489
  .self-stretch {
1487
1490
  align-self: stretch;
1488
1491
  }