@repobuddy/storybook 0.9.2 → 0.9.4
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.
|
@@ -28,8 +28,8 @@ export const editorBadge = {
|
|
|
28
28
|
tooltip: 'Editor'
|
|
29
29
|
},
|
|
30
30
|
display: {
|
|
31
|
-
sidebar: ['
|
|
32
|
-
toolbar: ['
|
|
31
|
+
sidebar: ['story'],
|
|
32
|
+
toolbar: ['story']
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
35
|
export const newBadge = {
|
|
@@ -128,6 +128,8 @@ export const integrationBadge = {
|
|
|
128
128
|
};
|
|
129
129
|
export const tagBadges = [
|
|
130
130
|
editorBadge,
|
|
131
|
+
unitBadge,
|
|
132
|
+
integrationBadge,
|
|
131
133
|
newBadge,
|
|
132
134
|
betaBadge,
|
|
133
135
|
deprecatedBadge,
|
|
@@ -136,7 +138,5 @@ export const tagBadges = [
|
|
|
136
138
|
todoBadge,
|
|
137
139
|
codeOnlyBadge,
|
|
138
140
|
snapshotBadge,
|
|
139
|
-
unitBadge,
|
|
140
|
-
integrationBadge,
|
|
141
141
|
versionBadge
|
|
142
142
|
];
|
package/package.json
CHANGED
|
@@ -30,8 +30,8 @@ export const editorBadge = {
|
|
|
30
30
|
tooltip: 'Editor'
|
|
31
31
|
},
|
|
32
32
|
display: {
|
|
33
|
-
sidebar: ['
|
|
34
|
-
toolbar: ['
|
|
33
|
+
sidebar: ['story'],
|
|
34
|
+
toolbar: ['story']
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -141,6 +141,8 @@ export const integrationBadge = {
|
|
|
141
141
|
|
|
142
142
|
export const tagBadges: TagBadgeParameters = [
|
|
143
143
|
editorBadge,
|
|
144
|
+
unitBadge,
|
|
145
|
+
integrationBadge,
|
|
144
146
|
newBadge,
|
|
145
147
|
betaBadge,
|
|
146
148
|
deprecatedBadge,
|
|
@@ -149,7 +151,5 @@ export const tagBadges: TagBadgeParameters = [
|
|
|
149
151
|
todoBadge,
|
|
150
152
|
codeOnlyBadge,
|
|
151
153
|
snapshotBadge,
|
|
152
|
-
unitBadge,
|
|
153
|
-
integrationBadge,
|
|
154
154
|
versionBadge
|
|
155
155
|
]
|