@public-ui/themes 1.5.0-rc.14 → 1.5.0-rc.16

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/dist/index.mjs CHANGED
@@ -4160,13 +4160,6 @@ const BMF = KoliBri.createTheme("bmf", {
4160
4160
  margin: 0;
4161
4161
  padding: 0;
4162
4162
  }
4163
- input,
4164
- option,
4165
- select,
4166
- summary,
4167
- textarea {
4168
- display: inline-block;
4169
- }
4170
4163
  a,
4171
4164
  button,
4172
4165
  input,
@@ -4174,8 +4167,6 @@ const BMF = KoliBri.createTheme("bmf", {
4174
4167
  select,
4175
4168
  summary,
4176
4169
  textarea {
4177
- -ms-hyphens: auto;
4178
- -webkit-hyphens: auto;
4179
4170
  hyphens: auto;
4180
4171
  letter-spacing: inherit;
4181
4172
  word-break: break-word;
@@ -4381,11 +4372,18 @@ const BMF = KoliBri.createTheme("bmf", {
4381
4372
  font-size: 0.875em;
4382
4373
  font-style: italic;
4383
4374
  }
4384
- input {
4375
+ input,
4376
+ select,
4377
+ textarea {
4378
+ border: none;
4379
+ }
4380
+ input[type="color"] {
4385
4381
  border: none;
4386
- line-height: 1em;
4387
4382
  min-height: 40px !important;
4388
- padding: 0.625em 0;
4383
+ }
4384
+ input[type="color"],
4385
+ input[type="file"] {
4386
+ background-color: transparent;
4389
4387
  }
4390
4388
  input::placeholder {
4391
4389
  color: var(--color-grey);
@@ -4395,7 +4393,6 @@ const BMF = KoliBri.createTheme("bmf", {
4395
4393
  border-radius: 0.3125rem;
4396
4394
  border-style: solid;
4397
4395
  border-width: 2px;
4398
- height: 44px;
4399
4396
  padding: 0 0.5em;
4400
4397
  }
4401
4398
  .input > kol-icon {
@@ -4471,11 +4468,18 @@ const BMF = KoliBri.createTheme("bmf", {
4471
4468
  font-size: 0.875em;
4472
4469
  font-style: italic;
4473
4470
  }
4474
- input {
4471
+ input,
4472
+ select,
4473
+ textarea {
4474
+ border: none;
4475
+ }
4476
+ input[type="color"] {
4475
4477
  border: none;
4476
- line-height: 1em;
4477
4478
  min-height: 40px !important;
4478
- padding: 0.625em 0;
4479
+ }
4480
+ input[type="color"],
4481
+ input[type="file"] {
4482
+ background-color: transparent;
4479
4483
  }
4480
4484
  input::placeholder {
4481
4485
  color: var(--color-grey);
@@ -4485,7 +4489,6 @@ const BMF = KoliBri.createTheme("bmf", {
4485
4489
  border-radius: 0.3125rem;
4486
4490
  border-style: solid;
4487
4491
  border-width: 2px;
4488
- height: 44px;
4489
4492
  padding: 0 0.5em;
4490
4493
  }
4491
4494
  .input > kol-icon {
@@ -4561,11 +4564,18 @@ const BMF = KoliBri.createTheme("bmf", {
4561
4564
  font-size: 0.875em;
4562
4565
  font-style: italic;
4563
4566
  }
4564
- input {
4567
+ input,
4568
+ select,
4569
+ textarea {
4570
+ border: none;
4571
+ }
4572
+ input[type="color"] {
4565
4573
  border: none;
4566
- line-height: 1em;
4567
4574
  min-height: 40px !important;
4568
- padding: 0.625em 0;
4575
+ }
4576
+ input[type="color"],
4577
+ input[type="file"] {
4578
+ background-color: transparent;
4569
4579
  }
4570
4580
  input::placeholder {
4571
4581
  color: var(--color-grey);
@@ -4575,7 +4585,6 @@ const BMF = KoliBri.createTheme("bmf", {
4575
4585
  border-radius: 0.3125rem;
4576
4586
  border-style: solid;
4577
4587
  border-width: 2px;
4578
- height: 44px;
4579
4588
  padding: 0 0.5em;
4580
4589
  }
4581
4590
  .input > kol-icon {
@@ -4651,11 +4660,18 @@ const BMF = KoliBri.createTheme("bmf", {
4651
4660
  font-size: 0.875em;
4652
4661
  font-style: italic;
4653
4662
  }
4654
- input {
4663
+ input,
4664
+ select,
4665
+ textarea {
4666
+ border: none;
4667
+ }
4668
+ input[type="color"] {
4655
4669
  border: none;
4656
- line-height: 1em;
4657
4670
  min-height: 40px !important;
4658
- padding: 0.625em 0;
4671
+ }
4672
+ input[type="color"],
4673
+ input[type="file"] {
4674
+ background-color: transparent;
4659
4675
  }
4660
4676
  input::placeholder {
4661
4677
  color: var(--color-grey);
@@ -4665,7 +4681,6 @@ const BMF = KoliBri.createTheme("bmf", {
4665
4681
  border-radius: 0.3125rem;
4666
4682
  border-style: solid;
4667
4683
  border-width: 2px;
4668
- height: 44px;
4669
4684
  padding: 0 0.5em;
4670
4685
  }
4671
4686
  .input > kol-icon {
@@ -4741,11 +4756,18 @@ const BMF = KoliBri.createTheme("bmf", {
4741
4756
  font-size: 0.875em;
4742
4757
  font-style: italic;
4743
4758
  }
4744
- input {
4759
+ input,
4760
+ select,
4761
+ textarea {
4762
+ border: none;
4763
+ }
4764
+ input[type="color"] {
4745
4765
  border: none;
4746
- line-height: 1em;
4747
4766
  min-height: 40px !important;
4748
- padding: 0.625em 0;
4767
+ }
4768
+ input[type="color"],
4769
+ input[type="file"] {
4770
+ background-color: transparent;
4749
4771
  }
4750
4772
  input::placeholder {
4751
4773
  color: var(--color-grey);
@@ -4755,7 +4777,6 @@ const BMF = KoliBri.createTheme("bmf", {
4755
4777
  border-radius: 0.3125rem;
4756
4778
  border-style: solid;
4757
4779
  border-width: 2px;
4758
- height: 44px;
4759
4780
  padding: 0 0.5em;
4760
4781
  }
4761
4782
  .input > kol-icon {
@@ -4815,99 +4836,75 @@ const BMF = KoliBri.createTheme("bmf", {
4815
4836
  color: white;
4816
4837
  }`,
4817
4838
  "KOL-TEXTAREA": `kol-input {
4818
- display: grid;
4819
4839
  gap: 0.4em;
4820
4840
  }
4841
+ kol-input .error {
4842
+ order: 1;
4843
+ }
4821
4844
  kol-input label {
4822
4845
  order: 2;
4823
4846
  }
4824
- kol-input div.input {
4825
- box-sizing: border-box;
4847
+ kol-input .input {
4826
4848
  order: 3;
4827
- background-color: white;
4828
- border-radius: 0.3125rem;
4829
4849
  }
4830
- kol-input kol-alert.error {
4831
- order: 1;
4850
+ kol-input .hint {
4851
+ order: 4;
4852
+ font-size: 0.875em;
4853
+ font-style: italic;
4832
4854
  }
4833
4855
  input,
4834
4856
  select,
4835
4857
  textarea {
4836
- font-family: var(--font-family);
4858
+ border: none;
4859
+ }
4860
+ input[type="color"] {
4861
+ border: none;
4862
+ min-height: 40px !important;
4863
+ }
4864
+ input[type="color"],
4865
+ input[type="file"] {
4837
4866
  background-color: transparent;
4838
- box-sizing: border-box;
4839
- font-size: 1rem;
4840
- display: inline-flex;
4841
- line-height: 1.5em;
4867
+ }
4868
+ input::placeholder {
4869
+ color: var(--color-grey);
4870
+ }
4871
+ .input {
4842
4872
  border-color: var(--color-grey);
4843
- border-width: 2px;
4844
- border-style: solid;
4845
- padding: 0.625em 0.875em;
4846
4873
  border-radius: 0.3125rem;
4847
- overflow: hidden;
4848
- width: 100%;
4874
+ border-style: solid;
4875
+ border-width: 2px;
4876
+ padding: 0 0.5em;
4849
4877
  }
4850
- input,
4851
- select:not([multiple]) {
4852
- height: 2.75em;
4878
+ .input > kol-icon {
4879
+ width: 1.5em;
4853
4880
  }
4854
- input::placeholder {
4855
- color: var(--color-grey);
4881
+ .input > input:first-child {
4882
+ padding-left: 0.375em;
4856
4883
  }
4857
- input:hover {
4884
+ .input > input:last-child {
4885
+ padding-right: 0.375em;
4886
+ }
4887
+ .input:hover {
4858
4888
  border-color: var(--color-midnight);
4859
4889
  }
4860
4890
  input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
4861
4891
  cursor: not-allowed;
4862
- border-color: var(--border-default);
4863
4892
  }
4864
4893
  .required label > span::after {
4865
4894
  content: "*";
4866
4895
  padding-left: 0.125em;
4867
4896
  }
4868
- .icons {
4869
- display: flex;
4870
- justify-content: space-between;
4871
- height: 0;
4872
- }
4873
- .icon-left input,
4874
- .icon-left select {
4875
- padding-left: 2em;
4876
- }
4877
- .icon-right input,
4878
- .icon-right select {
4879
- padding-right: 2em;
4880
- }
4881
4897
  kol-input.error {
4882
4898
  border-left: 3px solid var(--color-red);
4883
4899
  padding-left: 1em;
4884
4900
  }
4885
- kol-input.error input:focus,
4886
- kol-input.error select:focus,
4887
- kol-input.error textarea:focus {
4901
+ kol-input.error .input:focus-within {
4888
4902
  outline-color: var(--color-red) !important;
4889
4903
  }
4890
4904
  kol-input.error kol-alert.error {
4891
4905
  color: var(--color-red);
4892
4906
  font-weight: 700;
4893
4907
  }
4894
- kol-button-wc {
4895
- position: relative;
4896
- float: right;
4897
- z-index: 1000;
4898
- }
4899
- kol-button-wc button {
4900
- border-radius: 0.25rem;
4901
- }
4902
- kol-button-wc button kol-span-wc {
4903
- border: 1px solid var(--color-grey);
4904
- display: grid;
4905
- min-height: 44px;
4906
- min-width: 44px;
4907
- }
4908
- .icon-right kol-button-wc {
4909
- margin-right: 2.5em;
4910
- }
4911
4908
  .disabled {
4912
4909
  opacity: 0.33;
4913
4910
  }
@@ -5367,99 +5364,75 @@ const BMF = KoliBri.createTheme("bmf", {
5367
5364
  stroke: var(--color-midnight);
5368
5365
  }`,
5369
5366
  "KOL-SELECT": `kol-input {
5370
- display: grid;
5371
5367
  gap: 0.4em;
5372
5368
  }
5369
+ kol-input .error {
5370
+ order: 1;
5371
+ }
5373
5372
  kol-input label {
5374
5373
  order: 2;
5375
5374
  }
5376
- kol-input div.input {
5377
- box-sizing: border-box;
5375
+ kol-input .input {
5378
5376
  order: 3;
5379
- background-color: white;
5380
- border-radius: 0.3125rem;
5381
5377
  }
5382
- kol-input kol-alert.error {
5383
- order: 1;
5378
+ kol-input .hint {
5379
+ order: 4;
5380
+ font-size: 0.875em;
5381
+ font-style: italic;
5384
5382
  }
5385
5383
  input,
5386
5384
  select,
5387
5385
  textarea {
5388
- font-family: var(--font-family);
5386
+ border: none;
5387
+ }
5388
+ input[type="color"] {
5389
+ border: none;
5390
+ min-height: 40px !important;
5391
+ }
5392
+ input[type="color"],
5393
+ input[type="file"] {
5389
5394
  background-color: transparent;
5390
- box-sizing: border-box;
5391
- font-size: 1rem;
5392
- display: inline-flex;
5393
- line-height: 2.5em;
5395
+ }
5396
+ input::placeholder {
5397
+ color: var(--color-grey);
5398
+ }
5399
+ .input {
5394
5400
  border-color: var(--color-grey);
5395
- border-width: 2px;
5396
- border-style: solid;
5397
- padding: 0.125em 0.875em;
5398
5401
  border-radius: 0.3125rem;
5399
- overflow: hidden;
5400
- width: 100%;
5402
+ border-style: solid;
5403
+ border-width: 2px;
5404
+ padding: 0 0.5em;
5401
5405
  }
5402
- input,
5403
- select:not([multiple]) {
5404
- height: 2.75em;
5406
+ .input > kol-icon {
5407
+ width: 1.5em;
5405
5408
  }
5406
- input::placeholder {
5407
- color: var(--color-grey);
5409
+ .input > input:first-child {
5410
+ padding-left: 0.375em;
5408
5411
  }
5409
- input:hover {
5412
+ .input > input:last-child {
5413
+ padding-right: 0.375em;
5414
+ }
5415
+ .input:hover {
5410
5416
  border-color: var(--color-midnight);
5411
5417
  }
5412
5418
  input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
5413
5419
  cursor: not-allowed;
5414
- border-color: var(--border-default);
5415
5420
  }
5416
5421
  .required label > span::after {
5417
5422
  content: "*";
5418
5423
  padding-left: 0.125em;
5419
5424
  }
5420
- .icons {
5421
- display: flex;
5422
- justify-content: space-between;
5423
- height: 0;
5424
- }
5425
- .icon-left input,
5426
- .icon-left select {
5427
- padding-left: 2em;
5428
- }
5429
- .icon-right input,
5430
- .icon-right select {
5431
- padding-right: 2em;
5432
- }
5433
5425
  kol-input.error {
5434
5426
  border-left: 3px solid var(--color-red);
5435
5427
  padding-left: 1em;
5436
5428
  }
5437
- kol-input.error input:focus,
5438
- kol-input.error select:focus,
5439
- kol-input.error textarea:focus {
5429
+ kol-input.error .input:focus-within {
5440
5430
  outline-color: var(--color-red) !important;
5441
5431
  }
5442
5432
  kol-input.error kol-alert.error {
5443
5433
  color: var(--color-red);
5444
5434
  font-weight: 700;
5445
5435
  }
5446
- kol-button-wc {
5447
- position: relative;
5448
- float: right;
5449
- z-index: 1000;
5450
- }
5451
- kol-button-wc button {
5452
- border-radius: 0.25rem;
5453
- }
5454
- kol-button-wc button kol-span-wc {
5455
- border: 1px solid var(--color-grey);
5456
- display: grid;
5457
- min-height: 44px;
5458
- min-width: 44px;
5459
- }
5460
- .icon-right kol-button-wc {
5461
- margin-right: 2.5em;
5462
- }
5463
5436
  .disabled {
5464
5437
  opacity: 0.33;
5465
5438
  }
@@ -5503,11 +5476,18 @@ const BMF = KoliBri.createTheme("bmf", {
5503
5476
  font-size: 0.875em;
5504
5477
  font-style: italic;
5505
5478
  }
5506
- input {
5479
+ input,
5480
+ select,
5481
+ textarea {
5482
+ border: none;
5483
+ }
5484
+ input[type="color"] {
5507
5485
  border: none;
5508
- line-height: 1em;
5509
5486
  min-height: 40px !important;
5510
- padding: 0.625em 0;
5487
+ }
5488
+ input[type="color"],
5489
+ input[type="file"] {
5490
+ background-color: transparent;
5511
5491
  }
5512
5492
  input::placeholder {
5513
5493
  color: var(--color-grey);
@@ -5517,7 +5497,6 @@ const BMF = KoliBri.createTheme("bmf", {
5517
5497
  border-radius: 0.3125rem;
5518
5498
  border-style: solid;
5519
5499
  border-width: 2px;
5520
- height: 44px;
5521
5500
  padding: 0 0.5em;
5522
5501
  }
5523
5502
  .input > kol-icon {
@@ -6041,13 +6020,8 @@ const BMF = KoliBri.createTheme("bmf", {
6041
6020
  fieldset div input[type="radio"]:before {
6042
6021
  content: "";
6043
6022
  cursor: pointer;
6044
- left: calc(1.5 * var(--spacing) - 2px);
6045
- top: calc(1.5 * var(--spacing) - 2px);
6046
- position: relative;
6047
6023
  border-radius: 100%;
6048
6024
  display: block;
6049
- height: calc(3 * var(--spacing));
6050
- width: calc(3 * var(--spacing));
6051
6025
  }
6052
6026
  fieldset div input[type="radio"]:checked:before {
6053
6027
  background-color: var(--color-midnight);
@@ -6302,140 +6276,101 @@ const BMF = KoliBri.createTheme("bmf", {
6302
6276
  padding-bottom: 0.5rem;
6303
6277
  color: var(--color-midnight);
6304
6278
  }`,
6305
- "KOL-INPUT-RANGE": `/* https://www.cssportal.com/style-input-range/ */
6306
- kol-input {
6307
- display: grid;
6279
+ "KOL-INPUT-RANGE": `kol-input {
6308
6280
  gap: 0.4em;
6309
6281
  }
6282
+ kol-input .error {
6283
+ order: 1;
6284
+ }
6310
6285
  kol-input label {
6311
6286
  order: 2;
6312
6287
  }
6313
- kol-input div.input {
6314
- box-sizing: border-box;
6288
+ kol-input .input {
6315
6289
  order: 3;
6316
- background-color: white;
6317
- border-radius: 0.3125rem;
6318
6290
  }
6319
- kol-input kol-alert.error {
6320
- order: 1;
6291
+ kol-input .hint {
6292
+ order: 4;
6293
+ font-size: 0.875em;
6294
+ font-style: italic;
6321
6295
  }
6322
6296
  input,
6323
6297
  select,
6324
6298
  textarea {
6325
- font-family: var(--font-family);
6299
+ border: none;
6300
+ }
6301
+ input[type="color"] {
6302
+ border: none;
6303
+ min-height: 40px !important;
6304
+ }
6305
+ input[type="color"],
6306
+ input[type="file"] {
6326
6307
  background-color: transparent;
6327
- box-sizing: border-box;
6328
- font-size: 1rem;
6329
- display: inline-flex;
6330
- line-height: 1.5em;
6308
+ }
6309
+ input::placeholder {
6310
+ color: var(--color-grey);
6311
+ }
6312
+ .input {
6331
6313
  border-color: var(--color-grey);
6332
- border-width: 2px;
6333
- border-style: solid;
6334
- padding: 0.625em 0.875em;
6335
6314
  border-radius: 0.3125rem;
6336
- overflow: hidden;
6337
- width: calc(100% - 4em);
6315
+ border-style: solid;
6316
+ border-width: 2px;
6317
+ padding: 0 0.5em;
6338
6318
  }
6339
- input,
6340
- select:not([multiple]) {
6341
- height: 2.75em;
6319
+ .input > kol-icon {
6320
+ width: 1.5em;
6342
6321
  }
6343
- input::placeholder {
6344
- color: var(--color-grey);
6322
+ .input > input:first-child {
6323
+ padding-left: 0.375em;
6345
6324
  }
6346
- input:hover {
6325
+ .input > input:last-child {
6326
+ padding-right: 0.375em;
6327
+ }
6328
+ .input:hover {
6347
6329
  border-color: var(--color-midnight);
6348
6330
  }
6349
6331
  input:not([type="color"]):read-only,input:disabled,/* select:read-only, */select:disabled,textarea:read-only,textarea:disabled {
6350
6332
  cursor: not-allowed;
6351
- border-color: var(--border-default);
6352
6333
  }
6353
- .required #label::after {
6334
+ .required label > span::after {
6354
6335
  content: "*";
6355
6336
  padding-left: 0.125em;
6356
6337
  }
6357
- .icons {
6358
- display: flex;
6359
- justify-content: space-between;
6360
- height: 0;
6361
- }
6362
- .icons > * {
6363
- margin: 0.725em 0.875em;
6364
- box-sizing: border-box;
6365
- border-color: transparent;
6366
- border-width: 2px;
6367
- border-style: solid;
6368
- }
6369
- .icon-left input,
6370
- .icon-left select {
6371
- padding-left: calc(0.875em + 1em + 0.5em);
6372
- }
6373
- .icon-right input,
6374
- .icon-right select {
6375
- padding-right: calc(0.875em + 1em + 0.5em);
6376
- }
6377
6338
  kol-input.error {
6378
6339
  border-left: 3px solid var(--color-red);
6379
6340
  padding-left: 1em;
6380
6341
  }
6381
- kol-input.error input:focus,
6382
- kol-input.error select:focus,
6383
- kol-input.error textarea:focus {
6342
+ kol-input.error .input:focus-within {
6384
6343
  outline-color: var(--color-red) !important;
6385
6344
  }
6386
6345
  kol-input.error kol-alert.error {
6387
6346
  color: var(--color-red);
6388
6347
  font-weight: 700;
6389
6348
  }
6390
- kol-button-wc {
6391
- position: relative;
6392
- float: right;
6393
- z-index: 1000;
6394
- margin-top: -33px;
6395
- }
6396
- kol-button-wc button {
6397
- border: 1px solid var(--color-grey);
6398
- border-radius: 0.25rem;
6399
- box-sizing: border-box;
6400
- background-color: transparent;
6401
- cursor: pointer;
6402
- }
6403
- .icon-right kol-button-wc {
6404
- margin-right: 2.5em;
6405
- }
6406
6349
  .disabled {
6407
6350
  opacity: 0.33;
6408
6351
  }
6409
- .icon-left input,
6410
- .icon-left select {
6411
- margin-left: 2em;
6352
+ select[multiple],
6353
+ textarea {
6354
+ overflow: auto;
6412
6355
  }
6413
- .icon-right input,
6414
- .icon-right select {
6415
- margin-right: 2em;
6356
+ textarea {
6357
+ display: block;
6416
6358
  }
6417
- input[type="range"] {
6418
- appearance: none;
6419
- -webkit-appearance: none;
6420
- -moz-appearance: none;
6359
+ select option {
6360
+ margin: 1px 0;
6361
+ padding: 0.5em;
6362
+ border-radius: 0.25em;
6363
+ cursor: pointer;
6421
6364
  }
6422
- input[type="range"] {
6423
- overflow: visible;
6424
- background-color: var(--color-ice);
6425
- border: 0;
6426
- height: 0.5rem;
6427
- padding: 0;
6428
- padding-bottom: 0;
6429
- margin-bottom: 0;
6365
+ select option:disabled {
6366
+ cursor: not-allowed;
6430
6367
  }
6431
- input[type="range"]::-webkit-slider-thumb {
6432
- box-sizing: border-box;
6433
- background-color: var(--color-midnight);
6434
- height: 20px;
6435
- width: 20px;
6436
- border-radius: 20px;
6437
- cursor: pointer;
6438
- -webkit-appearance: none;
6368
+ option:active:not(:disabled),
6369
+ option:checked:not(:disabled),
6370
+ option:focus:not(:disabled),
6371
+ option:hover:not(:disabled) {
6372
+ background: var(--color-ocean);
6373
+ color: white;
6439
6374
  }`,
6440
6375
  "KOL-LINK-BUTTON": `a {
6441
6376
  display: inline-flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/themes",
3
- "version": "1.5.0-rc.14",
3
+ "version": "1.5.0-rc.16",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -46,7 +46,7 @@
46
46
  "format": "prettier --check src",
47
47
  "lint": "eslint src && tsc --noemit",
48
48
  "postinstall": "npm-run-all postinstall:*",
49
- "postinstall:assets": "cpy \"assets/**/*\" public/assets --dot",
49
+ "postinstall:assets": "cpy \"assets/**/*\" ../../../public/assets --dot",
50
50
  "prepack": "unbuild"
51
51
  },
52
52
  "dependencies": {
@@ -54,17 +54,17 @@
54
54
  "npm-run-all": "4.1.5"
55
55
  },
56
56
  "devDependencies": {
57
- "@public-ui/components": "1.5.0-rc.14",
57
+ "@public-ui/components": "1.5.0-rc.16",
58
58
  "@types/node": "ts4.9",
59
- "@typescript-eslint/eslint-plugin": "5.57.1",
60
- "@typescript-eslint/parser": "5.57.1",
61
- "eslint": "8.37.0",
59
+ "@typescript-eslint/eslint-plugin": "5.59.0",
60
+ "@typescript-eslint/parser": "5.59.0",
61
+ "eslint": "8.38.0",
62
62
  "eslint-plugin-no-loops": "0.3.0",
63
63
  "typescript": "4.9.5",
64
64
  "unbuild": "1.1.2"
65
65
  },
66
66
  "peerDependencies": {
67
- "@public-ui/components": "1.5.0-rc.14"
67
+ "@public-ui/components": "1.5.0-rc.16"
68
68
  },
69
69
  "sideEffects": false,
70
70
  "type": "module",