@umami/react-zen 0.102.0 → 0.104.0

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": "@umami/react-zen",
3
- "version": "0.102.0",
3
+ "version": "0.104.0",
4
4
  "description": "Modern, minimalist React component library",
5
5
  "author": "Umami <hello@umami.is>",
6
6
  "license": "MIT",
package/styles.css CHANGED
@@ -109,6 +109,8 @@
109
109
  --font-family-code: 'JetBrains Mono';
110
110
  --font-size: var(--font-size-2);
111
111
 
112
+ --heading-size: var(--heading-size-3);
113
+
112
114
  --border-radius: var(--border-radius-2);
113
115
  --border-width: var(--border-width-1);
114
116
 
@@ -4271,24 +4273,24 @@ body a.Button_button__NDYwM {
4271
4273
  }
4272
4274
 
4273
4275
  /* virtual-css:css:0fb02723d81c5960ed149d3d9f58f1ba */
4274
- .List_list__ZDQ2Z {
4276
+ .List_list__YjBiO {
4275
4277
  display: grid;
4276
4278
  outline: none;
4277
4279
  overflow: auto;
4278
4280
  gap: var(--spacing-1);
4279
4281
  }
4280
- .List_separator__ZTZiM {
4282
+ .List_separator__MjkwN {
4281
4283
  border-bottom: var(--border);
4282
4284
  }
4283
- .List_section__ZTliN:not(:last-child) {
4285
+ .List_section__NmQzZ:not(:last-child) {
4284
4286
  margin-bottom: var(--spacing-4);
4285
4287
  }
4286
- .List_header__YWIzN {
4288
+ .List_header__MjQ4N {
4287
4289
  font-size: var(--font-size-2);
4288
4290
  font-weight: var(--font-weight-bold);
4289
4291
  padding: var(--padding);
4290
4292
  }
4291
- .List_item__YmJhM {
4293
+ .List_item__MWYwM {
4292
4294
  display: flex;
4293
4295
  align-items: center;
4294
4296
  justify-content: space-between;
@@ -4301,43 +4303,28 @@ body a.Button_button__NDYwM {
4301
4303
  outline: none;
4302
4304
  border-radius: var(--border-radius);
4303
4305
  }
4304
- .List_item__YmJhM[data-disabled] {
4306
+ .List_item__MWYwM[data-disabled] {
4305
4307
  color: var(--font-color-disabled);
4306
4308
  }
4307
- .List_item__YmJhM[data-focus],
4308
- .List_item__YmJhM[data-focus-visible] {
4309
+ .List_item__MWYwM[data-focus],
4310
+ .List_item__MWYwM[data-focus-visible] {
4309
4311
  background: var(--highlight-color);
4310
4312
  }
4311
- .List_item__YmJhM:hover {
4313
+ .List_item__MWYwM:hover {
4312
4314
  background: var(--highlight-color);
4313
4315
  }
4314
- .List_item__YmJhM[data-selected] {
4316
+ .List_item__MWYwM[data-selected] {
4315
4317
  font-weight: bold;
4316
- & .List_check__ZTc4Z {
4318
+ & .List_checkmark__YjhhM {
4317
4319
  display: flex;
4318
4320
  justify-content: flex-end;
4319
4321
  flex: 1;
4320
4322
  }
4321
4323
  }
4322
- .List_variant-1__NWM2N {
4323
- & .List_item__YmJhM:hover,
4324
- .List_item__YmJhM[data-selected] {
4325
- background: var(--base-color-2);
4326
- }
4327
- }
4328
- .List_variant-2__MGZhY {
4329
- & .List_item__YmJhM:hover,
4330
- .List_item__YmJhM[data-selected] {
4331
- background: var(--base-color-3);
4332
- }
4333
- }
4334
- .List_variant-3__MmJkZ {
4335
- & .List_item__YmJhM:hover,
4336
- .List_item__YmJhM[data-selected] {
4337
- background: var(--base-color-4);
4338
- }
4324
+ .List_checkmark__YjhhM {
4325
+ display: none;
4339
4326
  }
4340
- .List_check__ZTc4Z {
4327
+ .List_hideCheckmark__OTEyO .List_checkmark__YjhhM {
4341
4328
  display: none;
4342
4329
  }
4343
4330
 
@@ -4591,6 +4578,30 @@ body a.Button_button__NDYwM {
4591
4578
  color: var(--font-color-muted);
4592
4579
  }
4593
4580
 
4581
+ /* virtual-css:css:0c4c35b74d5f22edf919d952c580c0e6 */
4582
+ .NavMenu_navmenu__OTA1Y {
4583
+ font-size: var(--font-size);
4584
+ width: 100%;
4585
+ gap: var(--spacing-2);
4586
+ }
4587
+ .NavMenu_item__MjE3M {
4588
+ color: var(--font-color-muted);
4589
+ gap: var(--gap);
4590
+ padding: var(--padding);
4591
+ cursor: pointer;
4592
+ white-space: nowrap;
4593
+ overflow: hidden;
4594
+ }
4595
+ .NavMenu_item__MjE3M:hover {
4596
+ color: var(--font-color);
4597
+ background: var(--highlight-color);
4598
+ }
4599
+ .NavMenu_item__MjE3M.NavMenu_selected__YzUwN {
4600
+ color: var(--font-color);
4601
+ background: var(--highlight-color);
4602
+ font-weight: var(--font-weight-bold);
4603
+ }
4604
+
4594
4605
  /* virtual-css:css:3547a441584a5024882cb71ab3ccf244 */
4595
4606
  .PasswordField_icon__NTRlM {
4596
4607
  position: absolute;