@gitlab/ui 66.32.1 → 66.34.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/dist/index.js CHANGED
@@ -88,6 +88,7 @@ export { default as GlCarousel } from './components/base/carousel/carousel';
88
88
  export { default as GlCarouselSlide } from './components/base/carousel/carousel_slide';
89
89
  export { default as GlExperimentBadge } from './components/experimental/experiment_badge/experiment_badge';
90
90
  export { default as GlDuoUserFeedback } from './components/experimental/duo/user_feedback/user_feedback';
91
+ export { default as GlDuoChat } from './components/experimental/duo/chat/duo_chat';
91
92
  export { default as GlAnimatedNumber } from './components/utilities/animated_number/animated_number';
92
93
  export { default as GlFriendlyWrap } from './components/utilities/friendly_wrap/friendly_wrap';
93
94
  export { default as GlIntersperse } from './components/utilities/intersperse/intersperse';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ * Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ * Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ * Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ * Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ // Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 17 Oct 2023 08:12:24 GMT
3
+ // Generated on Wed, 18 Oct 2023 11:15:35 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;