@useblu/ocean-react 1.134.1 → 1.135.3

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,16 @@
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.135.3](https://github.com/ocean-ds/ocean-web/compare/v1.135.2...v1.135.3) (2026-04-30)
7
+
8
+ **Note:** Version bump only for package @useblu/ocean-react
9
+
10
+ # [1.135.0](https://github.com/ocean-ds/ocean-web/compare/v1.134.1...v1.135.0) (2026-04-14)
11
+
12
+ ### Features
13
+
14
+ - add isInverted prop for typography hierarchy (BAN-52). ([#1236](https://github.com/ocean-ds/ocean-web/issues/1236)) ([6b628d0](https://github.com/ocean-ds/ocean-web/commit/6b628d0ffe0714f6f6b39f3ad5d4a14fae5998ad))
15
+
6
16
  ## [1.134.1](https://github.com/ocean-ds/ocean-web/compare/v1.134.0...v1.134.1) (2026-03-18)
7
17
 
8
18
  ### Bug Fixes
@@ -5,7 +5,7 @@ export declare function expectTooltipToAppear(message: string, timeout?: number)
5
5
  export declare function expectTooltipNotToAppear(): void;
6
6
  export declare function expectTooltipNotToAppearAsync(): Promise<void>;
7
7
  export declare const commonDisabledDaysProps: {
8
- disabledDays: Matcher[];
8
+ readonly disabledDays: Matcher[];
9
9
  disabledDaysMessage: string;
10
10
  };
11
11
  export declare function getFirstDisabledDate(): Date;
@@ -1 +1 @@
1
- {"version":3,"file":"testHelpers.d.ts","sourceRoot":"","sources":["../../../src/Date/utils/testHelpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAK3C,wBAAgB,gBAAgB,IAAI,IAAI,CAavC;AAKD,wBAAgB,YAAY,CAAC,WAAW,SAAuB,GAAG,IAAI,CAIrE;AAKD,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,MAAM,EACf,OAAO,SAAO,GACb,OAAO,CAAC,IAAI,CAAC,CASf;AAKD,wBAAgB,wBAAwB,IAAI,IAAI,CAI/C;AAKD,wBAAsB,6BAA6B,IAAI,OAAO,CAAC,IAAI,CAAC,CAMnE;AAED,eAAO,MAAM,uBAAuB;kBACQ,OAAO,EAAE;;CAEpD,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,IAAI,CAG3C;AAGD,eAAO,MAAM,qBAAqB,sBAAsB,CAAC;AAEzD,wBAAgB,yBAAyB,IAAI;IAC3C,YAAY,EAAE,OAAO,EAAE,CAAC;IACxB,mBAAmB,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACxD,CAOA"}
1
+ {"version":3,"file":"testHelpers.d.ts","sourceRoot":"","sources":["../../../src/Date/utils/testHelpers.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAK3C,wBAAgB,gBAAgB,IAAI,IAAI,CAavC;AAKD,wBAAgB,YAAY,CAAC,WAAW,SAAuB,GAAG,IAAI,CAIrE;AAKD,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,MAAM,EACf,OAAO,SAAO,GACb,OAAO,CAAC,IAAI,CAAC,CASf;AAKD,wBAAgB,wBAAwB,IAAI,IAAI,CAI/C;AAKD,wBAAsB,6BAA6B,IAAI,OAAO,CAAC,IAAI,CAAC,CAMnE;AAED,eAAO,MAAM,uBAAuB;2BACd,OAAO,EAAE;;CAI9B,CAAC;AAEF,wBAAgB,oBAAoB,IAAI,IAAI,CAG3C;AAGD,eAAO,MAAM,qBAAqB,sBAAsB,CAAC;AAEzD,wBAAgB,yBAAyB,IAAI;IAC3C,YAAY,EAAE,OAAO,EAAE,CAAC;IACxB,mBAAmB,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;CACxD,CAOA"}
@@ -12,6 +12,7 @@ export type TransactionListItemProps = {
12
12
  withChevron?: boolean;
13
13
  readOnly?: boolean;
14
14
  isLoading?: boolean;
15
+ isInverted?: boolean;
15
16
  } & React.ComponentPropsWithoutRef<'div'>;
16
17
  declare const TransactionListItem: React.ForwardRefExoticComponent<{
17
18
  level2?: string | React.ReactElement;
@@ -26,6 +27,7 @@ declare const TransactionListItem: React.ForwardRefExoticComponent<{
26
27
  withChevron?: boolean;
27
28
  readOnly?: boolean;
28
29
  isLoading?: boolean;
30
+ isInverted?: boolean;
29
31
  } & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
30
32
  export default TransactionListItem;
31
33
  //# sourceMappingURL=TransactionListItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionListItem.d.ts","sourceRoot":"","sources":["../../src/TransactionListItem/TransactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,wBAAwB,GAAG;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAInB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAI1B,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,mBAAmB;aAtCd,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;YAI5B,MAAM,GAAG,KAAK,CAAC,YAAY;eAIxB,OAAO;WAIX,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,KAAK,CAAC,YAAY;eAId,KAAK,CAAC,YAAY;kBACf,OAAO;eACV,OAAO;gBACN,OAAO;kLAkFpB,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"TransactionListItem.d.ts","sourceRoot":"","sources":["../../src/TransactionListItem/TransactionListItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,MAAM,wBAAwB,GAAG;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,MAAM,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIrC,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAIpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAInB,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,YAAY,CAAC;IAInC,IAAI,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAI1B,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,GAAG,KAAK,CAAC,wBAAwB,CAAC,KAAK,CAAC,CAAC;AAE1C,QAAA,MAAM,mBAAmB;aA5Cd,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;aAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;YAI5B,MAAM,GAAG,KAAK,CAAC,YAAY;eAIxB,OAAO;WAIX,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,MAAM,GAAG,KAAK,CAAC,YAAY;WAI3B,KAAK,CAAC,YAAY;eAId,KAAK,CAAC,YAAY;kBACf,OAAO;eACV,OAAO;gBACN,OAAO;iBAMN,OAAO;kLAoFrB,CAAC;AAIF,eAAe,mBAAmB,CAAC"}
package/index.es.js CHANGED
@@ -300,8 +300,8 @@ var List = e.forwardRef(function (_a, ref) {
300
300
  List.displayName = 'List';
301
301
 
302
302
  var TransactionListItem = e.forwardRef(function (_a, ref) {
303
- var children = _a.children, level2 = _a.level2, level3 = _a.level3, level4 = _a.level4, icon = _a.icon, value = _a.value, positive = _a.positive, tags = _a.tags, time = _a.time, subItens = _a.subItens, className = _a.className, withChevron = _a.withChevron, readOnly = _a.readOnly, isLoading = _a.isLoading, rest = __rest$1(_a, ["children", "level2", "level3", "level4", "icon", "value", "positive", "tags", "time", "subItens", "className", "withChevron", "readOnly", "isLoading"]);
304
- return (e.createElement("div", __assign$1({ ref: ref, className: classNames('ods-transaction-list-item', { 'ods-transaction-list-item--chevron': withChevron }, { 'ods-transaction-list-item--readonly': readOnly }, { 'ods-transaction-list-item--isloading': isLoading }, className) }, rest),
303
+ var children = _a.children, level2 = _a.level2, level3 = _a.level3, level4 = _a.level4, icon = _a.icon, value = _a.value, positive = _a.positive, tags = _a.tags, time = _a.time, subItens = _a.subItens, className = _a.className, withChevron = _a.withChevron, readOnly = _a.readOnly, isLoading = _a.isLoading, _b = _a.isInverted, isInverted = _b === void 0 ? false : _b, rest = __rest$1(_a, ["children", "level2", "level3", "level4", "icon", "value", "positive", "tags", "time", "subItens", "className", "withChevron", "readOnly", "isLoading", "isInverted"]);
304
+ return (e.createElement("div", __assign$1({ ref: ref, className: classNames('ods-transaction-list-item', { 'ods-transaction-list-item--chevron': withChevron }, { 'ods-transaction-list-item--readonly': readOnly }, { 'ods-transaction-list-item--isloading': isLoading }, { 'ods-transaction-list-item--inverted': isInverted }, className) }, rest),
305
305
  e.createElement("div", { className: "ods-transaction-list-item__content" },
306
306
  icon && e.createElement("div", { className: "ods-transaction-list-item__icon" }, icon),
307
307
  e.createElement("div", { className: "ods-transaction-list-item__information ".concat(icon ? 'ods-transaction-list-item__information--with-icon' : '') },