@react5/ui 1.0.10 → 1.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react5/ui",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -1154,6 +1154,9 @@
1154
1154
  .r5ui-text-field__input--time {
1155
1155
  width: 8em;
1156
1156
  }
1157
+ .r5ui-text-field__input--text {
1158
+ width: 100%;
1159
+ }
1157
1160
  .r5ui-text-field__wrapper {
1158
1161
  display: flex;
1159
1162
  justify-content: space-between;
@@ -1297,6 +1297,9 @@ $title_font: var(--title_font, 'Poppins', serif);
1297
1297
  &--time {
1298
1298
  width: 8em;
1299
1299
  }
1300
+ &--text {
1301
+ width: 100%;
1302
+ }
1300
1303
  }
1301
1304
 
1302
1305
  &__wrapper {
@@ -1154,6 +1154,9 @@
1154
1154
  .r5ui-text-field__input--time {
1155
1155
  width: 8em;
1156
1156
  }
1157
+ .r5ui-text-field__input--text {
1158
+ width: 100%;
1159
+ }
1157
1160
  .r5ui-text-field__wrapper {
1158
1161
  display: flex;
1159
1162
  justify-content: space-between;
@@ -1297,6 +1297,9 @@ $title_font: var(--title_font, 'Poppins', serif);
1297
1297
  &--time {
1298
1298
  width: 8em;
1299
1299
  }
1300
+ &--text {
1301
+ width: 100%;
1302
+ }
1300
1303
  }
1301
1304
 
1302
1305
  &__wrapper {
@@ -31,6 +31,9 @@
31
31
  &--time {
32
32
  width: 8em;
33
33
  }
34
+ &--text {
35
+ width: 100%;
36
+ }
34
37
  }
35
38
 
36
39
  &__wrapper {