sprintify-ui 0.4.2 → 0.4.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 -2
- package/dist/sprintify-ui.es.js +16913 -14698
- package/dist/style.css +1 -1
- package/dist/types/src/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/src/components/BaseClipboard.vue.d.ts +1 -0
- package/dist/types/src/components/BaseDisplayRelativeTime.vue.d.ts +2 -20
- package/dist/types/src/components/BaseDropdown.vue.d.ts +3 -3
- package/dist/types/src/components/BaseDropdownAutocomplete.vue.d.ts +3 -3
- package/dist/types/src/components/BaseIconPicker.vue.d.ts +8 -8
- package/dist/types/src/components/BaseInputLabel.vue.d.ts +2 -3
- package/dist/types/src/components/BaseLoadingCover.vue.d.ts +2 -2
- package/dist/types/src/components/BaseModalCenter.vue.d.ts +1 -1
- package/dist/types/src/components/BaseModalSide.vue.d.ts +1 -1
- package/dist/types/src/components/BaseRichText.vue.d.ts +1 -1
- package/dist/types/src/components/BaseShortcut.vue.d.ts +1 -1
- package/package.json +3 -2
- package/src/components/BaseClipboard.stories.js +3 -2
- package/src/components/BaseClipboard.vue +37 -53
- package/src/components/BaseDisplayRelativeTime.stories.js +0 -12
- package/src/components/BaseDisplayRelativeTime.vue +17 -18
- package/src/components/BaseDropdownAutocomplete.vue +4 -5
- package/src/components/BaseInputLabel.stories.js +1 -1
- package/src/components/BaseInputLabel.vue +30 -48
package/README.md
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<a href="https://badge.fury.io/js/sprintify-ui"><img src="https://badge.fury.io/js/sprintify-ui.svg" alt="npm version" height="18"></a>
|
|
9
|
-
<img src="https://api.netlify.com/api/v1/badges/e95b44db-1c89-450d-99e1-887c9b261438/deploy-status" height="18" />
|
|
10
9
|
</p>
|
|
11
10
|
|
|
12
11
|
## About Sprintify UI
|
|
@@ -15,7 +14,7 @@ Sprintify UI is a Vue 3 components library for Vite projects using a Laravel bac
|
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
**Storybook Documentation**
|
|
18
|
-
https://sprintify-ui
|
|
17
|
+
https://sprintify-ui.witify.io
|
|
19
18
|
|
|
20
19
|
## Getting started
|
|
21
20
|
|