Skip to content

Commit 72c0168

Browse files
committed
chore: fix missing webcomponentsjs ES6 adapter import + fresh build with latest updates
1 parent 2d1df00 commit 72c0168

File tree

7 files changed

+611
-644
lines changed

7 files changed

+611
-644
lines changed

packages/uikit-workshop/dist/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,13 @@
2020

2121
<nav class="pl-c-nav pl-js-nav-target pl-js-nav-container" role="navigation">
2222

23-
<!-- @todo: as a next step, implement <pl-search> as a customizable slot in the new <pl-header> for customization via available props -->
24-
<pl-search max-results="10" placeholder="Find a Pattern"></pl-search>
23+
<!--
24+
@todo: as a next step, implement <pl-search> as a customizable slot in the new <pl-header> for customization via available props
25+
26+
Example of always hiding the search's clear button
27+
<pl-search max-results="10" placeholder="Find a Pattern" hide-clear-button></pl-search>
28+
-->
29+
<pl-search max-results="10" placeholder="Find a Pattern"></pl-search>
2530

2631
<ol class="pl-c-nav__list pl-js-pattern-nav-target">
2732
<!-- pattern lab nav will be inserted here -->

packages/uikit-workshop/dist/styleguide/css/pattern-lab.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uikit-workshop/dist/styleguide/js/2-chunk-e07784faf6fb566e89ab.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/uikit-workshop/dist/styleguide/js/2-chunk-e309c72e0e8f5783df94.js

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

0 commit comments

Comments
 (0)