@uniai-fe/uds-primitives 0.6.6 → 0.6.7

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/styles.css CHANGED
@@ -871,6 +871,10 @@
871
871
  align-items: center;
872
872
  justify-content: center;
873
873
  }
874
+ .alternate.loading {
875
+ width: fit-content;
876
+ height: fit-content;
877
+ }
874
878
  .alternate.is-horizontal {
875
879
  flex-direction: row;
876
880
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniai-fe/uds-primitives",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -32,6 +32,11 @@
32
32
  align-items: center;
33
33
  justify-content: center;
34
34
 
35
+ &.loading {
36
+ width: fit-content;
37
+ height: fit-content;
38
+ }
39
+
35
40
  &.is-horizontal {
36
41
  flex-direction: row;
37
42