@govtechsg/sgds-web-component 0.0.5 → 0.0.6
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/Mainnav/index.js +13 -1
- package/Mainnav/index.js.map +1 -1
- package/index.js +13 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/umd/index.js +13 -1
- package/umd/index.js.map +1 -1
package/package.json
CHANGED
package/umd/index.js
CHANGED
|
@@ -34225,7 +34225,19 @@ slot[name=non-collapsible] {
|
|
|
34225
34225
|
aria-expanded="${this.expanded}"
|
|
34226
34226
|
aria-label="Toggle navigation"
|
|
34227
34227
|
>
|
|
34228
|
-
<
|
|
34228
|
+
<svg
|
|
34229
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
34230
|
+
width="30"
|
|
34231
|
+
height="30"
|
|
34232
|
+
fill="currentColor"
|
|
34233
|
+
class="bi bi-list"
|
|
34234
|
+
viewBox="0 0 16 16"
|
|
34235
|
+
>
|
|
34236
|
+
<path
|
|
34237
|
+
fill-rule="evenodd"
|
|
34238
|
+
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"
|
|
34239
|
+
/>
|
|
34240
|
+
</svg>
|
|
34229
34241
|
</button>
|
|
34230
34242
|
<div
|
|
34231
34243
|
class=${this.mode === "default" ? collapseClass : offcanvasClass}
|