@elliemae/ds-basic 3.0.0-next.38 → 3.0.0-next.40
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 +0 -415
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/index.scss +0 -1
- package/dist/styles/components/packages/ds-basic/index.scss +1 -2
- package/dist/styles/components/packages/ds-basic/styles/dist-index.scss +0 -1
- package/dist/styles/dist-index.scss +0 -1
- package/package.json +1 -1
- package/dist/styles/components/packages/ds-icon/DSIcon.scss +0 -61
package/dist/css/dimsum.css
CHANGED
|
@@ -5428,421 +5428,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
5428
5428
|
left: 0;
|
|
5429
5429
|
right: 0; }
|
|
5430
5430
|
|
|
5431
|
-
.em-ds-icon {
|
|
5432
|
-
height: 16px;
|
|
5433
|
-
width: 16px;
|
|
5434
|
-
display: inline-flex;
|
|
5435
|
-
vertical-align: middle; }
|
|
5436
|
-
.em-ds-icon svg {
|
|
5437
|
-
height: 16px;
|
|
5438
|
-
width: 16px; }
|
|
5439
|
-
.em-ds-icon svg svg {
|
|
5440
|
-
height: 16px;
|
|
5441
|
-
width: 16px; }
|
|
5442
|
-
.em-ds-icon svg {
|
|
5443
|
-
height: 16px;
|
|
5444
|
-
width: 16px; }
|
|
5445
|
-
|
|
5446
|
-
.em-ds-icon--xxs {
|
|
5447
|
-
height: 4px;
|
|
5448
|
-
width: 4px; }
|
|
5449
|
-
.em-ds-icon--xxs svg {
|
|
5450
|
-
height: 4px;
|
|
5451
|
-
width: 4px; }
|
|
5452
|
-
|
|
5453
|
-
.em-ds-icon--xs {
|
|
5454
|
-
height: 8px;
|
|
5455
|
-
width: 8px; }
|
|
5456
|
-
.em-ds-icon--xs svg {
|
|
5457
|
-
height: 8px;
|
|
5458
|
-
width: 8px; }
|
|
5459
|
-
|
|
5460
|
-
.em-ds-icon--s {
|
|
5461
|
-
height: 16px;
|
|
5462
|
-
width: 16px; }
|
|
5463
|
-
.em-ds-icon--s svg {
|
|
5464
|
-
height: 16px;
|
|
5465
|
-
width: 16px; }
|
|
5466
|
-
|
|
5467
|
-
.em-ds-icon--m {
|
|
5468
|
-
height: 24px;
|
|
5469
|
-
width: 24px; }
|
|
5470
|
-
.em-ds-icon--m svg {
|
|
5471
|
-
height: 24px;
|
|
5472
|
-
width: 24px; }
|
|
5473
|
-
|
|
5474
|
-
.em-ds-icon--l {
|
|
5475
|
-
height: 32px;
|
|
5476
|
-
width: 32px; }
|
|
5477
|
-
.em-ds-icon--l svg {
|
|
5478
|
-
height: 32px;
|
|
5479
|
-
width: 32px; }
|
|
5480
|
-
|
|
5481
|
-
.em-ds-icon--xl {
|
|
5482
|
-
height: 48px;
|
|
5483
|
-
width: 48px; }
|
|
5484
|
-
.em-ds-icon--xl svg {
|
|
5485
|
-
height: 48px;
|
|
5486
|
-
width: 48px; }
|
|
5487
|
-
|
|
5488
|
-
.em-ds-icon--xxl {
|
|
5489
|
-
height: 64px;
|
|
5490
|
-
width: 64px; }
|
|
5491
|
-
.em-ds-icon--xxl svg {
|
|
5492
|
-
height: 64px;
|
|
5493
|
-
width: 64px; }
|
|
5494
|
-
|
|
5495
|
-
.em-ds-icon--color-neutral-1000 {
|
|
5496
|
-
fill: #000000 !important; }
|
|
5497
|
-
|
|
5498
|
-
.em-ds-icon--color-neutral-1000 svg {
|
|
5499
|
-
fill: #000000 !important; }
|
|
5500
|
-
|
|
5501
|
-
.em-ds-icon--color-neutral-900 {
|
|
5502
|
-
fill: #333333 !important; }
|
|
5503
|
-
|
|
5504
|
-
.em-ds-icon--color-neutral-900 svg {
|
|
5505
|
-
fill: #333333 !important; }
|
|
5506
|
-
|
|
5507
|
-
.em-ds-icon--color-neutral-800 {
|
|
5508
|
-
fill: #25292F !important; }
|
|
5509
|
-
|
|
5510
|
-
.em-ds-icon--color-neutral-800 svg {
|
|
5511
|
-
fill: #25292F !important; }
|
|
5512
|
-
|
|
5513
|
-
.em-ds-icon--color-neutral-700 {
|
|
5514
|
-
fill: #353C46 !important; }
|
|
5515
|
-
|
|
5516
|
-
.em-ds-icon--color-neutral-700 svg {
|
|
5517
|
-
fill: #353C46 !important; }
|
|
5518
|
-
|
|
5519
|
-
.em-ds-icon--color-neutral-600 {
|
|
5520
|
-
fill: #464F5C !important; }
|
|
5521
|
-
|
|
5522
|
-
.em-ds-icon--color-neutral-600 svg {
|
|
5523
|
-
fill: #464F5C !important; }
|
|
5524
|
-
|
|
5525
|
-
.em-ds-icon--color-neutral-500 {
|
|
5526
|
-
fill: #697489 !important; }
|
|
5527
|
-
|
|
5528
|
-
.em-ds-icon--color-neutral-500 svg {
|
|
5529
|
-
fill: #697489 !important; }
|
|
5530
|
-
|
|
5531
|
-
.em-ds-icon--color-neutral-400 {
|
|
5532
|
-
fill: #8C93A6 !important; }
|
|
5533
|
-
|
|
5534
|
-
.em-ds-icon--color-neutral-400 svg {
|
|
5535
|
-
fill: #8C93A6 !important; }
|
|
5536
|
-
|
|
5537
|
-
.em-ds-icon--color-neutral-300 {
|
|
5538
|
-
fill: #B0B9C8 !important; }
|
|
5539
|
-
|
|
5540
|
-
.em-ds-icon--color-neutral-300 svg {
|
|
5541
|
-
fill: #B0B9C8 !important; }
|
|
5542
|
-
|
|
5543
|
-
.em-ds-icon--color-neutral-200 {
|
|
5544
|
-
fill: #CBCFD7 !important; }
|
|
5545
|
-
|
|
5546
|
-
.em-ds-icon--color-neutral-200 svg {
|
|
5547
|
-
fill: #CBCFD7 !important; }
|
|
5548
|
-
|
|
5549
|
-
.em-ds-icon--color-neutral-100 {
|
|
5550
|
-
fill: #E0E3E8 !important; }
|
|
5551
|
-
|
|
5552
|
-
.em-ds-icon--color-neutral-100 svg {
|
|
5553
|
-
fill: #E0E3E8 !important; }
|
|
5554
|
-
|
|
5555
|
-
.em-ds-icon--color-neutral-80 {
|
|
5556
|
-
fill: #EBEDF0 !important; }
|
|
5557
|
-
|
|
5558
|
-
.em-ds-icon--color-neutral-80 svg {
|
|
5559
|
-
fill: #EBEDF0 !important; }
|
|
5560
|
-
|
|
5561
|
-
.em-ds-icon--color-neutral-50 {
|
|
5562
|
-
fill: #F6F7F9 !important; }
|
|
5563
|
-
|
|
5564
|
-
.em-ds-icon--color-neutral-50 svg {
|
|
5565
|
-
fill: #F6F7F9 !important; }
|
|
5566
|
-
|
|
5567
|
-
.em-ds-icon--color-neutral-0 {
|
|
5568
|
-
fill: #FFFFFF !important; }
|
|
5569
|
-
|
|
5570
|
-
.em-ds-icon--color-neutral-0 svg {
|
|
5571
|
-
fill: #FFFFFF !important; }
|
|
5572
|
-
|
|
5573
|
-
.em-ds-icon--color-brand-primary-900 {
|
|
5574
|
-
fill: !important; }
|
|
5575
|
-
|
|
5576
|
-
.em-ds-icon--color-brand-primary-900 svg {
|
|
5577
|
-
fill: !important; }
|
|
5578
|
-
|
|
5579
|
-
.em-ds-icon--color-brand-primary-800 {
|
|
5580
|
-
fill: #005181 !important; }
|
|
5581
|
-
|
|
5582
|
-
.em-ds-icon--color-brand-primary-800 svg {
|
|
5583
|
-
fill: #005181 !important; }
|
|
5584
|
-
|
|
5585
|
-
.em-ds-icon--color-brand-primary-700 {
|
|
5586
|
-
fill: #006AA9 !important; }
|
|
5587
|
-
|
|
5588
|
-
.em-ds-icon--color-brand-primary-700 svg {
|
|
5589
|
-
fill: #006AA9 !important; }
|
|
5590
|
-
|
|
5591
|
-
.em-ds-icon--color-brand-primary-600 {
|
|
5592
|
-
fill: #1e79c2 !important; }
|
|
5593
|
-
|
|
5594
|
-
.em-ds-icon--color-brand-primary-600 svg {
|
|
5595
|
-
fill: #1e79c2 !important; }
|
|
5596
|
-
|
|
5597
|
-
.em-ds-icon--color-brand-primary-500 {
|
|
5598
|
-
fill: #1394E5 !important; }
|
|
5599
|
-
|
|
5600
|
-
.em-ds-icon--color-brand-primary-500 svg {
|
|
5601
|
-
fill: #1394E5 !important; }
|
|
5602
|
-
|
|
5603
|
-
.em-ds-icon--color-brand-primary-400 {
|
|
5604
|
-
fill: #52A6EC !important; }
|
|
5605
|
-
|
|
5606
|
-
.em-ds-icon--color-brand-primary-400 svg {
|
|
5607
|
-
fill: #52A6EC !important; }
|
|
5608
|
-
|
|
5609
|
-
.em-ds-icon--color-brand-primary-300 {
|
|
5610
|
-
fill: #A3D6FF !important; }
|
|
5611
|
-
|
|
5612
|
-
.em-ds-icon--color-brand-primary-300 svg {
|
|
5613
|
-
fill: #A3D6FF !important; }
|
|
5614
|
-
|
|
5615
|
-
.em-ds-icon--color-brand-primary-200 {
|
|
5616
|
-
fill: #EBF6FF !important; }
|
|
5617
|
-
|
|
5618
|
-
.em-ds-icon--color-brand-primary-200 svg {
|
|
5619
|
-
fill: #EBF6FF !important; }
|
|
5620
|
-
|
|
5621
|
-
.em-ds-icon--color-brand-primary-100 {
|
|
5622
|
-
fill: #F6FBFF !important; }
|
|
5623
|
-
|
|
5624
|
-
.em-ds-icon--color-brand-primary-100 svg {
|
|
5625
|
-
fill: #F6FBFF !important; }
|
|
5626
|
-
|
|
5627
|
-
.em-ds-icon--color-brand-secondary-900 {
|
|
5628
|
-
fill: !important; }
|
|
5629
|
-
|
|
5630
|
-
.em-ds-icon--color-brand-secondary-900 svg {
|
|
5631
|
-
fill: !important; }
|
|
5632
|
-
|
|
5633
|
-
.em-ds-icon--color-brand-secondary-800 {
|
|
5634
|
-
fill: !important; }
|
|
5635
|
-
|
|
5636
|
-
.em-ds-icon--color-brand-secondary-800 svg {
|
|
5637
|
-
fill: !important; }
|
|
5638
|
-
|
|
5639
|
-
.em-ds-icon--color-brand-secondary-700 {
|
|
5640
|
-
fill: !important; }
|
|
5641
|
-
|
|
5642
|
-
.em-ds-icon--color-brand-secondary-700 svg {
|
|
5643
|
-
fill: !important; }
|
|
5644
|
-
|
|
5645
|
-
.em-ds-icon--color-brand-secondary-600 {
|
|
5646
|
-
fill: !important; }
|
|
5647
|
-
|
|
5648
|
-
.em-ds-icon--color-brand-secondary-600 svg {
|
|
5649
|
-
fill: !important; }
|
|
5650
|
-
|
|
5651
|
-
.em-ds-icon--color-brand-secondary-500 {
|
|
5652
|
-
fill: !important; }
|
|
5653
|
-
|
|
5654
|
-
.em-ds-icon--color-brand-secondary-500 svg {
|
|
5655
|
-
fill: !important; }
|
|
5656
|
-
|
|
5657
|
-
.em-ds-icon--color-brand-secondary-400 {
|
|
5658
|
-
fill: !important; }
|
|
5659
|
-
|
|
5660
|
-
.em-ds-icon--color-brand-secondary-400 svg {
|
|
5661
|
-
fill: !important; }
|
|
5662
|
-
|
|
5663
|
-
.em-ds-icon--color-brand-secondary-300 {
|
|
5664
|
-
fill: !important; }
|
|
5665
|
-
|
|
5666
|
-
.em-ds-icon--color-brand-secondary-300 svg {
|
|
5667
|
-
fill: !important; }
|
|
5668
|
-
|
|
5669
|
-
.em-ds-icon--color-brand-secondary-200 {
|
|
5670
|
-
fill: !important; }
|
|
5671
|
-
|
|
5672
|
-
.em-ds-icon--color-brand-secondary-200 svg {
|
|
5673
|
-
fill: !important; }
|
|
5674
|
-
|
|
5675
|
-
.em-ds-icon--color-brand-secondary-100 {
|
|
5676
|
-
fill: !important; }
|
|
5677
|
-
|
|
5678
|
-
.em-ds-icon--color-brand-secondary-100 svg {
|
|
5679
|
-
fill: !important; }
|
|
5680
|
-
|
|
5681
|
-
.em-ds-icon--color-success-900 {
|
|
5682
|
-
fill: #207E56 !important; }
|
|
5683
|
-
|
|
5684
|
-
.em-ds-icon--color-success-900 svg {
|
|
5685
|
-
fill: #207E56 !important; }
|
|
5686
|
-
|
|
5687
|
-
.em-ds-icon--color-success-800 {
|
|
5688
|
-
fill: !important; }
|
|
5689
|
-
|
|
5690
|
-
.em-ds-icon--color-success-800 svg {
|
|
5691
|
-
fill: !important; }
|
|
5692
|
-
|
|
5693
|
-
.em-ds-icon--color-success-700 {
|
|
5694
|
-
fill: !important; }
|
|
5695
|
-
|
|
5696
|
-
.em-ds-icon--color-success-700 svg {
|
|
5697
|
-
fill: !important; }
|
|
5698
|
-
|
|
5699
|
-
.em-ds-icon--color-success-600 {
|
|
5700
|
-
fill: !important; }
|
|
5701
|
-
|
|
5702
|
-
.em-ds-icon--color-success-600 svg {
|
|
5703
|
-
fill: !important; }
|
|
5704
|
-
|
|
5705
|
-
.em-ds-icon--color-success-500 {
|
|
5706
|
-
fill: !important; }
|
|
5707
|
-
|
|
5708
|
-
.em-ds-icon--color-success-500 svg {
|
|
5709
|
-
fill: !important; }
|
|
5710
|
-
|
|
5711
|
-
.em-ds-icon--color-success-400 {
|
|
5712
|
-
fill: !important; }
|
|
5713
|
-
|
|
5714
|
-
.em-ds-icon--color-success-400 svg {
|
|
5715
|
-
fill: !important; }
|
|
5716
|
-
|
|
5717
|
-
.em-ds-icon--color-success-300 {
|
|
5718
|
-
fill: #D4F0E5 !important; }
|
|
5719
|
-
|
|
5720
|
-
.em-ds-icon--color-success-300 svg {
|
|
5721
|
-
fill: #D4F0E5 !important; }
|
|
5722
|
-
|
|
5723
|
-
.em-ds-icon--color-success-200 {
|
|
5724
|
-
fill: !important; }
|
|
5725
|
-
|
|
5726
|
-
.em-ds-icon--color-success-200 svg {
|
|
5727
|
-
fill: !important; }
|
|
5728
|
-
|
|
5729
|
-
.em-ds-icon--color-success-100 {
|
|
5730
|
-
fill: !important; }
|
|
5731
|
-
|
|
5732
|
-
.em-ds-icon--color-success-100 svg {
|
|
5733
|
-
fill: !important; }
|
|
5734
|
-
|
|
5735
|
-
.em-ds-icon--color-warning-900 {
|
|
5736
|
-
fill: #D17A00 !important; }
|
|
5737
|
-
|
|
5738
|
-
.em-ds-icon--color-warning-900 svg {
|
|
5739
|
-
fill: #D17A00 !important; }
|
|
5740
|
-
|
|
5741
|
-
.em-ds-icon--color-warning-800 {
|
|
5742
|
-
fill: !important; }
|
|
5743
|
-
|
|
5744
|
-
.em-ds-icon--color-warning-800 svg {
|
|
5745
|
-
fill: !important; }
|
|
5746
|
-
|
|
5747
|
-
.em-ds-icon--color-warning-700 {
|
|
5748
|
-
fill: #FF9400 !important; }
|
|
5749
|
-
|
|
5750
|
-
.em-ds-icon--color-warning-700 svg {
|
|
5751
|
-
fill: #FF9400 !important; }
|
|
5752
|
-
|
|
5753
|
-
.em-ds-icon--color-warning-600 {
|
|
5754
|
-
fill: #FBB431 !important; }
|
|
5755
|
-
|
|
5756
|
-
.em-ds-icon--color-warning-600 svg {
|
|
5757
|
-
fill: #FBB431 !important; }
|
|
5758
|
-
|
|
5759
|
-
.em-ds-icon--color-warning-500 {
|
|
5760
|
-
fill: #FBB431 !important; }
|
|
5761
|
-
|
|
5762
|
-
.em-ds-icon--color-warning-500 svg {
|
|
5763
|
-
fill: #FBB431 !important; }
|
|
5764
|
-
|
|
5765
|
-
.em-ds-icon--color-warning-400 {
|
|
5766
|
-
fill: #FBDE31 !important; }
|
|
5767
|
-
|
|
5768
|
-
.em-ds-icon--color-warning-400 svg {
|
|
5769
|
-
fill: #FBDE31 !important; }
|
|
5770
|
-
|
|
5771
|
-
.em-ds-icon--color-warning-300 {
|
|
5772
|
-
fill: !important; }
|
|
5773
|
-
|
|
5774
|
-
.em-ds-icon--color-warning-300 svg {
|
|
5775
|
-
fill: !important; }
|
|
5776
|
-
|
|
5777
|
-
.em-ds-icon--color-warning-200 {
|
|
5778
|
-
fill: !important; }
|
|
5779
|
-
|
|
5780
|
-
.em-ds-icon--color-warning-200 svg {
|
|
5781
|
-
fill: !important; }
|
|
5782
|
-
|
|
5783
|
-
.em-ds-icon--color-warning-100 {
|
|
5784
|
-
fill: !important; }
|
|
5785
|
-
|
|
5786
|
-
.em-ds-icon--color-warning-100 svg {
|
|
5787
|
-
fill: !important; }
|
|
5788
|
-
|
|
5789
|
-
.em-ds-icon--color-danger-900 {
|
|
5790
|
-
fill: #C64252 !important; }
|
|
5791
|
-
|
|
5792
|
-
.em-ds-icon--color-danger-900 svg {
|
|
5793
|
-
fill: #C64252 !important; }
|
|
5794
|
-
|
|
5795
|
-
.em-ds-icon--color-danger-800 {
|
|
5796
|
-
fill: !important; }
|
|
5797
|
-
|
|
5798
|
-
.em-ds-icon--color-danger-800 svg {
|
|
5799
|
-
fill: !important; }
|
|
5800
|
-
|
|
5801
|
-
.em-ds-icon--color-danger-700 {
|
|
5802
|
-
fill: !important; }
|
|
5803
|
-
|
|
5804
|
-
.em-ds-icon--color-danger-700 svg {
|
|
5805
|
-
fill: !important; }
|
|
5806
|
-
|
|
5807
|
-
.em-ds-icon--color-danger-600 {
|
|
5808
|
-
fill: !important; }
|
|
5809
|
-
|
|
5810
|
-
.em-ds-icon--color-danger-600 svg {
|
|
5811
|
-
fill: !important; }
|
|
5812
|
-
|
|
5813
|
-
.em-ds-icon--color-danger-500 {
|
|
5814
|
-
fill: !important; }
|
|
5815
|
-
|
|
5816
|
-
.em-ds-icon--color-danger-500 svg {
|
|
5817
|
-
fill: !important; }
|
|
5818
|
-
|
|
5819
|
-
.em-ds-icon--color-danger-400 {
|
|
5820
|
-
fill: !important; }
|
|
5821
|
-
|
|
5822
|
-
.em-ds-icon--color-danger-400 svg {
|
|
5823
|
-
fill: !important; }
|
|
5824
|
-
|
|
5825
|
-
.em-ds-icon--color-danger-300 {
|
|
5826
|
-
fill: !important; }
|
|
5827
|
-
|
|
5828
|
-
.em-ds-icon--color-danger-300 svg {
|
|
5829
|
-
fill: !important; }
|
|
5830
|
-
|
|
5831
|
-
.em-ds-icon--color-danger-200 {
|
|
5832
|
-
fill: #F7CDD2 !important; }
|
|
5833
|
-
|
|
5834
|
-
.em-ds-icon--color-danger-200 svg {
|
|
5835
|
-
fill: #F7CDD2 !important; }
|
|
5836
|
-
|
|
5837
|
-
.em-ds-icon--color-danger-100 {
|
|
5838
|
-
fill: !important; }
|
|
5839
|
-
|
|
5840
|
-
.em-ds-icon--color-danger-100 svg {
|
|
5841
|
-
fill: !important; }
|
|
5842
|
-
|
|
5843
|
-
svg:not([fill]) {
|
|
5844
|
-
fill: unset; }
|
|
5845
|
-
|
|
5846
5431
|
div.em-ds-button {
|
|
5847
5432
|
-webkit-appearance: initial; }
|
|
5848
5433
|
|