Skip to content

Commit

Permalink
WIP dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaveldanez committed Feb 10, 2025
1 parent 35eba4f commit 8ddc921
Show file tree
Hide file tree
Showing 8 changed files with 1,074 additions and 1,069 deletions.
5 changes: 5 additions & 0 deletions dist/css/boxstarter.css
Original file line number Diff line number Diff line change
Expand Up @@ -56673,6 +56673,11 @@ textarea:disabled ~ .form-text {
font-style: italic;
}

input[readonly]:not([data-td-target]),
textarea[readonly] {
background-color: var(--bs-tertiary-bg);
}

/* stylelint-disable-next-line selector-class-pattern */
.noUi-target {
background: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/boxstarter.min.css

Large diffs are not rendered by default.

16 changes: 6 additions & 10 deletions dist/css/chocolatey.css
Original file line number Diff line number Diff line change
Expand Up @@ -51524,7 +51524,7 @@ readers do not read off random characters that represent icons */
--fa: "\f3f6";
}

/*! @docsearch/css 3.8.3 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
/*! @docsearch/css 3.8.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
:root {
--docsearch-primary-color:#5468ff;
--docsearch-text-color:#1c1e21;
Expand Down Expand Up @@ -51634,17 +51634,9 @@ html[data-theme=dark] {
padding: 0 0 2px;
position: relative;
top: -1px;
transition-duration: 0.1s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
width: 20px;
}

@media (prefers-reduced-motion) {
.DocSearch-Button-Key {
transition: none;
}
}
.DocSearch-Button-Key--pressed {
box-shadow: var(--docsearch-key-pressed-shadow);
transform: translate3d(0, 1px, 0);
Expand Down Expand Up @@ -51891,7 +51883,6 @@ html[data-theme=dark] {
display: flex;
padding-bottom: 4px;
position: relative;
scroll-margin-top: 40px;
}

@media screen and (prefers-reduced-motion: reduce) {
Expand Down Expand Up @@ -61294,6 +61285,11 @@ textarea:disabled ~ .form-text {
font-style: italic;
}

input[readonly]:not([data-td-target]),
textarea[readonly] {
background-color: var(--bs-tertiary-bg);
}

/* stylelint-disable-next-line selector-class-pattern */
.noUi-target {
background: none;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/chocolatey.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/css/zendesk.css
Original file line number Diff line number Diff line change
Expand Up @@ -46275,6 +46275,11 @@ textarea:disabled ~ .form-text {
font-style: italic;
}

input[readonly]:not([data-td-target]),
textarea[readonly] {
background-color: var(--bs-tertiary-bg);
}

/* stylelint-disable-next-line selector-class-pattern */
.noUi-target {
background: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/zendesk.min.css

Large diffs are not rendered by default.

2,079 changes: 1,039 additions & 1,040 deletions dist/js/docs.js

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions dist/js/docs.min.js

Large diffs are not rendered by default.

0 comments on commit 8ddc921

Please sign in to comment.