@useblu/ocean-react 1.100.0 → 1.102.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 CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.102.0](https://github.com/ocean-ds/ocean-web/compare/v1.101.0...v1.102.0) (2025-08-08)
7
+
8
+ ### Features
9
+
10
+ - carousel and chart docs ([#1179](https://github.com/ocean-ds/ocean-web/issues/1179)) ([991f807](https://github.com/ocean-ds/ocean-web/commit/991f807c7cd0237eae8e0ebed28372a09ba74270))
11
+
12
+ # [1.101.0](https://github.com/ocean-ds/ocean-web/compare/v1.100.0...v1.101.0) (2025-08-07)
13
+
14
+ ### Features
15
+
16
+ - card group and card list item docs ([#1178](https://github.com/ocean-ds/ocean-web/issues/1178)) ([048ad42](https://github.com/ocean-ds/ocean-web/commit/048ad42cd312fd1d2634ebec010b26b536f2f19d))
17
+
6
18
  # [1.100.0](https://github.com/ocean-ds/ocean-web/compare/v1.99.0...v1.100.0) (2025-08-06)
7
19
 
8
20
  ### Features
@@ -1 +1 @@
1
- {"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../src/Carousel/Carousel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,MAAM,MAAM,aAAa,GAAG;IAK1B,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IAKnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAkCrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Carousel.d.ts","sourceRoot":"","sources":["../../src/Carousel/Carousel.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,MAAM,MAAM,aAAa,GAAG;IAK1B,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IAKnC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAmCrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,4 +1,4 @@
1
- declare const mockedDoughnutData: {
1
+ export declare const mockedDoughnutData: {
2
2
  id: number;
3
3
  count: number;
4
4
  percentage: number;
@@ -1 +1 @@
1
- {"version":3,"file":"doughnutChart.d.ts","sourceRoot":"","sources":["../../../src/Chart/mocks/doughnutChart.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,kBAAkB;;;;;;;GAiCvB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"doughnutChart.d.ts","sourceRoot":"","sources":["../../../src/Chart/mocks/doughnutChart.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;GAiC9B,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
package/index.es.js CHANGED
@@ -5097,6 +5097,7 @@ var Carousel = function (_a) {
5097
5097
  var appendDots = function (dots) { return (e.createElement(CarouselDotList, { dots: dots })); };
5098
5098
  var settings = {
5099
5099
  dots: true,
5100
+ arrows: true,
5100
5101
  infinite: infinite,
5101
5102
  speed: 1500,
5102
5103
  slidesToShow: columnsAsNumber,