Skip to content

Commit

Permalink
add latest dist artifacts for website testing and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
danrademacher committed Dec 26, 2023
1 parent 74c9bcf commit a69476d
Show file tree
Hide file tree
Showing 8 changed files with 4,679 additions and 1,486 deletions.
43 changes: 34 additions & 9 deletions dist/iD.css
Original file line number Diff line number Diff line change
Expand Up @@ -5442,8 +5442,10 @@
}


/* Field - roadheight and roadspeed
/* Field - date, roadheight, and roadspeed
------------------------------------------------------- */
.ideditor .form-field-input-date input.date-year,
.ideditor .form-field-input-date input.date-month,
.ideditor .form-field-input-roadheight input.roadheight-number,
.ideditor .form-field-input-roadheight input.roadheight-secondary-number,
.ideditor .form-field-input-roadspeed input.roadspeed-number {
Expand All @@ -5457,44 +5459,52 @@
flex: 0 1 auto;
width: 60px;
}
.ideditor .form-field-input-date input.date-era,
.ideditor .form-field-input-date input.date-day,
.ideditor .form-field-input-roadspeed input.roadspeed-unit {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 80px;
}
.ideditor[dir='ltr'] .form-field-input-date > input:first-of-type,
.ideditor[dir='ltr'] .form-field-input-roadheight > input:first-of-type,
.ideditor[dir='ltr'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .form-field-input-date > input:first-of-type,
.ideditor[dir='rtl'] .form-field-input-roadheight > input:first-of-type,
.ideditor[dir='rtl'] .form-field-input-roadspeed > input:first-of-type {
border-radius: 0 0 4px 0;
}
.ideditor[dir='ltr'] .form-field-input-date > input:last-of-type,
.ideditor[dir='ltr'] .form-field-input-roadheight > input:last-of-type,
.ideditor[dir='ltr'] .form-field-input-roadspeed > input:last-of-type {
border-left: 0;
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .form-field-input-date > input:last-of-type,
.ideditor[dir='rtl'] .form-field-input-roadheight > input:last-of-type,
.ideditor[dir='rtl'] .form-field-input-roadspeed > input:last-of-type {
border-right: 0;
border-radius: 0 0 0 4px;
}


/* Field - Localized Name
/* Field - Localized Name, Date
------------------------------------------------------- */
.ideditor .form-field-input-localized > input.localized-main {
border-radius: 0 0 0 4px;
}
.ideditor[dir='rtl'] .form-field-input-localized > input.localized-main {
border-radius: 0 0 4px 0;
}
.ideditor .form-field-input-localized > button.localized-add {
.ideditor .form-field-input-localized > button.localized-add,
.ideditor .form-field-input-date > button.date-add {
border-radius: 0 0 4px 0;
}
.ideditor[dir='rtl'] .form-field-input-localized > button.localized-add {
.ideditor[dir='rtl'] .form-field-input-localized > button.localized-add,
.ideditor[dir='rtl'] .form-field-input-date > button.date-add {
border-radius: 0 0 0 4px;
}

Expand All @@ -5507,19 +5517,22 @@
cursor: not-allowed;
}

/* nested subfields for name in different languages */
.ideditor .localized-multilingual {
/* nested subfields for name in different languages or date in different formats */
.ideditor .localized-multilingual,
.ideditor .date-edtf {
padding: 0 10px;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.ideditor .localized-multilingual .entry {
.ideditor .localized-multilingual .entry,
.ideditor .date-edtf .entry {
position: relative;
overflow: hidden;
}

/* draws a little line connecting the multilingual field up to the name field */
.ideditor .localized-multilingual .entry::before {
.ideditor .localized-multilingual .entry::before,
.ideditor .date-edtf .entry::before {
content: "";
display: block;
position: absolute;
Expand All @@ -5537,13 +5550,25 @@
border-top-width: 0;
width: 100%;
}
.ideditor .localized-multilingual .entry .localized-value {
.ideditor .localized-multilingual .entry .localized-value,
.ideditor .date-edtf .entry .date-value {
border-top-width: 0;
border-radius: 0 0 4px 4px;
width: 100%;
}


/* Field - Date
------------------------------------------------------- */
.ideditor .form-field-input-date > input.date-main + input.date-main,
.ideditor .form-field-input-date > .combobox-caret + input.date-main {
border-left: 0;
}
.ideditor .form-field-input-date > input.date-main:last-of-type {
border-radius: 0;
}


/* Field - Address
------------------------------------------------------- */
.ideditor .form-field-input-address {
Expand Down
5,966 changes: 4,560 additions & 1,406 deletions dist/iD.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/iD.js.map

Large diffs are not rendered by default.

135 changes: 74 additions & 61 deletions dist/iD.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/iD.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/img/fa-sprite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/locales/en.min.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions svg/fontawesome/fas-satellite-dish.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a69476d

Please sign in to comment.