@object-ui/components 4.0.7 → 4.0.9
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 +19 -0
- package/dist/index.css +1 -7
- package/dist/index.js +2013 -1953
- package/dist/index.umd.cjs +5 -5
- package/dist/packages/components/src/lib/lazy-icon.d.ts +4 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @object-ui/components
|
|
2
2
|
|
|
3
|
+
## 4.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@4.0.9
|
|
8
|
+
- @object-ui/core@4.0.9
|
|
9
|
+
- @object-ui/i18n@4.0.9
|
|
10
|
+
- @object-ui/react@4.0.9
|
|
11
|
+
|
|
12
|
+
## 4.0.8
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [3d58eaa]
|
|
17
|
+
- @object-ui/i18n@4.0.8
|
|
18
|
+
- @object-ui/react@4.0.8
|
|
19
|
+
- @object-ui/types@4.0.8
|
|
20
|
+
- @object-ui/core@4.0.8
|
|
21
|
+
|
|
3
22
|
## 4.0.7
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -336,12 +336,6 @@
|
|
|
336
336
|
.inset-y-0 {
|
|
337
337
|
inset-block: calc(var(--spacing) * 0);
|
|
338
338
|
}
|
|
339
|
-
.start {
|
|
340
|
-
inset-inline-start: var(--spacing);
|
|
341
|
-
}
|
|
342
|
-
.end {
|
|
343
|
-
inset-inline-end: var(--spacing);
|
|
344
|
-
}
|
|
345
339
|
.\!top-14 {
|
|
346
340
|
top: calc(var(--spacing) * 14) !important;
|
|
347
341
|
}
|