@useblu/ocean-react 1.101.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 +6 -0
- package/Carousel/Carousel.d.ts.map +1 -1
- package/Chart/mocks/doughnutChart.d.ts +1 -1
- package/Chart/mocks/doughnutChart.d.ts.map +1 -1
- package/index.es.js +1 -0
- package/index.es.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
|
|
6
12
|
# [1.101.0](https://github.com/ocean-ds/ocean-web/compare/v1.100.0...v1.101.0) (2025-08-07)
|
|
7
13
|
|
|
8
14
|
### 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,
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doughnutChart.d.ts","sourceRoot":"","sources":["../../../src/Chart/mocks/doughnutChart.ts"],"names":[],"mappings":"AAAA,
|
|
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,
|