@elliemae/ds-basic 3.0.0-next.52 → 3.0.0-next.55
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 +5 -86
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-common/ComboBox/v2/styles/wrapper.scss +10 -8
- package/dist/styles/components/packages/ds-page-header/DSPageHeader.scss +1 -2
- package/package.json +1 -1
- package/dist/styles/components/packages/ds-page-header/v2/PageHeaderV2.scss +0 -9
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderBack/PageHeaderBack.scss +0 -8
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderBreadcrumb/PageHeaderBreadcrumb.scss +0 -8
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderEditableTitle/PageHeaderEditableTitle.scss +0 -17
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderMenu/PageHeaderMenu.scss +0 -21
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderSummary/PageHeaderSummary.scss +0 -31
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderTitle/PageTitle.scss +0 -15
- package/dist/styles/components/packages/ds-page-header/v2/components/PageHeaderToolbar/PageHeaderToolbar.scss +0 -26
package/dist/css/dimsum.css
CHANGED
|
@@ -2005,6 +2005,9 @@ VARIANTS
|
|
|
2005
2005
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
2006
2006
|
border-radius: 2px; }
|
|
2007
2007
|
|
|
2008
|
+
.em-ds-combobox-container > div {
|
|
2009
|
+
height: 100%; }
|
|
2010
|
+
|
|
2008
2011
|
.em-ds-combobox-container.with-error .em-ds-combobox__control {
|
|
2009
2012
|
outline: none;
|
|
2010
2013
|
position: relative; }
|
|
@@ -2026,8 +2029,8 @@ VARIANTS
|
|
|
2026
2029
|
border-radius: 2px;
|
|
2027
2030
|
background: #EBEDF0;
|
|
2028
2031
|
color: #616b7f; }
|
|
2029
|
-
.em-ds-combobox-container.is-disabled input[type=
|
|
2030
|
-
background: #
|
|
2032
|
+
.em-ds-combobox-container.is-disabled input[type='text'] {
|
|
2033
|
+
background: #ebeef1 !important; }
|
|
2031
2034
|
|
|
2032
2035
|
.em-ds-combobox__placeholder {
|
|
2033
2036
|
color: #697489;
|
|
@@ -4550,90 +4553,6 @@ _:-ms-fullscreen, :root .em-ds-page-header-toolbar--ie-flex-basis-auto {
|
|
|
4550
4553
|
.em-ds-page-header .em-ds-page-header-breadcrumb a:first-child {
|
|
4551
4554
|
padding-left: 1px; }
|
|
4552
4555
|
|
|
4553
|
-
.em-ds-page-header-v2-title__title {
|
|
4554
|
-
display: grid;
|
|
4555
|
-
font-size: 1.8461rem;
|
|
4556
|
-
line-height: normal;
|
|
4557
|
-
font-weight: 400;
|
|
4558
|
-
margin-right: 0.61538rem; }
|
|
4559
|
-
.em-ds-page-header-v2-title__title .em-ds-form-required-mark {
|
|
4560
|
-
position: absolute;
|
|
4561
|
-
top: 0;
|
|
4562
|
-
right: 0; }
|
|
4563
|
-
|
|
4564
|
-
.em-ds-page-header-v2-title__editable-title {
|
|
4565
|
-
font-size: 1.8461rem;
|
|
4566
|
-
line-height: normal;
|
|
4567
|
-
font-weight: 400;
|
|
4568
|
-
padding-left: 0.61538rem; }
|
|
4569
|
-
|
|
4570
|
-
.editable-title-component {
|
|
4571
|
-
position: relative;
|
|
4572
|
-
left: -0.61538rem;
|
|
4573
|
-
top: 1px;
|
|
4574
|
-
margin-left: -1px;
|
|
4575
|
-
margin-right: -9px; }
|
|
4576
|
-
|
|
4577
|
-
.em-ds-page-header-v2-summary {
|
|
4578
|
-
display: flex;
|
|
4579
|
-
flex-direction: row;
|
|
4580
|
-
align-items: center;
|
|
4581
|
-
margin-left: 0.61538rem;
|
|
4582
|
-
font-size: 1.3846rem;
|
|
4583
|
-
line-height: normal;
|
|
4584
|
-
font-weight: 400; }
|
|
4585
|
-
.em-ds-page-header-v2-summary:before {
|
|
4586
|
-
display: block;
|
|
4587
|
-
content: '';
|
|
4588
|
-
height: 1.84615rem;
|
|
4589
|
-
background: #464F5C;
|
|
4590
|
-
width: 1px;
|
|
4591
|
-
margin-right: 0.61538rem; }
|
|
4592
|
-
.em-ds-page-header-v2-summary .ph-summary-value {
|
|
4593
|
-
color: #353C46;
|
|
4594
|
-
padding-right: 0.61538rem; }
|
|
4595
|
-
.em-ds-page-header-v2-summary .ph-summary-label {
|
|
4596
|
-
color: #464F5C; }
|
|
4597
|
-
.em-ds-page-header-v2-summary .ph-summary-space {
|
|
4598
|
-
width: 3.69231rem; }
|
|
4599
|
-
|
|
4600
|
-
.em-ds-page-header-v2-breadcrumb ol {
|
|
4601
|
-
margin: 0; }
|
|
4602
|
-
|
|
4603
|
-
.em-ds-page-header-v2-menu {
|
|
4604
|
-
display: flex;
|
|
4605
|
-
flex-direction: row;
|
|
4606
|
-
align-items: center;
|
|
4607
|
-
padding-left: 0.30769rem; }
|
|
4608
|
-
.em-ds-page-header-v2-menu .em-ds-button--secondary:not(:hover) {
|
|
4609
|
-
border-color: transparent; }
|
|
4610
|
-
.em-ds-page-header-v2-menu .em-ds-button--secondary:focus:after {
|
|
4611
|
-
top: -1px;
|
|
4612
|
-
left: -1px;
|
|
4613
|
-
width: calc(100% + 2px);
|
|
4614
|
-
height: calc(100% + 2px); }
|
|
4615
|
-
|
|
4616
|
-
.em-ds-page-header-v2-toolbar {
|
|
4617
|
-
display: flex;
|
|
4618
|
-
flex-direction: row;
|
|
4619
|
-
align-items: center;
|
|
4620
|
-
justify-content: flex-end; }
|
|
4621
|
-
.em-ds-page-header-v2-toolbar .em-ds-toolbar {
|
|
4622
|
-
height: auto;
|
|
4623
|
-
background: none; }
|
|
4624
|
-
.em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-button {
|
|
4625
|
-
margin-left: 0.92308rem; }
|
|
4626
|
-
.em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper {
|
|
4627
|
-
box-shadow: none; }
|
|
4628
|
-
.em-ds-page-header-v2-toolbar .em-ds-toolbar > div .em-ds-input-addon-wrapper div {
|
|
4629
|
-
height: 100%; }
|
|
4630
|
-
|
|
4631
|
-
.em-ds-page-header-v2-back {
|
|
4632
|
-
display: flex;
|
|
4633
|
-
align-items: center;
|
|
4634
|
-
fill: #1e79c2;
|
|
4635
|
-
cursor: pointer; }
|
|
4636
|
-
|
|
4637
4556
|
.em-ds-truncated-tooltip-text {
|
|
4638
4557
|
display: flex;
|
|
4639
4558
|
min-width: 0; }
|