@vaneui/ui 0.0.12 → 0.0.13

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/ui.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.12 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, utilities;
3
3
  @layer theme {
4
4
  :root, :host {
@@ -60,21 +60,6 @@
60
60
  }
61
61
  }
62
62
  @layer utilities {
63
- .absolute {
64
- position: absolute;
65
- }
66
- .fixed {
67
- position: fixed;
68
- }
69
- .relative {
70
- position: relative;
71
- }
72
- .static {
73
- position: static;
74
- }
75
- .sticky {
76
- position: sticky;
77
- }
78
63
  .m-0 {
79
64
  margin: calc(var(--spacing) * 0);
80
65
  }
@@ -141,12 +126,21 @@
141
126
  .flex-row-reverse {
142
127
  flex-direction: row-reverse;
143
128
  }
129
+ .items-baseline {
130
+ align-items: baseline;
131
+ }
144
132
  .items-center {
145
133
  align-items: center;
146
134
  }
135
+ .items-end {
136
+ align-items: flex-end;
137
+ }
147
138
  .items-start {
148
139
  align-items: flex-start;
149
140
  }
141
+ .items-stretch {
142
+ align-items: stretch;
143
+ }
150
144
  .justify-around {
151
145
  justify-content: space-around;
152
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",