@blockscout/ui-toolkit 2.3.4 → 2.3.5

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.
@@ -1,7 +1,7 @@
1
1
  import { FlexProps } from '@chakra-ui/react';
2
2
  import { default as React } from 'react';
3
3
  import { LinkProps } from './link';
4
- interface CollapsibleDetailsProps extends LinkProps {
4
+ export interface CollapsibleDetailsProps extends LinkProps {
5
5
  children: React.ReactNode;
6
6
  id?: string;
7
7
  isExpanded?: boolean;
package/dist/index.js CHANGED
@@ -3367,7 +3367,8 @@ const Oo = "User profile API", yc = Ue && Ec(Ue.api_url_template) ? Object.freez
3367
3367
  "L1_status",
3368
3368
  "batch"
3369
3369
  ], Yc = [
3370
- "fee_per_gas"
3370
+ "fee_per_gas",
3371
+ "set_max_gas_limit"
3371
3372
  ], Kc = (() => {
3372
3373
  const e = te(k("NEXT_PUBLIC_VIEWS_TX_HIDDEN_FIELDS")) || [];
3373
3374
  return Array.isArray(e) ? qc.reduce((r, n) => (r[n] = e.includes(n), r), {}) : void 0;
@@ -3376,7 +3377,8 @@ const Oo = "User profile API", yc = Ue && Ec(Ue.api_url_template) ? Object.freez
3376
3377
  return Array.isArray(e) ? Yc.reduce((r, n) => (r[n] = e.includes(n), r), {}) : void 0;
3377
3378
  })(), Qc = Object.freeze({
3378
3379
  hiddenFields: Kc,
3379
- additionalFields: Zc
3380
+ additionalFields: Zc,
3381
+ groupedFees: k("NEXT_PUBLIC_VIEWS_TX_GROUPED_FEES") === "true"
3380
3382
  }), Jc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3381
3383
  __proto__: null,
3382
3384
  address: jc,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockscout/ui-toolkit",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",