@bolttech/atoms-section-header 0.24.0 → 0.24.2

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/index.cjs.js CHANGED
@@ -51,7 +51,7 @@ var fails$7 = fails$9;
51
51
 
52
52
  var functionBindNative = !fails$7(function () {
53
53
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
54
- var test = (function () { /* empty */ }).bind();
54
+ var test = function () { /* empty */ }.bind();
55
55
  // eslint-disable-next-line no-prototype-builtins -- safe
56
56
  return typeof test != 'function' || test.hasOwnProperty('prototype');
57
57
  });
@@ -329,10 +329,10 @@ var SHARED = '__core-js_shared__';
329
329
  var store$3 = sharedStore.exports = globalThis$6[SHARED] || defineGlobalProperty$2(SHARED, {});
330
330
 
331
331
  (store$3.versions || (store$3.versions = [])).push({
332
- version: '3.48.0',
332
+ version: '3.49.0',
333
333
  mode: 'global',
334
334
  copyright: '© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.',
335
- license: 'https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE',
335
+ license: 'https://github.com/zloirock/core-js/blob/v3.49.0/LICENSE',
336
336
  source: 'https://github.com/zloirock/core-js'
337
337
  });
338
338
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@bolttech/atoms-section-header",
3
- "version": "0.24.0",
3
+ "version": "0.24.2",
4
4
  "dependencies": {
5
5
  "styled-components": "6.1.1",
6
- "@bolttech/frontend-foundations": "0.12.1",
6
+ "@bolttech/frontend-foundations": "0.12.3",
7
7
  "react": "19.1.2",
8
- "@bolttech/ui-utils": "0.6.4"
8
+ "@bolttech/ui-utils": "0.6.7"
9
9
  },
10
10
  "main": "./index.cjs.js",
11
11
  "type": "commonjs",
@@ -9,6 +9,7 @@ export declare const SectionHeaderContainer: import("styled-components").IStyled
9
9
  }> & import("react").ForwardRefExoticComponent<import("dist/libs/frontend-foundations/src/lib/shared/types/row.type").RowPropsType & import("react").RefAttributes<HTMLDivElement>>;
10
10
  export declare const SectionHeaderLabel: import("styled-components").IStyledComponent<"web", {
11
11
  [x: `data-${string}`]: string;
12
+ [x: `aria-${string}`]: string | boolean | undefined;
12
13
  id?: string | undefined;
13
14
  dataTestId?: string | undefined;
14
15
  className?: string | undefined;