@gitlab/ui 99.0.1 → 100.0.0

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.
@@ -1,29 +0,0 @@
1
- {
2
- "name": "@bootstrap-vue/badge",
3
- "version": "1.0.0",
4
- "meta": {
5
- "title": "Badge",
6
- "description": "Small and adaptive tag for adding context to just about any content.",
7
- "components": [
8
- {
9
- "component": "BBadge",
10
- "props": [
11
- {
12
- "prop": "pill",
13
- "description": "When set to 'true', renders the badge in pill style"
14
- },
15
- {
16
- "prop": "variant",
17
- "description": "Applies one of the Bootstrap theme color variants to the component"
18
- }
19
- ],
20
- "slots": [
21
- {
22
- "name": "default",
23
- "description": "Content to place in the badge"
24
- }
25
- ]
26
- }
27
- ]
28
- }
29
- }