@gitlab/ui 88.5.0 → 89.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.
- package/CHANGELOG.md +19 -0
- package/dist/components/base/form/form_checkbox_tree/models/tree.js +1 -0
- package/dist/components/charts/series_label/series_label.js +1 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +0 -2
- package/dist/tokens/build/js/tokens.dark.js +13 -7
- package/dist/tokens/build/js/tokens.js +13 -7
- package/dist/tokens/css/tokens.css +12 -6
- package/dist/tokens/css/tokens.dark.css +12 -6
- package/dist/tokens/js/tokens.dark.js +12 -6
- package/dist/tokens/js/tokens.js +12 -6
- package/dist/tokens/json/tokens.dark.json +160 -30
- package/dist/tokens/json/tokens.json +160 -30
- package/dist/tokens/scss/_tokens.dark.scss +12 -6
- package/dist/tokens/scss/_tokens.scss +12 -6
- package/dist/tokens/scss/_tokens_custom_properties.scss +6 -0
- package/dist/vendor/bootstrap-vue/src/components/index.js +0 -2
- package/dist/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
- package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -3
- package/dist/vendor/bootstrap-vue/src/index.js +0 -3
- package/package.json +1 -1
- package/src/components/base/avatar/avatar.scss +8 -0
- package/src/components/base/form/form_checkbox_tree/models/tree.js +1 -0
- package/src/components/charts/series_label/series_label.vue +1 -0
- package/src/index.js +0 -2
- package/src/scss/bootstrap.scss +0 -1
- package/src/scss/components.scss +0 -1
- package/src/tokens/build/css/tokens.css +12 -6
- package/src/tokens/build/css/tokens.dark.css +12 -6
- package/src/tokens/build/js/tokens.dark.js +12 -6
- package/src/tokens/build/js/tokens.js +12 -6
- package/src/tokens/build/json/tokens.dark.json +160 -30
- package/src/tokens/build/json/tokens.json +160 -30
- package/src/tokens/build/scss/_tokens.dark.scss +12 -6
- package/src/tokens/build/scss/_tokens.scss +12 -6
- package/src/tokens/build/scss/_tokens_custom_properties.scss +6 -0
- package/src/tokens/contextual/avatar.tokens.json +52 -18
- package/src/vendor/bootstrap-vue/nuxt/index.js +0 -1
- package/src/vendor/bootstrap-vue/package.json +0 -1
- package/src/vendor/bootstrap-vue/src/components/index.d.ts +0 -1
- package/src/vendor/bootstrap-vue/src/components/index.js +0 -2
- package/src/vendor/bootstrap-vue/src/components/tooltip/helpers/bv-tooltip.js +1 -1
- package/src/vendor/bootstrap-vue/src/constants/components.js +0 -2
- package/src/vendor/bootstrap-vue/src/index.js +0 -5
- package/dist/components/base/carousel/carousel.js +0 -48
- package/dist/components/base/carousel/carousel_slide.js +0 -47
- package/dist/vendor/bootstrap-vue/src/components/carousel/carousel-slide.js +0 -123
- package/dist/vendor/bootstrap-vue/src/components/carousel/carousel.js +0 -617
- package/dist/vendor/bootstrap-vue/src/components/carousel/index.js +0 -14
- package/src/components/base/carousel/carousel.md +0 -3
- package/src/components/base/carousel/carousel.scss +0 -29
- package/src/components/base/carousel/carousel.vue +0 -19
- package/src/components/base/carousel/carousel_slide.vue +0 -18
- package/src/vendor/bootstrap-vue/src/components/carousel/README.md +0 -320
- package/src/vendor/bootstrap-vue/src/components/carousel/carousel-slide.js +0 -132
- package/src/vendor/bootstrap-vue/src/components/carousel/carousel-slide.spec.js +0 -276
- package/src/vendor/bootstrap-vue/src/components/carousel/carousel.js +0 -655
- package/src/vendor/bootstrap-vue/src/components/carousel/carousel.spec.js +0 -1069
- package/src/vendor/bootstrap-vue/src/components/carousel/index.d.ts +0 -20
- package/src/vendor/bootstrap-vue/src/components/carousel/index.js +0 -12
- package/src/vendor/bootstrap-vue/src/components/carousel/package.json +0 -185
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// Carousel
|
|
3
|
-
//
|
|
4
|
-
import Vue from 'vue'
|
|
5
|
-
import { BvPlugin, BvComponent } from '../../'
|
|
6
|
-
|
|
7
|
-
// Plugin
|
|
8
|
-
export declare const CarouselPlugin: BvPlugin
|
|
9
|
-
|
|
10
|
-
// Component: b-carousel
|
|
11
|
-
export declare class BCarousel extends BvComponent {
|
|
12
|
-
setSlide: (slide: number) => void
|
|
13
|
-
prev: () => void
|
|
14
|
-
next: () => void
|
|
15
|
-
start: () => void
|
|
16
|
-
pause: () => void
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// Component: b-carousel-slide
|
|
20
|
-
export declare class BCarouselSlide extends BvComponent {}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BCarousel } from './carousel'
|
|
2
|
-
import { BCarouselSlide } from './carousel-slide'
|
|
3
|
-
import { pluginFactory } from '../../utils/plugins'
|
|
4
|
-
|
|
5
|
-
const CarouselPlugin = /*#__PURE*/ pluginFactory({
|
|
6
|
-
components: {
|
|
7
|
-
BCarousel,
|
|
8
|
-
BCarouselSlide
|
|
9
|
-
}
|
|
10
|
-
})
|
|
11
|
-
|
|
12
|
-
export { CarouselPlugin, BCarousel, BCarouselSlide }
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bootstrap-vue/carousel",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"meta": {
|
|
5
|
-
"title": "Carousel",
|
|
6
|
-
"description": "The <b-carousel> component is a slideshow for cycling through a series of content, built with CSS 3D transforms. It works with a series of images, text, or custom markup.",
|
|
7
|
-
"components": [
|
|
8
|
-
{
|
|
9
|
-
"component": "BCarousel",
|
|
10
|
-
"description": "The <b-carousel> component is a slideshow for cycling through a series of slide content",
|
|
11
|
-
"props": [
|
|
12
|
-
{
|
|
13
|
-
"prop": "background",
|
|
14
|
-
"description": "Set the CSS color of the carousel's background"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"prop": "controls",
|
|
18
|
-
"description": "Enable the previous and next controls"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"prop": "fade",
|
|
22
|
-
"description": "When set, changes the slide animation to a crossfade instead of a sliding effect"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"prop": "imgHeight",
|
|
26
|
-
"description": "Set the default image 'height' attribute for all b-tab children"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"prop": "imgWidth",
|
|
30
|
-
"description": "Set the default image 'width' attribute for all b-tab children"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"prop": "indicators",
|
|
34
|
-
"description": "Enable the indicator buttons for jumping to specific slides"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"prop": "interval",
|
|
38
|
-
"description": "Set the delay time (in milliseconds) between slides"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"prop": "labelGotoSlide",
|
|
42
|
-
"description": "Sets the prefix for the 'aria-label' on the slide indicator controls. Will be suffixed with the slide number (1 indexed)"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"prop": "labelIndicators",
|
|
46
|
-
"description": "Sets the 'aria-label' on the indicator controls wrapper"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"prop": "labelNext",
|
|
50
|
-
"description": "Sets the 'aria-label' value for the next slide control"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"prop": "labelPrev",
|
|
54
|
-
"description": "Sets the 'aria-label' value for the previous slide control"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"prop": "noAnimation",
|
|
58
|
-
"description": "When set, disables animation when transitioning between slides"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"prop": "noHoverPause",
|
|
62
|
-
"description": "When set, disables the pausing of the slide show when the current slide is hovered"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"prop": "noTouch",
|
|
66
|
-
"description": "Disable controlling the slides via touch swipes"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"prop": "noWrap",
|
|
70
|
-
"version": "2.0.0",
|
|
71
|
-
"description": "Do not restart the slide show when then end is reached"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"prop": "value",
|
|
75
|
-
"description": "The currently active slide (zero-indexed)"
|
|
76
|
-
}
|
|
77
|
-
],
|
|
78
|
-
"events": [
|
|
79
|
-
{
|
|
80
|
-
"event": "sliding-end",
|
|
81
|
-
"description": "Emitted when transitioning to a new slide has ended",
|
|
82
|
-
"args": [
|
|
83
|
-
{
|
|
84
|
-
"arg": "slide",
|
|
85
|
-
"type": "Number",
|
|
86
|
-
"description": "Slide number that was slid to"
|
|
87
|
-
}
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"event": "sliding-start",
|
|
92
|
-
"description": "Emitted when transitioning to a new slide has started",
|
|
93
|
-
"args": [
|
|
94
|
-
{
|
|
95
|
-
"arg": "slide",
|
|
96
|
-
"type": "Number",
|
|
97
|
-
"description": "Slide number that is being slid to"
|
|
98
|
-
}
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
"slots": [
|
|
103
|
-
{
|
|
104
|
-
"name": "default",
|
|
105
|
-
"description": "Content (slides) to place in the carousel"
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"component": "BCarouselSlide",
|
|
111
|
-
"description": "The <b-carousel-slide> component is a slide to be placed in the <b-carousel>",
|
|
112
|
-
"props": [
|
|
113
|
-
{
|
|
114
|
-
"prop": "background",
|
|
115
|
-
"description": "CSS color to use as the slide's background color"
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"prop": "caption",
|
|
119
|
-
"description": "Text content to place in the caption"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"prop": "captionHtml",
|
|
123
|
-
"description": "HTML string content to place in the caption",
|
|
124
|
-
"xss": true
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"prop": "captionTag",
|
|
128
|
-
"description": "Specify the HTML tag to render instead of the default tag for the caption wrapper"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"prop": "contentTag",
|
|
132
|
-
"description": "Specify the HTML tag to render instead of the default tag for the content wrapper"
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"prop": "contentVisibleUp",
|
|
136
|
-
"description": "Specify the breakpoint that the textual content will start to be shown. Leave at default to always show the textual content"
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
"prop": "imgAlt",
|
|
140
|
-
"description": "Sets the value of the 'alt' attribute on the image"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"prop": "imgBlank",
|
|
144
|
-
"description": "If set, will render a blank image instead of the img-src"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"prop": "imgBlankColor",
|
|
148
|
-
"description": "Set the CSS color to use as the fill of the blank image"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"prop": "imgHeight",
|
|
152
|
-
"description": "Set the default image 'height' attribute for all b-tab children"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"prop": "imgSrc",
|
|
156
|
-
"description": "Sets the URL of the image"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"prop": "imgWidth",
|
|
160
|
-
"description": "Set the default image 'width' attribute for all b-tab children"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"prop": "text",
|
|
164
|
-
"description": "Text content to place in the text of the slide"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"prop": "textHtml",
|
|
168
|
-
"description": "HTML string content to place in the text of the slide",
|
|
169
|
-
"xss": true
|
|
170
|
-
}
|
|
171
|
-
],
|
|
172
|
-
"slots": [
|
|
173
|
-
{
|
|
174
|
-
"name": "default",
|
|
175
|
-
"description": "Content to place in the carousel slide"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"name": "img",
|
|
179
|
-
"description": "Slot for img element or image component"
|
|
180
|
-
}
|
|
181
|
-
]
|
|
182
|
-
}
|
|
183
|
-
]
|
|
184
|
-
}
|
|
185
|
-
}
|