@elliemae/ds-basic 3.22.0-next.26 → 3.22.0-next.27
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/css/dimsum.css +22 -22
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-basic/index.scss +47 -47
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +19 -19
- package/dist/styles/components/packages/ds-button-v1/DSButton.scss +23 -15
- package/package.json +2 -2
- package/dist/styles/components/packages/ds-circular-progress-indicator/DSCircularProgressIndicator.scss +0 -81
- package/dist/styles/components/packages/ds-dropdownmenu/DSDropdownMenu.scss +0 -128
- package/dist/styles/components/packages/ds-indeterminate-progress-indicator/DSIndeterminateProgressIndicator.scss +0 -167
- package/dist/styles/components/packages/ds-modal-slide/DSModalSlide.scss +0 -170
- package/dist/styles/components/packages/ds-progress-indicator/DSProgressIndicator.scss +0 -90
- package/dist/styles/components/packages/ds-query-builder/DSQueryBuilder.scss +0 -20
- package/dist/styles/components/packages/ds-query-builder/components/AndOrController/AndOrController.scss +0 -179
- package/dist/styles/components/packages/ds-query-builder/components/ConditionController/ConditionController.scss +0 -60
- package/dist/styles/components/packages/ds-query-builder/components/DisplayOutput/DisplayOutput.scss +0 -27
- package/dist/styles/components/packages/ds-query-builder/components/DragContainerController/DragContainerController.scss +0 -25
- package/dist/styles/components/packages/ds-query-builder/components/DragControllerRow/DragControllerRow.scss +0 -15
- package/dist/styles/components/packages/ds-query-builder/components/FieldControllerRow/FieldControllerRow.scss +0 -92
- package/dist/styles/components/packages/ds-query-builder/components/Nestable/Nestable.scss +0 -140
- package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderItem/QueryBuilderItem.scss +0 -108
- package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderRow/QueryBuilderRow.scss +0 -92
- package/dist/styles/components/packages/ds-ribbon/DSRibbon.scss +0 -5
- package/dist/styles/components/packages/ds-separator/DSSeparator.scss +0 -133
- package/dist/styles/components/packages/ds-tooltip/v1/DSTooltip.scss +0 -92
- package/dist/styles/components/packages/ds-treeview/Tree.scss +0 -262
package/dist/css/dimsum.css
CHANGED
|
@@ -5201,7 +5201,7 @@ _:-ms-fullscreen,
|
|
|
5201
5201
|
right: 0; }
|
|
5202
5202
|
|
|
5203
5203
|
div.em-ds-button {
|
|
5204
|
-
|
|
5204
|
+
appearance: initial; }
|
|
5205
5205
|
|
|
5206
5206
|
.em-ds-button {
|
|
5207
5207
|
font-size: 1rem;
|
|
@@ -5388,7 +5388,7 @@ div.em-ds-button {
|
|
|
5388
5388
|
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper {
|
|
5389
5389
|
outline: none;
|
|
5390
5390
|
position: relative; }
|
|
5391
|
-
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper
|
|
5391
|
+
.em-ds-button--link.em-ds-button--icon-only:focus span.label-wrapper::after, .em-ds-button--link.em-ds-button--icon-only.em-ds-button--variant-focus span.label-wrapper::after {
|
|
5392
5392
|
content: '';
|
|
5393
5393
|
position: absolute;
|
|
5394
5394
|
top: 0;
|
|
@@ -5421,7 +5421,7 @@ div.em-ds-button {
|
|
|
5421
5421
|
border: solid 0.15385rem #207e56; }
|
|
5422
5422
|
.em-ds-button-success.em-ds-button--text:hover, .em-ds-button-success.em-ds-button--text:hover:not([disabled]), .em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover {
|
|
5423
5423
|
color: #207e56; }
|
|
5424
|
-
.em-ds-button-success.em-ds-button--text:hover span.label-wrapper.no-icon
|
|
5424
|
+
.em-ds-button-success.em-ds-button--text:hover span.label-wrapper.no-icon::before, .em-ds-button-success.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before, .em-ds-button-success.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
|
|
5425
5425
|
background-color: transparent;
|
|
5426
5426
|
border-radius: 2px; }
|
|
5427
5427
|
.em-ds-button-success.em-ds-button--text:active {
|
|
@@ -5444,7 +5444,7 @@ div.em-ds-button {
|
|
|
5444
5444
|
border: solid 0.15385rem #c64252; }
|
|
5445
5445
|
.em-ds-button-danger.em-ds-button--text:hover, .em-ds-button-danger.em-ds-button--text:hover:not([disabled]), .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover {
|
|
5446
5446
|
color: #c64252; }
|
|
5447
|
-
.em-ds-button-danger.em-ds-button--text:hover span.label-wrapper.no-icon
|
|
5447
|
+
.em-ds-button-danger.em-ds-button--text:hover span.label-wrapper.no-icon::before, .em-ds-button-danger.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before, .em-ds-button-danger.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
|
|
5448
5448
|
background-color: transparent;
|
|
5449
5449
|
border-radius: 2px; }
|
|
5450
5450
|
.em-ds-button-danger.em-ds-button--text:active {
|
|
@@ -5467,7 +5467,7 @@ div.em-ds-button {
|
|
|
5467
5467
|
border: solid 0.15385rem #d17a00; }
|
|
5468
5468
|
.em-ds-button-warning.em-ds-button--text:hover, .em-ds-button-warning.em-ds-button--text:hover:not([disabled]), .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover {
|
|
5469
5469
|
color: #d17a00; }
|
|
5470
|
-
.em-ds-button-warning.em-ds-button--text:hover span.label-wrapper.no-icon
|
|
5470
|
+
.em-ds-button-warning.em-ds-button--text:hover span.label-wrapper.no-icon::before, .em-ds-button-warning.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before, .em-ds-button-warning.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
|
|
5471
5471
|
background-color: transparent;
|
|
5472
5472
|
border-radius: 2px; }
|
|
5473
5473
|
.em-ds-button-warning.em-ds-button--text:active {
|
|
@@ -5490,7 +5490,7 @@ div.em-ds-button {
|
|
|
5490
5490
|
border: solid 0.15385rem #1e79c2; }
|
|
5491
5491
|
.em-ds-button-info.em-ds-button--text:hover, .em-ds-button-info.em-ds-button--text:hover:not([disabled]), .em-ds-button-info.em-ds-button--text.em-ds-button--variant-hover {
|
|
5492
5492
|
color: #1e79c2; }
|
|
5493
|
-
.em-ds-button-info.em-ds-button--text:hover span.label-wrapper.no-icon
|
|
5493
|
+
.em-ds-button-info.em-ds-button--text:hover span.label-wrapper.no-icon::before, .em-ds-button-info.em-ds-button--text:hover:not([disabled]) span.label-wrapper.no-icon::before, .em-ds-button-info.em-ds-button--text.em-ds-button--variant-hover span.label-wrapper.no-icon::before {
|
|
5494
5494
|
background-color: transparent;
|
|
5495
5495
|
border-radius: 2px; }
|
|
5496
5496
|
.em-ds-button-info.em-ds-button--text:active {
|
|
@@ -5504,14 +5504,14 @@ div.em-ds-button {
|
|
|
5504
5504
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5505
5505
|
width: calc(1.23077rem * 1.22); }
|
|
5506
5506
|
.em-ds-button--m {
|
|
5507
|
-
font-size:
|
|
5507
|
+
font-size: tomobile(1.2307rem);
|
|
5508
5508
|
height: calc(1.84615rem * 1.085); }
|
|
5509
5509
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5510
5510
|
width: calc(1.84615rem * 1.085); }
|
|
5511
5511
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5512
5512
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5513
5513
|
.em-ds-button--l {
|
|
5514
|
-
font-size:
|
|
5514
|
+
font-size: tomobile(1.2307rem);
|
|
5515
5515
|
height: calc(2.46154rem * 1.016); }
|
|
5516
5516
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5517
5517
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5522,14 +5522,14 @@ div.em-ds-button {
|
|
|
5522
5522
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5523
5523
|
width: calc(1.23077rem * 1.22); }
|
|
5524
5524
|
.em-ds-button--m {
|
|
5525
|
-
font-size:
|
|
5525
|
+
font-size: tomobile(1.2307rem);
|
|
5526
5526
|
height: calc(1.84615rem * 1.085); }
|
|
5527
5527
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5528
5528
|
width: calc(1.84615rem * 1.085); }
|
|
5529
5529
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5530
5530
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5531
5531
|
.em-ds-button--l {
|
|
5532
|
-
font-size:
|
|
5532
|
+
font-size: tomobile(1.2307rem);
|
|
5533
5533
|
height: calc(2.46154rem * 1.016); }
|
|
5534
5534
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5535
5535
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5540,14 +5540,14 @@ div.em-ds-button {
|
|
|
5540
5540
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5541
5541
|
width: calc(1.23077rem * 1.22); }
|
|
5542
5542
|
.em-ds-button--m {
|
|
5543
|
-
font-size:
|
|
5543
|
+
font-size: tomobile(1.2307rem);
|
|
5544
5544
|
height: calc(1.84615rem * 1.085); }
|
|
5545
5545
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5546
5546
|
width: calc(1.84615rem * 1.085); }
|
|
5547
5547
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5548
5548
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5549
5549
|
.em-ds-button--l {
|
|
5550
|
-
font-size:
|
|
5550
|
+
font-size: tomobile(1.2307rem);
|
|
5551
5551
|
height: calc(2.46154rem * 1.016); }
|
|
5552
5552
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5553
5553
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5558,14 +5558,14 @@ div.em-ds-button {
|
|
|
5558
5558
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5559
5559
|
width: calc(1.23077rem * 1.22); }
|
|
5560
5560
|
.em-ds-button--m {
|
|
5561
|
-
font-size:
|
|
5561
|
+
font-size: tomobile(1.2307rem);
|
|
5562
5562
|
height: calc(1.84615rem * 1.085); }
|
|
5563
5563
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5564
5564
|
width: calc(1.84615rem * 1.085); }
|
|
5565
5565
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5566
5566
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5567
5567
|
.em-ds-button--l {
|
|
5568
|
-
font-size:
|
|
5568
|
+
font-size: tomobile(1.2307rem);
|
|
5569
5569
|
height: calc(2.46154rem * 1.016); }
|
|
5570
5570
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5571
5571
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5576,14 +5576,14 @@ div.em-ds-button {
|
|
|
5576
5576
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5577
5577
|
width: calc(1.23077rem * 1.22); }
|
|
5578
5578
|
.em-ds-button--m {
|
|
5579
|
-
font-size:
|
|
5579
|
+
font-size: tomobile(1.2307rem);
|
|
5580
5580
|
height: calc(1.84615rem * 1.085); }
|
|
5581
5581
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5582
5582
|
width: calc(1.84615rem * 1.085); }
|
|
5583
5583
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5584
5584
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5585
5585
|
.em-ds-button--l {
|
|
5586
|
-
font-size:
|
|
5586
|
+
font-size: tomobile(1.2307rem);
|
|
5587
5587
|
height: calc(2.46154rem * 1.016); }
|
|
5588
5588
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5589
5589
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5594,14 +5594,14 @@ div.em-ds-button {
|
|
|
5594
5594
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5595
5595
|
width: calc(1.23077rem * 1.22); }
|
|
5596
5596
|
.em-ds-button--m {
|
|
5597
|
-
font-size:
|
|
5597
|
+
font-size: tomobile(1.2307rem);
|
|
5598
5598
|
height: calc(1.84615rem * 1.085); }
|
|
5599
5599
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5600
5600
|
width: calc(1.84615rem * 1.085); }
|
|
5601
5601
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5602
5602
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5603
5603
|
.em-ds-button--l {
|
|
5604
|
-
font-size:
|
|
5604
|
+
font-size: tomobile(1.2307rem);
|
|
5605
5605
|
height: calc(2.46154rem * 1.016); }
|
|
5606
5606
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5607
5607
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5612,14 +5612,14 @@ div.em-ds-button {
|
|
|
5612
5612
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5613
5613
|
width: calc(1.23077rem * 1.22); }
|
|
5614
5614
|
.em-ds-button--m {
|
|
5615
|
-
font-size:
|
|
5615
|
+
font-size: tomobile(1.2307rem);
|
|
5616
5616
|
height: calc(1.84615rem * 1.085); }
|
|
5617
5617
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5618
5618
|
width: calc(1.84615rem * 1.085); }
|
|
5619
5619
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5620
5620
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5621
5621
|
.em-ds-button--l {
|
|
5622
|
-
font-size:
|
|
5622
|
+
font-size: tomobile(1.2307rem);
|
|
5623
5623
|
height: calc(2.46154rem * 1.016); }
|
|
5624
5624
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5625
5625
|
width: calc(2.46154rem * 1.016); } }
|
|
@@ -5630,14 +5630,14 @@ div.em-ds-button {
|
|
|
5630
5630
|
.em-ds-button--s.em-ds-button--icon-only {
|
|
5631
5631
|
width: calc(1.23077rem * 1.22); }
|
|
5632
5632
|
.em-ds-button--m {
|
|
5633
|
-
font-size:
|
|
5633
|
+
font-size: tomobile(1.2307rem);
|
|
5634
5634
|
height: calc(1.84615rem * 1.085); }
|
|
5635
5635
|
.em-ds-button--m.em-ds-button--icon-only {
|
|
5636
5636
|
width: calc(1.84615rem * 1.085); }
|
|
5637
5637
|
.em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--primary, .em-ds-button--m:not(.em-ds-button--icon-only).em-ds-button--secondary {
|
|
5638
5638
|
min-width: calc(2.46154rem * 1.016 * 2); }
|
|
5639
5639
|
.em-ds-button--l {
|
|
5640
|
-
font-size:
|
|
5640
|
+
font-size: tomobile(1.2307rem);
|
|
5641
5641
|
height: calc(2.46154rem * 1.016); }
|
|
5642
5642
|
.em-ds-button--l.em-ds-button--icon-only {
|
|
5643
5643
|
width: calc(2.46154rem * 1.016); } }
|