@once-ui-system/core 1.5.3 → 1.5.4

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.
@@ -6,8 +6,10 @@
6
6
  border-color: var(--neutral-border-medium);
7
7
  }
8
8
 
9
- &:has(.placeholder) {
10
- min-height: var(--static-space-48);
9
+ &:has(.placeholder):has(.floating) {
10
+ .placeholder {
11
+ padding-top: var(--static-space-12);
12
+ }
11
13
  }
12
14
  }
13
15
 
@@ -59,13 +61,9 @@
59
61
  .s {
60
62
  min-height: var(--static-space-48);
61
63
 
62
- &:has(.placeholder) {
63
- min-height: var(--static-space-40);
64
- }
65
-
66
64
  .label {
67
65
  &.floating {
68
- top: var(--static-space-4);
66
+ top: calc(var(--static-space-4) - var(--static-space-1));
69
67
  }
70
68
  }
71
69
  }
@@ -8476,6 +8476,14 @@
8476
8476
  ],
8477
8477
  "tags": []
8478
8478
  },
8479
+ {
8480
+ "char": "🚏",
8481
+ "description": "bus stop",
8482
+ "aliases": [
8483
+ "busstop"
8484
+ ],
8485
+ "tags": []
8486
+ },
8479
8487
  {
8480
8488
  "char": "🛣️",
8481
8489
  "description": "motorway",
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@once-ui-system/core",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Once UI for Next.js NPM package",
5
5
  "keywords": [
6
6
  "once-ui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@once-ui-system/core",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Once UI for Next.js NPM package",
5
5
  "keywords": [
6
6
  "once-ui",