sprintify-ui 0.12.3 → 0.12.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.
- package/README.md +1 -1
- package/dist/sprintify-ui.es.js +2 -2
- package/package.json +1 -1
- package/src/components/BaseLayoutSidebar.vue +1 -1
- package/src/components/BaseLayoutSidebarConfigurable.stories.js +5 -5
- package/src/components/BaseLayoutSidebarConfigurable.vue +1 -1
- package/src/components/BaseLayoutStackedConfigurable.stories.js +5 -5
- package/src/components/BaseNavbar.stories.js +1 -1
package/README.md
CHANGED
package/dist/sprintify-ui.es.js
CHANGED
|
@@ -46627,7 +46627,7 @@ const g4 = /* @__PURE__ */ Zi(a4, [["render", m4]]), v4 = { class: "flex-shrink-
|
|
|
46627
46627
|
type: String
|
|
46628
46628
|
},
|
|
46629
46629
|
logoUrl: {
|
|
46630
|
-
default: "https://demo.sprintify.app/img/logo/logo
|
|
46630
|
+
default: "https://demo.sprintify.app/img/logo/logo.png",
|
|
46631
46631
|
type: String
|
|
46632
46632
|
},
|
|
46633
46633
|
logoTo: {
|
|
@@ -46871,7 +46871,7 @@ const g4 = /* @__PURE__ */ Zi(a4, [["render", m4]]), v4 = { class: "flex-shrink-
|
|
|
46871
46871
|
type: String
|
|
46872
46872
|
},
|
|
46873
46873
|
logoUrl: {
|
|
46874
|
-
default: "https://demo.sprintify.app/img/logo/logo
|
|
46874
|
+
default: "https://demo.sprintify.app/img/logo/logo.png",
|
|
46875
46875
|
type: String
|
|
46876
46876
|
},
|
|
46877
46877
|
logoTo: {
|
package/package.json
CHANGED
|
@@ -186,32 +186,32 @@ const Template = (args) => ({
|
|
|
186
186
|
export const Light = Template.bind({});
|
|
187
187
|
Light.args = {
|
|
188
188
|
dark: false,
|
|
189
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo
|
|
189
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo.png",
|
|
190
190
|
};
|
|
191
191
|
|
|
192
192
|
export const Dark = Template.bind({});
|
|
193
193
|
Dark.args = {
|
|
194
194
|
dark: true,
|
|
195
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
195
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
196
196
|
};
|
|
197
197
|
|
|
198
198
|
export const SizeXS = Template.bind({});
|
|
199
199
|
SizeXS.args = {
|
|
200
200
|
size: "xs",
|
|
201
201
|
dark: true,
|
|
202
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
202
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
203
203
|
};
|
|
204
204
|
|
|
205
205
|
export const SizeSM = Template.bind({});
|
|
206
206
|
SizeSM.args = {
|
|
207
207
|
size: "sm",
|
|
208
208
|
dark: true,
|
|
209
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
209
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
210
210
|
};
|
|
211
211
|
|
|
212
212
|
export const SizeMD = Template.bind({});
|
|
213
213
|
SizeMD.args = {
|
|
214
214
|
size: "md",
|
|
215
215
|
dark: true,
|
|
216
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
216
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
217
217
|
};
|
|
@@ -150,32 +150,32 @@ const Template = (args) => ({
|
|
|
150
150
|
export const Light = Template.bind({});
|
|
151
151
|
Light.args = {
|
|
152
152
|
dark: false,
|
|
153
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo
|
|
153
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo.png",
|
|
154
154
|
};
|
|
155
155
|
|
|
156
156
|
export const Dark = Template.bind({});
|
|
157
157
|
Dark.args = {
|
|
158
158
|
dark: true,
|
|
159
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
159
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
160
160
|
};
|
|
161
161
|
|
|
162
162
|
export const SizeXS = Template.bind({});
|
|
163
163
|
SizeXS.args = {
|
|
164
164
|
size: "xs",
|
|
165
165
|
dark: true,
|
|
166
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
166
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
167
167
|
};
|
|
168
168
|
|
|
169
169
|
export const SizeSM = Template.bind({});
|
|
170
170
|
SizeSM.args = {
|
|
171
171
|
size: "sm",
|
|
172
172
|
dark: true,
|
|
173
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
173
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
174
174
|
};
|
|
175
175
|
|
|
176
176
|
export const SizeMD = Template.bind({});
|
|
177
177
|
SizeMD.args = {
|
|
178
178
|
size: "md",
|
|
179
179
|
dark: true,
|
|
180
|
-
logoUrl: "https://demo.sprintify.app/img/logo/logo-
|
|
180
|
+
logoUrl: "https://demo.sprintify.app/img/logo/logo-white.png",
|
|
181
181
|
};
|
|
@@ -79,7 +79,7 @@ const Template = (args) => ({
|
|
|
79
79
|
<RouterLink to="/" class="flex flex-shrink-0 items-center">
|
|
80
80
|
<img
|
|
81
81
|
class="block h-8 w-auto"
|
|
82
|
-
src="https://demo.sprintify.app/img/logo/logo
|
|
82
|
+
src="https://demo.sprintify.app/img/logo/logo.png"
|
|
83
83
|
alt="Sprintify"
|
|
84
84
|
/>
|
|
85
85
|
</RouterLink>
|