@appscode/design-system 1.1.0-beta.52 → 1.1.0-beta.54
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/package.json
CHANGED
|
@@ -16,7 +16,7 @@ const AccentColorPicker = defineAsyncComponent(
|
|
|
16
16
|
<template>
|
|
17
17
|
<div class="sidebar-footer">
|
|
18
18
|
<!-- back button -->
|
|
19
|
-
<button class="back-button is-transparent" @click="$emit('toggleSidebar')">
|
|
19
|
+
<button class="back-button is-transparent" data-testid = "sidebar-footer-back-button" @click="$emit('toggleSidebar')">
|
|
20
20
|
<svg
|
|
21
21
|
width="18"
|
|
22
22
|
height="18"
|
|
@@ -18,7 +18,7 @@ withDefaults(defineProps<Props>(), {
|
|
|
18
18
|
<template>
|
|
19
19
|
<div class="sidebar-header">
|
|
20
20
|
<!-- hamburger icon -->
|
|
21
|
-
<div class="icon hamburger-icon mr-16" @click="$emit('toggleSidebar')">
|
|
21
|
+
<div class="icon hamburger-icon mr-16" data-testid="sidebar-menu-button" @click="$emit('toggleSidebar')">
|
|
22
22
|
<svg
|
|
23
23
|
width="18"
|
|
24
24
|
height="18"
|