Skip to content

Commit 6c3028d

Browse files
authored
Update Paperbits packages and styles in api list widget (#2696)
1 parent edd386a commit 6c3028d

File tree

4 files changed

+78
-78
lines changed

4 files changed

+78
-78
lines changed

package-lock.json

Lines changed: 71 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@
7979
"@fluentui/react": "^8.105.11",
8080
"@microsoft/applicationinsights-web": "^3.0.2",
8181
"@monaco-editor/loader": "^1.3.3",
82-
"@paperbits/azure": "0.1.623",
83-
"@paperbits/common": "0.1.623",
84-
"@paperbits/core": "0.1.623",
85-
"@paperbits/forms": "0.1.623",
82+
"@paperbits/azure": "0.1.624",
83+
"@paperbits/common": "0.1.624",
84+
"@paperbits/core": "0.1.624",
85+
"@paperbits/forms": "0.1.624",
8686
"@paperbits/react": "1.0.8",
87-
"@paperbits/styles": "0.1.623",
87+
"@paperbits/styles": "0.1.624",
8888
"@webcomponents/custom-elements": "1.6.0",
8989
"@webcomponents/shadydom": "^1.11.0",
9090
"client-oauth2": "4.3.3",

src/components/apis/list-of-apis/ko/runtime/api-list-tiles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="form-inline max-w-500">
2-
<div class="d-block flex-grow">
2+
<div class="form-group d-block flex-grow">
33
<input type="search" class="form-control form-control-light" aria-label="Search APIs" placeholder="Search APIs"
44
spellcheck="false" data-bind="textInput: pattern" />
55
<tag-input params="{ scope: 'apis', onChange: onTagsChange }"></tag-input>

src/components/apis/list-of-apis/ko/runtime/api-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="form-inline max-w-500">
2-
<div class="d-block flex-grow">
2+
<div class="form-group d-block flex-grow">
33
<input type="search" class="form-control form-control-light" aria-label="Search APIs" placeholder="Search APIs" spellcheck="false"
44
data-bind="textInput: pattern" />
55
<tag-input params="{ scope: 'apis', onChange: onTagsChange }"></tag-input>

0 commit comments

Comments
 (0)