@plexui/ui 0.7.45 → 0.7.47

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.
@@ -124,5 +124,10 @@
124
124
  .Footer {
125
125
  flex-direction: column;
126
126
  }
127
+
128
+ .Footer > * {
129
+ width: 100%;
130
+ --button-size: var(--control-size-lg);
131
+ }
127
132
  }
128
133
  }
@@ -9,6 +9,7 @@
9
9
  /* NOTE: Whenever this is not 16px on mobile, zooming occurs. */
10
10
  font-size: var(--input-font-size);
11
11
  font-weight: var(--font-weight-normal);
12
+ line-height: 1;
12
13
  transition-duration: var(--transition-duration-basic);
13
14
  transition-property: color, box-shadow, background-color;
14
15
  transition-timing-function: var(--transition-ease-basic);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plexui/ui",
3
- "version": "0.7.45",
3
+ "version": "0.7.47",
4
4
  "description": "Modern design system for building high-quality applications",
5
5
  "type": "module",
6
6
  "license": "MIT",