diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 97536bc03ce5..31010eff1496 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 module.exports = require('@polkadot/dev/config/prettier.cjs'); diff --git a/docker/build.sh b/docker/build.sh index a07104ede402..18165f12af50 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2017-2023 @polkadot/apps authors & contributors +# Copyright 2017-2024 @polkadot/apps authors & contributors # This software may be modified and distributed under the terms # of the Apache-2.0 license. See the LICENSE file for details. diff --git a/docker/env.sh b/docker/env.sh index d3fca83b74c5..d1e175aec617 100755 --- a/docker/env.sh +++ b/docker/env.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2017-2023 @polkadot/apps authors & contributors +# Copyright 2017-2024 @polkadot/apps authors & contributors # SPDX-License-Identifier: Apache-2.0 # This script is used when the docker container starts and does the magic to diff --git a/eslint.config.js b/eslint.config.js index 7112bc6ba2be..dfe9de2a6349 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import baseConfig from '@polkadot/dev/config/eslint'; diff --git a/i18next-scanner.config.cjs b/i18next-scanner.config.cjs index 4d30c60df854..fef8c80e1344 100644 --- a/i18next-scanner.config.cjs +++ b/i18next-scanner.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('fs'); diff --git a/packages/apps-config/src/api/chain/cere.ts b/packages/apps-config/src/api/chain/cere.ts index 4a6117a0de7c..e9f0ab504b65 100644 --- a/packages/apps-config/src/api/chain/cere.ts +++ b/packages/apps-config/src/api/chain/cere.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/chain/index.ts b/packages/apps-config/src/api/chain/index.ts index cc2f9b8b1791..b2160294affc 100644 --- a/packages/apps-config/src/api/chain/index.ts +++ b/packages/apps-config/src/api/chain/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/chain/kilt.ts b/packages/apps-config/src/api/chain/kilt.ts index 15d6bebd92ba..f73ecb9a807e 100644 --- a/packages/apps-config/src/api/chain/kilt.ts +++ b/packages/apps-config/src/api/chain/kilt.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundle } from '@kiltprotocol/type-definitions'; diff --git a/packages/apps-config/src/api/constants.ts b/packages/apps-config/src/api/constants.ts index c3091ca453c4..8b27f031168a 100644 --- a/packages/apps-config/src/api/constants.ts +++ b/packages/apps-config/src/api/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/apps-config/src/api/derives.ts b/packages/apps-config/src/api/derives.ts index 1ed1b8eae4dd..8969f1859ec3 100644 --- a/packages/apps-config/src/api/derives.ts +++ b/packages/apps-config/src/api/derives.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition, OverrideBundleType } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/index.ts b/packages/apps-config/src/api/index.ts index 2583d068b8c2..acabb86e12f6 100644 --- a/packages/apps-config/src/api/index.ts +++ b/packages/apps-config/src/api/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { applyDerives } from './derives.js'; diff --git a/packages/apps-config/src/api/params/index.ts b/packages/apps-config/src/api/params/index.ts index ef397c8a662f..94cd64d813ef 100644 --- a/packages/apps-config/src/api/params/index.ts +++ b/packages/apps-config/src/api/params/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './inflation.js'; diff --git a/packages/apps-config/src/api/params/inflation.ts b/packages/apps-config/src/api/params/inflation.ts index 9bcc187bc2e6..b12367f99c70 100644 --- a/packages/apps-config/src/api/params/inflation.ts +++ b/packages/apps-config/src/api/params/inflation.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-config/src/api/params/proposalThresholds.ts b/packages/apps-config/src/api/params/proposalThresholds.ts index 2968f3693c15..3aa45341c329 100644 --- a/packages/apps-config/src/api/params/proposalThresholds.ts +++ b/packages/apps-config/src/api/params/proposalThresholds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-config/src/api/params/teleport.ts b/packages/apps-config/src/api/params/teleport.ts index d0f87384cb6d..0a8bd2fa259a 100644 --- a/packages/apps-config/src/api/params/teleport.ts +++ b/packages/apps-config/src/api/params/teleport.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-config/src/api/params/tracks/index.ts b/packages/apps-config/src/api/params/tracks/index.ts index 74ffbd39aa12..fa17aaab4d47 100644 --- a/packages/apps-config/src/api/params/tracks/index.ts +++ b/packages/apps-config/src/api/params/tracks/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-config/src/api/params/tracks/kusama.ts b/packages/apps-config/src/api/params/tracks/kusama.ts index 4b74a3bc6d56..eda03844fa0a 100644 --- a/packages/apps-config/src/api/params/tracks/kusama.ts +++ b/packages/apps-config/src/api/params/tracks/kusama.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TrackInfo } from './types.js'; diff --git a/packages/apps-config/src/api/params/tracks/polkadot.ts b/packages/apps-config/src/api/params/tracks/polkadot.ts index f6d113162fca..34244c50fd41 100644 --- a/packages/apps-config/src/api/params/tracks/polkadot.ts +++ b/packages/apps-config/src/api/params/tracks/polkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TrackInfo } from './types.js'; diff --git a/packages/apps-config/src/api/params/tracks/types.ts b/packages/apps-config/src/api/params/tracks/types.ts index b35941a9cc95..b23accf0139c 100644 --- a/packages/apps-config/src/api/params/tracks/types.ts +++ b/packages/apps-config/src/api/params/tracks/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/api/params/tracks/util.ts b/packages/apps-config/src/api/params/tracks/util.ts index 03557cac0a26..0ffcd5b12e74 100644 --- a/packages/apps-config/src/api/params/tracks/util.ts +++ b/packages/apps-config/src/api/params/tracks/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/api/spec/acala.ts b/packages/apps-config/src/api/spec/acala.ts index 4eb470909be2..82e5565c6ca7 100644 --- a/packages/apps-config/src/api/spec/acala.ts +++ b/packages/apps-config/src/api/spec/acala.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadot } from '@acala-network/type-definitions'; diff --git a/packages/apps-config/src/api/spec/ajuna.ts b/packages/apps-config/src/api/spec/ajuna.ts index 8d19aebf6419..9f3afa04d16d 100644 --- a/packages/apps-config/src/api/spec/ajuna.ts +++ b/packages/apps-config/src/api/spec/ajuna.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/altair.ts b/packages/apps-config/src/api/spec/altair.ts index 9ddcb11ca3dc..811f5b1279ed 100644 --- a/packages/apps-config/src/api/spec/altair.ts +++ b/packages/apps-config/src/api/spec/altair.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/apron.ts b/packages/apps-config/src/api/spec/apron.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/apron.ts +++ b/packages/apps-config/src/api/spec/apron.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/ares-gladios.ts b/packages/apps-config/src/api/spec/ares-gladios.ts index 112cfa4efee7..b535e8164055 100644 --- a/packages/apps-config/src/api/spec/ares-gladios.ts +++ b/packages/apps-config/src/api/spec/ares-gladios.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/ares-parachain.ts b/packages/apps-config/src/api/spec/ares-parachain.ts index 59419280caaa..55ace1ec8010 100644 --- a/packages/apps-config/src/api/spec/ares-parachain.ts +++ b/packages/apps-config/src/api/spec/ares-parachain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/astar.ts b/packages/apps-config/src/api/spec/astar.ts index b69ab79cdec3..c18effbcd878 100644 --- a/packages/apps-config/src/api/spec/astar.ts +++ b/packages/apps-config/src/api/spec/astar.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/automata.ts b/packages/apps-config/src/api/spec/automata.ts index d3d4fef15689..e1033688298d 100644 --- a/packages/apps-config/src/api/spec/automata.ts +++ b/packages/apps-config/src/api/spec/automata.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bajun.ts b/packages/apps-config/src/api/spec/bajun.ts index 8d19aebf6419..9f3afa04d16d 100644 --- a/packages/apps-config/src/api/spec/bajun.ts +++ b/packages/apps-config/src/api/spec/bajun.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/basilisk.ts b/packages/apps-config/src/api/spec/basilisk.ts index 4c6a759b9c46..6e3712586302 100644 --- a/packages/apps-config/src/api/spec/basilisk.ts +++ b/packages/apps-config/src/api/spec/basilisk.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/beresheet.ts b/packages/apps-config/src/api/spec/beresheet.ts index 4a932997ccf0..3eda4287a6e4 100644 --- a/packages/apps-config/src/api/spec/beresheet.ts +++ b/packages/apps-config/src/api/spec/beresheet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bifrost-asgard.ts b/packages/apps-config/src/api/spec/bifrost-asgard.ts index e1232ade1cd5..d289bbdf3620 100644 --- a/packages/apps-config/src/api/spec/bifrost-asgard.ts +++ b/packages/apps-config/src/api/spec/bifrost-asgard.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bifrost-parachain.ts b/packages/apps-config/src/api/spec/bifrost-parachain.ts index 2d04ab875319..3adf4e13eec9 100644 --- a/packages/apps-config/src/api/spec/bifrost-parachain.ts +++ b/packages/apps-config/src/api/spec/bifrost-parachain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bifrost.ts b/packages/apps-config/src/api/spec/bifrost.ts index 2d04ab875319..3adf4e13eec9 100644 --- a/packages/apps-config/src/api/spec/bifrost.ts +++ b/packages/apps-config/src/api/spec/bifrost.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bitcountry-pioneer.ts b/packages/apps-config/src/api/spec/bitcountry-pioneer.ts index c86de25e7cbf..de272245066b 100644 --- a/packages/apps-config/src/api/spec/bitcountry-pioneer.ts +++ b/packages/apps-config/src/api/spec/bitcountry-pioneer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { types } from '@metaverse-network-sdk/type-definitions'; diff --git a/packages/apps-config/src/api/spec/bitcountry-rococo.ts b/packages/apps-config/src/api/spec/bitcountry-rococo.ts index 8b291cf67e05..2eef6233bdf2 100644 --- a/packages/apps-config/src/api/spec/bitcountry-rococo.ts +++ b/packages/apps-config/src/api/spec/bitcountry-rococo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bitcountry.ts b/packages/apps-config/src/api/spec/bitcountry.ts index 2942c8873ed1..ec67176c5d50 100644 --- a/packages/apps-config/src/api/spec/bitcountry.ts +++ b/packages/apps-config/src/api/spec/bitcountry.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/bittensor.ts b/packages/apps-config/src/api/spec/bittensor.ts index 512c8425191d..f5e677e36c77 100644 --- a/packages/apps-config/src/api/spec/bittensor.ts +++ b/packages/apps-config/src/api/spec/bittensor.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/centrifuge-chain.ts b/packages/apps-config/src/api/spec/centrifuge-chain.ts index a61fa3b494f4..0a14cdfb2bf1 100644 --- a/packages/apps-config/src/api/spec/centrifuge-chain.ts +++ b/packages/apps-config/src/api/spec/centrifuge-chain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/centrifuge.ts b/packages/apps-config/src/api/spec/centrifuge.ts index e15bca06045c..89588d13d7be 100644 --- a/packages/apps-config/src/api/spec/centrifuge.ts +++ b/packages/apps-config/src/api/spec/centrifuge.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/chainx.ts b/packages/apps-config/src/api/spec/chainx.ts index c5bc1a7a4453..7f9e088322ed 100644 --- a/packages/apps-config/src/api/spec/chainx.ts +++ b/packages/apps-config/src/api/spec/chainx.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/clover-rococo.ts b/packages/apps-config/src/api/spec/clover-rococo.ts index 9e4504b4fc67..c2ec839adff2 100644 --- a/packages/apps-config/src/api/spec/clover-rococo.ts +++ b/packages/apps-config/src/api/spec/clover-rococo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/clover.ts b/packages/apps-config/src/api/spec/clover.ts index ca00f4c0cab9..9bd84e9c2b77 100644 --- a/packages/apps-config/src/api/spec/clover.ts +++ b/packages/apps-config/src/api/spec/clover.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/coinversation.ts b/packages/apps-config/src/api/spec/coinversation.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/coinversation.ts +++ b/packages/apps-config/src/api/spec/coinversation.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/competitors-club.ts b/packages/apps-config/src/api/spec/competitors-club.ts index f7c191d72eae..9599348b68e5 100644 --- a/packages/apps-config/src/api/spec/competitors-club.ts +++ b/packages/apps-config/src/api/spec/competitors-club.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/contracts.ts b/packages/apps-config/src/api/spec/contracts.ts index e3b2d8d5c127..46049c4f8f5a 100644 --- a/packages/apps-config/src/api/spec/contracts.ts +++ b/packages/apps-config/src/api/spec/contracts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/crab.ts b/packages/apps-config/src/api/spec/crab.ts index 8b52c7f899ab..0213fab22227 100644 --- a/packages/apps-config/src/api/spec/crab.ts +++ b/packages/apps-config/src/api/spec/crab.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadotApps } from '@darwinia/types/mix/index.js'; diff --git a/packages/apps-config/src/api/spec/crown-sterling.ts b/packages/apps-config/src/api/spec/crown-sterling.ts index c57d8c9eb6e2..6f2e90048e91 100644 --- a/packages/apps-config/src/api/spec/crown-sterling.ts +++ b/packages/apps-config/src/api/spec/crown-sterling.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/crust.ts b/packages/apps-config/src/api/spec/crust.ts index e01830dfeb26..47141e7e14f3 100644 --- a/packages/apps-config/src/api/spec/crust.ts +++ b/packages/apps-config/src/api/spec/crust.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/cumulus-test-parachain.ts b/packages/apps-config/src/api/spec/cumulus-test-parachain.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/cumulus-test-parachain.ts +++ b/packages/apps-config/src/api/spec/cumulus-test-parachain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/curio.ts b/packages/apps-config/src/api/spec/curio.ts index 4795cba4ddee..428a851a53ca 100644 --- a/packages/apps-config/src/api/spec/curio.ts +++ b/packages/apps-config/src/api/spec/curio.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/darwinia.ts b/packages/apps-config/src/api/spec/darwinia.ts index 3b2f9271de63..dc61f2e3ae3d 100644 --- a/packages/apps-config/src/api/spec/darwinia.ts +++ b/packages/apps-config/src/api/spec/darwinia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadotApps } from '@darwinia/types/mix/index.js'; diff --git a/packages/apps-config/src/api/spec/datahighway.ts b/packages/apps-config/src/api/spec/datahighway.ts index 20ffe119f449..371abda15ec2 100644 --- a/packages/apps-config/src/api/spec/datahighway.ts +++ b/packages/apps-config/src/api/spec/datahighway.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/dock-mainnet.ts b/packages/apps-config/src/api/spec/dock-mainnet.ts index c3aa43e2ff19..748d75e5774c 100644 --- a/packages/apps-config/src/api/spec/dock-mainnet.ts +++ b/packages/apps-config/src/api/spec/dock-mainnet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/dock-testnet.ts b/packages/apps-config/src/api/spec/dock-testnet.ts index d5e93ef639d7..b28d96b2911c 100644 --- a/packages/apps-config/src/api/spec/dock-testnet.ts +++ b/packages/apps-config/src/api/spec/dock-testnet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/dolphin.ts b/packages/apps-config/src/api/spec/dolphin.ts index e68721835750..14ae3b69206f 100644 --- a/packages/apps-config/src/api/spec/dolphin.ts +++ b/packages/apps-config/src/api/spec/dolphin.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/dotmog.ts b/packages/apps-config/src/api/spec/dotmog.ts index 736ade1a8b01..8ca552f8359b 100644 --- a/packages/apps-config/src/api/spec/dotmog.ts +++ b/packages/apps-config/src/api/spec/dotmog.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/eave.ts b/packages/apps-config/src/api/spec/eave.ts index 5ff77bbde7d0..7b081ee9a1ee 100644 --- a/packages/apps-config/src/api/spec/eave.ts +++ b/packages/apps-config/src/api/spec/eave.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/edgeware.ts b/packages/apps-config/src/api/spec/edgeware.ts index 4a932997ccf0..3eda4287a6e4 100644 --- a/packages/apps-config/src/api/spec/edgeware.ts +++ b/packages/apps-config/src/api/spec/edgeware.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/encointer-node-notee.ts b/packages/apps-config/src/api/spec/encointer-node-notee.ts index 09cb3102ed5c..6c93e6a3f947 100644 --- a/packages/apps-config/src/api/spec/encointer-node-notee.ts +++ b/packages/apps-config/src/api/spec/encointer-node-notee.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/encointer-node-teeproxy.ts b/packages/apps-config/src/api/spec/encointer-node-teeproxy.ts index b3184a8699f3..335f3830ea21 100644 --- a/packages/apps-config/src/api/spec/encointer-node-teeproxy.ts +++ b/packages/apps-config/src/api/spec/encointer-node-teeproxy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/encointer-para.ts b/packages/apps-config/src/api/spec/encointer-para.ts index 1e61c25c32c3..04fd37fc8f47 100644 --- a/packages/apps-config/src/api/spec/encointer-para.ts +++ b/packages/apps-config/src/api/spec/encointer-para.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/equilibrium.ts b/packages/apps-config/src/api/spec/equilibrium.ts index 02f793bd40cb..5594e2f57029 100644 --- a/packages/apps-config/src/api/spec/equilibrium.ts +++ b/packages/apps-config/src/api/spec/equilibrium.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiInterfaceRx } from '@polkadot/api/types'; diff --git a/packages/apps-config/src/api/spec/fantour.ts b/packages/apps-config/src/api/spec/fantour.ts index 9b1f1a2c0863..d148e8d0bc5b 100644 --- a/packages/apps-config/src/api/spec/fantour.ts +++ b/packages/apps-config/src/api/spec/fantour.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // structs need to be in order diff --git a/packages/apps-config/src/api/spec/ferrum.ts b/packages/apps-config/src/api/spec/ferrum.ts index 2938513813e2..504e5efc51fd 100644 --- a/packages/apps-config/src/api/spec/ferrum.ts +++ b/packages/apps-config/src/api/spec/ferrum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/fragnova.ts b/packages/apps-config/src/api/spec/fragnova.ts index 5a7cff6276f9..0dab5ba19441 100644 --- a/packages/apps-config/src/api/spec/fragnova.ts +++ b/packages/apps-config/src/api/spec/fragnova.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // Not used/included in index.ts as of https://github.com/polkadot-js/apps/pull/9243 diff --git a/packages/apps-config/src/api/spec/frequency.ts b/packages/apps-config/src/api/spec/frequency.ts index 9069ba7ac5d7..99cd5aebc370 100644 --- a/packages/apps-config/src/api/spec/frequency.ts +++ b/packages/apps-config/src/api/spec/frequency.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/galital-parachain.ts b/packages/apps-config/src/api/spec/galital-parachain.ts index 99598fb88153..68cfedc0eda4 100644 --- a/packages/apps-config/src/api/spec/galital-parachain.ts +++ b/packages/apps-config/src/api/spec/galital-parachain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/galital.ts b/packages/apps-config/src/api/spec/galital.ts index 502ff22a78d1..1018abfdd343 100644 --- a/packages/apps-config/src/api/spec/galital.ts +++ b/packages/apps-config/src/api/spec/galital.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/galois.ts b/packages/apps-config/src/api/spec/galois.ts index 7b500fbe71a8..705ab4130b9d 100644 --- a/packages/apps-config/src/api/spec/galois.ts +++ b/packages/apps-config/src/api/spec/galois.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/gamepower.ts b/packages/apps-config/src/api/spec/gamepower.ts index 2252d19bccc6..89fd6b279354 100644 --- a/packages/apps-config/src/api/spec/gamepower.ts +++ b/packages/apps-config/src/api/spec/gamepower.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/genshiro.ts b/packages/apps-config/src/api/spec/genshiro.ts index 4215b0d596e9..bfa61a4d9360 100644 --- a/packages/apps-config/src/api/spec/genshiro.ts +++ b/packages/apps-config/src/api/spec/genshiro.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/hanonycash.ts b/packages/apps-config/src/api/spec/hanonycash.ts index 7a1b7baee47f..50415c4eca25 100644 --- a/packages/apps-config/src/api/spec/hanonycash.ts +++ b/packages/apps-config/src/api/spec/hanonycash.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/hydrate.ts b/packages/apps-config/src/api/spec/hydrate.ts index b435dd3fe962..ad75ac0212d3 100644 --- a/packages/apps-config/src/api/spec/hydrate.ts +++ b/packages/apps-config/src/api/spec/hydrate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/idavoll.ts b/packages/apps-config/src/api/spec/idavoll.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/idavoll.ts +++ b/packages/apps-config/src/api/spec/idavoll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/imbue.ts b/packages/apps-config/src/api/spec/imbue.ts index 7e5e240106b3..e2a8d22344af 100644 --- a/packages/apps-config/src/api/spec/imbue.ts +++ b/packages/apps-config/src/api/spec/imbue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/index.ts b/packages/apps-config/src/api/spec/index.ts index ed194315c99d..9ed71f0093a9 100644 --- a/packages/apps-config/src/api/spec/index.ts +++ b/packages/apps-config/src/api/spec/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/integritee.ts b/packages/apps-config/src/api/spec/integritee.ts index 18c03ef9da91..dd2d51d7a97b 100644 --- a/packages/apps-config/src/api/spec/integritee.ts +++ b/packages/apps-config/src/api/spec/integritee.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/interbtc.ts b/packages/apps-config/src/api/spec/interbtc.ts index b4f44955ed53..33c2848d5ca3 100644 --- a/packages/apps-config/src/api/spec/interbtc.ts +++ b/packages/apps-config/src/api/spec/interbtc.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 /* eslint-disable @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-unsafe-assignment */ diff --git a/packages/apps-config/src/api/spec/ipse.ts b/packages/apps-config/src/api/spec/ipse.ts index fcc3a09728e5..3d35dac3ed37 100644 --- a/packages/apps-config/src/api/spec/ipse.ts +++ b/packages/apps-config/src/api/spec/ipse.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/jupiter-rococo.ts b/packages/apps-config/src/api/spec/jupiter-rococo.ts index dd59647c404c..df07dc594cb4 100644 --- a/packages/apps-config/src/api/spec/jupiter-rococo.ts +++ b/packages/apps-config/src/api/spec/jupiter-rococo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/jupiter.ts b/packages/apps-config/src/api/spec/jupiter.ts index c4a9aad8f31d..1011db62632d 100644 --- a/packages/apps-config/src/api/spec/jupiter.ts +++ b/packages/apps-config/src/api/spec/jupiter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/jur.ts b/packages/apps-config/src/api/spec/jur.ts index daf3946df5f3..3968ee1287eb 100644 --- a/packages/apps-config/src/api/spec/jur.ts +++ b/packages/apps-config/src/api/spec/jur.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/khala.ts b/packages/apps-config/src/api/spec/khala.ts index 6d6e0d26a84a..b62e2509e6d5 100644 --- a/packages/apps-config/src/api/spec/khala.ts +++ b/packages/apps-config/src/api/spec/khala.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/konomi.ts b/packages/apps-config/src/api/spec/konomi.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/konomi.ts +++ b/packages/apps-config/src/api/spec/konomi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/kpron.ts b/packages/apps-config/src/api/spec/kpron.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/kpron.ts +++ b/packages/apps-config/src/api/spec/kpron.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/kulupu.ts b/packages/apps-config/src/api/spec/kulupu.ts index 1364b6e72d04..a7ea8f5ab23b 100644 --- a/packages/apps-config/src/api/spec/kulupu.ts +++ b/packages/apps-config/src/api/spec/kulupu.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/kusari.ts b/packages/apps-config/src/api/spec/kusari.ts index 1cac59b62cdf..02737007084e 100644 --- a/packages/apps-config/src/api/spec/kusari.ts +++ b/packages/apps-config/src/api/spec/kusari.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/kylin.ts b/packages/apps-config/src/api/spec/kylin.ts index f9a5d9b245c7..d4c2c56c6863 100644 --- a/packages/apps-config/src/api/spec/kylin.ts +++ b/packages/apps-config/src/api/spec/kylin.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/laminar.ts b/packages/apps-config/src/api/spec/laminar.ts index 12035f7e3d0b..7160991b971e 100644 --- a/packages/apps-config/src/api/spec/laminar.ts +++ b/packages/apps-config/src/api/spec/laminar.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/litentry.ts b/packages/apps-config/src/api/spec/litentry.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/litentry.ts +++ b/packages/apps-config/src/api/spec/litentry.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/logion-parachain.ts b/packages/apps-config/src/api/spec/logion-parachain.ts index 85ba613720ff..2e71175dc27a 100644 --- a/packages/apps-config/src/api/spec/logion-parachain.ts +++ b/packages/apps-config/src/api/spec/logion-parachain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/logion.ts b/packages/apps-config/src/api/spec/logion.ts index a274b6b27695..06b1bba8109e 100644 --- a/packages/apps-config/src/api/spec/logion.ts +++ b/packages/apps-config/src/api/spec/logion.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // structs need to be in order diff --git a/packages/apps-config/src/api/spec/mangata.ts b/packages/apps-config/src/api/spec/mangata.ts index 802e2e690e73..6de79d4c4688 100644 --- a/packages/apps-config/src/api/spec/mangata.ts +++ b/packages/apps-config/src/api/spec/mangata.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // structs need to be in order diff --git a/packages/apps-config/src/api/spec/manta.ts b/packages/apps-config/src/api/spec/manta.ts index 51a0c1766ade..6d1e5c35ccac 100644 --- a/packages/apps-config/src/api/spec/manta.ts +++ b/packages/apps-config/src/api/spec/manta.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/mathchain.ts b/packages/apps-config/src/api/spec/mathchain.ts index 7b500fbe71a8..705ab4130b9d 100644 --- a/packages/apps-config/src/api/spec/mathchain.ts +++ b/packages/apps-config/src/api/spec/mathchain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/moonbeam.ts b/packages/apps-config/src/api/spec/moonbeam.ts index 23032dca175c..4521eca80f0b 100644 --- a/packages/apps-config/src/api/spec/moonbeam.ts +++ b/packages/apps-config/src/api/spec/moonbeam.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { moonbeamDefinitions } from 'moonbeam-types-bundle'; diff --git a/packages/apps-config/src/api/spec/mybank.ts b/packages/apps-config/src/api/spec/mybank.ts index cf332001c9ac..02f4f6f33e8a 100644 --- a/packages/apps-config/src/api/spec/mybank.ts +++ b/packages/apps-config/src/api/spec/mybank.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/neatcoin.ts b/packages/apps-config/src/api/spec/neatcoin.ts index 0d2adf7fb4ab..299bf8056ba4 100644 --- a/packages/apps-config/src/api/spec/neatcoin.ts +++ b/packages/apps-config/src/api/spec/neatcoin.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/nftmart.ts b/packages/apps-config/src/api/spec/nftmart.ts index 2c3bd11aefeb..4e82a728ac64 100644 --- a/packages/apps-config/src/api/spec/nftmart.ts +++ b/packages/apps-config/src/api/spec/nftmart.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // structs need to be in order diff --git a/packages/apps-config/src/api/spec/nodle.ts b/packages/apps-config/src/api/spec/nodle.ts index e03ad6b0270a..d9467e1956a1 100644 --- a/packages/apps-config/src/api/spec/nodle.ts +++ b/packages/apps-config/src/api/spec/nodle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/oak.ts b/packages/apps-config/src/api/spec/oak.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/oak.ts +++ b/packages/apps-config/src/api/spec/oak.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/opal.ts b/packages/apps-config/src/api/spec/opal.ts index 67e081006120..3caa33a5e686 100644 --- a/packages/apps-config/src/api/spec/opal.ts +++ b/packages/apps-config/src/api/spec/opal.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/opportunity.ts b/packages/apps-config/src/api/spec/opportunity.ts index 08c5b30df8c1..7ea15d5eda4a 100644 --- a/packages/apps-config/src/api/spec/opportunity.ts +++ b/packages/apps-config/src/api/spec/opportunity.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/origintrail.ts b/packages/apps-config/src/api/spec/origintrail.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/origintrail.ts +++ b/packages/apps-config/src/api/spec/origintrail.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/pangolin.ts b/packages/apps-config/src/api/spec/pangolin.ts index d457bd4d7887..d01b3feff8a7 100644 --- a/packages/apps-config/src/api/spec/pangolin.ts +++ b/packages/apps-config/src/api/spec/pangolin.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadotApps } from '@darwinia/types/mix/index.js'; diff --git a/packages/apps-config/src/api/spec/pangoro.ts b/packages/apps-config/src/api/spec/pangoro.ts index bd9c8057979d..36d476e60e16 100644 --- a/packages/apps-config/src/api/spec/pangoro.ts +++ b/packages/apps-config/src/api/spec/pangoro.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadotApps } from '@darwinia/types/mix/index.js'; diff --git a/packages/apps-config/src/api/spec/parallel.ts b/packages/apps-config/src/api/spec/parallel.ts index 0f4b2763cda8..fd4ceba7d119 100644 --- a/packages/apps-config/src/api/spec/parallel.ts +++ b/packages/apps-config/src/api/spec/parallel.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { typesBundleForPolkadot } from '@parallel-finance/type-definitions'; diff --git a/packages/apps-config/src/api/spec/parami.ts b/packages/apps-config/src/api/spec/parami.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/parami.ts +++ b/packages/apps-config/src/api/spec/parami.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/peaq.ts b/packages/apps-config/src/api/spec/peaq.ts index 5baa016584aa..2a9a3bf5d73d 100644 --- a/packages/apps-config/src/api/spec/peaq.ts +++ b/packages/apps-config/src/api/spec/peaq.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/pendulum.ts b/packages/apps-config/src/api/spec/pendulum.ts index 62a3a91305e6..1470bc15e742 100644 --- a/packages/apps-config/src/api/spec/pendulum.ts +++ b/packages/apps-config/src/api/spec/pendulum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/phoenix.ts b/packages/apps-config/src/api/spec/phoenix.ts index 1445582775c9..bb511f8b1ec5 100644 --- a/packages/apps-config/src/api/spec/phoenix.ts +++ b/packages/apps-config/src/api/spec/phoenix.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/pichiu.ts b/packages/apps-config/src/api/spec/pichiu.ts index f9a5d9b245c7..d4c2c56c6863 100644 --- a/packages/apps-config/src/api/spec/pichiu.ts +++ b/packages/apps-config/src/api/spec/pichiu.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/plasm.ts b/packages/apps-config/src/api/spec/plasm.ts index ccba8d5d6385..eb2cec50af2d 100644 --- a/packages/apps-config/src/api/spec/plasm.ts +++ b/packages/apps-config/src/api/spec/plasm.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/polkadex.ts b/packages/apps-config/src/api/spec/polkadex.ts index 87bb5d1f3ada..33bd284b3151 100644 --- a/packages/apps-config/src/api/spec/polkadex.ts +++ b/packages/apps-config/src/api/spec/polkadex.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/polkafoundry.ts b/packages/apps-config/src/api/spec/polkafoundry.ts index 6c251b7b980e..b3a1d1465c36 100644 --- a/packages/apps-config/src/api/spec/polkafoundry.ts +++ b/packages/apps-config/src/api/spec/polkafoundry.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/polymesh-mainnet.ts b/packages/apps-config/src/api/spec/polymesh-mainnet.ts index 7cfd50785ed2..ee1443f394ed 100644 --- a/packages/apps-config/src/api/spec/polymesh-mainnet.ts +++ b/packages/apps-config/src/api/spec/polymesh-mainnet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/polymesh-testnet.ts b/packages/apps-config/src/api/spec/polymesh-testnet.ts index 6f67b9ca6a97..b3b026676216 100644 --- a/packages/apps-config/src/api/spec/polymesh-testnet.ts +++ b/packages/apps-config/src/api/spec/polymesh-testnet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/pontem.ts b/packages/apps-config/src/api/spec/pontem.ts index a75133201174..06b9c7c983ed 100644 --- a/packages/apps-config/src/api/spec/pontem.ts +++ b/packages/apps-config/src/api/spec/pontem.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { pontemDefinitions } from 'pontem-types-bundle'; diff --git a/packages/apps-config/src/api/spec/prism.ts b/packages/apps-config/src/api/spec/prism.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/prism.ts +++ b/packages/apps-config/src/api/spec/prism.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/quartz.ts b/packages/apps-config/src/api/spec/quartz.ts index 8a99b313adfc..79064f255414 100644 --- a/packages/apps-config/src/api/spec/quartz.ts +++ b/packages/apps-config/src/api/spec/quartz.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/realis.ts b/packages/apps-config/src/api/spec/realis.ts index 958db78d9f6b..12be9b89cd8a 100644 --- a/packages/apps-config/src/api/spec/realis.ts +++ b/packages/apps-config/src/api/spec/realis.ts @@ -1,55 +1,55 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors -// SPDX-License-Identifier: Apache-2.0 - -import type { OverrideBundleDefinition } from '@polkadot/types/types'; - -// structs need to be in order -/* eslint-disable sort-keys */ - -const definitions: OverrideBundleDefinition = { - types: [ - { - // on all versions - minmax: [0, undefined], - types: { - Rarity: { - _enum: [ - 'Common', - 'Uncommon', - 'Rare', - 'Epic', - 'Legendary', - 'Relic' - ] - }, - TokenId: 'U256', - Stackable: { - _enum: [ - 'Silver', - 'Gold', - 'Diamond' - ] - }, - String: 'Vec', - TokenType: { - _enum: { - Basic: '(Rarity, String, u32, String)' - } - }, - Status: { - _enum: [ - 'OnSell', - 'InDelegation', - 'Free' - ] - }, - Token: { - token_id: 'TokenId', - token: 'TokenType' - } - } - } - ] -}; - -export default definitions; +// Copyright 2017-2024 @polkadot/apps-config authors & contributors +// SPDX-License-Identifier: Apache-2.0 + +import type { OverrideBundleDefinition } from '@polkadot/types/types'; + +// structs need to be in order +/* eslint-disable sort-keys */ + +const definitions: OverrideBundleDefinition = { + types: [ + { + // on all versions + minmax: [0, undefined], + types: { + Rarity: { + _enum: [ + 'Common', + 'Uncommon', + 'Rare', + 'Epic', + 'Legendary', + 'Relic' + ] + }, + TokenId: 'U256', + Stackable: { + _enum: [ + 'Silver', + 'Gold', + 'Diamond' + ] + }, + String: 'Vec', + TokenType: { + _enum: { + Basic: '(Rarity, String, u32, String)' + } + }, + Status: { + _enum: [ + 'OnSell', + 'InDelegation', + 'Free' + ] + }, + Token: { + token_id: 'TokenId', + token: 'TokenType' + } + } + } + ] +}; + +export default definitions; diff --git a/packages/apps-config/src/api/spec/riochain.ts b/packages/apps-config/src/api/spec/riochain.ts index 726868a19482..da4c31f98758 100644 --- a/packages/apps-config/src/api/spec/riochain.ts +++ b/packages/apps-config/src/api/spec/riochain.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/robonomics.ts b/packages/apps-config/src/api/spec/robonomics.ts index 87f0af38ea32..50afe80f8ea2 100644 --- a/packages/apps-config/src/api/spec/robonomics.ts +++ b/packages/apps-config/src/api/spec/robonomics.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/rootnet.ts b/packages/apps-config/src/api/spec/rootnet.ts index 97865e4796d9..f7ffde06a836 100644 --- a/packages/apps-config/src/api/spec/rootnet.ts +++ b/packages/apps-config/src/api/spec/rootnet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/sapphire.ts b/packages/apps-config/src/api/spec/sapphire.ts index a2176e7329be..fe45bebd1964 100644 --- a/packages/apps-config/src/api/spec/sapphire.ts +++ b/packages/apps-config/src/api/spec/sapphire.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/shibuya.ts b/packages/apps-config/src/api/spec/shibuya.ts index d34bd4989b1d..b69c36f3d264 100644 --- a/packages/apps-config/src/api/spec/shibuya.ts +++ b/packages/apps-config/src/api/spec/shibuya.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/shiden.ts b/packages/apps-config/src/api/spec/shiden.ts index 4d9de488f13b..cbddeb4b41cf 100644 --- a/packages/apps-config/src/api/spec/shiden.ts +++ b/packages/apps-config/src/api/spec/shiden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/snowbridge.ts b/packages/apps-config/src/api/spec/snowbridge.ts index c5f8f237e61e..9f55c9ed1f4a 100644 --- a/packages/apps-config/src/api/spec/snowbridge.ts +++ b/packages/apps-config/src/api/spec/snowbridge.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { definition } from '@snowfork/snowbridge-types'; diff --git a/packages/apps-config/src/api/spec/soraSubstrate.ts b/packages/apps-config/src/api/spec/soraSubstrate.ts index ac7aaf9ceb31..c2d804ab30d4 100644 --- a/packages/apps-config/src/api/spec/soraSubstrate.ts +++ b/packages/apps-config/src/api/spec/soraSubstrate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/spanner.ts b/packages/apps-config/src/api/spec/spanner.ts index de1765f9ef6a..969311fce1d5 100644 --- a/packages/apps-config/src/api/spec/spanner.ts +++ b/packages/apps-config/src/api/spec/spanner.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/spreehafen.ts b/packages/apps-config/src/api/spec/spreehafen.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/spreehafen.ts +++ b/packages/apps-config/src/api/spec/spreehafen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/stafi.ts b/packages/apps-config/src/api/spec/stafi.ts index 67443d244d1d..4e6c8c317346 100644 --- a/packages/apps-config/src/api/spec/stafi.ts +++ b/packages/apps-config/src/api/spec/stafi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/standard.ts b/packages/apps-config/src/api/spec/standard.ts index aa8c44830d09..6524f97c74d6 100644 --- a/packages/apps-config/src/api/spec/standard.ts +++ b/packages/apps-config/src/api/spec/standard.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/subdao.ts b/packages/apps-config/src/api/spec/subdao.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/subdao.ts +++ b/packages/apps-config/src/api/spec/subdao.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/subgame.ts b/packages/apps-config/src/api/spec/subgame.ts index 294f5b054ea1..29e1782885ac 100644 --- a/packages/apps-config/src/api/spec/subgame.ts +++ b/packages/apps-config/src/api/spec/subgame.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/subsocial.ts b/packages/apps-config/src/api/spec/subsocial.ts index d437ff3328ba..79615ed37731 100644 --- a/packages/apps-config/src/api/spec/subsocial.ts +++ b/packages/apps-config/src/api/spec/subsocial.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // IMPORTANT diff --git a/packages/apps-config/src/api/spec/subspace.ts b/packages/apps-config/src/api/spec/subspace.ts index 17a901143de2..4ea95263d498 100644 --- a/packages/apps-config/src/api/spec/subspace.ts +++ b/packages/apps-config/src/api/spec/subspace.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // structs need to be in order diff --git a/packages/apps-config/src/api/spec/substrateContractsNode.ts b/packages/apps-config/src/api/spec/substrateContractsNode.ts index 00bacb249f26..a18dd082a2fa 100644 --- a/packages/apps-config/src/api/spec/substrateContractsNode.ts +++ b/packages/apps-config/src/api/spec/substrateContractsNode.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/swapdex.ts b/packages/apps-config/src/api/spec/swapdex.ts index 1cac59b62cdf..02737007084e 100644 --- a/packages/apps-config/src/api/spec/swapdex.ts +++ b/packages/apps-config/src/api/spec/swapdex.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/t0rn.ts b/packages/apps-config/src/api/spec/t0rn.ts index 567f9da75a1c..f417b98fcacc 100644 --- a/packages/apps-config/src/api/spec/t0rn.ts +++ b/packages/apps-config/src/api/spec/t0rn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/tanganika.ts b/packages/apps-config/src/api/spec/tanganika.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/tanganika.ts +++ b/packages/apps-config/src/api/spec/tanganika.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/ternoa.ts b/packages/apps-config/src/api/spec/ternoa.ts index b78862acc5e7..6b0bc305c549 100644 --- a/packages/apps-config/src/api/spec/ternoa.ts +++ b/packages/apps-config/src/api/spec/ternoa.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/trustbase.ts b/packages/apps-config/src/api/spec/trustbase.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/trustbase.ts +++ b/packages/apps-config/src/api/spec/trustbase.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/turing.ts b/packages/apps-config/src/api/spec/turing.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/turing.ts +++ b/packages/apps-config/src/api/spec/turing.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/uart.ts b/packages/apps-config/src/api/spec/uart.ts index a333f319f25d..245bd87ad470 100644 --- a/packages/apps-config/src/api/spec/uart.ts +++ b/packages/apps-config/src/api/spec/uart.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/unique.ts b/packages/apps-config/src/api/spec/unique.ts index eeb884715b0c..1fb7247bc2ab 100644 --- a/packages/apps-config/src/api/spec/unique.ts +++ b/packages/apps-config/src/api/spec/unique.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/unitnetwork.ts b/packages/apps-config/src/api/spec/unitnetwork.ts index e9fd5708e1a5..9e168b8e7b0a 100644 --- a/packages/apps-config/src/api/spec/unitnetwork.ts +++ b/packages/apps-config/src/api/spec/unitnetwork.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/unitv.ts b/packages/apps-config/src/api/spec/unitv.ts index 67443d244d1d..4e6c8c317346 100644 --- a/packages/apps-config/src/api/spec/unitv.ts +++ b/packages/apps-config/src/api/spec/unitv.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/vln-rococo.ts b/packages/apps-config/src/api/spec/vln-rococo.ts index 518fca428cd1..33671896a45f 100644 --- a/packages/apps-config/src/api/spec/vln-rococo.ts +++ b/packages/apps-config/src/api/spec/vln-rococo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/vln.ts b/packages/apps-config/src/api/spec/vln.ts index ec1d49b22c87..4ba8befd77ab 100644 --- a/packages/apps-config/src/api/spec/vln.ts +++ b/packages/apps-config/src/api/spec/vln.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/vodka.ts b/packages/apps-config/src/api/spec/vodka.ts index cfde9762b62f..959f26f01eed 100644 --- a/packages/apps-config/src/api/spec/vodka.ts +++ b/packages/apps-config/src/api/spec/vodka.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/watr.ts b/packages/apps-config/src/api/spec/watr.ts index f6e17ba63646..7e8f7108c4cf 100644 --- a/packages/apps-config/src/api/spec/watr.ts +++ b/packages/apps-config/src/api/spec/watr.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/web3games.ts b/packages/apps-config/src/api/spec/web3games.ts index 68f8d949bb21..7c524e9fa6c7 100644 --- a/packages/apps-config/src/api/spec/web3games.ts +++ b/packages/apps-config/src/api/spec/web3games.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/westlake.ts b/packages/apps-config/src/api/spec/westlake.ts index edf2df2dd962..a6f0433ac273 100644 --- a/packages/apps-config/src/api/spec/westlake.ts +++ b/packages/apps-config/src/api/spec/westlake.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/zCloak.ts b/packages/apps-config/src/api/spec/zCloak.ts index 648c20d81f87..c476c47b9a4b 100644 --- a/packages/apps-config/src/api/spec/zCloak.ts +++ b/packages/apps-config/src/api/spec/zCloak.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/zeitgeist.ts b/packages/apps-config/src/api/spec/zeitgeist.ts index b49ce54f0e6a..c24ba83254de 100644 --- a/packages/apps-config/src/api/spec/zeitgeist.ts +++ b/packages/apps-config/src/api/spec/zeitgeist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/zenlink.ts b/packages/apps-config/src/api/spec/zenlink.ts index db8a5c568bff..f89485d3bcba 100644 --- a/packages/apps-config/src/api/spec/zenlink.ts +++ b/packages/apps-config/src/api/spec/zenlink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/spec/zero.ts b/packages/apps-config/src/api/spec/zero.ts index 4eb5e34c4ae3..6eed14f7b813 100644 --- a/packages/apps-config/src/api/spec/zero.ts +++ b/packages/apps-config/src/api/spec/zero.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OverrideBundleDefinition } from '@polkadot/types/types'; diff --git a/packages/apps-config/src/api/typesBundle.spec.ts b/packages/apps-config/src/api/typesBundle.spec.ts index 37b1a21feb06..d093ec9023dc 100644 --- a/packages/apps-config/src/api/typesBundle.spec.ts +++ b/packages/apps-config/src/api/typesBundle.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 /// @@ -20,7 +20,7 @@ describe('typesBundle', (): void => { const typesBundle: { chain: Record, spec: Record } = { chain: {}, spec: {} }; afterAll((): void => { - fs.writeFileSync('packages/apps-config/src/api/typesBundle.ts', `// Copyright 2017-2023 @polkadot/apps-config authors & contributors + fs.writeFileSync('packages/apps-config/src/api/typesBundle.ts', `// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/apps-config diff --git a/packages/apps-config/src/api/typesBundle.ts b/packages/apps-config/src/api/typesBundle.ts index fb357f7c422e..528f0e4c395b 100644 --- a/packages/apps-config/src/api/typesBundle.ts +++ b/packages/apps-config/src/api/typesBundle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/apps-config diff --git a/packages/apps-config/src/api/typesBundleCheck.spec.ts b/packages/apps-config/src/api/typesBundleCheck.spec.ts index 76a3a67e5b7a..b2ace7e8109e 100644 --- a/packages/apps-config/src/api/typesBundleCheck.spec.ts +++ b/packages/apps-config/src/api/typesBundleCheck.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/apps-config/src/api/util.ts b/packages/apps-config/src/api/util.ts index c5fcdd1461f6..b7963cae32c9 100644 --- a/packages/apps-config/src/api/util.ts +++ b/packages/apps-config/src/api/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export function typesFromDefs (definitions: Record }>): Record { diff --git a/packages/apps-config/src/ci/chainEndpoints.spec.ts b/packages/apps-config/src/ci/chainEndpoints.spec.ts index 3cf070d4e093..80dec4592c32 100644 --- a/packages/apps-config/src/ci/chainEndpoints.spec.ts +++ b/packages/apps-config/src/ci/chainEndpoints.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/apps-config/src/ci/fetch.ts b/packages/apps-config/src/ci/fetch.ts index bb8e6dcfc8a4..3c97e326c6ff 100644 --- a/packages/apps-config/src/ci/fetch.ts +++ b/packages/apps-config/src/ci/fetch.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fetch } from '@polkadot/x-fetch'; diff --git a/packages/apps-config/src/endpoints/development.ts b/packages/apps-config/src/endpoints/development.ts index d7a5fbc34383..8ab6a40813d6 100644 --- a/packages/apps-config/src/endpoints/development.ts +++ b/packages/apps-config/src/endpoints/development.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TFunction } from '../types.js'; diff --git a/packages/apps-config/src/endpoints/index.spec.ts b/packages/apps-config/src/endpoints/index.spec.ts index ba68cd978336..ef29416d1e61 100644 --- a/packages/apps-config/src/endpoints/index.spec.ts +++ b/packages/apps-config/src/endpoints/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/apps-config/src/endpoints/index.ts b/packages/apps-config/src/endpoints/index.ts index 50415252aca5..e17bab0db779 100644 --- a/packages/apps-config/src/endpoints/index.ts +++ b/packages/apps-config/src/endpoints/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TFunction, TOptions } from '../types.js'; diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index 12abb98591cc..853e1838da65 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 2f2e3872a93c..2577fee031b7 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 239af5a623bc..f91af80dab7f 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/testing.ts b/packages/apps-config/src/endpoints/testing.ts index 815bdfa2ed24..7e6a1ad4ea32 100644 --- a/packages/apps-config/src/endpoints/testing.ts +++ b/packages/apps-config/src/endpoints/testing.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/testingRelayRococo.ts b/packages/apps-config/src/endpoints/testingRelayRococo.ts index 12d50ff0f590..3da97ebe3287 100644 --- a/packages/apps-config/src/endpoints/testingRelayRococo.ts +++ b/packages/apps-config/src/endpoints/testingRelayRococo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/testingRelayWestend.ts b/packages/apps-config/src/endpoints/testingRelayWestend.ts index 546dc9b58944..157514a4892c 100644 --- a/packages/apps-config/src/endpoints/testingRelayWestend.ts +++ b/packages/apps-config/src/endpoints/testingRelayWestend.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EndpointOption } from './types.js'; diff --git a/packages/apps-config/src/endpoints/types.ts b/packages/apps-config/src/endpoints/types.ts index 110d8619e638..ba881b7721c7 100644 --- a/packages/apps-config/src/endpoints/types.ts +++ b/packages/apps-config/src/endpoints/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/apps-config/src/endpoints/util.ts b/packages/apps-config/src/endpoints/util.ts index 8600703f603e..4e067b7736ab 100644 --- a/packages/apps-config/src/endpoints/util.ts +++ b/packages/apps-config/src/endpoints/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TFunction } from '../types.js'; diff --git a/packages/apps-config/src/extensions/index.ts b/packages/apps-config/src/extensions/index.ts index ae618346df55..eee2a2333c79 100644 --- a/packages/apps-config/src/extensions/index.ts +++ b/packages/apps-config/src/extensions/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Browser, Extension, Known } from './types.js'; diff --git a/packages/apps-config/src/extensions/polkadot-js.ts b/packages/apps-config/src/extensions/polkadot-js.ts index 482f474f22b8..5325fcd8fb2f 100644 --- a/packages/apps-config/src/extensions/polkadot-js.ts +++ b/packages/apps-config/src/extensions/polkadot-js.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Known } from './types.js'; diff --git a/packages/apps-config/src/extensions/types.ts b/packages/apps-config/src/extensions/types.ts index 35041ae08692..e6ebe48c0143 100644 --- a/packages/apps-config/src/extensions/types.ts +++ b/packages/apps-config/src/extensions/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export type Browser = 'chrome' | 'firefox'; diff --git a/packages/apps-config/src/index.ts b/packages/apps-config/src/index.ts index 14d377b6d608..e898b9a3bee5 100644 --- a/packages/apps-config/src/index.ts +++ b/packages/apps-config/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './api/index.js'; diff --git a/packages/apps-config/src/links/cerestats.ts b/packages/apps-config/src/links/cerestats.ts index 45a4b5d330e2..c57b66d3179b 100644 --- a/packages/apps-config/src/links/cerestats.ts +++ b/packages/apps-config/src/links/cerestats.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/commonwealth.ts b/packages/apps-config/src/links/commonwealth.ts index 41cbe5cb5a47..8e2476b25820 100644 --- a/packages/apps-config/src/links/commonwealth.ts +++ b/packages/apps-config/src/links/commonwealth.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/dotreasury.ts b/packages/apps-config/src/links/dotreasury.ts index 8b22a6bfdc06..c0839d5ba4cb 100644 --- a/packages/apps-config/src/links/dotreasury.ts +++ b/packages/apps-config/src/links/dotreasury.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/index.ts b/packages/apps-config/src/links/index.ts index 855f4e16be09..e6c30bd912fc 100644 --- a/packages/apps-config/src/links/index.ts +++ b/packages/apps-config/src/links/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ExternalDef } from './types.js'; diff --git a/packages/apps-config/src/links/kodadot.ts b/packages/apps-config/src/links/kodadot.ts index 29ce4d11c57a..442de16ff230 100644 --- a/packages/apps-config/src/links/kodadot.ts +++ b/packages/apps-config/src/links/kodadot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/moonbeamApps.ts b/packages/apps-config/src/links/moonbeamApps.ts index ea6cd08ac366..a15b1fc61d01 100644 --- a/packages/apps-config/src/links/moonbeamApps.ts +++ b/packages/apps-config/src/links/moonbeamApps.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/polkaholic.ts b/packages/apps-config/src/links/polkaholic.ts index d3c23c12125e..b98eb7851da9 100644 --- a/packages/apps-config/src/links/polkaholic.ts +++ b/packages/apps-config/src/links/polkaholic.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/polkascan.ts b/packages/apps-config/src/links/polkascan.ts index 9e7a4f5efb14..1a6d9b82465d 100644 --- a/packages/apps-config/src/links/polkascan.ts +++ b/packages/apps-config/src/links/polkascan.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/polkassembly.ts b/packages/apps-config/src/links/polkassembly.ts index 6e7d232d391f..bf182b7ed87e 100644 --- a/packages/apps-config/src/links/polkassembly.ts +++ b/packages/apps-config/src/links/polkassembly.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/polkastats.ts b/packages/apps-config/src/links/polkastats.ts index 748b793efbdc..c12f6c246c40 100644 --- a/packages/apps-config/src/links/polkastats.ts +++ b/packages/apps-config/src/links/polkastats.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/singular.ts b/packages/apps-config/src/links/singular.ts index d2faa0ae47f9..474fd3aaa488 100644 --- a/packages/apps-config/src/links/singular.ts +++ b/packages/apps-config/src/links/singular.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/statescan.ts b/packages/apps-config/src/links/statescan.ts index 768a15f1b13d..020414a88fde 100644 --- a/packages/apps-config/src/links/statescan.ts +++ b/packages/apps-config/src/links/statescan.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/subid.ts b/packages/apps-config/src/links/subid.ts index 7af5b3211c8c..7685f758d7a3 100644 --- a/packages/apps-config/src/links/subid.ts +++ b/packages/apps-config/src/links/subid.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/subscan.ts b/packages/apps-config/src/links/subscan.ts index 87e80e807c88..d35a1b649f3a 100644 --- a/packages/apps-config/src/links/subscan.ts +++ b/packages/apps-config/src/links/subscan.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/subsquare.ts b/packages/apps-config/src/links/subsquare.ts index 5ab818b88fb1..28135a2d8690 100644 --- a/packages/apps-config/src/links/subsquare.ts +++ b/packages/apps-config/src/links/subsquare.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/links/types.ts b/packages/apps-config/src/links/types.ts index 96791d168ae1..bcef3abc802a 100644 --- a/packages/apps-config/src/links/types.ts +++ b/packages/apps-config/src/links/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/apps-config/src/packageDetect.ts b/packages/apps-config/src/packageDetect.ts index f3abb37075db..9204c4b7a723 100644 --- a/packages/apps-config/src/packageDetect.ts +++ b/packages/apps-config/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/apps-config/src/packageInfo.ts b/packages/apps-config/src/packageInfo.ts index cff7ed836596..5f7a6ed746e1 100644 --- a/packages/apps-config/src/packageInfo.ts +++ b/packages/apps-config/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/apps-config/src/settings/ethereumChains.ts b/packages/apps-config/src/settings/ethereumChains.ts index a4f644fe7579..cb51f7e6f3ab 100644 --- a/packages/apps-config/src/settings/ethereumChains.ts +++ b/packages/apps-config/src/settings/ethereumChains.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // The list of Ethereum networks, for these the UI will default to Ethereum-only accounts diff --git a/packages/apps-config/src/settings/index.ts b/packages/apps-config/src/settings/index.ts index 4889ff7e03b4..c3577310d74e 100644 --- a/packages/apps-config/src/settings/index.ts +++ b/packages/apps-config/src/settings/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './ethereumChains.js'; diff --git a/packages/apps-config/src/settings/languages.ts b/packages/apps-config/src/settings/languages.ts index ba4d4c18a17a..5be702d08635 100644 --- a/packages/apps-config/src/settings/languages.ts +++ b/packages/apps-config/src/settings/languages.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TFunction } from '../types.js'; diff --git a/packages/apps-config/src/settings/ss58.ts b/packages/apps-config/src/settings/ss58.ts index 2b17d331c17e..285168709b05 100644 --- a/packages/apps-config/src/settings/ss58.ts +++ b/packages/apps-config/src/settings/ss58.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TFunction } from '../types.js'; diff --git a/packages/apps-config/src/settings/types.ts b/packages/apps-config/src/settings/types.ts index b608cfaf7b08..f3f9afc60b34 100644 --- a/packages/apps-config/src/settings/types.ts +++ b/packages/apps-config/src/settings/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/apps-config/src/types.ts b/packages/apps-config/src/types.ts index 88a4c9693e94..8d57eda9ffae 100644 --- a/packages/apps-config/src/types.ts +++ b/packages/apps-config/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface TOptions { diff --git a/packages/apps-config/src/ui/identityIcons/index.ts b/packages/apps-config/src/ui/identityIcons/index.ts index bddcd639738a..b99af7a27e52 100644 --- a/packages/apps-config/src/ui/identityIcons/index.ts +++ b/packages/apps-config/src/ui/identityIcons/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 // overrides based on the actual software node type, valid values are one of - diff --git a/packages/apps-config/src/ui/index.ts b/packages/apps-config/src/ui/index.ts index 0e0ad2eb3cf6..79a30cb00dd6 100644 --- a/packages/apps-config/src/ui/index.ts +++ b/packages/apps-config/src/ui/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 import { identityNodes, identitySpec } from './identityIcons/index.js'; diff --git a/packages/apps-config/src/ui/logos/chains/generated/3dpassSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/3dpassSVG.ts index 4fd0eab7e878..69fa753ec06b 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/3dpassSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/3dpassSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/abandPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/abandPNG.ts index 30f2347fb57b..805b45964565 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/abandPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/abandPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/acalaSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/acalaSVG.ts index 722c4b9f65bd..15e11b717cd7 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/acalaSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/acalaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/acurastPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/acurastPNG.ts index 3d1b8934e91f..2a8cf9ecd756 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/acurastPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/acurastPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/alephSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/alephSVG.ts index c2f1486f3d4a..7a96b88a4d68 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/alephSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/alephSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/altairSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/altairSVG.ts index 63c6afe04b50..896a3e50d1b4 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/altairSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/altairSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/amplitudeSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/amplitudeSVG.ts index 7600cdc6d9e8..e91e6ec573fb 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/amplitudeSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/amplitudeSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/bitgreenPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/bitgreenPNG.ts index 8c93f73538b7..1184212f6453 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/bitgreenPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/bitgreenPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/bittensorPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/bittensorPNG.ts index 2ac8e4b8244e..6a4d5f48ac17 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/bittensorPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/bittensorPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/brainstormPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/brainstormPNG.ts index 66bc08c194e2..f744fe508185 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/brainstormPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/brainstormPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/composableFinancePNG.ts b/packages/apps-config/src/ui/logos/chains/generated/composableFinancePNG.ts index 8328a9e2b6a0..550753344b0b 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/composableFinancePNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/composableFinancePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/creditcoin-testPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/creditcoin-testPNG.ts index b8fcc0d79ade..f6d79bcba59c 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/creditcoin-testPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/creditcoin-testPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/creditcoinPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/creditcoinPNG.ts index 3c15e0627554..1aefd7c9e1a6 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/creditcoinPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/creditcoinPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/debioSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/debioSVG.ts index efe337c073c5..8a64b251927c 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/debioSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/debioSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/dorafactoryPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/dorafactoryPNG.ts index ccea68c7e86b..e7c934a32cd6 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/dorafactoryPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/dorafactoryPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/dustyPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/dustyPNG.ts index 79703b05c4b9..6de586d1007d 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/dustyPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/dustyPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/equilibriumSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/equilibriumSVG.ts index c51352a1350e..4eef9bba33a2 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/equilibriumSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/equilibriumSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/ferrumPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/ferrumPNG.ts index c954619678af..e3ba545a28c1 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/ferrumPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/ferrumPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/fragnovaPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/fragnovaPNG.ts index 7266c51c6b44..f8c6231052c5 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/fragnovaPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/fragnovaPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/frequencySVG.ts b/packages/apps-config/src/ui/logos/chains/generated/frequencySVG.ts index 04ba2c739cd9..9a6a3452ed49 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/frequencySVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/frequencySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/geminisPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/geminisPNG.ts index 0f9d1500afec..c7041e373873 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/geminisPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/geminisPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/genshiroSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/genshiroSVG.ts index 754f9d46af78..854f6eddfd97 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/genshiroSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/genshiroSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/gmJPEG.ts b/packages/apps-config/src/ui/logos/chains/generated/gmJPEG.ts index 9b385a378add..6ff194cfbb19 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/gmJPEG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/gmJPEG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/hydratePNG.ts b/packages/apps-config/src/ui/logos/chains/generated/hydratePNG.ts index d85505533ba5..4f13b01d95a7 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/hydratePNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/hydratePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/idiyanale_logo_whiteSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/idiyanale_logo_whiteSVG.ts index ea05ac4d1e2f..71c4fe00083c 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/idiyanale_logo_whiteSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/idiyanale_logo_whiteSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/invarchJPEG.ts b/packages/apps-config/src/ui/logos/chains/generated/invarchJPEG.ts index a5ab188f4c12..d2bf372f82d7 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/invarchJPEG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/invarchJPEG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/jurPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/jurPNG.ts index 938228bc3833..74f4438ca27e 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/jurPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/jurPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/karuraSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/karuraSVG.ts index 071818e4b5f7..79cf92442787 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/karuraSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/karuraSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/kicoPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/kicoPNG.ts index 3d95a5fe31f2..01be7b6169a0 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/kicoPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/kicoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/kintsugiPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/kintsugiPNG.ts index ff6ade0a33a4..ee96c36beb11 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/kintsugiPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/kintsugiPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/kreivoSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/kreivoSVG.ts index e8b2d875a6c2..5d3df8e93337 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/kreivoSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/kreivoSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/kusamaSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/kusamaSVG.ts index fc6c0af91f9d..efe5035a6b31 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/kusamaSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/kusamaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/listenPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/listenPNG.ts index 0bbf0c6d1673..4de4418e1cbd 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/listenPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/listenPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/logionPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/logionPNG.ts index 166d07cb917b..7b87315dc37e 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/logionPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/logionPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/mangataPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/mangataPNG.ts index 50e706bb10f9..fa0ecd027d3a 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/mangataPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/mangataPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/mangataxPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/mangataxPNG.ts index 8a144b6e63da..39fd09019b12 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/mangataxPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/mangataxPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/moonsamaPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/moonsamaPNG.ts index 29816555a95e..8e8311cddd59 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/moonsamaPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/moonsamaPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/myriadPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/myriadPNG.ts index 94e3e1a2328b..d4da7e48bb04 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/myriadPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/myriadPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/oakPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/oakPNG.ts index 841b82c56632..c680e1672065 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/oakPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/oakPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/origintrail-testnetPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/origintrail-testnetPNG.ts index 28bb00e1ce42..f1299cd7cb1f 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/origintrail-testnetPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/origintrail-testnetPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/origintrailPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/origintrailPNG.ts index c97a22912292..1330758c55d1 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/origintrailPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/origintrailPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/peaqPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/peaqPNG.ts index d444f8993f20..55c960cf308e 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/peaqPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/peaqPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/pendulumSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/pendulumSVG.ts index 41126ec26687..1caeedaa4224 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/pendulumSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/pendulumSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/picassoSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/picassoSVG.ts index c209d14655a9..fe877a78f7ad 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/picassoSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/picassoSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/polkadot-circleSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/polkadot-circleSVG.ts index b27309ac6a76..bacea0e5108d 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/polkadot-circleSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/polkadot-circleSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/qpnPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/qpnPNG.ts index fb46c2bbe51e..9a45096134fc 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/qpnPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/qpnPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/riodefiPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/riodefiPNG.ts index c03f483999e0..f7bb54c2f724 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/riodefiPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/riodefiPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/rococoSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/rococoSVG.ts index dcc52c8652c9..f1bddc2a42b6 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/rococoSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/rococoSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/shidenPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/shidenPNG.ts index ccc948f6eafb..37d889c494ed 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/shidenPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/shidenPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/skyekiwiPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/skyekiwiPNG.ts index 8aaaac26ceb5..dcfada2d1731 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/skyekiwiPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/skyekiwiPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/snakenetSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/snakenetSVG.ts index 2e6ff420465e..d505a6dd0434 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/snakenetSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/snakenetSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/snowbridgePNG.ts b/packages/apps-config/src/ui/logos/chains/generated/snowbridgePNG.ts index 5bb34f91fad7..d3435d9bcd1f 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/snowbridgePNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/snowbridgePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/spannerPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/spannerPNG.ts index f73dc3445505..b5a08e31fc8c 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/spannerPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/spannerPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/standardPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/standardPNG.ts index f7f6f2192e8a..388d9bd8c8bc 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/standardPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/standardPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/t0rnPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/t0rnPNG.ts index 12743c807fd0..0b1e8ed9a33a 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/t0rnPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/t0rnPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/tanglePNG.ts b/packages/apps-config/src/ui/logos/chains/generated/tanglePNG.ts index f57fd113aaff..0ca0d26c6b30 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/tanglePNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/tanglePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/tinkerPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/tinkerPNG.ts index 644a83657b15..6c4d5ec7869d 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/tinkerPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/tinkerPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/totemSVG.ts b/packages/apps-config/src/ui/logos/chains/generated/totemSVG.ts index 3c14e525b300..f02fc3815309 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/totemSVG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/totemSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/turingPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/turingPNG.ts index 53642a295d16..4113880bbf22 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/turingPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/turingPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/unorthodoxPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/unorthodoxPNG.ts index b83a57bd6a89..2c6b8aadce14 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/unorthodoxPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/unorthodoxPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/vara-testnetPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/vara-testnetPNG.ts index bf6f5efb702f..9da91b7f4141 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/vara-testnetPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/vara-testnetPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/varaPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/varaPNG.ts index b23935637d8b..32f0ad6e2501 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/varaPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/varaPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/virtoPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/virtoPNG.ts index bf9ff139c1df..67f695e73622 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/virtoPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/virtoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/vtbPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/vtbPNG.ts index a3c47db1a035..c552d65550b9 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/vtbPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/vtbPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/generated/watrPNG.ts b/packages/apps-config/src/ui/logos/chains/generated/watrPNG.ts index 4c819654eb09..b27b0704c5dd 100644 --- a/packages/apps-config/src/ui/logos/chains/generated/watrPNG.ts +++ b/packages/apps-config/src/ui/logos/chains/generated/watrPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/chains/index.ts b/packages/apps-config/src/ui/logos/chains/index.ts index 5213d183612b..4afae46cdb4f 100644 --- a/packages/apps-config/src/ui/logos/chains/index.ts +++ b/packages/apps-config/src/ui/logos/chains/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/extensions/generated/polkadot-jsSVG.ts b/packages/apps-config/src/ui/logos/extensions/generated/polkadot-jsSVG.ts index 2a6839241494..4fc92a283b89 100644 --- a/packages/apps-config/src/ui/logos/extensions/generated/polkadot-jsSVG.ts +++ b/packages/apps-config/src/ui/logos/extensions/generated/polkadot-jsSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/extensions/index.ts b/packages/apps-config/src/ui/logos/extensions/index.ts index 1c642a52498b..ae424ac84dfa 100644 --- a/packages/apps-config/src/ui/logos/extensions/index.ts +++ b/packages/apps-config/src/ui/logos/extensions/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/cerestatsPNG.ts b/packages/apps-config/src/ui/logos/external/generated/cerestatsPNG.ts index e3eb222b4546..a67c8b60b2bc 100644 --- a/packages/apps-config/src/ui/logos/external/generated/cerestatsPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/cerestatsPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/commonwealthPNG.ts b/packages/apps-config/src/ui/logos/external/generated/commonwealthPNG.ts index 1ff0fc725a00..3da77a3f7d05 100644 --- a/packages/apps-config/src/ui/logos/external/generated/commonwealthPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/commonwealthPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/dotreasurySVG.ts b/packages/apps-config/src/ui/logos/external/generated/dotreasurySVG.ts index fd44ddacce73..fbecc8f33fe1 100644 --- a/packages/apps-config/src/ui/logos/external/generated/dotreasurySVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/dotreasurySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/dotscannerPNG.ts b/packages/apps-config/src/ui/logos/external/generated/dotscannerPNG.ts index 4c18768b902e..d18a889cc389 100644 --- a/packages/apps-config/src/ui/logos/external/generated/dotscannerPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/dotscannerPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/emptySVG.ts b/packages/apps-config/src/ui/logos/external/generated/emptySVG.ts index cbd2332ec173..c98ad7948983 100644 --- a/packages/apps-config/src/ui/logos/external/generated/emptySVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/emptySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/kodadotSVG.ts b/packages/apps-config/src/ui/logos/external/generated/kodadotSVG.ts index 8f9fa4a0d3c0..0b77d67477d0 100644 --- a/packages/apps-config/src/ui/logos/external/generated/kodadotSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/kodadotSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/moonbeamAppsSVG.ts b/packages/apps-config/src/ui/logos/external/generated/moonbeamAppsSVG.ts index d258d599969e..4c8d17a93010 100644 --- a/packages/apps-config/src/ui/logos/external/generated/moonbeamAppsSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/moonbeamAppsSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/polkaholicPNG.ts b/packages/apps-config/src/ui/logos/external/generated/polkaholicPNG.ts index 39650cb75aa9..b04109ec15bd 100644 --- a/packages/apps-config/src/ui/logos/external/generated/polkaholicPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/polkaholicPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/polkascanPNG.ts b/packages/apps-config/src/ui/logos/external/generated/polkascanPNG.ts index bf6f5a460190..7356b0944c34 100644 --- a/packages/apps-config/src/ui/logos/external/generated/polkascanPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/polkascanPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/polkassemblyPNG.ts b/packages/apps-config/src/ui/logos/external/generated/polkassemblyPNG.ts index 282b9d99f95a..2f7a9ce96ac6 100644 --- a/packages/apps-config/src/ui/logos/external/generated/polkassemblyPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/polkassemblyPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/polkastatsPNG.ts b/packages/apps-config/src/ui/logos/external/generated/polkastatsPNG.ts index ed1e0f135118..dcd17eb348c5 100644 --- a/packages/apps-config/src/ui/logos/external/generated/polkastatsPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/polkastatsPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/singularSVG.ts b/packages/apps-config/src/ui/logos/external/generated/singularSVG.ts index 4fd88f7fb09b..5926cb442ffc 100644 --- a/packages/apps-config/src/ui/logos/external/generated/singularSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/singularSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/statescanSVG.ts b/packages/apps-config/src/ui/logos/external/generated/statescanSVG.ts index e6cc5bf14d3f..9b0b457d1e09 100644 --- a/packages/apps-config/src/ui/logos/external/generated/statescanSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/statescanSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/subidSVG.ts b/packages/apps-config/src/ui/logos/external/generated/subidSVG.ts index 44b91e7a3837..2dc02ddf8b2d 100644 --- a/packages/apps-config/src/ui/logos/external/generated/subidSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/subidSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/subscanPNG.ts b/packages/apps-config/src/ui/logos/external/generated/subscanPNG.ts index febf9dd440da..a4acc4f227ab 100644 --- a/packages/apps-config/src/ui/logos/external/generated/subscanPNG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/subscanPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/generated/subsquareSVG.ts b/packages/apps-config/src/ui/logos/external/generated/subsquareSVG.ts index 5f24666c43e8..731719a054ec 100644 --- a/packages/apps-config/src/ui/logos/external/generated/subsquareSVG.ts +++ b/packages/apps-config/src/ui/logos/external/generated/subsquareSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/external/index.ts b/packages/apps-config/src/ui/logos/external/index.ts index 91c61dda3b90..5fa58ae42af7 100644 --- a/packages/apps-config/src/ui/logos/external/index.ts +++ b/packages/apps-config/src/ui/logos/external/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ajunaPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ajunaPNG.ts index 609a6ea81f9d..a80206f020cb 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ajunaPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ajunaPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/apronPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/apronPNG.ts index 3c2945b8c2c9..153cee90f79e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/apronPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/apronPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/arcticPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/arcticPNG.ts index 60366a82c3ac..bdfbac83118e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/arcticPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/arcticPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ares-gladiosSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ares-gladiosSVG.ts index b41cd0c99ac2..c81cbc82c052 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ares-gladiosSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ares-gladiosSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ares-marsPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ares-marsPNG.ts index a476dd27b8cf..4622d2181af3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ares-marsPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ares-marsPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ares-odysseySVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ares-odysseySVG.ts index c3af646403fa..884a3350ca45 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ares-odysseySVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ares-odysseySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/aresPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/aresPNG.ts index 5d813494408b..574e6db2557f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/aresPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/aresPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/assetHubSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/assetHubSVG.ts index 0405b4cb7602..558b2c2aad2f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/assetHubSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/assetHubSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/astarPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/astarPNG.ts index f4fd472a7aae..af55cb8bbdab 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/astarPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/astarPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/automataPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/automataPNG.ts index 332a34766c58..db07e736473f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/automataPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/automataPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/aventusSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/aventusSVG.ts index c2c384dc30c0..a0cf33544c24 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/aventusSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/aventusSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/bajunPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/bajunPNG.ts index 38d83ab9b217..dfb28185a487 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/bajunPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/bajunPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/basilisk-rococo-bgPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/basilisk-rococo-bgPNG.ts index 3741ad316061..a69711e2e545 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/basilisk-rococo-bgPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/basilisk-rococo-bgPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/basiliskPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/basiliskPNG.ts index 923dfd59f019..35e39c613453 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/basiliskPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/basiliskPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/beastSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/beastSVG.ts index 89b7f979f509..c53d4000e51c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/beastSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/beastSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/bifrostSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/bifrostSVG.ts index 594f5049c37c..94d56fc6c4cf 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/bifrostSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/bifrostSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/bitcountryPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/bitcountryPNG.ts index 66c9b9c26f44..d753f5aa204c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/bitcountryPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/bitcountryPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubBlackSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubBlackSVG.ts index 8c0043295b50..0af800a2e0e2 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubBlackSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubBlackSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubSVG.ts index 3086dcbd6877..f1bd1ea3ea2a 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/bridgeHubSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/calamariPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/calamariPNG.ts index 7ad8ae56741f..57523d66acdd 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/calamariPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/calamariPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/centrifugePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/centrifugePNG.ts index 74711887fd9b..d8e9de3fe58f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/centrifugePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/centrifugePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/cereSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/cereSVG.ts index 2ccc6752fc04..873538c8302e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/cereSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/cereSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/cessPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/cessPNG.ts index 6cfab3d6987c..9f023b92fbf3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/cessPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/cessPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/chainxSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/chainxSVG.ts index d1e865ea54b8..c47b1c60a1a0 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/chainxSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/chainxSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/cloverSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/cloverSVG.ts index 9e12c83b0319..b4896ce3118c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/cloverSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/cloverSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/coinversationPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/coinversationPNG.ts index 9c281e20efb2..684c68280360 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/coinversationPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/coinversationPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/competitors-clubPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/competitors-clubPNG.ts index 207d698cdc6c..e27af409bba3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/competitors-clubPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/competitors-clubPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/conftiSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/conftiSVG.ts index ea92d944b566..2995911529a0 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/conftiSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/conftiSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/crabSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/crabSVG.ts index 0bd5fd544e80..08c55c346f61 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/crabSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/crabSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/crown-sterlingPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/crown-sterlingPNG.ts index db6f57b75bbb..4b7b5124e7a9 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/crown-sterlingPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/crown-sterlingPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/crust-maxwellSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/crust-maxwellSVG.ts index 6308e3119859..4f12098dd461 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/crust-maxwellSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/crust-maxwellSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/crustParachainSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/crustParachainSVG.ts index 3f958839377a..f0e8c42b7e5d 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/crustParachainSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/crustParachainSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/crustSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/crustSVG.ts index d92db7e3868c..eee7ca2afb19 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/crustSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/crustSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/curioSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/curioSVG.ts index d3fe515ce174..55f896e35914 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/curioSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/curioSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/daliPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/daliPNG.ts index 38fb60ae1c52..f005b91aeb9f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/daliPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/daliPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/darwiniaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/darwiniaSVG.ts index 12dbae3ebc3c..df0673d65df0 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/darwiniaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/darwiniaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/datahighwayPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/datahighwayPNG.ts index 2b5985782e75..7db161350e28 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/datahighwayPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/datahighwayPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/dockPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/dockPNG.ts index 977574b189b8..9bf45418ba63 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/dockPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/dockPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/dolphinSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/dolphinSVG.ts index 875bed1ed6f4..6c32845b5d30 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/dolphinSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/dolphinSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/dotmogSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/dotmogSVG.ts index be0dbd79e616..fe0c576c3e53 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/dotmogSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/dotmogSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/eaveSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/eaveSVG.ts index 7b3d40b803d9..f3c1bdf1ea66 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/eaveSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/eaveSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/edgeware-whitePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/edgeware-whitePNG.ts index 444533edcd51..072d970e173d 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/edgeware-whitePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/edgeware-whitePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/efinitySVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/efinitySVG.ts index 07f2ba879cfa..6aef4776cbd6 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/efinitySVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/efinitySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/encointer-blueSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/encointer-blueSVG.ts index 691b26d22305..17f83bb915f6 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/encointer-blueSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/encointer-blueSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ewxSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ewxSVG.ts index 6ce638f7728d..c8b3e6168888 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ewxSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ewxSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/fantourPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/fantourPNG.ts index a7e7102dac8c..196cde3bf2ed 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/fantourPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/fantourPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/galital-logoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/galital-logoPNG.ts index e35f6e4d960d..c52a3ff05a19 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/galital-logoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/galital-logoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/gamepowerSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/gamepowerSVG.ts index 88a57de73def..e7a37d814155 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/gamepowerSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/gamepowerSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/geekSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/geekSVG.ts index 967ca809bf97..fe0e546a096c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/geekSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/geekSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/giantPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/giantPNG.ts index 1622114d2fd2..aeeff63d6800 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/giantPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/giantPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/hanyonycashPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/hanyonycashPNG.ts index defb15af9c94..a4e3fee0db6c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/hanyonycashPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/hanyonycashPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/hashedPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/hashedPNG.ts index 8fead04d99ea..a318e2de6752 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/hashedPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/hashedPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/helixstreetPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/helixstreetPNG.ts index 582529f2be6b..237cd57d10e3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/helixstreetPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/helixstreetPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/humanodePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/humanodePNG.ts index 33a9e3d2d420..7c78e5b59c1d 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/humanodePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/humanodePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/idavollPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/idavollPNG.ts index 3f95fec62ef5..7d627ca4c7f1 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/idavollPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/idavollPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/imbuePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/imbuePNG.ts index ebb5656fb5fa..f64e537e2ac1 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/imbuePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/imbuePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/innovatorPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/innovatorPNG.ts index d345d1120a23..5d16df84ef46 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/innovatorPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/innovatorPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/integriteeSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/integriteeSVG.ts index 6092124f0f2e..06864603da46 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/integriteeSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/integriteeSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/interlaySVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/interlaySVG.ts index fcaf183b673b..3128e62199fd 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/interlaySVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/interlaySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ipciSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ipciSVG.ts index 45883f8e2253..7a28b3814e22 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ipciSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ipciSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ipsePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ipsePNG.ts index 2bfafc7fe48b..5f0ad959f869 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ipsePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ipsePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ipseSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ipseSVG.ts index 848531cc49bf..c0d0d89c8b85 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ipseSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ipseSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/jazPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/jazPNG.ts index 7b1d25bec373..a1f5af3e77f2 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/jazPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/jazPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/joystreamSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/joystreamSVG.ts index 7f8d3dece8cd..7322ef7b6440 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/joystreamSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/joystreamSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/jupiterSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/jupiterSVG.ts index d4ecb59eb1bf..fd5d962a9405 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/jupiterSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/jupiterSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/kabochaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/kabochaSVG.ts index dc60787b68ed..5659cf804ed3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/kabochaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/kabochaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/karmachainSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/karmachainSVG.ts index d580818687cd..51f03c93b2dd 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/karmachainSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/karmachainSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/khalaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/khalaSVG.ts index 6fcb291d4a27..9a3e306228ed 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/khalaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/khalaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/kiltPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/kiltPNG.ts index 6c54e24ad7df..7b71da355250 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/kiltPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/kiltPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/klugPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/klugPNG.ts index 2e24f1ad5e42..1240da08a0a4 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/klugPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/klugPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/konomiPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/konomiPNG.ts index d5e848856e38..3bc2f4c4fe2b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/konomiPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/konomiPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/krestPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/krestPNG.ts index ed43db425ac5..e60ee7b470d3 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/krestPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/krestPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/kulupuSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/kulupuSVG.ts index f75ba8825423..0714b955e1b7 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/kulupuSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/kulupuSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/kusariSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/kusariSVG.ts index 889b0263041c..959556620201 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/kusariSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/kusariSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/kylinPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/kylinPNG.ts index 6e2555310381..9365ffa9ae6a 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/kylinPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/kylinPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/laminar-circleSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/laminar-circleSVG.ts index 6360cc6933a1..23b5a39985da 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/laminar-circleSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/laminar-circleSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/litentry-rococoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/litentry-rococoPNG.ts index 2cbc3a583e3a..4dc6a5185360 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/litentry-rococoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/litentry-rococoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/litentryPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/litentryPNG.ts index a4c090757562..61800bcf425a 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/litentryPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/litentryPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/litmusPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/litmusPNG.ts index e1edc4b24afc..152dae189566 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/litmusPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/litmusPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/loom_networkPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/loom_networkPNG.ts index fdb2afb7c383..01f04a19111e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/loom_networkPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/loom_networkPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/mantaPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/mantaPNG.ts index 5fa50cca61db..80817f4f38f2 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/mantaPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/mantaPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/mathSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/mathSVG.ts index b53753c00243..0ee4c6b75afb 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/mathSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/mathSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/md5PNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/md5PNG.ts index b363a240bb64..ecc156592545 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/md5PNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/md5PNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/metaquity-networkPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/metaquity-networkPNG.ts index 743c3c22e34e..f002692a9c30 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/metaquity-networkPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/metaquity-networkPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/minixPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/minixPNG.ts index 0c8291a931ce..5c9f9c80ef29 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/minixPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/minixPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonbase_alphaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonbase_alphaSVG.ts index 0d99f7dcfbe2..bafbb6cf7ffe 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonbase_alphaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonbase_alphaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonbeamSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonbeamSVG.ts index 346175b3c907..2a0e76b13707 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonbeamSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonbeamSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonriverSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonriverSVG.ts index eb68beb69646..b3dbf91654c0 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonriverSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonriverSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonrockPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonrockPNG.ts index dbba4aca6ef9..5f50be3eef4b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonrockPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonrockPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonsamaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonsamaSVG.ts index a83e3a9a08ac..749a8a357e90 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonsamaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonsamaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/moonshadowPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/moonshadowPNG.ts index 908fa47f6547..80e26203fc15 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/moonshadowPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/moonshadowPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/mybankPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/mybankPNG.ts index 04f3c45fbcf0..bd6c2ebca4c4 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/mybankPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/mybankPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/nftmartPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/nftmartPNG.ts index ab628159cd1a..9a625563ffa6 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/nftmartPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/nftmartPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/nodleSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/nodleSVG.ts index 1b84798bbef8..d28d49329126 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/nodleSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/nodleSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/oliSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/oliSVG.ts index 7961701ecf40..37a0efd96edd 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/oliSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/oliSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/omnibtcSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/omnibtcSVG.ts index dc2bf7c0e823..108e56c10bae 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/omnibtcSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/omnibtcSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/opal-logoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/opal-logoPNG.ts index 5ed7e48f4548..eb5b1638234e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/opal-logoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/opal-logoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/opportunityPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/opportunityPNG.ts index 65efb961d022..88d0f0cb6f75 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/opportunityPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/opportunityPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/pangolinSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/pangolinSVG.ts index 141f7e6f3535..613292ca32c5 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/pangolinSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/pangolinSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/pangoroSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/pangoroSVG.ts index 143ee205bc9b..24a0779ed8ab 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/pangoroSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/pangoroSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/parallelSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/parallelSVG.ts index 9242ee26e05d..b0c9341c64b6 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/parallelSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/parallelSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/paramiJPEG.ts b/packages/apps-config/src/ui/logos/nodes/generated/paramiJPEG.ts index ab7f0874c771..c3ea79cd1692 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/paramiJPEG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/paramiJPEG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/phalaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/phalaSVG.ts index 91148346f8e9..502549ec5f27 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/phalaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/phalaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/phoenixPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/phoenixPNG.ts index 80d9348d24b7..e0710b376086 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/phoenixPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/phoenixPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/picassoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/picassoPNG.ts index 6f8e4c36db0a..ada60ffc394b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/picassoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/picassoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/pichiuPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/pichiuPNG.ts index abed7acf36a0..51da4680626c 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/pichiuPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/pichiuPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/plasmPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/plasmPNG.ts index 140d56fea6f9..d30dc1230522 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/plasmPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/plasmPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/polkadexSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/polkadexSVG.ts index a66170b63329..12d1226c3d47 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/polkadexSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/polkadexSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/polkafoundrySVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/polkafoundrySVG.ts index f1b42bf90902..02bcafc246ae 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/polkafoundrySVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/polkafoundrySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/polkasmithSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/polkasmithSVG.ts index 2ed72fb0e10f..bbca48686dc4 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/polkasmithSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/polkasmithSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/polymeshSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/polymeshSVG.ts index e5c2c1eacbf0..0ce0ce3f0e30 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/polymeshSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/polymeshSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/pontemSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/pontemSVG.ts index 3be40daa97fe..737ae784b8f7 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/pontemSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/pontemSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/prismPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/prismPNG.ts index 23ba8e05cbb3..c6382234d559 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/prismPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/prismPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/quartzPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/quartzPNG.ts index 46a8659ab841..9d365624d56b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/quartzPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/quartzPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/realisPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/realisPNG.ts index 74c407ec7191..b0ff78ce1885 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/realisPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/realisPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/rexSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/rexSVG.ts index c6237b29500a..dd9f6d4edf87 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/rexSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/rexSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/riochainSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/riochainSVG.ts index 6c5d9f9f18f5..321b66997f1b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/riochainSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/riochainSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/robonomicsSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/robonomicsSVG.ts index c8eb3e6a340a..5bcc13a0f03a 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/robonomicsSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/robonomicsSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/rocfinitySVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/rocfinitySVG.ts index a1ea3a01d851..56e9af84fcee 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/rocfinitySVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/rocfinitySVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/sakuraSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/sakuraSVG.ts index a669a40e9e96..dcca8f35b558 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/sakuraSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/sakuraSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/shadowSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/shadowSVG.ts index c7f5490581df..5ec24ea08fa8 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/shadowSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/shadowSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/shellSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/shellSVG.ts index 7f83af216698..6d8d0e4baa69 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/shellSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/shellSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/sherpaxPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/sherpaxPNG.ts index d04759383f9c..fb7c2a9a9e4b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/sherpaxPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/sherpaxPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/singlavenderSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/singlavenderSVG.ts index e7ea3db65196..5fc02fd4ef55 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/singlavenderSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/singlavenderSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/snowPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/snowPNG.ts index 450ba80475e1..954094731ae9 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/snowPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/snowPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/societalSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/societalSVG.ts index 6df11b27b196..16cb1527feef 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/societalSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/societalSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/soonsocialPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/soonsocialPNG.ts index 08bc7400a5f8..5def69306be5 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/soonsocialPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/soonsocialPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/soonsocialXPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/soonsocialXPNG.ts index 12139afcd67b..168db422fe14 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/soonsocialXPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/soonsocialXPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/sora-substrateSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/sora-substrateSVG.ts index 0154eaf0c050..2aa550b0f598 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/sora-substrateSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/sora-substrateSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/stafiPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/stafiPNG.ts index 4968b2aa1d19..7a41f0a6e1ee 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/stafiPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/stafiPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/statemineSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/statemineSVG.ts index 4e69fe1cf9e7..291559cf3bd7 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/statemineSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/statemineSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/subdaoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/subdaoPNG.ts index 64f479b6bdbf..d4caa834e84f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/subdaoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/subdaoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/subgameSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/subgameSVG.ts index d66e8464256f..851686594f01 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/subgameSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/subgameSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/subsocialSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/subsocialSVG.ts index 97f3c9e7f3be..869e26fb86d8 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/subsocialSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/subsocialSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/subsocialXSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/subsocialXSVG.ts index aeb2b1d75968..7aa5bb7a2465 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/subsocialXSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/subsocialXSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/subspacePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/subspacePNG.ts index 927c936ef200..37644228a2a8 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/subspacePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/subspacePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/substrate-circleSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/substrate-circleSVG.ts index 340c2f6a3081..cf500d2f34db 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/substrate-circleSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/substrate-circleSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/substrate-contracts-nodePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/substrate-contracts-nodePNG.ts index db73c2ab39be..83f4c5bd5e28 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/substrate-contracts-nodePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/substrate-contracts-nodePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/substrate-hexagonSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/substrate-hexagonSVG.ts index 4cab4434b6df..3b1b7b4a6a41 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/substrate-hexagonSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/substrate-hexagonSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/substrate-whiteSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/substrate-whiteSVG.ts index b45cf685ae25..bac18a527042 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/substrate-whiteSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/substrate-whiteSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/swapdexSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/swapdexSVG.ts index 9751955ce259..d94bb64a9b3a 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/swapdexSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/swapdexSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/t1rnPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/t1rnPNG.ts index 3075eecc4f83..da5c762cdffc 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/t1rnPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/t1rnPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/t3rnPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/t3rnPNG.ts index e1aa22442743..974e1853923f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/t3rnPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/t3rnPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/ternoaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/ternoaSVG.ts index 526708665f1b..027ca55f652d 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/ternoaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/ternoaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/thebifrostPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/thebifrostPNG.ts index cbb0dcec91d6..c3802080bf2e 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/thebifrostPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/thebifrostPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/trappist-rococoPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/trappist-rococoPNG.ts index eb043d090b8c..8f746acde031 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/trappist-rococoPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/trappist-rococoPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/trustbasePNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/trustbasePNG.ts index e11cd52f55d8..2c6961d94216 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/trustbasePNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/trustbasePNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/uniartsPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/uniartsPNG.ts index e0ad57e2abe8..ef4e172b0397 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/uniartsPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/uniartsPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/uniqueSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/uniqueSVG.ts index 55eb8e324915..490b869e0f79 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/uniqueSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/uniqueSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/unitnetworkPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/unitnetworkPNG.ts index 8875adaf4b3d..4edfc49d8d6f 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/unitnetworkPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/unitnetworkPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/unitvPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/unitvPNG.ts index 609f1805c057..36a71244b624 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/unitvPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/unitvPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/valiuPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/valiuPNG.ts index 53ebe698cef1..1228fa044411 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/valiuPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/valiuPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/varaSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/varaSVG.ts index 5a10fa22a16e..da7361b516f0 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/varaSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/varaSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/web3gamesSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/web3gamesSVG.ts index 66165d96a034..91d2238cf652 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/web3gamesSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/web3gamesSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/westend_colourSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/westend_colourSVG.ts index 574940287b7f..96b838968896 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/westend_colourSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/westend_colourSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/yerbanetworkPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/yerbanetworkPNG.ts index 25efe94e2ad9..c444b360d107 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/yerbanetworkPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/yerbanetworkPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/zCloakSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/zCloakSVG.ts index dc4fce72234b..d7067409309b 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/zCloakSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/zCloakSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/zeitgeistPNG.ts b/packages/apps-config/src/ui/logos/nodes/generated/zeitgeistPNG.ts index deb0030bbd7b..3fb53a1d5587 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/zeitgeistPNG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/zeitgeistPNG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/zenlinkSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/zenlinkSVG.ts index 0c5a1fcb9163..5454276c61d6 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/zenlinkSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/zenlinkSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/generated/zeroSVG.ts b/packages/apps-config/src/ui/logos/nodes/generated/zeroSVG.ts index 5bb4fdf620ba..9cc932ac27b1 100644 --- a/packages/apps-config/src/ui/logos/nodes/generated/zeroSVG.ts +++ b/packages/apps-config/src/ui/logos/nodes/generated/zeroSVG.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/logos/nodes/index.ts b/packages/apps-config/src/ui/logos/nodes/index.ts index c25ee33c8e52..18123aab99f3 100644 --- a/packages/apps-config/src/ui/logos/nodes/index.ts +++ b/packages/apps-config/src/ui/logos/nodes/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit. Auto-generated via node scripts/imgConvert.mjs diff --git a/packages/apps-config/src/ui/util.ts b/packages/apps-config/src/ui/util.ts index 633a13569592..351f847f4adf 100644 --- a/packages/apps-config/src/ui/util.ts +++ b/packages/apps-config/src/ui/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-config authors & contributors +// Copyright 2017-2024 @polkadot/apps-config authors & contributors // SPDX-License-Identifier: Apache-2.0 export function sanitize (value?: string): string { diff --git a/packages/apps-electron/src/api/account-store-api.ts b/packages/apps-electron/src/api/account-store-api.ts index 352b6ff2305e..84e9e015bf7c 100644 --- a/packages/apps-electron/src/api/account-store-api.ts +++ b/packages/apps-electron/src/api/account-store-api.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // eslint-disable-next-line @typescript-eslint/ban-ts-comment diff --git a/packages/apps-electron/src/api/electron-main-api.ts b/packages/apps-electron/src/api/electron-main-api.ts index d6e27996d268..239b2dd770de 100644 --- a/packages/apps-electron/src/api/electron-main-api.ts +++ b/packages/apps-electron/src/api/electron-main-api.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountStoreApi } from './account-store-api.js'; diff --git a/packages/apps-electron/src/api/global-exported-api.ts b/packages/apps-electron/src/api/global-exported-api.ts index 5ade88bcc194..703c4f8e2f88 100644 --- a/packages/apps-electron/src/api/global-exported-api.ts +++ b/packages/apps-electron/src/api/global-exported-api.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ElectronMainApi } from './electron-main-api.js'; diff --git a/packages/apps-electron/src/electron/autoUpdater.ts b/packages/apps-electron/src/electron/autoUpdater.ts index 935c1fe85ce8..5ba321f17df6 100644 --- a/packages/apps-electron/src/electron/autoUpdater.ts +++ b/packages/apps-electron/src/electron/autoUpdater.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppUpdater } from 'electron-updater'; diff --git a/packages/apps-electron/src/electron/contentSecurityPolicy.ts b/packages/apps-electron/src/electron/contentSecurityPolicy.ts index 4c6f6f540228..e7b3074f2c28 100644 --- a/packages/apps-electron/src/electron/contentSecurityPolicy.ts +++ b/packages/apps-electron/src/electron/contentSecurityPolicy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeadersReceivedResponse } from 'electron'; diff --git a/packages/apps-electron/src/electron/index.ts b/packages/apps-electron/src/electron/index.ts index df7671df8ea2..76c17c8d5da9 100644 --- a/packages/apps-electron/src/electron/index.ts +++ b/packages/apps-electron/src/electron/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import { app } from 'electron'; diff --git a/packages/apps-electron/src/electron/window.ts b/packages/apps-electron/src/electron/window.ts index 17bae46d1eef..aaf805955c98 100644 --- a/packages/apps-electron/src/electron/window.ts +++ b/packages/apps-electron/src/electron/window.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import { BrowserWindow, screen } from 'electron'; diff --git a/packages/apps-electron/src/index.tsx b/packages/apps-electron/src/index.tsx index 05a34d77876b..32065607c67e 100644 --- a/packages/apps-electron/src/index.tsx +++ b/packages/apps-electron/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // setup these right at front diff --git a/packages/apps-electron/src/main/account-store.spec.ts b/packages/apps-electron/src/main/account-store.spec.ts index 663ac4fa1716..71a07641016f 100644 --- a/packages/apps-electron/src/main/account-store.spec.ts +++ b/packages/apps-electron/src/main/account-store.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/apps-electron/src/main/account-store.ts b/packages/apps-electron/src/main/account-store.ts index 5d62b22cd976..f97c6bba8b26 100644 --- a/packages/apps-electron/src/main/account-store.ts +++ b/packages/apps-electron/src/main/account-store.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // eslint-disable-next-line @typescript-eslint/ban-ts-comment diff --git a/packages/apps-electron/src/main/ipc-main-handler.ts b/packages/apps-electron/src/main/ipc-main-handler.ts index 2b875715b0c8..bdf1845c9143 100644 --- a/packages/apps-electron/src/main/ipc-main-handler.ts +++ b/packages/apps-electron/src/main/ipc-main-handler.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 export type IpcMainHandler = Record unknown>; diff --git a/packages/apps-electron/src/main/register-ipc-handler.ts b/packages/apps-electron/src/main/register-ipc-handler.ts index 46baa105f64f..66ee4600307d 100644 --- a/packages/apps-electron/src/main/register-ipc-handler.ts +++ b/packages/apps-electron/src/main/register-ipc-handler.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IpcMainHandler } from './ipc-main-handler.js'; diff --git a/packages/apps-electron/src/preload.ts b/packages/apps-electron/src/preload.ts index 002247259df7..ec1fb8a3434a 100644 --- a/packages/apps-electron/src/preload.ts +++ b/packages/apps-electron/src/preload.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // eslint-disable-next-line @typescript-eslint/ban-ts-comment diff --git a/packages/apps-electron/src/renderer/remote-electron-store.spec.ts b/packages/apps-electron/src/renderer/remote-electron-store.spec.ts index 0237f423b6fb..fdd1a5c4d62a 100644 --- a/packages/apps-electron/src/renderer/remote-electron-store.spec.ts +++ b/packages/apps-electron/src/renderer/remote-electron-store.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/apps-electron/src/renderer/remote-electron-store.ts b/packages/apps-electron/src/renderer/remote-electron-store.ts index 67d6f32ad5c0..75309875d344 100644 --- a/packages/apps-electron/src/renderer/remote-electron-store.ts +++ b/packages/apps-electron/src/renderer/remote-electron-store.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // eslint-disable-next-line @typescript-eslint/ban-ts-comment diff --git a/packages/apps-electron/webpack.main.cjs b/packages/apps-electron/webpack.main.cjs index 0a5c20b11c2d..e1404bdb1a1b 100644 --- a/packages/apps-electron/webpack.main.cjs +++ b/packages/apps-electron/webpack.main.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 /* eslint-disable camelcase */ diff --git a/packages/apps-electron/webpack.renderer.cjs b/packages/apps-electron/webpack.renderer.cjs index 66b7a747f598..57d352f8d66f 100644 --- a/packages/apps-electron/webpack.renderer.cjs +++ b/packages/apps-electron/webpack.renderer.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 /* eslint-disable camelcase */ diff --git a/packages/apps-routing/src/accounts.ts b/packages/apps-routing/src/accounts.ts index c02b6c718811..52e4f46ed9bc 100644 --- a/packages/apps-routing/src/accounts.ts +++ b/packages/apps-routing/src/accounts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/addresses.ts b/packages/apps-routing/src/addresses.ts index 6fd18e719942..f070ca318730 100644 --- a/packages/apps-routing/src/addresses.ts +++ b/packages/apps-routing/src/addresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/alliance.ts b/packages/apps-routing/src/alliance.ts index ddf042178726..7338d32a5316 100644 --- a/packages/apps-routing/src/alliance.ts +++ b/packages/apps-routing/src/alliance.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/assets.ts b/packages/apps-routing/src/assets.ts index bfc0aa2cfcb9..d5a5c66a8a75 100644 --- a/packages/apps-routing/src/assets.ts +++ b/packages/apps-routing/src/assets.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/bounties.ts b/packages/apps-routing/src/bounties.ts index 91b391db75bc..2d92b4552619 100644 --- a/packages/apps-routing/src/bounties.ts +++ b/packages/apps-routing/src/bounties.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/calendar.ts b/packages/apps-routing/src/calendar.ts index 245c6ce276a4..0e223abe6cd7 100644 --- a/packages/apps-routing/src/calendar.ts +++ b/packages/apps-routing/src/calendar.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/claims.ts b/packages/apps-routing/src/claims.ts index fd4d03f2ae24..18ac3c8484c4 100644 --- a/packages/apps-routing/src/claims.ts +++ b/packages/apps-routing/src/claims.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/collator.ts b/packages/apps-routing/src/collator.ts index e9c3bf2da492..0c833f0b0ee1 100644 --- a/packages/apps-routing/src/collator.ts +++ b/packages/apps-routing/src/collator.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/contracts.ts b/packages/apps-routing/src/contracts.ts index be5386cd6934..7d9f4c8dce3d 100644 --- a/packages/apps-routing/src/contracts.ts +++ b/packages/apps-routing/src/contracts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-routing/src/council.ts b/packages/apps-routing/src/council.ts index fb19f5f74ee4..2279815e2b84 100644 --- a/packages/apps-routing/src/council.ts +++ b/packages/apps-routing/src/council.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/democracy.ts b/packages/apps-routing/src/democracy.ts index faffa9b275f4..e175be3bb5f6 100644 --- a/packages/apps-routing/src/democracy.ts +++ b/packages/apps-routing/src/democracy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-routing/src/explorer.ts b/packages/apps-routing/src/explorer.ts index 5103d361acc5..ed6d2a85e88d 100644 --- a/packages/apps-routing/src/explorer.ts +++ b/packages/apps-routing/src/explorer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/extrinsics.ts b/packages/apps-routing/src/extrinsics.ts index e15449c3ac82..f0dbe5f179f1 100644 --- a/packages/apps-routing/src/extrinsics.ts +++ b/packages/apps-routing/src/extrinsics.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/fellowship.ts b/packages/apps-routing/src/fellowship.ts index 970189a04f1b..964e69d4b889 100644 --- a/packages/apps-routing/src/fellowship.ts +++ b/packages/apps-routing/src/fellowship.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/files.ts b/packages/apps-routing/src/files.ts index 89d13ed2e313..42ebb5a81d67 100644 --- a/packages/apps-routing/src/files.ts +++ b/packages/apps-routing/src/files.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/gilt.ts b/packages/apps-routing/src/gilt.ts index 9cb591837ecc..f5805ed15467 100644 --- a/packages/apps-routing/src/gilt.ts +++ b/packages/apps-routing/src/gilt.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/index.ts b/packages/apps-routing/src/index.ts index c82f30b7978c..b4d066dec0b3 100644 --- a/packages/apps-routing/src/index.ts +++ b/packages/apps-routing/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Routes, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/js.ts b/packages/apps-routing/src/js.ts index fca4d0ea9290..c649f6db029d 100644 --- a/packages/apps-routing/src/js.ts +++ b/packages/apps-routing/src/js.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/membership.ts b/packages/apps-routing/src/membership.ts index 2584f1f77e1e..a1b4ce5162fb 100644 --- a/packages/apps-routing/src/membership.ts +++ b/packages/apps-routing/src/membership.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/nfts.ts b/packages/apps-routing/src/nfts.ts index 68793e0895a4..913836451712 100644 --- a/packages/apps-routing/src/nfts.ts +++ b/packages/apps-routing/src/nfts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/nis.ts b/packages/apps-routing/src/nis.ts index 73a69d66e1a6..b5599846cb8f 100644 --- a/packages/apps-routing/src/nis.ts +++ b/packages/apps-routing/src/nis.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/parachains.ts b/packages/apps-routing/src/parachains.ts index 76ec017566f5..5d6f56b7b922 100644 --- a/packages/apps-routing/src/parachains.ts +++ b/packages/apps-routing/src/parachains.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/poll.ts b/packages/apps-routing/src/poll.ts index 769927e1e1ad..ff053273f9a7 100644 --- a/packages/apps-routing/src/poll.ts +++ b/packages/apps-routing/src/poll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/preimages.ts b/packages/apps-routing/src/preimages.ts index ba2ae04374e1..709e2d44ab4d 100644 --- a/packages/apps-routing/src/preimages.ts +++ b/packages/apps-routing/src/preimages.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/ranked.ts b/packages/apps-routing/src/ranked.ts index 4719c9ad0f39..0e42830d3b70 100644 --- a/packages/apps-routing/src/ranked.ts +++ b/packages/apps-routing/src/ranked.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/referenda.ts b/packages/apps-routing/src/referenda.ts index 27941dd7334b..8242891af305 100644 --- a/packages/apps-routing/src/referenda.ts +++ b/packages/apps-routing/src/referenda.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/rpc.ts b/packages/apps-routing/src/rpc.ts index 259b1b1586e0..aed46a8647f4 100644 --- a/packages/apps-routing/src/rpc.ts +++ b/packages/apps-routing/src/rpc.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/runtime.ts b/packages/apps-routing/src/runtime.ts index da4538a248ae..ad338b8948c7 100644 --- a/packages/apps-routing/src/runtime.ts +++ b/packages/apps-routing/src/runtime.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/scheduler.ts b/packages/apps-routing/src/scheduler.ts index 3319903ba0a8..c126628edac0 100644 --- a/packages/apps-routing/src/scheduler.ts +++ b/packages/apps-routing/src/scheduler.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/settings.ts b/packages/apps-routing/src/settings.ts index 7be5e0c133ef..308205bc3518 100644 --- a/packages/apps-routing/src/settings.ts +++ b/packages/apps-routing/src/settings.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/signing.ts b/packages/apps-routing/src/signing.ts index 4e55c54f0dcd..d4b997b6e3cf 100644 --- a/packages/apps-routing/src/signing.ts +++ b/packages/apps-routing/src/signing.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/society.ts b/packages/apps-routing/src/society.ts index 321d9e468b12..5d8c60ee450f 100644 --- a/packages/apps-routing/src/society.ts +++ b/packages/apps-routing/src/society.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/staking.ts b/packages/apps-routing/src/staking.ts index b4a08e47ab7b..dd19afe02f74 100644 --- a/packages/apps-routing/src/staking.ts +++ b/packages/apps-routing/src/staking.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-routing/src/staking2.ts b/packages/apps-routing/src/staking2.ts index a18456610ef0..3d2694ab400a 100644 --- a/packages/apps-routing/src/staking2.ts +++ b/packages/apps-routing/src/staking2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps-routing/src/storage.ts b/packages/apps-routing/src/storage.ts index b67e9f807be7..8be42a5c2c9f 100644 --- a/packages/apps-routing/src/storage.ts +++ b/packages/apps-routing/src/storage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/sudo.ts b/packages/apps-routing/src/sudo.ts index 7937b1146134..a3a8dc79444a 100644 --- a/packages/apps-routing/src/sudo.ts +++ b/packages/apps-routing/src/sudo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/techcomm.ts b/packages/apps-routing/src/techcomm.ts index 11f07a4c27a6..c58ac4693d9a 100644 --- a/packages/apps-routing/src/techcomm.ts +++ b/packages/apps-routing/src/techcomm.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/teleport.ts b/packages/apps-routing/src/teleport.ts index 0b1062515efc..b5f3209fca62 100644 --- a/packages/apps-routing/src/teleport.ts +++ b/packages/apps-routing/src/teleport.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/transfer.ts b/packages/apps-routing/src/transfer.ts index 94c02bbcc36e..09ef542d311f 100644 --- a/packages/apps-routing/src/transfer.ts +++ b/packages/apps-routing/src/transfer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/treasury.ts b/packages/apps-routing/src/treasury.ts index dba823d9a57e..b051ca3d7668 100644 --- a/packages/apps-routing/src/treasury.ts +++ b/packages/apps-routing/src/treasury.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/types.ts b/packages/apps-routing/src/types.ts index 4009674b3367..e6e25fc05c22 100644 --- a/packages/apps-routing/src/types.ts +++ b/packages/apps-routing/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/apps-routing/src/utilities.ts b/packages/apps-routing/src/utilities.ts index 151cdcfb2491..ed7c46483a69 100644 --- a/packages/apps-routing/src/utilities.ts +++ b/packages/apps-routing/src/utilities.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps-routing/src/whitelist.ts b/packages/apps-routing/src/whitelist.ts index 1f3b1446a078..a9c84acca5cf 100644 --- a/packages/apps-routing/src/whitelist.ts +++ b/packages/apps-routing/src/whitelist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps-routing authors & contributors +// Copyright 2017-2024 @polkadot/apps-routing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, TFunction } from './types.js'; diff --git a/packages/apps/public/env-config.js b/packages/apps/public/env-config.js index 34eb66e9ca8a..a526b6302fe3 100644 --- a/packages/apps/public/env-config.js +++ b/packages/apps/public/env-config.js @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Place any environment-specific configuration here diff --git a/packages/apps/src/Apps.tsx b/packages/apps/src/Apps.tsx index 020de80be1c5..2a52f0de41ba 100644 --- a/packages/apps/src/Apps.tsx +++ b/packages/apps/src/Apps.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BareProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/apps/src/Content/NotFound.tsx b/packages/apps/src/Content/NotFound.tsx index 3946094e2398..ed97378f269b 100644 --- a/packages/apps/src/Content/NotFound.tsx +++ b/packages/apps/src/Content/NotFound.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RouteProps } from '@polkadot/apps-routing/types'; diff --git a/packages/apps/src/Content/Status.tsx b/packages/apps/src/Content/Status.tsx index 1df13d20e40a..831431919be6 100644 --- a/packages/apps/src/Content/Status.tsx +++ b/packages/apps/src/Content/Status.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/apps/src/Content/index.tsx b/packages/apps/src/Content/index.tsx index b8f560388ece..e0cfbfea8822 100644 --- a/packages/apps/src/Content/index.tsx +++ b/packages/apps/src/Content/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route } from '@polkadot/apps-routing/types'; diff --git a/packages/apps/src/Endpoints/Group.tsx b/packages/apps/src/Endpoints/Group.tsx index 5eff78bd4ba2..cfbb36a4f242 100644 --- a/packages/apps/src/Endpoints/Group.tsx +++ b/packages/apps/src/Endpoints/Group.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Group } from './types.js'; diff --git a/packages/apps/src/Endpoints/Network.tsx b/packages/apps/src/Endpoints/Network.tsx index 6fedfa4ad86d..6aa74f4d3c5b 100644 --- a/packages/apps/src/Endpoints/Network.tsx +++ b/packages/apps/src/Endpoints/Network.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Network } from './types.js'; diff --git a/packages/apps/src/Endpoints/Url.tsx b/packages/apps/src/Endpoints/Url.tsx index 2329e6b46107..e81343a00471 100644 --- a/packages/apps/src/Endpoints/Url.tsx +++ b/packages/apps/src/Endpoints/Url.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/apps/src/Endpoints/index.tsx b/packages/apps/src/Endpoints/index.tsx index 75f558938205..a5efd98a69d3 100644 --- a/packages/apps/src/Endpoints/index.tsx +++ b/packages/apps/src/Endpoints/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/apps/src/Endpoints/types.ts b/packages/apps/src/Endpoints/types.ts index 8c60efc376cf..8003536dea0b 100644 --- a/packages/apps/src/Endpoints/types.ts +++ b/packages/apps/src/Endpoints/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/apps/src/Menu/ChainInfo.tsx b/packages/apps/src/Menu/ChainInfo.tsx index 953273814a2a..c0080010b8c2 100644 --- a/packages/apps/src/Menu/ChainInfo.tsx +++ b/packages/apps/src/Menu/ChainInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RuntimeVersion } from '@polkadot/types/interfaces'; diff --git a/packages/apps/src/Menu/Grouping.tsx b/packages/apps/src/Menu/Grouping.tsx index 7058c60fed36..8f084d259a40 100644 --- a/packages/apps/src/Menu/Grouping.tsx +++ b/packages/apps/src/Menu/Grouping.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Group } from './types.js'; diff --git a/packages/apps/src/Menu/Item.tsx b/packages/apps/src/Menu/Item.tsx index a8435c9c794b..a2c1d0ea4205 100644 --- a/packages/apps/src/Menu/Item.tsx +++ b/packages/apps/src/Menu/Item.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ItemRoute } from './types.js'; diff --git a/packages/apps/src/Menu/NodeInfo.tsx b/packages/apps/src/Menu/NodeInfo.tsx index 96bc4ebcf257..b3dd1c81c7f4 100644 --- a/packages/apps/src/Menu/NodeInfo.tsx +++ b/packages/apps/src/Menu/NodeInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BareProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/apps/src/Menu/index.tsx b/packages/apps/src/Menu/index.tsx index 9b993ab0b228..27a3520b1003 100644 --- a/packages/apps/src/Menu/index.tsx +++ b/packages/apps/src/Menu/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Route, Routes } from '@polkadot/apps-routing/types'; diff --git a/packages/apps/src/Menu/types.tsx b/packages/apps/src/Menu/types.tsx index 4fd9913880f2..5394e87d4e3f 100644 --- a/packages/apps/src/Menu/types.tsx +++ b/packages/apps/src/Menu/types.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/apps/src/Root.tsx b/packages/apps/src/Root.tsx index f31d44ad5012..859832ab1c54 100644 --- a/packages/apps/src/Root.tsx +++ b/packages/apps/src/Root.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ThemeDef } from '@polkadot/react-components/types'; diff --git a/packages/apps/src/TopBar.tsx b/packages/apps/src/TopBar.tsx index 091b5d57a81c..b72c5b8fb47a 100644 --- a/packages/apps/src/TopBar.tsx +++ b/packages/apps/src/TopBar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Unused atm, experiment as a replacement for NodeInfo on the SideBar diff --git a/packages/apps/src/WarmUp.tsx b/packages/apps/src/WarmUp.tsx index c96a23fdbf4d..eaf5b1ccb90f 100644 --- a/packages/apps/src/WarmUp.tsx +++ b/packages/apps/src/WarmUp.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/apps/src/endpoint.ts b/packages/apps/src/endpoint.ts index 4171bdcfc8e4..8a4e09df4d9a 100644 --- a/packages/apps/src/endpoint.ts +++ b/packages/apps/src/endpoint.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/apps/src/index.tsx b/packages/apps/src/index.tsx index 0003e6809925..4aa7a7aa24f2 100644 --- a/packages/apps/src/index.tsx +++ b/packages/apps/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // setup these right at front diff --git a/packages/apps/src/initBufferHack.ts b/packages/apps/src/initBufferHack.ts index 9eceef029e58..ec43de30a3b0 100644 --- a/packages/apps/src/initBufferHack.ts +++ b/packages/apps/src/initBufferHack.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import { xglobal } from '@polkadot/x-global'; diff --git a/packages/apps/src/initSettings.ts b/packages/apps/src/initSettings.ts index 3494d2cf68b1..2200c8ab430b 100644 --- a/packages/apps/src/initSettings.ts +++ b/packages/apps/src/initSettings.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import queryString from 'query-string'; diff --git a/packages/apps/src/overlays/Base.tsx b/packages/apps/src/overlays/Base.tsx index 85856b4e4fa5..3eb125d7ba29 100644 --- a/packages/apps/src/overlays/Base.tsx +++ b/packages/apps/src/overlays/Base.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/apps/src/overlays/Connecting.tsx b/packages/apps/src/overlays/Connecting.tsx index c9069c919450..f027e4e601bb 100644 --- a/packages/apps/src/overlays/Connecting.tsx +++ b/packages/apps/src/overlays/Connecting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/apps/src/overlays/DotApps.tsx b/packages/apps/src/overlays/DotApps.tsx index 17b6b60aa356..91c47b0eea90 100644 --- a/packages/apps/src/overlays/DotApps.tsx +++ b/packages/apps/src/overlays/DotApps.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/apps/src/packageDetect.ts b/packages/apps/src/packageDetect.ts index bba481d688ac..dee8180862d5 100644 --- a/packages/apps/src/packageDetect.ts +++ b/packages/apps/src/packageDetect.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/apps/src/packageInfo.ts b/packages/apps/src/packageInfo.ts index 6e83dc166f08..245bb6aac95a 100644 --- a/packages/apps/src/packageInfo.ts +++ b/packages/apps/src/packageInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // Do not edit, auto-generated by @polkadot/dev diff --git a/packages/apps/src/translate.ts b/packages/apps/src/translate.ts index adbfbf20fc45..55421d147320 100644 --- a/packages/apps/src/translate.ts +++ b/packages/apps/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/apps/src/wp-gif.d.ts b/packages/apps/src/wp-gif.d.ts index c12e60d3bc4e..e813176318c8 100644 --- a/packages/apps/src/wp-gif.d.ts +++ b/packages/apps/src/wp-gif.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module '*.gif' { diff --git a/packages/apps/src/wp-md.d.ts b/packages/apps/src/wp-md.d.ts index 3a70022c4286..ec85091e3716 100644 --- a/packages/apps/src/wp-md.d.ts +++ b/packages/apps/src/wp-md.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module '*.md' { diff --git a/packages/apps/src/wp-png.d.ts b/packages/apps/src/wp-png.d.ts index d045a414823a..7bcf35a8a55a 100644 --- a/packages/apps/src/wp-png.d.ts +++ b/packages/apps/src/wp-png.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module '*.png' { diff --git a/packages/apps/src/wp-svg.d.ts b/packages/apps/src/wp-svg.d.ts index e4f1a156ed90..d03a1e6ed4bc 100644 --- a/packages/apps/src/wp-svg.d.ts +++ b/packages/apps/src/wp-svg.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module '*.svg' { diff --git a/packages/apps/webpack.base.cjs b/packages/apps/webpack.base.cjs index 71e5f364de68..10e9bff28350 100644 --- a/packages/apps/webpack.base.cjs +++ b/packages/apps/webpack.base.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 /* eslint-disable camelcase */ diff --git a/packages/apps/webpack.config.cjs b/packages/apps/webpack.config.cjs index 38ca8ab7097f..0958c121c36f 100644 --- a/packages/apps/webpack.config.cjs +++ b/packages/apps/webpack.config.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('fs'); diff --git a/packages/apps/webpack.serve.cjs b/packages/apps/webpack.serve.cjs index d7286e167d87..bcb0574e3e0b 100644 --- a/packages/apps/webpack.serve.cjs +++ b/packages/apps/webpack.serve.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const path = require('path'); diff --git a/packages/page-accounts/src/Accounts/Account.tsx b/packages/page-accounts/src/Accounts/Account.tsx index 22cac877637f..864bf66537ef 100644 --- a/packages/page-accounts/src/Accounts/Account.tsx +++ b/packages/page-accounts/src/Accounts/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-accounts/src/Accounts/Banner.tsx b/packages/page-accounts/src/Accounts/Banner.tsx index 9ac76bc1e4d2..16515959d516 100644 --- a/packages/page-accounts/src/Accounts/Banner.tsx +++ b/packages/page-accounts/src/Accounts/Banner.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-accounts/src/Accounts/BannerClaims.tsx b/packages/page-accounts/src/Accounts/BannerClaims.tsx index 5c32748ff591..2465bda104ae 100644 --- a/packages/page-accounts/src/Accounts/BannerClaims.tsx +++ b/packages/page-accounts/src/Accounts/BannerClaims.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-accounts/src/Accounts/BannerExtension.tsx b/packages/page-accounts/src/Accounts/BannerExtension.tsx index 40cb9e487b26..a983116b46ff 100644 --- a/packages/page-accounts/src/Accounts/BannerExtension.tsx +++ b/packages/page-accounts/src/Accounts/BannerExtension.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { detect } from 'detect-browser'; diff --git a/packages/page-accounts/src/Accounts/Summary.tsx b/packages/page-accounts/src/Accounts/Summary.tsx index 5fdd872daaa8..ac5503be98fe 100644 --- a/packages/page-accounts/src/Accounts/Summary.tsx +++ b/packages/page-accounts/src/Accounts/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountBalance } from '../types.js'; diff --git a/packages/page-accounts/src/Accounts/index.spec.ts b/packages/page-accounts/src/Accounts/index.spec.ts index 33a504e1ad87..0b8352d94808 100644 --- a/packages/page-accounts/src/Accounts/index.spec.ts +++ b/packages/page-accounts/src/Accounts/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-accounts/src/Accounts/index.tsx b/packages/page-accounts/src/Accounts/index.tsx index e9a5635fcee1..88a409aae9cf 100644 --- a/packages/page-accounts/src/Accounts/index.tsx +++ b/packages/page-accounts/src/Accounts/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/Accounts/types.ts b/packages/page-accounts/src/Accounts/types.ts index f159bfe6d417..090888655b34 100644 --- a/packages/page-accounts/src/Accounts/types.ts +++ b/packages/page-accounts/src/Accounts/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WithTranslation } from 'react-i18next'; diff --git a/packages/page-accounts/src/Accounts/useKnownAddresses.ts b/packages/page-accounts/src/Accounts/useKnownAddresses.ts index c2bcbc37a356..2de59e0d8901 100644 --- a/packages/page-accounts/src/Accounts/useKnownAddresses.ts +++ b/packages/page-accounts/src/Accounts/useKnownAddresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo } from 'react'; diff --git a/packages/page-accounts/src/Accounts/useMultisigApprovals.ts b/packages/page-accounts/src/Accounts/useMultisigApprovals.ts index 77f7e951cfae..d27e8c57a2f8 100644 --- a/packages/page-accounts/src/Accounts/useMultisigApprovals.ts +++ b/packages/page-accounts/src/Accounts/useMultisigApprovals.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-accounts/src/Accounts/useProxies.ts b/packages/page-accounts/src/Accounts/useProxies.ts index 0eb0a83f02d3..9346c1668fda 100644 --- a/packages/page-accounts/src/Accounts/useProxies.ts +++ b/packages/page-accounts/src/Accounts/useProxies.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Vec } from '@polkadot/types'; diff --git a/packages/page-accounts/src/CreateAccount.slow.spec.tsx b/packages/page-accounts/src/CreateAccount.slow.spec.tsx index 8e8e8ccc2084..64bd2b5cba3c 100644 --- a/packages/page-accounts/src/CreateAccount.slow.spec.tsx +++ b/packages/page-accounts/src/CreateAccount.slow.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-accounts/src/Vanity/Match.tsx b/packages/page-accounts/src/Vanity/Match.tsx index a23897cfefc1..effd8d75e363 100644 --- a/packages/page-accounts/src/Vanity/Match.tsx +++ b/packages/page-accounts/src/Vanity/Match.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo } from 'react'; diff --git a/packages/page-accounts/src/Vanity/bipWorker.ts b/packages/page-accounts/src/Vanity/bipWorker.ts index e2e88a137cce..edbe9870d54f 100644 --- a/packages/page-accounts/src/Vanity/bipWorker.ts +++ b/packages/page-accounts/src/Vanity/bipWorker.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { cryptoWaitReady, ed25519PairFromSeed, mnemonicGenerate, mnemonicToMiniSecret, sr25519PairFromSeed } from '@polkadot/util-crypto'; diff --git a/packages/page-accounts/src/Vanity/index.tsx b/packages/page-accounts/src/Vanity/index.tsx index 79175a20b277..a5a52ca08d35 100644 --- a/packages/page-accounts/src/Vanity/index.tsx +++ b/packages/page-accounts/src/Vanity/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/index.tsx b/packages/page-accounts/src/index.tsx index 52cc35019dd9..a873cbd47491 100644 --- a/packages/page-accounts/src/index.tsx +++ b/packages/page-accounts/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-accounts/src/modals/Backup.tsx b/packages/page-accounts/src/modals/Backup.tsx index 5c7cf485970c..93a9e31902d4 100644 --- a/packages/page-accounts/src/modals/Backup.tsx +++ b/packages/page-accounts/src/modals/Backup.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import FileSaver from 'file-saver'; diff --git a/packages/page-accounts/src/modals/ChangePass.tsx b/packages/page-accounts/src/modals/ChangePass.tsx index 21a38b9f860c..46ee2e6703e5 100644 --- a/packages/page-accounts/src/modals/ChangePass.tsx +++ b/packages/page-accounts/src/modals/ChangePass.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-accounts/src/modals/Create.spec.tsx b/packages/page-accounts/src/modals/Create.spec.tsx index 5bed21af6d3e..2144344ffac9 100644 --- a/packages/page-accounts/src/modals/Create.spec.tsx +++ b/packages/page-accounts/src/modals/Create.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-accounts/src/modals/Create.tsx b/packages/page-accounts/src/modals/Create.tsx index 8cb16ef0840a..4151a3cd4f68 100644 --- a/packages/page-accounts/src/modals/Create.tsx +++ b/packages/page-accounts/src/modals/Create.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/modals/CreateAccountInputs.tsx b/packages/page-accounts/src/modals/CreateAccountInputs.tsx index 6edbf19191f4..fe8eb70bce41 100644 --- a/packages/page-accounts/src/modals/CreateAccountInputs.tsx +++ b/packages/page-accounts/src/modals/CreateAccountInputs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/page-accounts/src/modals/CreateConfirmation.tsx b/packages/page-accounts/src/modals/CreateConfirmation.tsx index 40e4d99b62c1..9f75ec24816b 100644 --- a/packages/page-accounts/src/modals/CreateConfirmation.tsx +++ b/packages/page-accounts/src/modals/CreateConfirmation.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeypairType } from '@polkadot/util-crypto/types'; diff --git a/packages/page-accounts/src/modals/CreateEthDerivationPath.tsx b/packages/page-accounts/src/modals/CreateEthDerivationPath.tsx index 74a53ea3d0ea..2698b5e9a6b1 100644 --- a/packages/page-accounts/src/modals/CreateEthDerivationPath.tsx +++ b/packages/page-accounts/src/modals/CreateEthDerivationPath.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ReactNode } from 'react'; diff --git a/packages/page-accounts/src/modals/CreateSuriLedger.tsx b/packages/page-accounts/src/modals/CreateSuriLedger.tsx index 5f3e31df13f7..c98290288f34 100644 --- a/packages/page-accounts/src/modals/CreateSuriLedger.tsx +++ b/packages/page-accounts/src/modals/CreateSuriLedger.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useRef, useState } from 'react'; diff --git a/packages/page-accounts/src/modals/Delegate.tsx b/packages/page-accounts/src/modals/Delegate.tsx index c4f835c2f6f9..2d861acdf429 100644 --- a/packages/page-accounts/src/modals/Delegate.tsx +++ b/packages/page-accounts/src/modals/Delegate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Conviction } from '@polkadot/types/interfaces'; diff --git a/packages/page-accounts/src/modals/Derive.tsx b/packages/page-accounts/src/modals/Derive.tsx index 244144cfd97d..ee71898062d6 100644 --- a/packages/page-accounts/src/modals/Derive.tsx +++ b/packages/page-accounts/src/modals/Derive.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringPair } from '@polkadot/keyring/types'; diff --git a/packages/page-accounts/src/modals/ExternalWarning.tsx b/packages/page-accounts/src/modals/ExternalWarning.tsx index e8c14c5fa479..a47816721952 100644 --- a/packages/page-accounts/src/modals/ExternalWarning.tsx +++ b/packages/page-accounts/src/modals/ExternalWarning.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-accounts/src/modals/IdentityMain.tsx b/packages/page-accounts/src/modals/IdentityMain.tsx index 9a44eebad02a..167c91f7dfcd 100644 --- a/packages/page-accounts/src/modals/IdentityMain.tsx +++ b/packages/page-accounts/src/modals/IdentityMain.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-accounts/src/modals/IdentitySub.tsx b/packages/page-accounts/src/modals/IdentitySub.tsx index f9e1829f62c5..c35ee91a8722 100644 --- a/packages/page-accounts/src/modals/IdentitySub.tsx +++ b/packages/page-accounts/src/modals/IdentitySub.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Data, Option } from '@polkadot/types'; diff --git a/packages/page-accounts/src/modals/Import.tsx b/packages/page-accounts/src/modals/Import.tsx index 991c0a99c693..085e740aefc4 100644 --- a/packages/page-accounts/src/modals/Import.tsx +++ b/packages/page-accounts/src/modals/Import.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Dispatch, SetStateAction } from 'react'; diff --git a/packages/page-accounts/src/modals/InputValidateAmount.tsx b/packages/page-accounts/src/modals/InputValidateAmount.tsx index b3bdd109f540..390464ec29ff 100644 --- a/packages/page-accounts/src/modals/InputValidateAmount.tsx +++ b/packages/page-accounts/src/modals/InputValidateAmount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-accounts/src/modals/Ledger.tsx b/packages/page-accounts/src/modals/Ledger.tsx index 24b150bf51d1..28561fa65537 100644 --- a/packages/page-accounts/src/modals/Ledger.tsx +++ b/packages/page-accounts/src/modals/Ledger.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-accounts/src/modals/MultisigApprove.tsx b/packages/page-accounts/src/modals/MultisigApprove.tsx index bbef930e6792..599295edc110 100644 --- a/packages/page-accounts/src/modals/MultisigApprove.tsx +++ b/packages/page-accounts/src/modals/MultisigApprove.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-accounts/src/modals/MultisigCreate.tsx b/packages/page-accounts/src/modals/MultisigCreate.tsx index f22b92642882..5d7a93796f6e 100644 --- a/packages/page-accounts/src/modals/MultisigCreate.tsx +++ b/packages/page-accounts/src/modals/MultisigCreate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/modals/PasswordInput.tsx b/packages/page-accounts/src/modals/PasswordInput.tsx index cbf934d9f0a8..5c858637085b 100644 --- a/packages/page-accounts/src/modals/PasswordInput.tsx +++ b/packages/page-accounts/src/modals/PasswordInput.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect, useState } from 'react'; diff --git a/packages/page-accounts/src/modals/ProxiedAdd.tsx b/packages/page-accounts/src/modals/ProxiedAdd.tsx index 24e33f32e9a7..b15ff92636ba 100644 --- a/packages/page-accounts/src/modals/ProxiedAdd.tsx +++ b/packages/page-accounts/src/modals/ProxiedAdd.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/modals/ProxyOverview.tsx b/packages/page-accounts/src/modals/ProxyOverview.tsx index 196ec472ed73..70a44a685f14 100644 --- a/packages/page-accounts/src/modals/ProxyOverview.tsx +++ b/packages/page-accounts/src/modals/ProxyOverview.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-accounts/src/modals/Qr.tsx b/packages/page-accounts/src/modals/Qr.tsx index 596331e1d82f..31c36c0a8d9f 100644 --- a/packages/page-accounts/src/modals/Qr.tsx +++ b/packages/page-accounts/src/modals/Qr.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/src/modals/RecoverAccount.tsx b/packages/page-accounts/src/modals/RecoverAccount.tsx index 17bac9f654b0..7542b4781477 100644 --- a/packages/page-accounts/src/modals/RecoverAccount.tsx +++ b/packages/page-accounts/src/modals/RecoverAccount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useState } from 'react'; diff --git a/packages/page-accounts/src/modals/RecoverSetup.tsx b/packages/page-accounts/src/modals/RecoverSetup.tsx index 762c738e0c46..71240d5a4c35 100644 --- a/packages/page-accounts/src/modals/RecoverSetup.tsx +++ b/packages/page-accounts/src/modals/RecoverSetup.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-accounts/src/modals/Undelegate.tsx b/packages/page-accounts/src/modals/Undelegate.tsx index 3a820a9f3873..43717b409e8a 100644 --- a/packages/page-accounts/src/modals/Undelegate.tsx +++ b/packages/page-accounts/src/modals/Undelegate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-accounts/src/translate.ts b/packages/page-accounts/src/translate.ts index a9b0f5cbf430..0f91e53827db 100644 --- a/packages/page-accounts/src/translate.ts +++ b/packages/page-accounts/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-accounts/src/types.ts b/packages/page-accounts/src/types.ts index 83cf9e3d0f67..b1396e5fd620 100644 --- a/packages/page-accounts/src/types.ts +++ b/packages/page-accounts/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WithTranslation } from 'react-i18next'; diff --git a/packages/page-accounts/src/useCounter.ts b/packages/page-accounts/src/useCounter.ts index 9939928635f3..b048bc59798c 100644 --- a/packages/page-accounts/src/useCounter.ts +++ b/packages/page-accounts/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createNamedHook, useAccounts } from '@polkadot/react-hooks'; diff --git a/packages/page-accounts/src/util.tsx b/packages/page-accounts/src/util.tsx index 2e1bf15d987b..dcd367aeaddd 100644 --- a/packages/page-accounts/src/util.tsx +++ b/packages/page-accounts/src/util.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-accounts/test/pageElements/AccountRow.tsx b/packages/page-accounts/test/pageElements/AccountRow.tsx index 955b633e54bb..43ea1229cf04 100644 --- a/packages/page-accounts/test/pageElements/AccountRow.tsx +++ b/packages/page-accounts/test/pageElements/AccountRow.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global expect */ diff --git a/packages/page-accounts/test/pages/accountsPage.tsx b/packages/page-accounts/test/pages/accountsPage.tsx index aba2438829df..d496690accb2 100644 --- a/packages/page-accounts/test/pages/accountsPage.tsx +++ b/packages/page-accounts/test/pages/accountsPage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Sidebar } from '@polkadot/test-support/pagesElements'; diff --git a/packages/page-addresses/src/Contacts/Address.tsx b/packages/page-addresses/src/Contacts/Address.tsx index 811b5a5a1235..cb0e9e0f67f4 100644 --- a/packages/page-addresses/src/Contacts/Address.tsx +++ b/packages/page-addresses/src/Contacts/Address.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-addresses/src/Contacts/index.spec.ts b/packages/page-addresses/src/Contacts/index.spec.ts index 68ef039c3f1a..87bc321fd64e 100644 --- a/packages/page-addresses/src/Contacts/index.spec.ts +++ b/packages/page-addresses/src/Contacts/index.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-addresses/src/Contacts/index.tsx b/packages/page-addresses/src/Contacts/index.tsx index c8a86df7fdd4..4a39cf08a179 100644 --- a/packages/page-addresses/src/Contacts/index.tsx +++ b/packages/page-addresses/src/Contacts/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-addresses/src/index.tsx b/packages/page-addresses/src/index.tsx index d061ce2367f9..034ce172315e 100644 --- a/packages/page-addresses/src/index.tsx +++ b/packages/page-addresses/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-addresses/src/modals/Create.tsx b/packages/page-addresses/src/modals/Create.tsx index 63195729b1ba..694ca968cf4f 100644 --- a/packages/page-addresses/src/modals/Create.tsx +++ b/packages/page-addresses/src/modals/Create.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveAccountInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-addresses/src/translate.ts b/packages/page-addresses/src/translate.ts index 21919b55659f..df1b4689e7fe 100644 --- a/packages/page-addresses/src/translate.ts +++ b/packages/page-addresses/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-addresses/src/types.ts b/packages/page-addresses/src/types.ts index fbfafa83b82d..2df73d7888e3 100644 --- a/packages/page-addresses/src/types.ts +++ b/packages/page-addresses/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WithTranslation } from 'react-i18next'; diff --git a/packages/page-addresses/src/util.tsx b/packages/page-addresses/src/util.tsx index e436cc0aa276..c5f983755293 100644 --- a/packages/page-addresses/src/util.tsx +++ b/packages/page-addresses/src/util.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringAddress } from '@polkadot/ui-keyring/types'; diff --git a/packages/page-addresses/test/pages/addressesPage.tsx b/packages/page-addresses/test/pages/addressesPage.tsx index 704961baed86..4fd34436afed 100644 --- a/packages/page-addresses/test/pages/addressesPage.tsx +++ b/packages/page-addresses/test/pages/addressesPage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-addresses authors & contributors +// Copyright 2017-2024 @polkadot/app-addresses authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global jest */ diff --git a/packages/page-alliance/src/Announcements/Accouncement.tsx b/packages/page-alliance/src/Announcements/Accouncement.tsx index 2a5a16fa310e..1f76ca728f6c 100644 --- a/packages/page-alliance/src/Announcements/Accouncement.tsx +++ b/packages/page-alliance/src/Announcements/Accouncement.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Cid } from '../types.js'; diff --git a/packages/page-alliance/src/Announcements/index.tsx b/packages/page-alliance/src/Announcements/index.tsx index 62162bdeb785..19e3024ae07d 100644 --- a/packages/page-alliance/src/Announcements/index.tsx +++ b/packages/page-alliance/src/Announcements/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Cid } from '../types.js'; diff --git a/packages/page-alliance/src/Members/Join.tsx b/packages/page-alliance/src/Members/Join.tsx index 3d33e98bee90..9548ad1fea50 100644 --- a/packages/page-alliance/src/Members/Join.tsx +++ b/packages/page-alliance/src/Members/Join.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Member, Unscrupulous } from '../types.js'; diff --git a/packages/page-alliance/src/Members/Member.tsx b/packages/page-alliance/src/Members/Member.tsx index e2e20026594b..000e8e0508e3 100644 --- a/packages/page-alliance/src/Members/Member.tsx +++ b/packages/page-alliance/src/Members/Member.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-alliance/src/Members/Summary.tsx b/packages/page-alliance/src/Members/Summary.tsx index f3e56da6b967..fd1fdfb71698 100644 --- a/packages/page-alliance/src/Members/Summary.tsx +++ b/packages/page-alliance/src/Members/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Member as MemberType, Rule } from '../types.js'; diff --git a/packages/page-alliance/src/Members/index.tsx b/packages/page-alliance/src/Members/index.tsx index 1bffb553efbf..a4250f5db5ed 100644 --- a/packages/page-alliance/src/Members/index.tsx +++ b/packages/page-alliance/src/Members/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Member as MemberType, Rule, Unscrupulous } from '../types.js'; diff --git a/packages/page-alliance/src/Unscrupulous/Account.tsx b/packages/page-alliance/src/Unscrupulous/Account.tsx index eab960b43f90..c86e7e818078 100644 --- a/packages/page-alliance/src/Unscrupulous/Account.tsx +++ b/packages/page-alliance/src/Unscrupulous/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-alliance/src/Unscrupulous/Website.tsx b/packages/page-alliance/src/Unscrupulous/Website.tsx index 355df89a0469..3c1c97094f9b 100644 --- a/packages/page-alliance/src/Unscrupulous/Website.tsx +++ b/packages/page-alliance/src/Unscrupulous/Website.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-alliance/src/Unscrupulous/index.tsx b/packages/page-alliance/src/Unscrupulous/index.tsx index 738c4d3e0891..6f3c20977bc8 100644 --- a/packages/page-alliance/src/Unscrupulous/index.tsx +++ b/packages/page-alliance/src/Unscrupulous/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Unscrupulous as UnscrupulousType } from '../types.js'; diff --git a/packages/page-alliance/src/index.tsx b/packages/page-alliance/src/index.tsx index b2d27f047f27..e9fba9213c79 100644 --- a/packages/page-alliance/src/index.tsx +++ b/packages/page-alliance/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-alliance/src/translate.ts b/packages/page-alliance/src/translate.ts index 0978685364de..d90b33bb1502 100644 --- a/packages/page-alliance/src/translate.ts +++ b/packages/page-alliance/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-alliance/src/types.ts b/packages/page-alliance/src/types.ts index 1fe4aed94132..1bf5478525b3 100644 --- a/packages/page-alliance/src/types.ts +++ b/packages/page-alliance/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAllianceCid, PalletAllianceMemberRole } from '@polkadot/types/lookup'; diff --git a/packages/page-alliance/src/useAnnoucements.ts b/packages/page-alliance/src/useAnnoucements.ts index c7b94619311d..50d3a919704f 100644 --- a/packages/page-alliance/src/useAnnoucements.ts +++ b/packages/page-alliance/src/useAnnoucements.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAllianceCid } from '@polkadot/types/lookup'; diff --git a/packages/page-alliance/src/useCounter.ts b/packages/page-alliance/src/useCounter.ts index ae2090876748..157806230b33 100644 --- a/packages/page-alliance/src/useCounter.ts +++ b/packages/page-alliance/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo } from 'react'; diff --git a/packages/page-alliance/src/useMemberInfo.ts b/packages/page-alliance/src/useMemberInfo.ts index 793c8bc4804b..4e743f9cced9 100644 --- a/packages/page-alliance/src/useMemberInfo.ts +++ b/packages/page-alliance/src/useMemberInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { bool, Option, UInt } from '@polkadot/types'; diff --git a/packages/page-alliance/src/useMembers.ts b/packages/page-alliance/src/useMembers.ts index 9c488287a021..4521ea4699ac 100644 --- a/packages/page-alliance/src/useMembers.ts +++ b/packages/page-alliance/src/useMembers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId32 } from '@polkadot/types/interfaces'; diff --git a/packages/page-alliance/src/useRule.ts b/packages/page-alliance/src/useRule.ts index 69fbe24da489..e8dffcbb527a 100644 --- a/packages/page-alliance/src/useRule.ts +++ b/packages/page-alliance/src/useRule.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-alliance/src/useUnscrupulous.ts b/packages/page-alliance/src/useUnscrupulous.ts index 01b0356c63e9..0bf34300a4e1 100644 --- a/packages/page-alliance/src/useUnscrupulous.ts +++ b/packages/page-alliance/src/useUnscrupulous.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bytes } from '@polkadot/types'; diff --git a/packages/page-alliance/src/util.spec.ts b/packages/page-alliance/src/util.spec.ts index ddc778ac60b5..b8219751cb96 100644 --- a/packages/page-alliance/src/util.spec.ts +++ b/packages/page-alliance/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-alliance/src/util.ts b/packages/page-alliance/src/util.ts index 645f53ca7ef5..652be056af04 100644 --- a/packages/page-alliance/src/util.ts +++ b/packages/page-alliance/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-alliance authors & contributors +// Copyright 2017-2024 @polkadot/app-alliance authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAllianceCid } from '@polkadot/types/lookup'; diff --git a/packages/page-assets/src/Balances/Account.tsx b/packages/page-assets/src/Balances/Account.tsx index f90b572c527a..9682e62e337c 100644 --- a/packages/page-assets/src/Balances/Account.tsx +++ b/packages/page-assets/src/Balances/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // augment package diff --git a/packages/page-assets/src/Balances/Transfer.tsx b/packages/page-assets/src/Balances/Transfer.tsx index 2d6c6f3cab81..cc2d3e58b8f3 100644 --- a/packages/page-assets/src/Balances/Transfer.tsx +++ b/packages/page-assets/src/Balances/Transfer.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-assets/src/Balances/index.tsx b/packages/page-assets/src/Balances/index.tsx index 3f8a5383d759..3e59d6f529f0 100644 --- a/packages/page-assets/src/Balances/index.tsx +++ b/packages/page-assets/src/Balances/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AssetInfo, AssetInfoComplete } from '../types.js'; diff --git a/packages/page-assets/src/Balances/useBalances.ts b/packages/page-assets/src/Balances/useBalances.ts index 91f1850be03c..c8ee14fe8f23 100644 --- a/packages/page-assets/src/Balances/useBalances.ts +++ b/packages/page-assets/src/Balances/useBalances.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAssetsAssetAccount } from '@polkadot/types/lookup'; diff --git a/packages/page-assets/src/Overview/Asset.tsx b/packages/page-assets/src/Overview/Asset.tsx index c3987aeea9da..cda1193fb08b 100644 --- a/packages/page-assets/src/Overview/Asset.tsx +++ b/packages/page-assets/src/Overview/Asset.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AssetInfo } from '../types.js'; diff --git a/packages/page-assets/src/Overview/Assets.tsx b/packages/page-assets/src/Overview/Assets.tsx index 0acbcfd86554..13695c157fc0 100644 --- a/packages/page-assets/src/Overview/Assets.tsx +++ b/packages/page-assets/src/Overview/Assets.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AssetInfo } from '../types.js'; diff --git a/packages/page-assets/src/Overview/Create/Create.tsx b/packages/page-assets/src/Overview/Create/Create.tsx index 1f5dd6f970e7..677d03f2c362 100644 --- a/packages/page-assets/src/Overview/Create/Create.tsx +++ b/packages/page-assets/src/Overview/Create/Create.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BatchOptions } from '@polkadot/react-hooks/types'; diff --git a/packages/page-assets/src/Overview/Create/Info.tsx b/packages/page-assets/src/Overview/Create/Info.tsx index 9c2924a4cab1..d77d499526c5 100644 --- a/packages/page-assets/src/Overview/Create/Info.tsx +++ b/packages/page-assets/src/Overview/Create/Info.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-assets/src/Overview/Create/Team.tsx b/packages/page-assets/src/Overview/Create/Team.tsx index d4033141a118..d2af260a30df 100644 --- a/packages/page-assets/src/Overview/Create/Team.tsx +++ b/packages/page-assets/src/Overview/Create/Team.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TeamState } from './types.js'; diff --git a/packages/page-assets/src/Overview/Create/index.tsx b/packages/page-assets/src/Overview/Create/index.tsx index 2d37f05c4d25..2c1b0b4e30d1 100644 --- a/packages/page-assets/src/Overview/Create/index.tsx +++ b/packages/page-assets/src/Overview/Create/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-assets/src/Overview/Create/types.ts b/packages/page-assets/src/Overview/Create/types.ts index 5b6cd6fb571e..1ba9cf606c73 100644 --- a/packages/page-assets/src/Overview/Create/types.ts +++ b/packages/page-assets/src/Overview/Create/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-assets/src/Overview/Mint/Mint.tsx b/packages/page-assets/src/Overview/Mint/Mint.tsx index f8e087a0fab0..9e481eba7d4f 100644 --- a/packages/page-assets/src/Overview/Mint/Mint.tsx +++ b/packages/page-assets/src/Overview/Mint/Mint.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAssetsAssetDetails, PalletAssetsAssetMetadata } from '@polkadot/types/lookup'; diff --git a/packages/page-assets/src/Overview/Mint/index.tsx b/packages/page-assets/src/Overview/Mint/index.tsx index b11f2d1f5316..db7d4ed36fac 100644 --- a/packages/page-assets/src/Overview/Mint/index.tsx +++ b/packages/page-assets/src/Overview/Mint/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAssetsAssetDetails, PalletAssetsAssetMetadata } from '@polkadot/types/lookup'; diff --git a/packages/page-assets/src/Overview/Summary.tsx b/packages/page-assets/src/Overview/Summary.tsx index 7a45dee5067e..c3987db03218 100644 --- a/packages/page-assets/src/Overview/Summary.tsx +++ b/packages/page-assets/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-assets/src/Overview/index.tsx b/packages/page-assets/src/Overview/index.tsx index 459281344bc0..9fa1191705c5 100644 --- a/packages/page-assets/src/Overview/index.tsx +++ b/packages/page-assets/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-assets/src/index.tsx b/packages/page-assets/src/index.tsx index 6f589edfed72..3dd3ebf038af 100644 --- a/packages/page-assets/src/index.tsx +++ b/packages/page-assets/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 // augment package diff --git a/packages/page-assets/src/translate.ts b/packages/page-assets/src/translate.ts index 9138412b1cbc..ec88745c02f1 100644 --- a/packages/page-assets/src/translate.ts +++ b/packages/page-assets/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-assets/src/types.ts b/packages/page-assets/src/types.ts index 7c52846e2025..a684137be204 100644 --- a/packages/page-assets/src/types.ts +++ b/packages/page-assets/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAssetsAssetDetails, PalletAssetsAssetMetadata } from '@polkadot/types/lookup'; diff --git a/packages/page-assets/src/useAssetIds.ts b/packages/page-assets/src/useAssetIds.ts index 2eecb7ab427c..600d332258ad 100644 --- a/packages/page-assets/src/useAssetIds.ts +++ b/packages/page-assets/src/useAssetIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-assets/src/useAssetInfos.ts b/packages/page-assets/src/useAssetInfos.ts index 939bdf6fd4e2..6b02cd15de1d 100644 --- a/packages/page-assets/src/useAssetInfos.ts +++ b/packages/page-assets/src/useAssetInfos.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-assets authors & contributors +// Copyright 2017-2024 @polkadot/app-assets authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-bounties/src/Bounties.slow.spec.tsx b/packages/page-bounties/src/Bounties.slow.spec.tsx index edb615e062f3..316fc4573480 100644 --- a/packages/page-bounties/src/Bounties.slow.spec.tsx +++ b/packages/page-bounties/src/Bounties.slow.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/Bounties.spec.ts b/packages/page-bounties/src/Bounties.spec.ts index df86ee25188d..82c88973aedd 100644 --- a/packages/page-bounties/src/Bounties.spec.ts +++ b/packages/page-bounties/src/Bounties.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/Bounties.tsx b/packages/page-bounties/src/Bounties.tsx index 1b257dc1c900..c7ccbfdfe8bc 100644 --- a/packages/page-bounties/src/Bounties.tsx +++ b/packages/page-bounties/src/Bounties.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo, useRef } from 'react'; diff --git a/packages/page-bounties/src/Bounty.tsx b/packages/page-bounties/src/Bounty.tsx index d5a92a639de0..6deac461be76 100644 --- a/packages/page-bounties/src/Bounty.tsx +++ b/packages/page-bounties/src/Bounty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyActions/AwardBounty.tsx b/packages/page-bounties/src/BountyActions/AwardBounty.tsx index 39beb262668e..208cba66e2f3 100644 --- a/packages/page-bounties/src/BountyActions/AwardBounty.tsx +++ b/packages/page-bounties/src/BountyActions/AwardBounty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyActions/BountyAcceptCurator.tsx b/packages/page-bounties/src/BountyActions/BountyAcceptCurator.tsx index 1e6029a9ffd4..e68f3cfd9668 100644 --- a/packages/page-bounties/src/BountyActions/BountyAcceptCurator.tsx +++ b/packages/page-bounties/src/BountyActions/BountyAcceptCurator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyActions/BountyClaimAction.tsx b/packages/page-bounties/src/BountyActions/BountyClaimAction.tsx index 10c176163ac6..612e9ac7c987 100644 --- a/packages/page-bounties/src/BountyActions/BountyClaimAction.tsx +++ b/packages/page-bounties/src/BountyActions/BountyClaimAction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyActions/BountyInitiateVoting.tsx b/packages/page-bounties/src/BountyActions/BountyInitiateVoting.tsx index 8a83acedb429..21f1b24a636a 100644 --- a/packages/page-bounties/src/BountyActions/BountyInitiateVoting.tsx +++ b/packages/page-bounties/src/BountyActions/BountyInitiateVoting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyActions/ProposeCuratorAction.tsx b/packages/page-bounties/src/BountyActions/ProposeCuratorAction.tsx index 3193132b610b..414355152dbd 100644 --- a/packages/page-bounties/src/BountyActions/ProposeCuratorAction.tsx +++ b/packages/page-bounties/src/BountyActions/ProposeCuratorAction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyActions/index.tsx b/packages/page-bounties/src/BountyActions/index.tsx index a8760f97b73f..e0b9586ee4e4 100644 --- a/packages/page-bounties/src/BountyActions/index.tsx +++ b/packages/page-bounties/src/BountyActions/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyCreate.tsx b/packages/page-bounties/src/BountyCreate.tsx index 60f9fc57afa9..461ad45c95d4 100644 --- a/packages/page-bounties/src/BountyCreate.tsx +++ b/packages/page-bounties/src/BountyCreate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-bounties/src/BountyExtraActions/BountyRejectCurator.tsx b/packages/page-bounties/src/BountyExtraActions/BountyRejectCurator.tsx index 38ac49826032..9662d852c4c1 100644 --- a/packages/page-bounties/src/BountyExtraActions/BountyRejectCurator.tsx +++ b/packages/page-bounties/src/BountyExtraActions/BountyRejectCurator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyExtraActions/CloseBounty.tsx b/packages/page-bounties/src/BountyExtraActions/CloseBounty.tsx index 626a0c4a65fb..301a6384db0f 100644 --- a/packages/page-bounties/src/BountyExtraActions/CloseBounty.tsx +++ b/packages/page-bounties/src/BountyExtraActions/CloseBounty.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyExtraActions/ExtendBountyExpiryAction.tsx b/packages/page-bounties/src/BountyExtraActions/ExtendBountyExpiryAction.tsx index 469f616a14c2..ee207a797740 100644 --- a/packages/page-bounties/src/BountyExtraActions/ExtendBountyExpiryAction.tsx +++ b/packages/page-bounties/src/BountyExtraActions/ExtendBountyExpiryAction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyExtraActions/GiveUp.tsx b/packages/page-bounties/src/BountyExtraActions/GiveUp.tsx index ec3174cae9b3..cd75a7c88b07 100644 --- a/packages/page-bounties/src/BountyExtraActions/GiveUp.tsx +++ b/packages/page-bounties/src/BountyExtraActions/GiveUp.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BountyIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyExtraActions/SlashCurator.tsx b/packages/page-bounties/src/BountyExtraActions/SlashCurator.tsx index 65f1b552ee66..3a95542b3fa2 100644 --- a/packages/page-bounties/src/BountyExtraActions/SlashCurator.tsx +++ b/packages/page-bounties/src/BountyExtraActions/SlashCurator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-bounties/src/BountyExtraActions/index.tsx b/packages/page-bounties/src/BountyExtraActions/index.tsx index 17bc7fda15d9..61af7b7acbd3 100644 --- a/packages/page-bounties/src/BountyExtraActions/index.tsx +++ b/packages/page-bounties/src/BountyExtraActions/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyInfos/VotingDescriptionInfo.tsx b/packages/page-bounties/src/BountyInfos/VotingDescriptionInfo.tsx index 07c09449f2d0..5a22264f830b 100644 --- a/packages/page-bounties/src/BountyInfos/VotingDescriptionInfo.tsx +++ b/packages/page-bounties/src/BountyInfos/VotingDescriptionInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyInfos/VotingLink.tsx b/packages/page-bounties/src/BountyInfos/VotingLink.tsx index 99a553943541..0d6126d7a918 100644 --- a/packages/page-bounties/src/BountyInfos/VotingLink.tsx +++ b/packages/page-bounties/src/BountyInfos/VotingLink.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-bounties/src/BountyInfos/VotingSummary.tsx b/packages/page-bounties/src/BountyInfos/VotingSummary.tsx index 311a760e56ea..a0f838efee2e 100644 --- a/packages/page-bounties/src/BountyInfos/VotingSummary.tsx +++ b/packages/page-bounties/src/BountyInfos/VotingSummary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyInfos/index.tsx b/packages/page-bounties/src/BountyInfos/index.tsx index 967be6b4ed26..b862ca6dc4f2 100644 --- a/packages/page-bounties/src/BountyInfos/index.tsx +++ b/packages/page-bounties/src/BountyInfos/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/BountyNextActionInfo/BountyActionMessage.tsx b/packages/page-bounties/src/BountyNextActionInfo/BountyActionMessage.tsx index 2bbe5be7c851..557de2c6f49d 100644 --- a/packages/page-bounties/src/BountyNextActionInfo/BountyActionMessage.tsx +++ b/packages/page-bounties/src/BountyNextActionInfo/BountyActionMessage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyStatus } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/BountyNextActionInfo/BountyInfo.tsx b/packages/page-bounties/src/BountyNextActionInfo/BountyInfo.tsx index e76ecc0591a0..af527f481274 100644 --- a/packages/page-bounties/src/BountyNextActionInfo/BountyInfo.tsx +++ b/packages/page-bounties/src/BountyNextActionInfo/BountyInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-bounties/src/BountyStatusView.tsx b/packages/page-bounties/src/BountyStatusView.tsx index b83c97e587d4..66de35a7eb51 100644 --- a/packages/page-bounties/src/BountyStatusView.tsx +++ b/packages/page-bounties/src/BountyStatusView.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StatusName } from './types.js'; diff --git a/packages/page-bounties/src/Curator.tsx b/packages/page-bounties/src/Curator.tsx index f7c5527e5db5..e085716b1143 100644 --- a/packages/page-bounties/src/Curator.tsx +++ b/packages/page-bounties/src/Curator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec } from '@polkadot/types/types'; diff --git a/packages/page-bounties/src/Description.tsx b/packages/page-bounties/src/Description.tsx index 059d740eb30c..440a6d8f679d 100644 --- a/packages/page-bounties/src/Description.tsx +++ b/packages/page-bounties/src/Description.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-bounties/src/DueBlocks.tsx b/packages/page-bounties/src/DueBlocks.tsx index 166903a54b9c..2cd32e92a45e 100644 --- a/packages/page-bounties/src/DueBlocks.tsx +++ b/packages/page-bounties/src/DueBlocks.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-bounties/src/Summary.tsx b/packages/page-bounties/src/Summary.tsx index aca960185781..0393d6a04a23 100644 --- a/packages/page-bounties/src/Summary.tsx +++ b/packages/page-bounties/src/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyApi } from './hooks/useBounties.js'; diff --git a/packages/page-bounties/src/VotersColumn.tsx b/packages/page-bounties/src/VotersColumn.tsx index 9aa931aa06b2..a3d570985ec4 100644 --- a/packages/page-bounties/src/VotersColumn.tsx +++ b/packages/page-bounties/src/VotersColumn.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/page-bounties/src/helpers/calculateBountyBond.spec.ts b/packages/page-bounties/src/helpers/calculateBountyBond.spec.ts index b85e78311158..84a203cb5320 100644 --- a/packages/page-bounties/src/helpers/calculateBountyBond.spec.ts +++ b/packages/page-bounties/src/helpers/calculateBountyBond.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/helpers/calculateBountyBond.ts b/packages/page-bounties/src/helpers/calculateBountyBond.ts index 24022dac8b20..e84a7084dd69 100644 --- a/packages/page-bounties/src/helpers/calculateBountyBond.ts +++ b/packages/page-bounties/src/helpers/calculateBountyBond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-bounties/src/helpers/determineUnassignCuratorAction.spec.ts b/packages/page-bounties/src/helpers/determineUnassignCuratorAction.spec.ts index f7f05f382531..ea2ac02b9a5e 100644 --- a/packages/page-bounties/src/helpers/determineUnassignCuratorAction.spec.ts +++ b/packages/page-bounties/src/helpers/determineUnassignCuratorAction.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/helpers/determineUnassignCuratorAction.ts b/packages/page-bounties/src/helpers/determineUnassignCuratorAction.ts index 6b3dd7781d8a..13611ab11878 100644 --- a/packages/page-bounties/src/helpers/determineUnassignCuratorAction.ts +++ b/packages/page-bounties/src/helpers/determineUnassignCuratorAction.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyStatus } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/helpers/extendedStatuses.ts b/packages/page-bounties/src/helpers/extendedStatuses.ts index 1effd444bfb6..2d74ace95bc0 100644 --- a/packages/page-bounties/src/helpers/extendedStatuses.ts +++ b/packages/page-bounties/src/helpers/extendedStatuses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/helpers/getBountyStatus.spec.ts b/packages/page-bounties/src/helpers/getBountyStatus.spec.ts index 0af3e1d059f0..79aed6110088 100644 --- a/packages/page-bounties/src/helpers/getBountyStatus.spec.ts +++ b/packages/page-bounties/src/helpers/getBountyStatus.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/helpers/getBountyStatus.ts b/packages/page-bounties/src/helpers/getBountyStatus.ts index 304df33a939f..6b8f555ebdf7 100644 --- a/packages/page-bounties/src/helpers/getBountyStatus.ts +++ b/packages/page-bounties/src/helpers/getBountyStatus.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyStatus } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/helpers/increaseDateByBlocks.ts b/packages/page-bounties/src/helpers/increaseDateByBlocks.ts index 6cde06448ce9..10d6e42fcf84 100644 --- a/packages/page-bounties/src/helpers/increaseDateByBlocks.ts +++ b/packages/page-bounties/src/helpers/increaseDateByBlocks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-bounties/src/helpers/index.tsx b/packages/page-bounties/src/helpers/index.tsx index c5327bf367d6..2cf211e65f24 100644 --- a/packages/page-bounties/src/helpers/index.tsx +++ b/packages/page-bounties/src/helpers/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './calculateBountyBond.js'; diff --git a/packages/page-bounties/src/helpers/isClaimable.spec.ts b/packages/page-bounties/src/helpers/isClaimable.spec.ts index 352e6b1a89fc..aea83e1cba60 100644 --- a/packages/page-bounties/src/helpers/isClaimable.spec.ts +++ b/packages/page-bounties/src/helpers/isClaimable.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/helpers/isClaimable.ts b/packages/page-bounties/src/helpers/isClaimable.ts index abaa8b314bd5..c67f4a2c607b 100644 --- a/packages/page-bounties/src/helpers/isClaimable.ts +++ b/packages/page-bounties/src/helpers/isClaimable.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/helpers/permillOf.ts b/packages/page-bounties/src/helpers/permillOf.ts index 1f93da58c486..989ef76d9f8f 100644 --- a/packages/page-bounties/src/helpers/permillOf.ts +++ b/packages/page-bounties/src/helpers/permillOf.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-bounties/src/helpers/stringHelpers.ts b/packages/page-bounties/src/helpers/stringHelpers.ts index 54558f28ad7c..d03a0ec87b73 100644 --- a/packages/page-bounties/src/helpers/stringHelpers.ts +++ b/packages/page-bounties/src/helpers/stringHelpers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 export function insertSpaceBeforeCapitalLetter (str: string): string { diff --git a/packages/page-bounties/src/helpers/truncateTitle.spec.ts b/packages/page-bounties/src/helpers/truncateTitle.spec.ts index d7a7eaf8a7cd..a6de6e1073c1 100644 --- a/packages/page-bounties/src/helpers/truncateTitle.spec.ts +++ b/packages/page-bounties/src/helpers/truncateTitle.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-bounties/src/hooks/index.ts b/packages/page-bounties/src/hooks/index.ts index 5efa24e029f3..c1d9f582e8e9 100644 --- a/packages/page-bounties/src/hooks/index.ts +++ b/packages/page-bounties/src/hooks/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './useBalance.js'; diff --git a/packages/page-bounties/src/hooks/useBalance.ts b/packages/page-bounties/src/hooks/useBalance.ts index c8d22652aae4..1df7303b4ee4 100644 --- a/packages/page-bounties/src/hooks/useBalance.ts +++ b/packages/page-bounties/src/hooks/useBalance.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/src/hooks/useBounties.tsx b/packages/page-bounties/src/hooks/useBounties.tsx index 99c4a46a1f9c..e7e608cbc7d0 100644 --- a/packages/page-bounties/src/hooks/useBounties.tsx +++ b/packages/page-bounties/src/hooks/useBounties.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-bounties/src/hooks/useBountyStatus.ts b/packages/page-bounties/src/hooks/useBountyStatus.ts index d774d814d35d..a5f2fce60c6f 100644 --- a/packages/page-bounties/src/hooks/useBountyStatus.ts +++ b/packages/page-bounties/src/hooks/useBountyStatus.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BountyStatus } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/hooks/useUserRole.ts b/packages/page-bounties/src/hooks/useUserRole.ts index 52f81794884c..1b05cfb26c5c 100644 --- a/packages/page-bounties/src/hooks/useUserRole.ts +++ b/packages/page-bounties/src/hooks/useUserRole.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/page-bounties/src/index.tsx b/packages/page-bounties/src/index.tsx index 7a242cf1e1a0..99b73035ec2e 100644 --- a/packages/page-bounties/src/index.tsx +++ b/packages/page-bounties/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-bounties/src/translate.ts b/packages/page-bounties/src/translate.ts index 791c30583b7f..11583fad44f7 100644 --- a/packages/page-bounties/src/translate.ts +++ b/packages/page-bounties/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-bounties/src/types.ts b/packages/page-bounties/src/types.ts index 41c5f0cd35bf..b5648b63aaae 100644 --- a/packages/page-bounties/src/types.ts +++ b/packages/page-bounties/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BlockNumber } from '@polkadot/types/interfaces/runtime'; diff --git a/packages/page-bounties/src/useCounter.ts b/packages/page-bounties/src/useCounter.ts index f8b5e9a8f49a..f05b36d009ac 100644 --- a/packages/page-bounties/src/useCounter.ts +++ b/packages/page-bounties/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBounties } from '@polkadot/api-derive/types'; diff --git a/packages/page-bounties/test/hooks/defaults.ts b/packages/page-bounties/test/hooks/defaults.ts index 44e2e87cf475..ab682bb92785 100644 --- a/packages/page-bounties/test/hooks/defaults.ts +++ b/packages/page-bounties/test/hooks/defaults.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global jest */ diff --git a/packages/page-bounties/test/pages/bountiesPage.tsx b/packages/page-bounties/test/pages/bountiesPage.tsx index c358b8a6aa2d..97817f09e905 100644 --- a/packages/page-bounties/test/pages/bountiesPage.tsx +++ b/packages/page-bounties/test/pages/bountiesPage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global jest, expect */ diff --git a/packages/page-bounties/test/utils/clickButtonWithName.ts b/packages/page-bounties/test/utils/clickButtonWithName.ts index c5f9b6e81cd6..746956d3700f 100644 --- a/packages/page-bounties/test/utils/clickButtonWithName.ts +++ b/packages/page-bounties/test/utils/clickButtonWithName.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fireEvent } from '@testing-library/react'; diff --git a/packages/page-bounties/test/utils/clickElementWithTestId.ts b/packages/page-bounties/test/utils/clickElementWithTestId.ts index 4c50cc914f91..11b26e8af5e1 100644 --- a/packages/page-bounties/test/utils/clickElementWithTestId.ts +++ b/packages/page-bounties/test/utils/clickElementWithTestId.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fireEvent } from '@testing-library/react'; diff --git a/packages/page-bounties/test/utils/clickElementWithText.ts b/packages/page-bounties/test/utils/clickElementWithText.ts index 5e5c56694747..7d455a067ac6 100644 --- a/packages/page-bounties/test/utils/clickElementWithText.ts +++ b/packages/page-bounties/test/utils/clickElementWithText.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import { fireEvent } from '@testing-library/react'; diff --git a/packages/page-calendar/src/Day.tsx b/packages/page-calendar/src/Day.tsx index f94f77551b09..c381e97ab212 100644 --- a/packages/page-calendar/src/Day.tsx +++ b/packages/page-calendar/src/Day.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EntryInfoTyped } from './types.js'; diff --git a/packages/page-calendar/src/DayHour.tsx b/packages/page-calendar/src/DayHour.tsx index eaeca138b7e0..d740d4894564 100644 --- a/packages/page-calendar/src/DayHour.tsx +++ b/packages/page-calendar/src/DayHour.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EntryInfoTyped } from './types.js'; diff --git a/packages/page-calendar/src/DayItem.tsx b/packages/page-calendar/src/DayItem.tsx index a42a6a6cb92f..bab4c20c7916 100644 --- a/packages/page-calendar/src/DayItem.tsx +++ b/packages/page-calendar/src/DayItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EntryInfoTyped } from './types.js'; diff --git a/packages/page-calendar/src/DayTime.tsx b/packages/page-calendar/src/DayTime.tsx index 2e75d30dd696..4713cceb6e63 100644 --- a/packages/page-calendar/src/DayTime.tsx +++ b/packages/page-calendar/src/DayTime.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/page-calendar/src/Month.tsx b/packages/page-calendar/src/Month.tsx index f643fd48f328..f419d6470db5 100644 --- a/packages/page-calendar/src/Month.tsx +++ b/packages/page-calendar/src/Month.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DateState, EntryInfo } from './types.js'; diff --git a/packages/page-calendar/src/MonthDay.tsx b/packages/page-calendar/src/MonthDay.tsx index 23455fc8ffc9..331348c70064 100644 --- a/packages/page-calendar/src/MonthDay.tsx +++ b/packages/page-calendar/src/MonthDay.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EntryInfo } from './types.js'; diff --git a/packages/page-calendar/src/UpcomingEvents.tsx b/packages/page-calendar/src/UpcomingEvents.tsx index 18d6dafccc68..75a9877c7227 100644 --- a/packages/page-calendar/src/UpcomingEvents.tsx +++ b/packages/page-calendar/src/UpcomingEvents.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EntryInfoTyped } from './types.js'; diff --git a/packages/page-calendar/src/constants.ts b/packages/page-calendar/src/constants.ts index 514bbd8b7ae0..ca17dc4f51e3 100644 --- a/packages/page-calendar/src/constants.ts +++ b/packages/page-calendar/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 export const DAYS = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']; diff --git a/packages/page-calendar/src/index.tsx b/packages/page-calendar/src/index.tsx index 1a2de01b05e7..066447ce0d74 100644 --- a/packages/page-calendar/src/index.tsx +++ b/packages/page-calendar/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DateState } from './types.js'; diff --git a/packages/page-calendar/src/translate.ts b/packages/page-calendar/src/translate.ts index b68d2cd2a8fe..dbc908491844 100644 --- a/packages/page-calendar/src/translate.ts +++ b/packages/page-calendar/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-calendar/src/types.ts b/packages/page-calendar/src/types.ts index 72ab53dd6bf4..95e83c6e82e6 100644 --- a/packages/page-calendar/src/types.ts +++ b/packages/page-calendar/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-calendar/src/useScheduled.ts b/packages/page-calendar/src/useScheduled.ts index 4a3b02a217a6..11787bec6712 100644 --- a/packages/page-calendar/src/useScheduled.ts +++ b/packages/page-calendar/src/useScheduled.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal, DeriveDispatch, DeriveReferendumExt, DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-calendar/src/util.ts b/packages/page-calendar/src/util.ts index 4ec9e86697eb..189176b5253d 100644 --- a/packages/page-calendar/src/util.ts +++ b/packages/page-calendar/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-calendar authors & contributors +// Copyright 2017-2024 @polkadot/app-calendar authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DateState } from './types.js'; diff --git a/packages/page-claims/src/Attest.tsx b/packages/page-claims/src/Attest.tsx index 4e59506459b6..f1c91a4d0c99 100644 --- a/packages/page-claims/src/Attest.tsx +++ b/packages/page-claims/src/Attest.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TxCallback } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-claims/src/Claim.tsx b/packages/page-claims/src/Claim.tsx index f44f50559a31..8bb88277fdd2 100644 --- a/packages/page-claims/src/Claim.tsx +++ b/packages/page-claims/src/Claim.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-claims/src/Statement.tsx b/packages/page-claims/src/Statement.tsx index 75782924a515..65388d724b2a 100644 --- a/packages/page-claims/src/Statement.tsx +++ b/packages/page-claims/src/Statement.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StatementKind } from '@polkadot/types/interfaces'; diff --git a/packages/page-claims/src/Warning.tsx b/packages/page-claims/src/Warning.tsx index 74ccefdaed92..0a7a3dc60a32 100644 --- a/packages/page-claims/src/Warning.tsx +++ b/packages/page-claims/src/Warning.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-claims/src/index.tsx b/packages/page-claims/src/index.tsx index 4839798c2a2c..e50827b6d55e 100644 --- a/packages/page-claims/src/index.tsx +++ b/packages/page-claims/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-claims/src/secp256k1.d.ts b/packages/page-claims/src/secp256k1.d.ts index 0fc2bc707a7e..f99d18ab10c1 100644 --- a/packages/page-claims/src/secp256k1.d.ts +++ b/packages/page-claims/src/secp256k1.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module 'secp256k1/elliptic.js' { diff --git a/packages/page-claims/src/translate.ts b/packages/page-claims/src/translate.ts index ce0be0c908a4..a08cbdc9ce00 100644 --- a/packages/page-claims/src/translate.ts +++ b/packages/page-claims/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-claims/src/useCounter.ts b/packages/page-claims/src/useCounter.ts index c17c20d14c8a..de1b2431694d 100644 --- a/packages/page-claims/src/useCounter.ts +++ b/packages/page-claims/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createNamedHook } from '@polkadot/react-hooks'; diff --git a/packages/page-claims/src/usePolkadotPreclaims.ts b/packages/page-claims/src/usePolkadotPreclaims.ts index dfd37ad1d7cd..4a0ddedc9404 100644 --- a/packages/page-claims/src/usePolkadotPreclaims.ts +++ b/packages/page-claims/src/usePolkadotPreclaims.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/page-claims/src/util.spec.ts b/packages/page-claims/src/util.spec.ts index b1038971a5d0..3aaa3591750f 100644 --- a/packages/page-claims/src/util.spec.ts +++ b/packages/page-claims/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-claims/src/util.ts b/packages/page-claims/src/util.ts index 0f9e5c00f3b5..c44a08ad97b2 100644 --- a/packages/page-claims/src/util.ts +++ b/packages/page-claims/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-claims authors & contributors +// Copyright 2017-2024 @polkadot/app-claims authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EcdsaSignature, EthereumAddress, StatementKind } from '@polkadot/types/interfaces'; diff --git a/packages/page-collator/src/Collator.tsx b/packages/page-collator/src/Collator.tsx index a56082a6cad5..cf46b49cc814 100644 --- a/packages/page-collator/src/Collator.tsx +++ b/packages/page-collator/src/Collator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Collator as CollatorType } from './types.js'; diff --git a/packages/page-collator/src/Collators.tsx b/packages/page-collator/src/Collators.tsx index 6068369e0a9e..11fbd02deeed 100644 --- a/packages/page-collator/src/Collators.tsx +++ b/packages/page-collator/src/Collators.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-collator/src/Summary.tsx b/packages/page-collator/src/Summary.tsx index 2e168ca29272..12516a51b93a 100644 --- a/packages/page-collator/src/Summary.tsx +++ b/packages/page-collator/src/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-collator/src/index.tsx b/packages/page-collator/src/index.tsx index 1e7b695097cc..abfce7d5468c 100644 --- a/packages/page-collator/src/index.tsx +++ b/packages/page-collator/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-collator/src/translate.ts b/packages/page-collator/src/translate.ts index 3d1040bc4898..b7f98c06bfa9 100644 --- a/packages/page-collator/src/translate.ts +++ b/packages/page-collator/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-collator/src/types.ts b/packages/page-collator/src/types.ts index 287b4be86591..4cfd135d3ec4 100644 --- a/packages/page-collator/src/types.ts +++ b/packages/page-collator/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-collator/src/useCollators.ts b/packages/page-collator/src/useCollators.ts index 94a3dbc49363..1f1f51378dbb 100644 --- a/packages/page-collator/src/useCollators.ts +++ b/packages/page-collator/src/useCollators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-collator authors & contributors +// Copyright 2017-2024 @polkadot/app-collator authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BTreeSet } from '@polkadot/types'; diff --git a/packages/page-contracts/src/Codes/Add.tsx b/packages/page-contracts/src/Codes/Add.tsx index 0b2944afa16d..d662a806e75e 100644 --- a/packages/page-contracts/src/Codes/Add.tsx +++ b/packages/page-contracts/src/Codes/Add.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-contracts/src/Codes/Code.tsx b/packages/page-contracts/src/Codes/Code.tsx index ef46ed480d74..6233fe409f63 100644 --- a/packages/page-contracts/src/Codes/Code.tsx +++ b/packages/page-contracts/src/Codes/Code.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-contracts/src/Codes/Upload.tsx b/packages/page-contracts/src/Codes/Upload.tsx index e281e66d7973..75a6b6f72e33 100644 --- a/packages/page-contracts/src/Codes/Upload.tsx +++ b/packages/page-contracts/src/Codes/Upload.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-contracts/src/Codes/ValidateCode.tsx b/packages/page-contracts/src/Codes/ValidateCode.tsx index c5f6e7c2b7fb..e14a1e782cf1 100644 --- a/packages/page-contracts/src/Codes/ValidateCode.tsx +++ b/packages/page-contracts/src/Codes/ValidateCode.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 /* eslint-disable camelcase */ diff --git a/packages/page-contracts/src/Codes/index.tsx b/packages/page-contracts/src/Codes/index.tsx index 356a1af210e6..d9bed4e4e364 100644 --- a/packages/page-contracts/src/Codes/index.tsx +++ b/packages/page-contracts/src/Codes/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-contracts/src/Contracts/Add.tsx b/packages/page-contracts/src/Contracts/Add.tsx index fce87b983dcb..66f7ee0f8ba7 100644 --- a/packages/page-contracts/src/Contracts/Add.tsx +++ b/packages/page-contracts/src/Contracts/Add.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-contracts/src/Contracts/Call.tsx b/packages/page-contracts/src/Contracts/Call.tsx index ac941b6c78e4..c6f1a409451c 100644 --- a/packages/page-contracts/src/Contracts/Call.tsx +++ b/packages/page-contracts/src/Contracts/Call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-contracts/src/Contracts/Contract.tsx b/packages/page-contracts/src/Contracts/Contract.tsx index 3a822d8adb07..30b9c17e25cc 100644 --- a/packages/page-contracts/src/Contracts/Contract.tsx +++ b/packages/page-contracts/src/Contracts/Contract.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ContractPromise } from '@polkadot/api-contract'; diff --git a/packages/page-contracts/src/Contracts/ContractsTable.tsx b/packages/page-contracts/src/Contracts/ContractsTable.tsx index 1f1cc0e16e75..06299abb2551 100644 --- a/packages/page-contracts/src/Contracts/ContractsTable.tsx +++ b/packages/page-contracts/src/Contracts/ContractsTable.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-contracts/src/Contracts/Deploy.tsx b/packages/page-contracts/src/Contracts/Deploy.tsx index b024dc0a6809..c69749be3037 100644 --- a/packages/page-contracts/src/Contracts/Deploy.tsx +++ b/packages/page-contracts/src/Contracts/Deploy.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-contracts/src/Contracts/Outcome.tsx b/packages/page-contracts/src/Contracts/Outcome.tsx index b5651a51cd9d..947d2767cff6 100644 --- a/packages/page-contracts/src/Contracts/Outcome.tsx +++ b/packages/page-contracts/src/Contracts/Outcome.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CallResult } from './types.js'; diff --git a/packages/page-contracts/src/Contracts/Summary.tsx b/packages/page-contracts/src/Contracts/Summary.tsx index 5e8c4b174ca6..47328cf71ff0 100644 --- a/packages/page-contracts/src/Contracts/Summary.tsx +++ b/packages/page-contracts/src/Contracts/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-contracts/src/Contracts/ValidateAddr.tsx b/packages/page-contracts/src/Contracts/ValidateAddr.tsx index b3ef061dae8f..765305fc73d2 100644 --- a/packages/page-contracts/src/Contracts/ValidateAddr.tsx +++ b/packages/page-contracts/src/Contracts/ValidateAddr.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-contracts/src/Contracts/index.tsx b/packages/page-contracts/src/Contracts/index.tsx index 5166a61a761d..26fd352704d1 100644 --- a/packages/page-contracts/src/Contracts/index.tsx +++ b/packages/page-contracts/src/Contracts/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-contracts/src/Contracts/types.ts b/packages/page-contracts/src/Contracts/types.ts index a99909cbaf62..88ad59b1b6c4 100644 --- a/packages/page-contracts/src/Contracts/types.ts +++ b/packages/page-contracts/src/Contracts/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AbiMessage, ContractCallOutcome } from '@polkadot/api-contract/types'; diff --git a/packages/page-contracts/src/Contracts/util.tsx b/packages/page-contracts/src/Contracts/util.tsx index a4404b5d364c..79d6de2b1d2b 100644 --- a/packages/page-contracts/src/Contracts/util.tsx +++ b/packages/page-contracts/src/Contracts/util.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownItemProps } from 'semantic-ui-react'; diff --git a/packages/page-contracts/src/RemoveABI.tsx b/packages/page-contracts/src/RemoveABI.tsx index d789302cd223..b3288feaf6f4 100644 --- a/packages/page-contracts/src/RemoveABI.tsx +++ b/packages/page-contracts/src/RemoveABI.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CodeStored } from './types.js'; diff --git a/packages/page-contracts/src/constants.ts b/packages/page-contracts/src/constants.ts index 929855ed6e55..231d414619ff 100644 --- a/packages/page-contracts/src/constants.ts +++ b/packages/page-contracts/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 export const ENDOWMENT = 1000; diff --git a/packages/page-contracts/src/index.tsx b/packages/page-contracts/src/index.tsx index 1b8760641540..199e3e65acb7 100644 --- a/packages/page-contracts/src/index.tsx +++ b/packages/page-contracts/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-contracts/src/shared/ABI.tsx b/packages/page-contracts/src/shared/ABI.tsx index 5a713fdef51c..c9193cc96b00 100644 --- a/packages/page-contracts/src/shared/ABI.tsx +++ b/packages/page-contracts/src/shared/ABI.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Abi } from '@polkadot/api-contract'; diff --git a/packages/page-contracts/src/shared/CodeRow.tsx b/packages/page-contracts/src/shared/CodeRow.tsx index a1943d8fb6f5..c73e42b8bf50 100644 --- a/packages/page-contracts/src/shared/CodeRow.tsx +++ b/packages/page-contracts/src/shared/CodeRow.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CodeStored } from '../types.js'; diff --git a/packages/page-contracts/src/shared/InputMegaGas.tsx b/packages/page-contracts/src/shared/InputMegaGas.tsx index 45ab0cb5024d..119c458345d2 100644 --- a/packages/page-contracts/src/shared/InputMegaGas.tsx +++ b/packages/page-contracts/src/shared/InputMegaGas.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WeightV2 } from '@polkadot/types/interfaces'; diff --git a/packages/page-contracts/src/shared/InputName.tsx b/packages/page-contracts/src/shared/InputName.tsx index 37c2abd6f369..4c5cc76d6ff2 100644 --- a/packages/page-contracts/src/shared/InputName.tsx +++ b/packages/page-contracts/src/shared/InputName.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-contracts/src/shared/Message.tsx b/packages/page-contracts/src/shared/Message.tsx index 524ec28cf340..b03b623e1287 100644 --- a/packages/page-contracts/src/shared/Message.tsx +++ b/packages/page-contracts/src/shared/Message.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AbiConstructor, ContractCallOutcome } from '@polkadot/api-contract/types'; diff --git a/packages/page-contracts/src/shared/MessageSignature.tsx b/packages/page-contracts/src/shared/MessageSignature.tsx index 8b3d32504f50..27dfcfe73ae6 100644 --- a/packages/page-contracts/src/shared/MessageSignature.tsx +++ b/packages/page-contracts/src/shared/MessageSignature.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AbiMessage } from '@polkadot/api-contract/types'; diff --git a/packages/page-contracts/src/shared/Messages.tsx b/packages/page-contracts/src/shared/Messages.tsx index 92117d850171..0d15803c9dd5 100644 --- a/packages/page-contracts/src/shared/Messages.tsx +++ b/packages/page-contracts/src/shared/Messages.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Abi, ContractPromise } from '@polkadot/api-contract'; diff --git a/packages/page-contracts/src/shared/Params.tsx b/packages/page-contracts/src/shared/Params.tsx index 7c629e2f2a5f..b989f714d40d 100644 --- a/packages/page-contracts/src/shared/Params.tsx +++ b/packages/page-contracts/src/shared/Params.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RawParams } from '@polkadot/react-params/types'; diff --git a/packages/page-contracts/src/shared/index.tsx b/packages/page-contracts/src/shared/index.tsx index e30dd0607ed4..0198f5f7f6df 100644 --- a/packages/page-contracts/src/shared/index.tsx +++ b/packages/page-contracts/src/shared/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as ABI } from './ABI.js'; diff --git a/packages/page-contracts/src/store.ts b/packages/page-contracts/src/store.ts index e404c27ffefd..37e1b689f38b 100644 --- a/packages/page-contracts/src/store.ts +++ b/packages/page-contracts/src/store.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-contracts/src/translate.ts b/packages/page-contracts/src/translate.ts index 63c44df04b07..f9923303ca39 100644 --- a/packages/page-contracts/src/translate.ts +++ b/packages/page-contracts/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-contracts/src/types.ts b/packages/page-contracts/src/types.ts index ed49a644ce80..09302dd7640a 100644 --- a/packages/page-contracts/src/types.ts +++ b/packages/page-contracts/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-contracts authors & contributors +// Copyright 2017-2024 @polkadot/app-contracts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/page-contracts/src/useAbi.ts b/packages/page-contracts/src/useAbi.ts index d5763abb7fe3..82f2db0afc2b 100644 --- a/packages/page-contracts/src/useAbi.ts +++ b/packages/page-contracts/src/useAbi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useEffect, useState } from 'react'; diff --git a/packages/page-contracts/src/useCodes.ts b/packages/page-contracts/src/useCodes.ts index 43d1009da5f7..9b6df0fefc70 100644 --- a/packages/page-contracts/src/useCodes.ts +++ b/packages/page-contracts/src/useCodes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CodeStored } from './types.js'; diff --git a/packages/page-contracts/src/useContracts.ts b/packages/page-contracts/src/useContracts.ts index d18b17d801c9..b140d2ef0d55 100644 --- a/packages/page-contracts/src/useContracts.ts +++ b/packages/page-contracts/src/useContracts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect, useState } from 'react'; diff --git a/packages/page-contracts/src/useWeight.ts b/packages/page-contracts/src/useWeight.ts index 5245cc3224d1..8821703bddec 100644 --- a/packages/page-contracts/src/useWeight.ts +++ b/packages/page-contracts/src/useWeight.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Weight, WeightV2 } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Motions/Close.tsx b/packages/page-council/src/Motions/Close.tsx index 28761f9195fb..055105929f0c 100644 --- a/packages/page-council/src/Motions/Close.tsx +++ b/packages/page-council/src/Motions/Close.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash, Proposal, ProposalIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Motions/Motion.tsx b/packages/page-council/src/Motions/Motion.tsx index ee7aee946643..7625e57671d0 100644 --- a/packages/page-council/src/Motions/Motion.tsx +++ b/packages/page-council/src/Motions/Motion.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Motions/ProposeExternal.tsx b/packages/page-council/src/Motions/ProposeExternal.tsx index 87bf5b23d506..fe864c94f296 100644 --- a/packages/page-council/src/Motions/ProposeExternal.tsx +++ b/packages/page-council/src/Motions/ProposeExternal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-council/src/Motions/ProposeMotion.tsx b/packages/page-council/src/Motions/ProposeMotion.tsx index b8e41c525957..e627d00947e2 100644 --- a/packages/page-council/src/Motions/ProposeMotion.tsx +++ b/packages/page-council/src/Motions/ProposeMotion.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-council/src/Motions/Slashing.tsx b/packages/page-council/src/Motions/Slashing.tsx index 731a74d2dac9..a2ef1619d15a 100644 --- a/packages/page-council/src/Motions/Slashing.tsx +++ b/packages/page-council/src/Motions/Slashing.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-council/src/Motions/Voters.tsx b/packages/page-council/src/Motions/Voters.tsx index 8bcfba2984d4..5240e37b2923 100644 --- a/packages/page-council/src/Motions/Voters.tsx +++ b/packages/page-council/src/Motions/Voters.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, MemberCount } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Motions/Voting.tsx b/packages/page-council/src/Motions/Voting.tsx index b1e1c2272b9b..b15096e3aadd 100644 --- a/packages/page-council/src/Motions/Voting.tsx +++ b/packages/page-council/src/Motions/Voting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Hash, Proposal, ProposalIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Motions/index.tsx b/packages/page-council/src/Motions/index.tsx index a0e88b79c7ca..8deac6148946 100644 --- a/packages/page-council/src/Motions/index.tsx +++ b/packages/page-council/src/Motions/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/Candidate.tsx b/packages/page-council/src/Overview/Candidate.tsx index a0c6a6228b60..1881111f5006 100644 --- a/packages/page-council/src/Overview/Candidate.tsx +++ b/packages/page-council/src/Overview/Candidate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Balance } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Overview/Candidates.tsx b/packages/page-council/src/Overview/Candidates.tsx index 134598be2169..15284346d538 100644 --- a/packages/page-council/src/Overview/Candidates.tsx +++ b/packages/page-council/src/Overview/Candidates.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/Members.tsx b/packages/page-council/src/Overview/Members.tsx index 22a0733b6869..e42f8fd6fe44 100644 --- a/packages/page-council/src/Overview/Members.tsx +++ b/packages/page-council/src/Overview/Members.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/SubmitCandidacy.tsx b/packages/page-council/src/Overview/SubmitCandidacy.tsx index e2bd8bda00ad..f36c42179544 100644 --- a/packages/page-council/src/Overview/SubmitCandidacy.tsx +++ b/packages/page-council/src/Overview/SubmitCandidacy.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u128 } from '@polkadot/types'; diff --git a/packages/page-council/src/Overview/Summary.tsx b/packages/page-council/src/Overview/Summary.tsx index 8b33fd19bd7c..318f19c69e2d 100644 --- a/packages/page-council/src/Overview/Summary.tsx +++ b/packages/page-council/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/Vote.tsx b/packages/page-council/src/Overview/Vote.tsx index a1dd904a98b4..22321f6a9e54 100644 --- a/packages/page-council/src/Overview/Vote.tsx +++ b/packages/page-council/src/Overview/Vote.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/Voters.tsx b/packages/page-council/src/Overview/Voters.tsx index 0a467855c2e1..3ad823188b8a 100644 --- a/packages/page-council/src/Overview/Voters.tsx +++ b/packages/page-council/src/Overview/Voters.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Balance } from '@polkadot/types/interfaces'; diff --git a/packages/page-council/src/Overview/index.tsx b/packages/page-council/src/Overview/index.tsx index bfed48205de1..8ba56fd3cfb6 100644 --- a/packages/page-council/src/Overview/index.tsx +++ b/packages/page-council/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCouncilVotes, DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/Overview/types.ts b/packages/page-council/src/Overview/types.ts index 8bd379fb0c30..5c13128f7189 100644 --- a/packages/page-council/src/Overview/types.ts +++ b/packages/page-council/src/Overview/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveElectionsInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/index.tsx b/packages/page-council/src/index.tsx index c9f6fc8904ee..bc7a2ea5403f 100644 --- a/packages/page-council/src/index.tsx +++ b/packages/page-council/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/translate.ts b/packages/page-council/src/translate.ts index aa34f3673090..95b41d2734f2 100644 --- a/packages/page-council/src/translate.ts +++ b/packages/page-council/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-council/src/useCounter.ts b/packages/page-council/src/useCounter.ts index 30bb6df2c657..9235ac8cbe86 100644 --- a/packages/page-council/src/useCounter.ts +++ b/packages/page-council/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-council/src/useModuleElections.ts b/packages/page-council/src/useModuleElections.ts index 14fa909925f1..e889da35f94c 100644 --- a/packages/page-council/src/useModuleElections.ts +++ b/packages/page-council/src/useModuleElections.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-council authors & contributors +// Copyright 2017-2024 @polkadot/app-council authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo } from 'react'; diff --git a/packages/page-democracy/src/Overview/External.tsx b/packages/page-democracy/src/Overview/External.tsx index 8d40d4a8e033..9b3842a34f3b 100644 --- a/packages/page-democracy/src/Overview/External.tsx +++ b/packages/page-democracy/src/Overview/External.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposalExternal } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/ExternalCell.tsx b/packages/page-democracy/src/Overview/ExternalCell.tsx index 37ab1092c604..b504b101deb0 100644 --- a/packages/page-democracy/src/Overview/ExternalCell.tsx +++ b/packages/page-democracy/src/Overview/ExternalCell.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposalImage } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Externals.tsx b/packages/page-democracy/src/Overview/Externals.tsx index 2bf7358a9840..654bd7e463a0 100644 --- a/packages/page-democracy/src/Overview/Externals.tsx +++ b/packages/page-democracy/src/Overview/Externals.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposalExternal } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Fasttrack.tsx b/packages/page-democracy/src/Overview/Fasttrack.tsx index 2a816339d633..eaa6273c3790 100644 --- a/packages/page-democracy/src/Overview/Fasttrack.tsx +++ b/packages/page-democracy/src/Overview/Fasttrack.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-democracy/src/Overview/PreImage.tsx b/packages/page-democracy/src/Overview/PreImage.tsx index 3a5f5650e770..6c3a37d4488f 100644 --- a/packages/page-democracy/src/Overview/PreImage.tsx +++ b/packages/page-democracy/src/Overview/PreImage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/promise/types'; diff --git a/packages/page-democracy/src/Overview/PreImageButton.tsx b/packages/page-democracy/src/Overview/PreImageButton.tsx index 70a1c4c5d976..09ff45da0543 100644 --- a/packages/page-democracy/src/Overview/PreImageButton.tsx +++ b/packages/page-democracy/src/Overview/PreImageButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-democracy/src/Overview/Proposal.tsx b/packages/page-democracy/src/Overview/Proposal.tsx index 842c49a35c1b..825ee6994a43 100644 --- a/packages/page-democracy/src/Overview/Proposal.tsx +++ b/packages/page-democracy/src/Overview/Proposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/ProposalCell.tsx b/packages/page-democracy/src/Overview/ProposalCell.tsx index 904a93d5b9b9..763fd85b0a8c 100644 --- a/packages/page-democracy/src/Overview/ProposalCell.tsx +++ b/packages/page-democracy/src/Overview/ProposalCell.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Compact } from '@polkadot/types'; diff --git a/packages/page-democracy/src/Overview/Proposals.tsx b/packages/page-democracy/src/Overview/Proposals.tsx index 86590e4ff594..b150d274c27d 100644 --- a/packages/page-democracy/src/Overview/Proposals.tsx +++ b/packages/page-democracy/src/Overview/Proposals.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Propose.tsx b/packages/page-democracy/src/Overview/Propose.tsx index c55114f36f07..1f2eab0b2af4 100644 --- a/packages/page-democracy/src/Overview/Propose.tsx +++ b/packages/page-democracy/src/Overview/Propose.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-democracy/src/Overview/Referendum.tsx b/packages/page-democracy/src/Overview/Referendum.tsx index 3f675f11446e..9aa0e972aa77 100644 --- a/packages/page-democracy/src/Overview/Referendum.tsx +++ b/packages/page-democracy/src/Overview/Referendum.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveReferendumExt } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/ReferendumVote.tsx b/packages/page-democracy/src/Overview/ReferendumVote.tsx index af9bc89e2c51..bd31fd53320d 100644 --- a/packages/page-democracy/src/Overview/ReferendumVote.tsx +++ b/packages/page-democracy/src/Overview/ReferendumVote.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveReferendumVote } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/ReferendumVotes.tsx b/packages/page-democracy/src/Overview/ReferendumVotes.tsx index fedc7c14e011..60ae0929b364 100644 --- a/packages/page-democracy/src/Overview/ReferendumVotes.tsx +++ b/packages/page-democracy/src/Overview/ReferendumVotes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveReferendumVote } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Referendums.tsx b/packages/page-democracy/src/Overview/Referendums.tsx index 1ff4d2a3be04..8851033b1321 100644 --- a/packages/page-democracy/src/Overview/Referendums.tsx +++ b/packages/page-democracy/src/Overview/Referendums.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveReferendumExt } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Seconding.tsx b/packages/page-democracy/src/Overview/Seconding.tsx index 772b455a309c..e38368e2b943 100644 --- a/packages/page-democracy/src/Overview/Seconding.tsx +++ b/packages/page-democracy/src/Overview/Seconding.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveProposalImage } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/Overview/Summary.tsx b/packages/page-democracy/src/Overview/Summary.tsx index 8ecfe1c5ed18..8daddb16ec37 100644 --- a/packages/page-democracy/src/Overview/Summary.tsx +++ b/packages/page-democracy/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-democracy/src/Overview/TreasuryCell.tsx b/packages/page-democracy/src/Overview/TreasuryCell.tsx index 16a71f37b845..a3cda87ebe05 100644 --- a/packages/page-democracy/src/Overview/TreasuryCell.tsx +++ b/packages/page-democracy/src/Overview/TreasuryCell.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Compact, Option } from '@polkadot/types'; diff --git a/packages/page-democracy/src/Overview/Voting.tsx b/packages/page-democracy/src/Overview/Voting.tsx index 9d201b230f27..4c2088569707 100644 --- a/packages/page-democracy/src/Overview/Voting.tsx +++ b/packages/page-democracy/src/Overview/Voting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PropIndex, Proposal } from '@polkadot/types/interfaces'; diff --git a/packages/page-democracy/src/Overview/index.tsx b/packages/page-democracy/src/Overview/index.tsx index 2112c36cf2f5..a309efed8428 100644 --- a/packages/page-democracy/src/Overview/index.tsx +++ b/packages/page-democracy/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveReferendumExt } from '@polkadot/api-derive/types'; diff --git a/packages/page-democracy/src/index.tsx b/packages/page-democracy/src/index.tsx index 8db2b051249a..eebe02f7bf4a 100644 --- a/packages/page-democracy/src/index.tsx +++ b/packages/page-democracy/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/page-democracy/src/translate.ts b/packages/page-democracy/src/translate.ts index 6d64e7143fad..fa7acc9ece2d 100644 --- a/packages/page-democracy/src/translate.ts +++ b/packages/page-democracy/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-democracy/src/useChangeCalc.ts b/packages/page-democracy/src/useChangeCalc.ts index 8c831b260cf5..ca5f273172de 100644 --- a/packages/page-democracy/src/useChangeCalc.ts +++ b/packages/page-democracy/src/useChangeCalc.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VoteThreshold } from '@polkadot/types/interfaces'; diff --git a/packages/page-democracy/src/useCounter.ts b/packages/page-democracy/src/useCounter.ts index dbd3dac69e92..32a57232b79b 100644 --- a/packages/page-democracy/src/useCounter.ts +++ b/packages/page-democracy/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect, useState } from 'react'; diff --git a/packages/page-democracy/src/util.spec.ts b/packages/page-democracy/src/util.spec.ts index d74b6662e98c..8d699de640f2 100644 --- a/packages/page-democracy/src/util.spec.ts +++ b/packages/page-democracy/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-democracy/src/util.ts b/packages/page-democracy/src/util.ts index c2c650146cc8..d611a4df04c2 100644 --- a/packages/page-democracy/src/util.ts +++ b/packages/page-democracy/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VoteThreshold } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/Api/index.tsx b/packages/page-explorer/src/Api/index.tsx index d06180719313..c91c66ad518a 100644 --- a/packages/page-explorer/src/Api/index.tsx +++ b/packages/page-explorer/src/Api/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartOptions } from 'chart.js'; diff --git a/packages/page-explorer/src/BestHash.tsx b/packages/page-explorer/src/BestHash.tsx index 575ad8284a50..148967d9f13a 100644 --- a/packages/page-explorer/src/BestHash.tsx +++ b/packages/page-explorer/src/BestHash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Header } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/BlockHeader.tsx b/packages/page-explorer/src/BlockHeader.tsx index 48cb933117a5..c0b643bda312 100644 --- a/packages/page-explorer/src/BlockHeader.tsx +++ b/packages/page-explorer/src/BlockHeader.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderExtended } from '@polkadot/api-derive/types'; diff --git a/packages/page-explorer/src/BlockHeaders.tsx b/packages/page-explorer/src/BlockHeaders.tsx index 5bb37cc9163b..af72f6a24275 100644 --- a/packages/page-explorer/src/BlockHeaders.tsx +++ b/packages/page-explorer/src/BlockHeaders.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderExtended } from '@polkadot/api-derive/types'; diff --git a/packages/page-explorer/src/BlockInfo/ByHash.tsx b/packages/page-explorer/src/BlockInfo/ByHash.tsx index 01dd65ac9eeb..f61fd2ebef41 100644 --- a/packages/page-explorer/src/BlockInfo/ByHash.tsx +++ b/packages/page-explorer/src/BlockInfo/ByHash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderExtended } from '@polkadot/api-derive/types'; diff --git a/packages/page-explorer/src/BlockInfo/ByNumber.tsx b/packages/page-explorer/src/BlockInfo/ByNumber.tsx index 672e5d91c556..4d61ddc40f3d 100644 --- a/packages/page-explorer/src/BlockInfo/ByNumber.tsx +++ b/packages/page-explorer/src/BlockInfo/ByNumber.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/BlockInfo/Extrinsic.tsx b/packages/page-explorer/src/BlockInfo/Extrinsic.tsx index 06b4c4f5dcec..f326ae8052c5 100644 --- a/packages/page-explorer/src/BlockInfo/Extrinsic.tsx +++ b/packages/page-explorer/src/BlockInfo/Extrinsic.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyedEvent } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/page-explorer/src/BlockInfo/Extrinsics.tsx b/packages/page-explorer/src/BlockInfo/Extrinsics.tsx index d49a26b9bc05..53eb25c038bc 100644 --- a/packages/page-explorer/src/BlockInfo/Extrinsics.tsx +++ b/packages/page-explorer/src/BlockInfo/Extrinsics.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyedEvent } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/page-explorer/src/BlockInfo/Justifications.tsx b/packages/page-explorer/src/BlockInfo/Justifications.tsx index 4ee49018aa25..d205eb3fcf91 100644 --- a/packages/page-explorer/src/BlockInfo/Justifications.tsx +++ b/packages/page-explorer/src/BlockInfo/Justifications.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, Tuple } from '@polkadot/types'; diff --git a/packages/page-explorer/src/BlockInfo/Logs.tsx b/packages/page-explorer/src/BlockInfo/Logs.tsx index a83f40d92755..d61be3419c0a 100644 --- a/packages/page-explorer/src/BlockInfo/Logs.tsx +++ b/packages/page-explorer/src/BlockInfo/Logs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DigestItem } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/BlockInfo/Summary.tsx b/packages/page-explorer/src/BlockInfo/Summary.tsx index c6d00732e789..9ecd6ca2c94a 100644 --- a/packages/page-explorer/src/BlockInfo/Summary.tsx +++ b/packages/page-explorer/src/BlockInfo/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyedEvent } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/page-explorer/src/BlockInfo/index.tsx b/packages/page-explorer/src/BlockInfo/index.tsx index 6437edcf181b..3f00f18c07fd 100644 --- a/packages/page-explorer/src/BlockInfo/index.tsx +++ b/packages/page-explorer/src/BlockInfo/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/page-explorer/src/Event.tsx b/packages/page-explorer/src/Event.tsx index 38faa889f355..1541c6e1c9e4 100644 --- a/packages/page-explorer/src/Event.tsx +++ b/packages/page-explorer/src/Event.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { EventRecord } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/Events.tsx b/packages/page-explorer/src/Events.tsx index 011987446841..d9c12391d956 100644 --- a/packages/page-explorer/src/Events.tsx +++ b/packages/page-explorer/src/Events.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyedEvent } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/page-explorer/src/Forks.tsx b/packages/page-explorer/src/Forks.tsx index 48c99939dc26..40c9d489580c 100644 --- a/packages/page-explorer/src/Forks.tsx +++ b/packages/page-explorer/src/Forks.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Header } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/Latency/Chart.tsx b/packages/page-explorer/src/Latency/Chart.tsx index fec81a193b7b..5afaad3cff66 100644 --- a/packages/page-explorer/src/Latency/Chart.tsx +++ b/packages/page-explorer/src/Latency/Chart.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartOptions } from 'chart.js'; diff --git a/packages/page-explorer/src/Latency/index.tsx b/packages/page-explorer/src/Latency/index.tsx index 0ad60948d45b..5df0dd9a31a5 100644 --- a/packages/page-explorer/src/Latency/index.tsx +++ b/packages/page-explorer/src/Latency/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartContents, Detail } from './types.js'; diff --git a/packages/page-explorer/src/Latency/types.ts b/packages/page-explorer/src/Latency/types.ts index aa42b7348e55..36b24c56cbe0 100644 --- a/packages/page-explorer/src/Latency/types.ts +++ b/packages/page-explorer/src/Latency/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/Latency/useLatency.ts b/packages/page-explorer/src/Latency/useLatency.ts index 09e319ce7895..66a5a0d6813e 100644 --- a/packages/page-explorer/src/Latency/useLatency.ts +++ b/packages/page-explorer/src/Latency/useLatency.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-explorer/src/Main.tsx b/packages/page-explorer/src/Main.tsx index 204df741bbf7..11fa5fb1326f 100644 --- a/packages/page-explorer/src/Main.tsx +++ b/packages/page-explorer/src/Main.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderExtended } from '@polkadot/api-derive/types'; diff --git a/packages/page-explorer/src/NodeInfo/Peers.tsx b/packages/page-explorer/src/NodeInfo/Peers.tsx index 1a342f8743e0..131c0ef4a332 100644 --- a/packages/page-explorer/src/NodeInfo/Peers.tsx +++ b/packages/page-explorer/src/NodeInfo/Peers.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PeerInfo } from '@polkadot/types/interfaces'; diff --git a/packages/page-explorer/src/NodeInfo/Summary.tsx b/packages/page-explorer/src/NodeInfo/Summary.tsx index 2447d13eef8f..a03179fac79a 100644 --- a/packages/page-explorer/src/NodeInfo/Summary.tsx +++ b/packages/page-explorer/src/NodeInfo/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Info } from './types.js'; diff --git a/packages/page-explorer/src/NodeInfo/index.tsx b/packages/page-explorer/src/NodeInfo/index.tsx index 31a69b29cb9d..ad10a307699b 100644 --- a/packages/page-explorer/src/NodeInfo/index.tsx +++ b/packages/page-explorer/src/NodeInfo/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-explorer/src/NodeInfo/types.ts b/packages/page-explorer/src/NodeInfo/types.ts index c1ef34698c30..8e80386a7c68 100644 --- a/packages/page-explorer/src/NodeInfo/types.ts +++ b/packages/page-explorer/src/NodeInfo/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Vec } from '@polkadot/types'; diff --git a/packages/page-explorer/src/Query.tsx b/packages/page-explorer/src/Query.tsx index e2602df2d737..2c7d9a6885f7 100644 --- a/packages/page-explorer/src/Query.tsx +++ b/packages/page-explorer/src/Query.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-explorer/src/Summary.tsx b/packages/page-explorer/src/Summary.tsx index 0ec6b3a60580..44d1683c7cc4 100644 --- a/packages/page-explorer/src/Summary.tsx +++ b/packages/page-explorer/src/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-explorer/src/SummarySession.tsx b/packages/page-explorer/src/SummarySession.tsx index de9b9e920cd9..bdf7f3b5c3ad 100644 --- a/packages/page-explorer/src/SummarySession.tsx +++ b/packages/page-explorer/src/SummarySession.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-explorer/src/index.tsx b/packages/page-explorer/src/index.tsx index 46a54b0c4fa7..8323d6299fd4 100644 --- a/packages/page-explorer/src/index.tsx +++ b/packages/page-explorer/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TabItem } from '@polkadot/react-components/types'; diff --git a/packages/page-explorer/src/translate.ts b/packages/page-explorer/src/translate.ts index 96735f14cd56..1038f4f1346f 100644 --- a/packages/page-explorer/src/translate.ts +++ b/packages/page-explorer/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-extrinsics/src/Decoded.tsx b/packages/page-extrinsics/src/Decoded.tsx index 2f1834054bf0..4eae339dfbf1 100644 --- a/packages/page-extrinsics/src/Decoded.tsx +++ b/packages/page-extrinsics/src/Decoded.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-extrinsics/src/Decoder.tsx b/packages/page-extrinsics/src/Decoder.tsx index 5964ddb3eb20..cfa2ef841400 100644 --- a/packages/page-extrinsics/src/Decoder.tsx +++ b/packages/page-extrinsics/src/Decoder.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-extrinsics/src/Submission.tsx b/packages/page-extrinsics/src/Submission.tsx index 337352030960..5f287f158533 100644 --- a/packages/page-extrinsics/src/Submission.tsx +++ b/packages/page-extrinsics/src/Submission.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-extrinsics/src/index.tsx b/packages/page-extrinsics/src/index.tsx index 03fec8a2735f..9dfb10dd9b65 100644 --- a/packages/page-extrinsics/src/index.tsx +++ b/packages/page-extrinsics/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props, TabItem } from '@polkadot/react-components/types'; diff --git a/packages/page-extrinsics/src/translate.ts b/packages/page-extrinsics/src/translate.ts index 99da0a055fc2..b5e9ed7dcd69 100644 --- a/packages/page-extrinsics/src/translate.ts +++ b/packages/page-extrinsics/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-extrinsics/src/types.ts b/packages/page-extrinsics/src/types.ts index b4024b636044..ae981d7cdc41 100644 --- a/packages/page-extrinsics/src/types.ts +++ b/packages/page-extrinsics/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-fellowship/src/index.tsx b/packages/page-fellowship/src/index.tsx index 38ee56e38821..842c2255dd78 100644 --- a/packages/page-fellowship/src/index.tsx +++ b/packages/page-fellowship/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-fellowship authors & contributors +// Copyright 2017-2024 @polkadot/app-fellowship authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-fellowship/src/useCounter.ts b/packages/page-fellowship/src/useCounter.ts index c34f5de68766..2d7fba353064 100644 --- a/packages/page-fellowship/src/useCounter.ts +++ b/packages/page-fellowship/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCounterNamed } from '@polkadot/app-referenda/useCounter'; diff --git a/packages/page-files/src/CrustFiles.tsx b/packages/page-files/src/CrustFiles.tsx index c672fef76438..e547df7d9e7c 100644 --- a/packages/page-files/src/CrustFiles.tsx +++ b/packages/page-files/src/CrustFiles.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatusBase } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-files/src/Progress.tsx b/packages/page-files/src/Progress.tsx index 6af9536a9e90..abcc2ce4993b 100644 --- a/packages/page-files/src/Progress.tsx +++ b/packages/page-files/src/Progress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CSSProperties } from 'react'; diff --git a/packages/page-files/src/UploadModal.tsx b/packages/page-files/src/UploadModal.tsx index d28fb2da3813..dad01614cf5b 100644 --- a/packages/page-files/src/UploadModal.tsx +++ b/packages/page-files/src/UploadModal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CancelTokenSource } from 'axios'; diff --git a/packages/page-files/src/hooks.ts b/packages/page-files/src/hooks.ts index 8fe1334a297e..d4dedf7cf6a7 100644 --- a/packages/page-files/src/hooks.ts +++ b/packages/page-files/src/hooks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SaveFile } from './types.js'; diff --git a/packages/page-files/src/index.tsx b/packages/page-files/src/index.tsx index c7b4f66d5e96..d259c196c87e 100644 --- a/packages/page-files/src/index.tsx +++ b/packages/page-files/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyedEvent } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/page-files/src/translate.ts b/packages/page-files/src/translate.ts index bf3f1c739a85..37982b4cdb36 100644 --- a/packages/page-files/src/translate.ts +++ b/packages/page-files/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-files/src/types.ts b/packages/page-files/src/types.ts index 5be543698faf..c81f5d5e50f3 100644 --- a/packages/page-files/src/types.ts +++ b/packages/page-files/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-files authors & contributors +// Copyright 2017-2024 @polkadot/app-files authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface UploadRes { diff --git a/packages/page-gilt/src/Overview/BidAdd.tsx b/packages/page-gilt/src/Overview/BidAdd.tsx index 722f80b50a05..ac24aa47838a 100644 --- a/packages/page-gilt/src/Overview/BidAdd.tsx +++ b/packages/page-gilt/src/Overview/BidAdd.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32, u128 } from '@polkadot/types'; diff --git a/packages/page-gilt/src/Overview/Queue.tsx b/packages/page-gilt/src/Overview/Queue.tsx index d106ba926ffe..0e2bedd50ec8 100644 --- a/packages/page-gilt/src/Overview/Queue.tsx +++ b/packages/page-gilt/src/Overview/Queue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTotal } from './types.js'; diff --git a/packages/page-gilt/src/Overview/Queues.tsx b/packages/page-gilt/src/Overview/Queues.tsx index dbc246af7156..2ea888832c40 100644 --- a/packages/page-gilt/src/Overview/Queues.tsx +++ b/packages/page-gilt/src/Overview/Queues.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTotal } from './types.js'; diff --git a/packages/page-gilt/src/Overview/Summary.tsx b/packages/page-gilt/src/Overview/Summary.tsx index fd51ec209e16..97359858f4b2 100644 --- a/packages/page-gilt/src/Overview/Summary.tsx +++ b/packages/page-gilt/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u128 } from '@polkadot/types'; diff --git a/packages/page-gilt/src/Overview/index.tsx b/packages/page-gilt/src/Overview/index.tsx index 92f5e3c3dba4..938e3b3807ce 100644 --- a/packages/page-gilt/src/Overview/index.tsx +++ b/packages/page-gilt/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/page-gilt/src/Overview/types.ts b/packages/page-gilt/src/Overview/types.ts index 6277f5408dce..9183eee7ae2e 100644 --- a/packages/page-gilt/src/Overview/types.ts +++ b/packages/page-gilt/src/Overview/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActiveGiltsTotal, BalanceOf } from '@polkadot/types/interfaces'; diff --git a/packages/page-gilt/src/Overview/useInfo.ts b/packages/page-gilt/src/Overview/useInfo.ts index db51fe04ea96..7343728fb6c3 100644 --- a/packages/page-gilt/src/Overview/useInfo.ts +++ b/packages/page-gilt/src/Overview/useInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-gilt/src/index.tsx b/packages/page-gilt/src/index.tsx index 7aa9dc8cbc51..8e869b5c414f 100644 --- a/packages/page-gilt/src/index.tsx +++ b/packages/page-gilt/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-gilt/src/translate.ts b/packages/page-gilt/src/translate.ts index c099959721eb..2ed40cce41c2 100644 --- a/packages/page-gilt/src/translate.ts +++ b/packages/page-gilt/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-gilt/src/useProxies.ts b/packages/page-gilt/src/useProxies.ts index 76939c5b671c..de7cb82932e0 100644 --- a/packages/page-gilt/src/useProxies.ts +++ b/packages/page-gilt/src/useProxies.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-gilt authors & contributors +// Copyright 2017-2024 @polkadot/app-gilt authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Vec } from '@polkadot/types'; diff --git a/packages/page-js/src/ActionButtons.tsx b/packages/page-js/src/ActionButtons.tsx index 0f80c0d6d3a8..967ccb0eccf8 100644 --- a/packages/page-js/src/ActionButtons.tsx +++ b/packages/page-js/src/ActionButtons.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-js/src/Output.tsx b/packages/page-js/src/Output.tsx index 4ec0a351dfbc..036d99643e6c 100644 --- a/packages/page-js/src/Output.tsx +++ b/packages/page-js/src/Output.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Log } from './types.js'; diff --git a/packages/page-js/src/Playground.tsx b/packages/page-js/src/Playground.tsx index 4e9fd9bada0d..4e398079917f 100644 --- a/packages/page-js/src/Playground.tsx +++ b/packages/page-js/src/Playground.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-js/src/constants.tsx b/packages/page-js/src/constants.tsx index 539fcce9a16a..fad7aae36037 100644 --- a/packages/page-js/src/constants.tsx +++ b/packages/page-js/src/constants.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StrictLabelProps } from 'semantic-ui-react'; diff --git a/packages/page-js/src/index.tsx b/packages/page-js/src/index.tsx index 4cad37d061b4..2d63c3b8e11a 100644 --- a/packages/page-js/src/index.tsx +++ b/packages/page-js/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-js/src/snippets/consts-examples.ts b/packages/page-js/src/snippets/consts-examples.ts index 20b8363dace7..a1a5973b8154 100644 --- a/packages/page-js/src/snippets/consts-examples.ts +++ b/packages/page-js/src/snippets/consts-examples.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Snippet } from '../types.js'; diff --git a/packages/page-js/src/snippets/extrinsics-examples.ts b/packages/page-js/src/snippets/extrinsics-examples.ts index 99d67f022ac3..7ace604fb0e7 100644 --- a/packages/page-js/src/snippets/extrinsics-examples.ts +++ b/packages/page-js/src/snippets/extrinsics-examples.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Snippet } from '../types.js'; diff --git a/packages/page-js/src/snippets/index.ts b/packages/page-js/src/snippets/index.ts index 9aca59b3c301..033f8f278852 100644 --- a/packages/page-js/src/snippets/index.ts +++ b/packages/page-js/src/snippets/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import { constsStakingParameters } from './consts-examples.js'; diff --git a/packages/page-js/src/snippets/rpc-examples.ts b/packages/page-js/src/snippets/rpc-examples.ts index 1393c59662a2..64e2d0907c87 100644 --- a/packages/page-js/src/snippets/rpc-examples.ts +++ b/packages/page-js/src/snippets/rpc-examples.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Snippet } from '../types.js'; diff --git a/packages/page-js/src/snippets/storage-examples.ts b/packages/page-js/src/snippets/storage-examples.ts index d9795e96c26c..7b1288f9390c 100644 --- a/packages/page-js/src/snippets/storage-examples.ts +++ b/packages/page-js/src/snippets/storage-examples.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StrictLabelProps } from 'semantic-ui-react'; diff --git a/packages/page-js/src/snippets/transfer.ts b/packages/page-js/src/snippets/transfer.ts index 2b613483f5af..e0019f717fd2 100644 --- a/packages/page-js/src/snippets/transfer.ts +++ b/packages/page-js/src/snippets/transfer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 export default `// transfer diff --git a/packages/page-js/src/snippets/wrapping.ts b/packages/page-js/src/snippets/wrapping.ts index 71a1781c7107..e9804cf0b479 100644 --- a/packages/page-js/src/snippets/wrapping.ts +++ b/packages/page-js/src/snippets/wrapping.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 export function makeWrapper (isDevelopment: boolean): string { diff --git a/packages/page-js/src/translate.ts b/packages/page-js/src/translate.ts index 71a8e4060756..757137ca0cf4 100644 --- a/packages/page-js/src/translate.ts +++ b/packages/page-js/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-js/src/types.ts b/packages/page-js/src/types.ts index 1937b075b605..c71b19103e9b 100644 --- a/packages/page-js/src/types.ts +++ b/packages/page-js/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownItemProps, StrictLabelProps } from 'semantic-ui-react'; diff --git a/packages/page-membership/src/index.tsx b/packages/page-membership/src/index.tsx index 0452c0d58913..b97053b42684 100644 --- a/packages/page-membership/src/index.tsx +++ b/packages/page-membership/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-membership authors & contributors +// Copyright 2017-2024 @polkadot/app-membership authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-membership/src/useCounter.ts b/packages/page-membership/src/useCounter.ts index 090b21591c9d..4a82259c93c0 100644 --- a/packages/page-membership/src/useCounter.ts +++ b/packages/page-membership/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-membership authors & contributors +// Copyright 2017-2024 @polkadot/app-membership authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-nfts/src/AccountItems/Item.tsx b/packages/page-nfts/src/AccountItems/Item.tsx index 89201055f4c4..92d33095ade5 100644 --- a/packages/page-nfts/src/AccountItems/Item.tsx +++ b/packages/page-nfts/src/AccountItems/Item.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ItemInfo } from './types.js'; diff --git a/packages/page-nfts/src/AccountItems/index.tsx b/packages/page-nfts/src/AccountItems/index.tsx index ab3bb5107a4e..f4ccc6c8654c 100644 --- a/packages/page-nfts/src/AccountItems/index.tsx +++ b/packages/page-nfts/src/AccountItems/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectionInfo, CollectionInfoComplete } from '../types.js'; diff --git a/packages/page-nfts/src/AccountItems/types.ts b/packages/page-nfts/src/AccountItems/types.ts index 4c9e54294cf0..15ca2b6a814c 100644 --- a/packages/page-nfts/src/AccountItems/types.ts +++ b/packages/page-nfts/src/AccountItems/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/page-nfts/src/AccountItems/useAccountItems.ts b/packages/page-nfts/src/AccountItems/useAccountItems.ts index c762e154b5ae..d98f031dfe55 100644 --- a/packages/page-nfts/src/AccountItems/useAccountItems.ts +++ b/packages/page-nfts/src/AccountItems/useAccountItems.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageKey, u32 } from '@polkadot/types'; diff --git a/packages/page-nfts/src/AccountItems/useItemsInfos.ts b/packages/page-nfts/src/AccountItems/useItemsInfos.ts index 76b829ec8654..6602c973d448 100644 --- a/packages/page-nfts/src/AccountItems/useItemsInfos.ts +++ b/packages/page-nfts/src/AccountItems/useItemsInfos.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-nfts/src/Overview/Collection.tsx b/packages/page-nfts/src/Overview/Collection.tsx index 1ee5bd04d805..1d881b2d5178 100644 --- a/packages/page-nfts/src/Overview/Collection.tsx +++ b/packages/page-nfts/src/Overview/Collection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-nfts/src/Overview/Collections.tsx b/packages/page-nfts/src/Overview/Collections.tsx index 73d49da32624..83f1326b96b7 100644 --- a/packages/page-nfts/src/Overview/Collections.tsx +++ b/packages/page-nfts/src/Overview/Collections.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectionInfo } from '../types.js'; diff --git a/packages/page-nfts/src/Overview/Summary.tsx b/packages/page-nfts/src/Overview/Summary.tsx index 7d42204f41ff..69267118cdd3 100644 --- a/packages/page-nfts/src/Overview/Summary.tsx +++ b/packages/page-nfts/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-nfts/src/Overview/index.tsx b/packages/page-nfts/src/Overview/index.tsx index 6ac2e288f62b..bf52d385d9d3 100644 --- a/packages/page-nfts/src/Overview/index.tsx +++ b/packages/page-nfts/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-nfts/src/index.tsx b/packages/page-nfts/src/index.tsx index 979e9b024d88..322f4faac1c9 100644 --- a/packages/page-nfts/src/index.tsx +++ b/packages/page-nfts/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import '@polkadot/api-augment/substrate'; diff --git a/packages/page-nfts/src/translate.ts b/packages/page-nfts/src/translate.ts index f0d6d835991e..87ec7ced5baa 100644 --- a/packages/page-nfts/src/translate.ts +++ b/packages/page-nfts/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-nfts/src/types.ts b/packages/page-nfts/src/types.ts index 1af6144f82a9..b38640818e97 100644 --- a/packages/page-nfts/src/types.ts +++ b/packages/page-nfts/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/page-nfts/src/useCollectionIds.ts b/packages/page-nfts/src/useCollectionIds.ts index 89b20954f67c..234465c0cda8 100644 --- a/packages/page-nfts/src/useCollectionIds.ts +++ b/packages/page-nfts/src/useCollectionIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-nfts/src/useCollectionInfos.ts b/packages/page-nfts/src/useCollectionInfos.ts index dcc13e8eb0bb..1e493bb5eb98 100644 --- a/packages/page-nfts/src/useCollectionInfos.ts +++ b/packages/page-nfts/src/useCollectionInfos.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nfts authors & contributors +// Copyright 2017-2024 @polkadot/app-nfts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-nis/src/Overview/BidAdd.tsx b/packages/page-nis/src/Overview/BidAdd.tsx index e115ca39da46..a9d2883219da 100644 --- a/packages/page-nis/src/Overview/BidAdd.tsx +++ b/packages/page-nis/src/Overview/BidAdd.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-nis/src/Overview/Queue.tsx b/packages/page-nis/src/Overview/Queue.tsx index 0444283672bf..79d5e109a7bf 100644 --- a/packages/page-nis/src/Overview/Queue.tsx +++ b/packages/page-nis/src/Overview/Queue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTotal } from './types.js'; diff --git a/packages/page-nis/src/Overview/Queues.tsx b/packages/page-nis/src/Overview/Queues.tsx index e79cc147dcdf..efcfb00c4166 100644 --- a/packages/page-nis/src/Overview/Queues.tsx +++ b/packages/page-nis/src/Overview/Queues.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTotal } from './types.js'; diff --git a/packages/page-nis/src/Overview/Summary.tsx b/packages/page-nis/src/Overview/Summary.tsx index 4e21dda75436..933531aa7c47 100644 --- a/packages/page-nis/src/Overview/Summary.tsx +++ b/packages/page-nis/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { NisInfo } from './types.js'; diff --git a/packages/page-nis/src/Overview/index.tsx b/packages/page-nis/src/Overview/index.tsx index 47113692abb3..e0ceef141758 100644 --- a/packages/page-nis/src/Overview/index.tsx +++ b/packages/page-nis/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-nis/src/Overview/types.ts b/packages/page-nis/src/Overview/types.ts index f9b9a8b2782a..8f62bfe22654 100644 --- a/packages/page-nis/src/Overview/types.ts +++ b/packages/page-nis/src/Overview/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32, u128 } from '@polkadot/types'; diff --git a/packages/page-nis/src/Overview/useInfo.ts b/packages/page-nis/src/Overview/useInfo.ts index ac4af7877855..a8936800fb33 100644 --- a/packages/page-nis/src/Overview/useInfo.ts +++ b/packages/page-nis/src/Overview/useInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32, u128 } from '@polkadot/types'; diff --git a/packages/page-nis/src/index.tsx b/packages/page-nis/src/index.tsx index a088d09b4201..7d1c2ad62de7 100644 --- a/packages/page-nis/src/index.tsx +++ b/packages/page-nis/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-nis/src/translate.ts b/packages/page-nis/src/translate.ts index 93d58f30b985..50563ecfef80 100644 --- a/packages/page-nis/src/translate.ts +++ b/packages/page-nis/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-nis/src/useProxies.ts b/packages/page-nis/src/useProxies.ts index 498fd08187a7..93991ce02c52 100644 --- a/packages/page-nis/src/useProxies.ts +++ b/packages/page-nis/src/useProxies.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-nis authors & contributors +// Copyright 2017-2024 @polkadot/app-nis authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Vec } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Auctions/Auction.tsx b/packages/page-parachains/src/Auctions/Auction.tsx index c38afa4ff5e8..7dacb41bf764 100644 --- a/packages/page-parachains/src/Auctions/Auction.tsx +++ b/packages/page-parachains/src/Auctions/Auction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Auctions/Bid.tsx b/packages/page-parachains/src/Auctions/Bid.tsx index b75351c0dc3f..0af90a19a8fc 100644 --- a/packages/page-parachains/src/Auctions/Bid.tsx +++ b/packages/page-parachains/src/Auctions/Bid.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Auctions/Summary.tsx b/packages/page-parachains/src/Auctions/Summary.tsx index ba0c042366f9..76444a96369c 100644 --- a/packages/page-parachains/src/Auctions/Summary.tsx +++ b/packages/page-parachains/src/Auctions/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Auctions/WinRange.tsx b/packages/page-parachains/src/Auctions/WinRange.tsx index a8ce9057f20e..eabc8a739de3 100644 --- a/packages/page-parachains/src/Auctions/WinRange.tsx +++ b/packages/page-parachains/src/Auctions/WinRange.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Auctions/index.tsx b/packages/page-parachains/src/Auctions/index.tsx index 0ce85026c7dd..89c56db58df6 100644 --- a/packages/page-parachains/src/Auctions/index.tsx +++ b/packages/page-parachains/src/Auctions/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AuctionInfo, Campaigns, OwnedId, Winning } from '../types.js'; diff --git a/packages/page-parachains/src/Crowdloan/Contribute.tsx b/packages/page-parachains/src/Crowdloan/Contribute.tsx index 102e8e3e5890..2e665c6d98c7 100644 --- a/packages/page-parachains/src/Crowdloan/Contribute.tsx +++ b/packages/page-parachains/src/Crowdloan/Contribute.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-parachains/src/Crowdloan/Fund.tsx b/packages/page-parachains/src/Crowdloan/Fund.tsx index ed63907bbebd..6696c62519a2 100644 --- a/packages/page-parachains/src/Crowdloan/Fund.tsx +++ b/packages/page-parachains/src/Crowdloan/Fund.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Crowdloan/FundAdd.tsx b/packages/page-parachains/src/Crowdloan/FundAdd.tsx index c20c5376ace1..932e446b7e70 100644 --- a/packages/page-parachains/src/Crowdloan/FundAdd.tsx +++ b/packages/page-parachains/src/Crowdloan/FundAdd.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Crowdloan/Funds.tsx b/packages/page-parachains/src/Crowdloan/Funds.tsx index 0b8447242642..004c6bccc0a6 100644 --- a/packages/page-parachains/src/Crowdloan/Funds.tsx +++ b/packages/page-parachains/src/Crowdloan/Funds.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Crowdloan/Refund.tsx b/packages/page-parachains/src/Crowdloan/Refund.tsx index 5f0ad4b3c8cd..8df1110b8f01 100644 --- a/packages/page-parachains/src/Crowdloan/Refund.tsx +++ b/packages/page-parachains/src/Crowdloan/Refund.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Crowdloan/Summary.tsx b/packages/page-parachains/src/Crowdloan/Summary.tsx index 02fec53f1d62..c33cc812b69a 100644 --- a/packages/page-parachains/src/Crowdloan/Summary.tsx +++ b/packages/page-parachains/src/Crowdloan/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Crowdloan/index.tsx b/packages/page-parachains/src/Crowdloan/index.tsx index d8c7e669c791..b0b9ca4715e3 100644 --- a/packages/page-parachains/src/Crowdloan/index.tsx +++ b/packages/page-parachains/src/Crowdloan/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AuctionInfo, Campaigns, LeasePeriod, OwnedId } from '../types.js'; diff --git a/packages/page-parachains/src/Crowdloan/useContributions.ts b/packages/page-parachains/src/Crowdloan/useContributions.ts index 553def83c8e9..9d59ff14f3e5 100644 --- a/packages/page-parachains/src/Crowdloan/useContributions.ts +++ b/packages/page-parachains/src/Crowdloan/useContributions.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveContributions, DeriveOwnContributions } from '@polkadot/api-derive/types'; diff --git a/packages/page-parachains/src/InputOwner.tsx b/packages/page-parachains/src/InputOwner.tsx index e5f989008cb7..097fae2dfaba 100644 --- a/packages/page-parachains/src/InputOwner.tsx +++ b/packages/page-parachains/src/InputOwner.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OwnedId, OwnerInfo } from './types.js'; diff --git a/packages/page-parachains/src/Overview/LeaseBlocks.tsx b/packages/page-parachains/src/Overview/LeaseBlocks.tsx index 72b3e5dc31bb..fde12964216c 100644 --- a/packages/page-parachains/src/Overview/LeaseBlocks.tsx +++ b/packages/page-parachains/src/Overview/LeaseBlocks.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Overview/Lifecycle.tsx b/packages/page-parachains/src/Overview/Lifecycle.tsx index f6bd68bf0e57..830616a214b4 100644 --- a/packages/page-parachains/src/Overview/Lifecycle.tsx +++ b/packages/page-parachains/src/Overview/Lifecycle.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PolkadotRuntimeParachainsParasParaLifecycle } from '@polkadot/types/lookup'; diff --git a/packages/page-parachains/src/Overview/Parachain.tsx b/packages/page-parachains/src/Overview/Parachain.tsx index 96ad0c4b9417..d7fdb2dc0f19 100644 --- a/packages/page-parachains/src/Overview/Parachain.tsx +++ b/packages/page-parachains/src/Overview/Parachain.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, GroupIndex, ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/ParachainInfo.tsx b/packages/page-parachains/src/Overview/ParachainInfo.tsx index 2d673c164d9e..6fabd38eb35f 100644 --- a/packages/page-parachains/src/Overview/ParachainInfo.tsx +++ b/packages/page-parachains/src/Overview/ParachainInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/Parachains.tsx b/packages/page-parachains/src/Overview/Parachains.tsx index 472b27696000..545a13d0292d 100644 --- a/packages/page-parachains/src/Overview/Parachains.tsx +++ b/packages/page-parachains/src/Overview/Parachains.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/Periods.tsx b/packages/page-parachains/src/Overview/Periods.tsx index 990d9fb25f07..ae11f62db545 100644 --- a/packages/page-parachains/src/Overview/Periods.tsx +++ b/packages/page-parachains/src/Overview/Periods.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Overview/Summary.tsx b/packages/page-parachains/src/Overview/Summary.tsx index 0f9fea53e6c3..8bf62a128406 100644 --- a/packages/page-parachains/src/Overview/Summary.tsx +++ b/packages/page-parachains/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LeasePeriod } from '../types.js'; diff --git a/packages/page-parachains/src/Overview/index.tsx b/packages/page-parachains/src/Overview/index.tsx index cbecb4ce40f3..34981c0b784e 100644 --- a/packages/page-parachains/src/Overview/index.tsx +++ b/packages/page-parachains/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/types.ts b/packages/page-parachains/src/Overview/types.ts index 06afb6cace8c..9acdb5af8d2c 100644 --- a/packages/page-parachains/src/Overview/types.ts +++ b/packages/page-parachains/src/Overview/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, ParaValidatorIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/useChainDetails.ts b/packages/page-parachains/src/Overview/useChainDetails.ts index a9e55ac4919b..6169bea1c638 100644 --- a/packages/page-parachains/src/Overview/useChainDetails.ts +++ b/packages/page-parachains/src/Overview/useChainDetails.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber, Header, ParaId, RuntimeVersion } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Overview/useEvents.ts b/packages/page-parachains/src/Overview/useEvents.ts index 1996dadd624d..b304dd36ae8d 100644 --- a/packages/page-parachains/src/Overview/useEvents.ts +++ b/packages/page-parachains/src/Overview/useEvents.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-parachains/src/Overview/useParaInfo.ts b/packages/page-parachains/src/Overview/useParaInfo.ts index 350cbdf26cef..1fe6f2ba8df1 100644 --- a/packages/page-parachains/src/Overview/useParaInfo.ts +++ b/packages/page-parachains/src/Overview/useParaInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, Vec } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Overview/useValidators.ts b/packages/page-parachains/src/Overview/useValidators.ts index a3142d67e67e..dbc21fd0e848 100644 --- a/packages/page-parachains/src/Overview/useValidators.ts +++ b/packages/page-parachains/src/Overview/useValidators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, CoreAssignment, GroupIndex, ParaId, ParaValidatorIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Parathreads/Actions.tsx b/packages/page-parachains/src/Parathreads/Actions.tsx index b31e69d32606..858f13a8a0e0 100644 --- a/packages/page-parachains/src/Parathreads/Actions.tsx +++ b/packages/page-parachains/src/Parathreads/Actions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Parathreads/Parathread.tsx b/packages/page-parachains/src/Parathreads/Parathread.tsx index 41c29721a98d..b9cd7c3b8666 100644 --- a/packages/page-parachains/src/Parathreads/Parathread.tsx +++ b/packages/page-parachains/src/Parathreads/Parathread.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Parathreads/RegisterId.tsx b/packages/page-parachains/src/Parathreads/RegisterId.tsx index 0b17b43d85b7..2efb2b32152b 100644 --- a/packages/page-parachains/src/Parathreads/RegisterId.tsx +++ b/packages/page-parachains/src/Parathreads/RegisterId.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u128 } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Parathreads/RegisterThread.tsx b/packages/page-parachains/src/Parathreads/RegisterThread.tsx index 4b148f826113..2d5f028a1772 100644 --- a/packages/page-parachains/src/Parathreads/RegisterThread.tsx +++ b/packages/page-parachains/src/Parathreads/RegisterThread.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BalanceOf } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Parathreads/constants.tsx b/packages/page-parachains/src/Parathreads/constants.tsx index f758fa7b540d..ce540997e655 100644 --- a/packages/page-parachains/src/Parathreads/constants.tsx +++ b/packages/page-parachains/src/Parathreads/constants.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import { BN, BN_ONE, BN_THOUSAND } from '@polkadot/util'; diff --git a/packages/page-parachains/src/Parathreads/index.tsx b/packages/page-parachains/src/Parathreads/index.tsx index a4d2f159bd1e..ea16ca0451be 100644 --- a/packages/page-parachains/src/Parathreads/index.tsx +++ b/packages/page-parachains/src/Parathreads/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Parathreads/useParaMap.ts b/packages/page-parachains/src/Parathreads/useParaMap.ts index 8ebe89a72fd1..6fcc28627260 100644 --- a/packages/page-parachains/src/Parathreads/useParaMap.ts +++ b/packages/page-parachains/src/Parathreads/useParaMap.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Parathreads/useThreadInfo.ts b/packages/page-parachains/src/Parathreads/useThreadInfo.ts index a95e2e350e04..53c2942fce62 100644 --- a/packages/page-parachains/src/Parathreads/useThreadInfo.ts +++ b/packages/page-parachains/src/Parathreads/useThreadInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Proposals/Actions.tsx b/packages/page-parachains/src/Proposals/Actions.tsx index cdcf520a1fcf..cec2ac44809d 100644 --- a/packages/page-parachains/src/Proposals/Actions.tsx +++ b/packages/page-parachains/src/Proposals/Actions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-parachains/src/Proposals/Proposal.tsx b/packages/page-parachains/src/Proposals/Proposal.tsx index 48d00dacc2fc..5fe6048cc6b4 100644 --- a/packages/page-parachains/src/Proposals/Proposal.tsx +++ b/packages/page-parachains/src/Proposals/Proposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/Proposals/Proposals.tsx b/packages/page-parachains/src/Proposals/Proposals.tsx index 94e6e71a3dd3..9a3367029bfa 100644 --- a/packages/page-parachains/src/Proposals/Proposals.tsx +++ b/packages/page-parachains/src/Proposals/Proposals.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Proposals as UseProposals } from '../types.js'; diff --git a/packages/page-parachains/src/Proposals/Propose.tsx b/packages/page-parachains/src/Proposals/Propose.tsx index 89f921284c54..09a66dab47c9 100644 --- a/packages/page-parachains/src/Proposals/Propose.tsx +++ b/packages/page-parachains/src/Proposals/Propose.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-parachains/src/Proposals/index.tsx b/packages/page-parachains/src/Proposals/index.tsx index b97f2ad49b49..057990786231 100644 --- a/packages/page-parachains/src/Proposals/index.tsx +++ b/packages/page-parachains/src/Proposals/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Proposals } from '../types.js'; diff --git a/packages/page-parachains/src/Proposals/useProposal.ts b/packages/page-parachains/src/Proposals/useProposal.ts index 37a2a8662de8..f6855149787d 100644 --- a/packages/page-parachains/src/Proposals/useProposal.ts +++ b/packages/page-parachains/src/Proposals/useProposal.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-parachains/src/Teleport.tsx b/packages/page-parachains/src/Teleport.tsx index fcd6853a863c..ad7de09743ed 100644 --- a/packages/page-parachains/src/Teleport.tsx +++ b/packages/page-parachains/src/Teleport.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-parachains/src/constants.ts b/packages/page-parachains/src/constants.ts index 58ea84da04c0..7404c7bacb03 100644 --- a/packages/page-parachains/src/constants.ts +++ b/packages/page-parachains/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import { stringToU8a } from '@polkadot/util'; diff --git a/packages/page-parachains/src/index.tsx b/packages/page-parachains/src/index.tsx index 3c09143cbccd..3f6e6a403213 100644 --- a/packages/page-parachains/src/index.tsx +++ b/packages/page-parachains/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import '@polkadot/api-augment/substrate'; diff --git a/packages/page-parachains/src/translate.ts b/packages/page-parachains/src/translate.ts index 96258992a502..8a20d19661b7 100644 --- a/packages/page-parachains/src/translate.ts +++ b/packages/page-parachains/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-parachains/src/types.ts b/packages/page-parachains/src/types.ts index a7fae1895d8d..3a62e53d54c7 100644 --- a/packages/page-parachains/src/types.ts +++ b/packages/page-parachains/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AuctionIndex, BalanceOf, BlockNumber, LeasePeriodOf, ParachainProposal, ParaId, SessionIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/useActionsQueue.ts b/packages/page-parachains/src/useActionsQueue.ts index 10ca439e55ef..0429a46974d9 100644 --- a/packages/page-parachains/src/useActionsQueue.ts +++ b/packages/page-parachains/src/useActionsQueue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParaId, SessionIndex } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/useAuctionInfo.tsx b/packages/page-parachains/src/useAuctionInfo.tsx index 729041ce4d73..ede24c521f21 100644 --- a/packages/page-parachains/src/useAuctionInfo.tsx +++ b/packages/page-parachains/src/useAuctionInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useFunds.ts b/packages/page-parachains/src/useFunds.ts index ebe177915ba7..6cf997c0662b 100644 --- a/packages/page-parachains/src/useFunds.ts +++ b/packages/page-parachains/src/useFunds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useLeasePeriod.ts b/packages/page-parachains/src/useLeasePeriod.ts index 7d8dece01824..5eb8e5443573 100644 --- a/packages/page-parachains/src/useLeasePeriod.ts +++ b/packages/page-parachains/src/useLeasePeriod.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/page-parachains/src/useLeaseRanges.ts b/packages/page-parachains/src/useLeaseRanges.ts index b4dd62f91275..76e1c3a3d882 100644 --- a/packages/page-parachains/src/useLeaseRanges.ts +++ b/packages/page-parachains/src/useLeaseRanges.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useOwnedIds.ts b/packages/page-parachains/src/useOwnedIds.ts index 52eb5cae5382..8030a73e027b 100644 --- a/packages/page-parachains/src/useOwnedIds.ts +++ b/packages/page-parachains/src/useOwnedIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useProposals.ts b/packages/page-parachains/src/useProposals.ts index cae37647d4c9..a45900bd6ddc 100644 --- a/packages/page-parachains/src/useProposals.ts +++ b/packages/page-parachains/src/useProposals.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageKey } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useUpcomingIds.ts b/packages/page-parachains/src/useUpcomingIds.ts index efe3e54d3460..782428549b84 100644 --- a/packages/page-parachains/src/useUpcomingIds.ts +++ b/packages/page-parachains/src/useUpcomingIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-parachains/src/useWinningData.ts b/packages/page-parachains/src/useWinningData.ts index 269770bc6c19..5aefa6c7cdb6 100644 --- a/packages/page-parachains/src/useWinningData.ts +++ b/packages/page-parachains/src/useWinningData.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-parachains/src/util.ts b/packages/page-parachains/src/util.ts index da6ac3e3e9d8..83eaf8a7f91b 100644 --- a/packages/page-parachains/src/util.ts +++ b/packages/page-parachains/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-parachains authors & contributors +// Copyright 2017-2024 @polkadot/app-parachains authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec } from '@polkadot/types/types'; diff --git a/packages/page-poll/src/index.tsx b/packages/page-poll/src/index.tsx index 9ad9dcca898b..4758e4eea517 100644 --- a/packages/page-poll/src/index.tsx +++ b/packages/page-poll/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-poll authors & contributors +// Copyright 2017-2024 @polkadot/app-poll authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Approvals, Balance, BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/page-poll/src/translate.ts b/packages/page-poll/src/translate.ts index ba562d6a6b35..aa4522988d2a 100644 --- a/packages/page-poll/src/translate.ts +++ b/packages/page-poll/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-poll authors & contributors +// Copyright 2017-2024 @polkadot/app-poll authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-preimages/src/Preimages/Add/Partial.tsx b/packages/page-preimages/src/Preimages/Add/Partial.tsx index e9def7693691..c90af3c6502f 100644 --- a/packages/page-preimages/src/Preimages/Add/Partial.tsx +++ b/packages/page-preimages/src/Preimages/Add/Partial.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-preimages/src/Preimages/Add/index.tsx b/packages/page-preimages/src/Preimages/Add/index.tsx index 4de314e5d552..0532fde3ce37 100644 --- a/packages/page-preimages/src/Preimages/Add/index.tsx +++ b/packages/page-preimages/src/Preimages/Add/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HashState } from './types.js'; diff --git a/packages/page-preimages/src/Preimages/Add/types.ts b/packages/page-preimages/src/Preimages/Add/types.ts index b72863024e2d..e4dec0cade72 100644 --- a/packages/page-preimages/src/Preimages/Add/types.ts +++ b/packages/page-preimages/src/Preimages/Add/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-preimages/src/Preimages/Call.tsx b/packages/page-preimages/src/Preimages/Call.tsx index 72c9dd5b9d83..5e5d2f2dec8c 100644 --- a/packages/page-preimages/src/Preimages/Call.tsx +++ b/packages/page-preimages/src/Preimages/Call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Preimage } from '@polkadot/react-hooks/types'; diff --git a/packages/page-preimages/src/Preimages/Free.tsx b/packages/page-preimages/src/Preimages/Free.tsx index 178aabb29d9f..5d3f3e50859c 100644 --- a/packages/page-preimages/src/Preimages/Free.tsx +++ b/packages/page-preimages/src/Preimages/Free.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Preimage } from '@polkadot/react-hooks/types'; diff --git a/packages/page-preimages/src/Preimages/Hash.tsx b/packages/page-preimages/src/Preimages/Hash.tsx index 730b352790b4..48ff1475e71c 100644 --- a/packages/page-preimages/src/Preimages/Hash.tsx +++ b/packages/page-preimages/src/Preimages/Hash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/page-preimages/src/Preimages/Preimage.tsx b/packages/page-preimages/src/Preimages/Preimage.tsx index 813ec53d50ce..f64ed2699aba 100644 --- a/packages/page-preimages/src/Preimages/Preimage.tsx +++ b/packages/page-preimages/src/Preimages/Preimage.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/page-preimages/src/Preimages/Summary.tsx b/packages/page-preimages/src/Preimages/Summary.tsx index bd2d96ce6867..5b4f450c6eac 100644 --- a/packages/page-preimages/src/Preimages/Summary.tsx +++ b/packages/page-preimages/src/Preimages/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-preimages/src/Preimages/index.tsx b/packages/page-preimages/src/Preimages/index.tsx index 1994f1802467..9a5f1ebd7d8a 100644 --- a/packages/page-preimages/src/Preimages/index.tsx +++ b/packages/page-preimages/src/Preimages/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-preimages/src/index.tsx b/packages/page-preimages/src/index.tsx index ede2998b877e..fa41ee67798a 100644 --- a/packages/page-preimages/src/index.tsx +++ b/packages/page-preimages/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-preimages/src/translate.ts b/packages/page-preimages/src/translate.ts index 589b7bd9b861..d5359f7a61d5 100644 --- a/packages/page-preimages/src/translate.ts +++ b/packages/page-preimages/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-preimages/src/usePreimages.ts b/packages/page-preimages/src/usePreimages.ts index c837c3302544..b555a2db58e2 100644 --- a/packages/page-preimages/src/usePreimages.ts +++ b/packages/page-preimages/src/usePreimages.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-ranked/src/App.tsx b/packages/page-ranked/src/App.tsx index 06d6fea0a3b7..68c2e8222cdd 100644 --- a/packages/page-ranked/src/App.tsx +++ b/packages/page-ranked/src/App.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletColl, PalletPoll } from './types.js'; diff --git a/packages/page-ranked/src/Members/Member.tsx b/packages/page-ranked/src/Members/Member.tsx index 7929bcaa9dee..9055aaa88cbb 100644 --- a/packages/page-ranked/src/Members/Member.tsx +++ b/packages/page-ranked/src/Members/Member.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { FlagColor } from '@polkadot/react-components/types'; diff --git a/packages/page-ranked/src/Members/Summary.tsx b/packages/page-ranked/src/Members/Summary.tsx index 0a73de384e54..595e4b60c845 100644 --- a/packages/page-ranked/src/Members/Summary.tsx +++ b/packages/page-ranked/src/Members/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Member as MemberType } from '../types.js'; diff --git a/packages/page-ranked/src/Members/index.tsx b/packages/page-ranked/src/Members/index.tsx index 725ee098dd22..98637cd484ce 100644 --- a/packages/page-ranked/src/Members/index.tsx +++ b/packages/page-ranked/src/Members/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Member as MemberType } from '../types.js'; diff --git a/packages/page-ranked/src/index.tsx b/packages/page-ranked/src/index.tsx index 816275e182fb..15a14fce1263 100644 --- a/packages/page-ranked/src/index.tsx +++ b/packages/page-ranked/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-ranked/src/translate.ts b/packages/page-ranked/src/translate.ts index 2914f6e7cb8c..cfe52508137a 100644 --- a/packages/page-ranked/src/translate.ts +++ b/packages/page-ranked/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-ranked/src/types.ts b/packages/page-ranked/src/types.ts index bbb056e48a02..d696df4dae05 100644 --- a/packages/page-ranked/src/types.ts +++ b/packages/page-ranked/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletRankedCollectiveMemberRecord } from '@polkadot/types/lookup'; diff --git a/packages/page-ranked/src/useCounter.ts b/packages/page-ranked/src/useCounter.ts index 573835bce9a2..a41af09ef2c8 100644 --- a/packages/page-ranked/src/useCounter.ts +++ b/packages/page-ranked/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-ranked authors & contributors +// Copyright 2017-2024 @polkadot/app-ranked authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCounterNamed } from '@polkadot/app-referenda/useCounter'; diff --git a/packages/page-ranked/src/useMemberIds.ts b/packages/page-ranked/src/useMemberIds.ts index fc1da5352bff..66b5f30392aa 100644 --- a/packages/page-ranked/src/useMemberIds.ts +++ b/packages/page-ranked/src/useMemberIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-ranked/src/useMembers.ts b/packages/page-ranked/src/useMembers.ts index 3a6288c1b6c3..f7516f15ecab 100644 --- a/packages/page-ranked/src/useMembers.ts +++ b/packages/page-ranked/src/useMembers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-referenda/src/Referenda/Delegate/Activity.tsx b/packages/page-referenda/src/Referenda/Delegate/Activity.tsx index 45b0167fd44c..5ce31b433950 100644 --- a/packages/page-referenda/src/Referenda/Delegate/Activity.tsx +++ b/packages/page-referenda/src/Referenda/Delegate/Activity.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferenda, TrackDescription, TrackInfoExt } from '../../types.js'; diff --git a/packages/page-referenda/src/Referenda/Delegate/index.tsx b/packages/page-referenda/src/Referenda/Delegate/index.tsx index abe37677f269..489c6a2f16ff 100644 --- a/packages/page-referenda/src/Referenda/Delegate/index.tsx +++ b/packages/page-referenda/src/Referenda/Delegate/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BatchOptions } from '@polkadot/react-hooks/types'; diff --git a/packages/page-referenda/src/Referenda/Delegate/types.ts b/packages/page-referenda/src/Referenda/Delegate/types.ts index 6bd69870cfae..9b733f26d67e 100644 --- a/packages/page-referenda/src/Referenda/Delegate/types.ts +++ b/packages/page-referenda/src/Referenda/Delegate/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletConvictionVotingVoteVoting } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useActivity.ts b/packages/page-referenda/src/Referenda/Delegate/useActivity.ts index 8d209f80e7cc..9967a5b45e66 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useActivity.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useActivity.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletVote } from '../../types.js'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useActivityAccount.ts b/packages/page-referenda/src/Referenda/Delegate/useActivityAccount.ts index b21b9409511c..5c2915c1344f 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useActivityAccount.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useActivityAccount.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletVote } from '../../types.js'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useActivityFellows.ts b/packages/page-referenda/src/Referenda/Delegate/useActivityFellows.ts index f8a9977b2620..beb947ee49df 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useActivityFellows.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useActivityFellows.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletVote } from '../../types.js'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useActivityNominators.ts b/packages/page-referenda/src/Referenda/Delegate/useActivityNominators.ts index 14416c2692e2..6728d1888604 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useActivityNominators.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useActivityNominators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletVote } from '../../types.js'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useFellows.ts b/packages/page-referenda/src/Referenda/Delegate/useFellows.ts index 2a977d0fb9be..e5bc38defc8b 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useFellows.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useFellows.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageKey } from '@polkadot/types'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useNominators.ts b/packages/page-referenda/src/Referenda/Delegate/useNominators.ts index 5bbef94fee3a..bbd5f7e2e697 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useNominators.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useNominators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useSuperIds.ts b/packages/page-referenda/src/Referenda/Delegate/useSuperIds.ts index fb2aea282f7d..74eeb272c818 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useSuperIds.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useSuperIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useVotingFor.ts b/packages/page-referenda/src/Referenda/Delegate/useVotingFor.ts index e603caa8ad77..47450e2a0451 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useVotingFor.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useVotingFor.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletConvictionVotingVoteVoting } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/Delegate/useVotingLocks.ts b/packages/page-referenda/src/Referenda/Delegate/useVotingLocks.ts index fa50641c18dd..98f5fbeb448e 100644 --- a/packages/page-referenda/src/Referenda/Delegate/useVotingLocks.ts +++ b/packages/page-referenda/src/Referenda/Delegate/useVotingLocks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { INumber } from '@polkadot/types/types'; diff --git a/packages/page-referenda/src/Referenda/Deposits/Place.tsx b/packages/page-referenda/src/Referenda/Deposits/Place.tsx index 697972996ed4..cf498744c1bc 100644 --- a/packages/page-referenda/src/Referenda/Deposits/Place.tsx +++ b/packages/page-referenda/src/Referenda/Deposits/Place.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaTrackInfo } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/Deposits/Refund.tsx b/packages/page-referenda/src/Referenda/Deposits/Refund.tsx index 3d53fd764718..7bbd3b08fa29 100644 --- a/packages/page-referenda/src/Referenda/Deposits/Refund.tsx +++ b/packages/page-referenda/src/Referenda/Deposits/Refund.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Deposits/index.tsx b/packages/page-referenda/src/Referenda/Deposits/index.tsx index 4b196bd5ddb6..1fe9aa51c56a 100644 --- a/packages/page-referenda/src/Referenda/Deposits/index.tsx +++ b/packages/page-referenda/src/Referenda/Deposits/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaDeposit, PalletReferendaTrackInfo } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/Group.tsx b/packages/page-referenda/src/Referenda/Group.tsx index 6932edc47a10..965b2d1a7bbd 100644 --- a/packages/page-referenda/src/Referenda/Group.tsx +++ b/packages/page-referenda/src/Referenda/Group.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/RefEnd.tsx b/packages/page-referenda/src/Referenda/RefEnd.tsx index 165ebac86574..0192adc4db67 100644 --- a/packages/page-referenda/src/Referenda/RefEnd.tsx +++ b/packages/page-referenda/src/Referenda/RefEnd.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/RefKilled.tsx b/packages/page-referenda/src/Referenda/RefKilled.tsx index 76d9baf68793..231cc778f57f 100644 --- a/packages/page-referenda/src/Referenda/RefKilled.tsx +++ b/packages/page-referenda/src/Referenda/RefKilled.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ReferendumProps as Props } from '../types.js'; diff --git a/packages/page-referenda/src/Referenda/RefOngoing.tsx b/packages/page-referenda/src/Referenda/RefOngoing.tsx index ce1933e769c1..0217fcabce35 100644 --- a/packages/page-referenda/src/Referenda/RefOngoing.tsx +++ b/packages/page-referenda/src/Referenda/RefOngoing.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-referenda/src/Referenda/RefTuple.tsx b/packages/page-referenda/src/Referenda/RefTuple.tsx index 12b442174055..b93f15c3da02 100644 --- a/packages/page-referenda/src/Referenda/RefTuple.tsx +++ b/packages/page-referenda/src/Referenda/RefTuple.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaDeposit } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/Referendum.tsx b/packages/page-referenda/src/Referenda/Referendum.tsx index 43b013a91e9e..e4a335162927 100644 --- a/packages/page-referenda/src/Referenda/Referendum.tsx +++ b/packages/page-referenda/src/Referenda/Referendum.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartOptions, ChartTypeRegistry, TooltipItem } from 'chart.js'; diff --git a/packages/page-referenda/src/Referenda/Submit/TrackDropdown.tsx b/packages/page-referenda/src/Referenda/Submit/TrackDropdown.tsx index bbe3e5f8467e..e636e89890bf 100644 --- a/packages/page-referenda/src/Referenda/Submit/TrackDropdown.tsx +++ b/packages/page-referenda/src/Referenda/Submit/TrackDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Submit/index.tsx b/packages/page-referenda/src/Referenda/Submit/index.tsx index 41b58c8b5ad8..164955125123 100644 --- a/packages/page-referenda/src/Referenda/Submit/index.tsx +++ b/packages/page-referenda/src/Referenda/Submit/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RawParam } from '@polkadot/react-params/types'; diff --git a/packages/page-referenda/src/Referenda/Submit/types.ts b/packages/page-referenda/src/Referenda/Submit/types.ts index 592cc7ffdbcf..735896ef7b05 100644 --- a/packages/page-referenda/src/Referenda/Submit/types.ts +++ b/packages/page-referenda/src/Referenda/Submit/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/page-referenda/src/Referenda/Submit/useTrackOptions.tsx b/packages/page-referenda/src/Referenda/Submit/useTrackOptions.tsx index 1f40f2302bf7..2068e8daffb9 100644 --- a/packages/page-referenda/src/Referenda/Submit/useTrackOptions.tsx +++ b/packages/page-referenda/src/Referenda/Submit/useTrackOptions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-referenda/src/Referenda/Summary.tsx b/packages/page-referenda/src/Referenda/Summary.tsx index 75bb5db950fa..e1b471c51ba9 100644 --- a/packages/page-referenda/src/Referenda/Summary.tsx +++ b/packages/page-referenda/src/Referenda/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Vote/VoteAbstain.tsx b/packages/page-referenda/src/Referenda/Vote/VoteAbstain.tsx index 4259cb54551c..4b8da190db5d 100644 --- a/packages/page-referenda/src/Referenda/Vote/VoteAbstain.tsx +++ b/packages/page-referenda/src/Referenda/Vote/VoteAbstain.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Vote/VoteSplit.tsx b/packages/page-referenda/src/Referenda/Vote/VoteSplit.tsx index d543db2992db..5381dd54875e 100644 --- a/packages/page-referenda/src/Referenda/Vote/VoteSplit.tsx +++ b/packages/page-referenda/src/Referenda/Vote/VoteSplit.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Vote/VoteStandard.tsx b/packages/page-referenda/src/Referenda/Vote/VoteStandard.tsx index b311194acf64..3266932a08af 100644 --- a/packages/page-referenda/src/Referenda/Vote/VoteStandard.tsx +++ b/packages/page-referenda/src/Referenda/Vote/VoteStandard.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/Vote/index.tsx b/packages/page-referenda/src/Referenda/Vote/index.tsx index af2e5a45a652..c51dca56eaaa 100644 --- a/packages/page-referenda/src/Referenda/Vote/index.tsx +++ b/packages/page-referenda/src/Referenda/Vote/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-referenda/src/Referenda/Votes.tsx b/packages/page-referenda/src/Referenda/Votes.tsx index 5e870200fe28..c5067dd7cc4e 100644 --- a/packages/page-referenda/src/Referenda/Votes.tsx +++ b/packages/page-referenda/src/Referenda/Votes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletConvictionVotingTally, PalletRankedCollectiveTally, PalletRankedCollectiveVoteRecord } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/Referenda/index.tsx b/packages/page-referenda/src/Referenda/index.tsx index e97d0ab22255..03a44c8c64eb 100644 --- a/packages/page-referenda/src/Referenda/index.tsx +++ b/packages/page-referenda/src/Referenda/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/types.ts b/packages/page-referenda/src/Referenda/types.ts index d3538f632be7..287bb623c7fb 100644 --- a/packages/page-referenda/src/Referenda/types.ts +++ b/packages/page-referenda/src/Referenda/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-referenda/src/Referenda/useVotes.ts b/packages/page-referenda/src/Referenda/useVotes.ts index 94dbe7c768bb..5f3ba485a558 100644 --- a/packages/page-referenda/src/Referenda/useVotes.ts +++ b/packages/page-referenda/src/Referenda/useVotes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-referenda/src/Referenda/util.ts b/packages/page-referenda/src/Referenda/util.ts index 44b61887d159..56a4838978c2 100644 --- a/packages/page-referenda/src/Referenda/util.ts +++ b/packages/page-referenda/src/Referenda/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaDeposit } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/index.tsx b/packages/page-referenda/src/index.tsx index 58e200982a5a..419da4228ee2 100644 --- a/packages/page-referenda/src/index.tsx +++ b/packages/page-referenda/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-referenda/src/translate.ts b/packages/page-referenda/src/translate.ts index 2656b8d9e673..f985ca3b2a69 100644 --- a/packages/page-referenda/src/translate.ts +++ b/packages/page-referenda/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-referenda/src/types.ts b/packages/page-referenda/src/types.ts index 1d604289acd0..7e54b4fd12e8 100644 --- a/packages/page-referenda/src/types.ts +++ b/packages/page-referenda/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaReferendumInfoConvictionVotingTally, PalletReferendaReferendumInfoRankedCollectiveTally, PalletReferendaTrackInfo } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/useAccountLocks.ts b/packages/page-referenda/src/useAccountLocks.ts index 15e9893749ec..370d09e059fd 100644 --- a/packages/page-referenda/src/useAccountLocks.ts +++ b/packages/page-referenda/src/useAccountLocks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-referenda/src/useCounter.ts b/packages/page-referenda/src/useCounter.ts index be508f39a8de..2d1215bd70d5 100644 --- a/packages/page-referenda/src/useCounter.ts +++ b/packages/page-referenda/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferenda } from './types.js'; diff --git a/packages/page-referenda/src/useReferenda.ts b/packages/page-referenda/src/useReferenda.ts index 96d4cd07654a..0d82bfca0b6a 100644 --- a/packages/page-referenda/src/useReferenda.ts +++ b/packages/page-referenda/src/useReferenda.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-referenda/src/useReferendaIds.ts b/packages/page-referenda/src/useReferendaIds.ts index 2d630a1badba..df7e5c9d1e6e 100644 --- a/packages/page-referenda/src/useReferendaIds.ts +++ b/packages/page-referenda/src/useReferendaIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-referenda/src/useSummary.ts b/packages/page-referenda/src/useSummary.ts index e5f55cc6a5ba..52617a2a395b 100644 --- a/packages/page-referenda/src/useSummary.ts +++ b/packages/page-referenda/src/useSummary.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-referenda/src/useTracks.ts b/packages/page-referenda/src/useTracks.ts index 843485619bd8..9be0441122a8 100644 --- a/packages/page-referenda/src/useTracks.ts +++ b/packages/page-referenda/src/useTracks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletReferendaTrackInfo } from '@polkadot/types/lookup'; diff --git a/packages/page-referenda/src/util.spec.ts b/packages/page-referenda/src/util.spec.ts index 960097e9c2b8..97d6771d8842 100644 --- a/packages/page-referenda/src/util.spec.ts +++ b/packages/page-referenda/src/util.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/page-referenda/src/util.ts b/packages/page-referenda/src/util.ts index 55fdf89d7296..12f6468c4d64 100644 --- a/packages/page-referenda/src/util.ts +++ b/packages/page-referenda/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-referenda authors & contributors +// Copyright 2017-2024 @polkadot/app-referenda authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-rpc/src/Rpc/Account.tsx b/packages/page-rpc/src/Rpc/Account.tsx index 09aa6b2749f4..98228571083a 100644 --- a/packages/page-rpc/src/Rpc/Account.tsx +++ b/packages/page-rpc/src/Rpc/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-rpc/src/Rpc/Results.tsx b/packages/page-rpc/src/Rpc/Results.tsx index 2a5c6999d274..e2d1b49c9ef3 100644 --- a/packages/page-rpc/src/Rpc/Results.tsx +++ b/packages/page-rpc/src/Rpc/Results.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTx } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-rpc/src/Rpc/Selection.tsx b/packages/page-rpc/src/Rpc/Selection.tsx index b187c7223a7a..0457a21bb579 100644 --- a/packages/page-rpc/src/Rpc/Selection.tsx +++ b/packages/page-rpc/src/Rpc/Selection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTxRpcAdd } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-rpc/src/Rpc/index.tsx b/packages/page-rpc/src/Rpc/index.tsx index d7a78b6e4d75..9abf6fbc243c 100644 --- a/packages/page-rpc/src/Rpc/index.tsx +++ b/packages/page-rpc/src/Rpc/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-rpc/src/index.tsx b/packages/page-rpc/src/index.tsx index ebaa5661c84a..69b27df4f263 100644 --- a/packages/page-rpc/src/index.tsx +++ b/packages/page-rpc/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-rpc/src/translate.ts b/packages/page-rpc/src/translate.ts index 72af17e08fc3..09d6bd3e0af3 100644 --- a/packages/page-rpc/src/translate.ts +++ b/packages/page-rpc/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-rpc authors & contributors +// Copyright 2017-2024 @polkadot/app-rpc authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-runtime/src/Runtime/Results.tsx b/packages/page-runtime/src/Runtime/Results.tsx index 5b34c0817115..20e0ae61e0f5 100644 --- a/packages/page-runtime/src/Runtime/Results.tsx +++ b/packages/page-runtime/src/Runtime/Results.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Result } from './types.js'; diff --git a/packages/page-runtime/src/Runtime/Selection.tsx b/packages/page-runtime/src/Runtime/Selection.tsx index da7a0f560cdf..0050d130ca89 100644 --- a/packages/page-runtime/src/Runtime/Selection.tsx +++ b/packages/page-runtime/src/Runtime/Selection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParamDef, RawParam } from '@polkadot/react-params/types'; diff --git a/packages/page-runtime/src/Runtime/index.tsx b/packages/page-runtime/src/Runtime/index.tsx index 427a5be3b250..783be0f074f5 100644 --- a/packages/page-runtime/src/Runtime/index.tsx +++ b/packages/page-runtime/src/Runtime/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RawParam } from '@polkadot/react-params/types'; diff --git a/packages/page-runtime/src/Runtime/types.ts b/packages/page-runtime/src/Runtime/types.ts index d3f53d10831d..91a5374e4841 100644 --- a/packages/page-runtime/src/Runtime/types.ts +++ b/packages/page-runtime/src/Runtime/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec, DefinitionCallNamed } from '@polkadot/types/types'; diff --git a/packages/page-runtime/src/index.tsx b/packages/page-runtime/src/index.tsx index ff1eb2ec8a72..9789025d4a4b 100644 --- a/packages/page-runtime/src/index.tsx +++ b/packages/page-runtime/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-runtime/src/translate.ts b/packages/page-runtime/src/translate.ts index f13e77424eca..149a42d82db3 100644 --- a/packages/page-runtime/src/translate.ts +++ b/packages/page-runtime/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-runtime authors & contributors +// Copyright 2017-2024 @polkadot/app-runtime authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-scheduler/src/DispatchEntry.tsx b/packages/page-scheduler/src/DispatchEntry.tsx index c218a7fad6d6..20509771886a 100644 --- a/packages/page-scheduler/src/DispatchEntry.tsx +++ b/packages/page-scheduler/src/DispatchEntry.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveDispatch } from '@polkadot/api-derive/types'; diff --git a/packages/page-scheduler/src/DispatchQueue.tsx b/packages/page-scheduler/src/DispatchQueue.tsx index 54aee08cad97..514bdd2d37db 100644 --- a/packages/page-scheduler/src/DispatchQueue.tsx +++ b/packages/page-scheduler/src/DispatchQueue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveDispatch } from '@polkadot/api-derive/types'; diff --git a/packages/page-scheduler/src/Scheduled.tsx b/packages/page-scheduler/src/Scheduled.tsx index 92801f7ef41b..7d957d3b0875 100644 --- a/packages/page-scheduler/src/Scheduled.tsx +++ b/packages/page-scheduler/src/Scheduled.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/page-scheduler/src/Scheduler.tsx b/packages/page-scheduler/src/Scheduler.tsx index 67e268028015..ff07dc855036 100644 --- a/packages/page-scheduler/src/Scheduler.tsx +++ b/packages/page-scheduler/src/Scheduler.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-scheduler/src/index.tsx b/packages/page-scheduler/src/index.tsx index 2b2e4eed2840..8d49871ee004 100644 --- a/packages/page-scheduler/src/index.tsx +++ b/packages/page-scheduler/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/page-scheduler/src/translate.ts b/packages/page-scheduler/src/translate.ts index 0599f1f05956..7fb68faaad25 100644 --- a/packages/page-scheduler/src/translate.ts +++ b/packages/page-scheduler/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-scheduler/src/types.ts b/packages/page-scheduler/src/types.ts index 6a3a2145ca2f..f3d2fd4a4c9d 100644 --- a/packages/page-scheduler/src/types.ts +++ b/packages/page-scheduler/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-scheduler authors & contributors +// Copyright 2017-2024 @polkadot/app-scheduler authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bytes, Option } from '@polkadot/types'; diff --git a/packages/page-settings/src/Developer.tsx b/packages/page-settings/src/Developer.tsx index f3ad96959778..abef960d9a94 100644 --- a/packages/page-settings/src/Developer.tsx +++ b/packages/page-settings/src/Developer.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ActionStatus } from '@polkadot/react-components/Status/types'; diff --git a/packages/page-settings/src/General.tsx b/packages/page-settings/src/General.tsx index 20b54c85a187..0d9c129fd400 100644 --- a/packages/page-settings/src/General.tsx +++ b/packages/page-settings/src/General.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/apps-config/settings/types'; diff --git a/packages/page-settings/src/I18n/StringInput.tsx b/packages/page-settings/src/I18n/StringInput.tsx index d02f93475504..96261f93d962 100644 --- a/packages/page-settings/src/I18n/StringInput.tsx +++ b/packages/page-settings/src/I18n/StringInput.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/page-settings/src/I18n/index.tsx b/packages/page-settings/src/I18n/index.tsx index 429e292e8e30..b86e3928802b 100644 --- a/packages/page-settings/src/I18n/index.tsx +++ b/packages/page-settings/src/I18n/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import FileSaver from 'file-saver'; diff --git a/packages/page-settings/src/Metadata/ChainColorIndicator.tsx b/packages/page-settings/src/Metadata/ChainColorIndicator.tsx index 3ac6497d136f..175c29d627a2 100644 --- a/packages/page-settings/src/Metadata/ChainColorIndicator.tsx +++ b/packages/page-settings/src/Metadata/ChainColorIndicator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-settings/src/Metadata/Extensions.tsx b/packages/page-settings/src/Metadata/Extensions.tsx index 63b52689529c..3123071adf24 100644 --- a/packages/page-settings/src/Metadata/Extensions.tsx +++ b/packages/page-settings/src/Metadata/Extensions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChainInfo } from '../types.js'; diff --git a/packages/page-settings/src/Metadata/NetworkSpecs.tsx b/packages/page-settings/src/Metadata/NetworkSpecs.tsx index 88929c3ab8c9..1ea9cf528429 100644 --- a/packages/page-settings/src/Metadata/NetworkSpecs.tsx +++ b/packages/page-settings/src/Metadata/NetworkSpecs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { NetworkSpecsStruct } from '@polkadot/ui-settings/types'; diff --git a/packages/page-settings/src/Metadata/iconOption.tsx b/packages/page-settings/src/Metadata/iconOption.tsx index 73dea930dd41..345fe7d4af3b 100644 --- a/packages/page-settings/src/Metadata/iconOption.tsx +++ b/packages/page-settings/src/Metadata/iconOption.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-settings/src/Metadata/index.tsx b/packages/page-settings/src/Metadata/index.tsx index 41051e91ded0..953d8d96df4a 100644 --- a/packages/page-settings/src/Metadata/index.tsx +++ b/packages/page-settings/src/Metadata/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-settings/src/index.tsx b/packages/page-settings/src/index.tsx index a440eaf1227e..dfbb9a8787df 100644 --- a/packages/page-settings/src/index.tsx +++ b/packages/page-settings/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-settings/src/translate.ts b/packages/page-settings/src/translate.ts index 334264683b89..da6b27db7dc5 100644 --- a/packages/page-settings/src/translate.ts +++ b/packages/page-settings/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-settings/src/types.ts b/packages/page-settings/src/types.ts index 9ad60844a25c..b594feacc6ea 100644 --- a/packages/page-settings/src/types.ts +++ b/packages/page-settings/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { MetadataDef } from '@polkadot/extension-inject/types'; diff --git a/packages/page-settings/src/useChainInfo.ts b/packages/page-settings/src/useChainInfo.ts index caf3360f371e..64d0a3e45eab 100644 --- a/packages/page-settings/src/useChainInfo.ts +++ b/packages/page-settings/src/useChainInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChainInfo } from './types.js'; diff --git a/packages/page-settings/src/useCounter.ts b/packages/page-settings/src/useCounter.ts index 4ac2d9774832..393be142b903 100644 --- a/packages/page-settings/src/useCounter.ts +++ b/packages/page-settings/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createNamedHook } from '@polkadot/react-hooks'; diff --git a/packages/page-settings/src/useExtensions.ts b/packages/page-settings/src/useExtensions.ts index 6073a6f71f1c..f9c820238efb 100644 --- a/packages/page-settings/src/useExtensions.ts +++ b/packages/page-settings/src/useExtensions.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-settings/src/util.tsx b/packages/page-settings/src/util.tsx index 3961f6221a68..4b1aea509a95 100644 --- a/packages/page-settings/src/util.tsx +++ b/packages/page-settings/src/util.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-settings authors & contributors +// Copyright 2017-2024 @polkadot/app-settings authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/apps-config/settings/types'; diff --git a/packages/page-signing/src/Sign.tsx b/packages/page-signing/src/Sign.tsx index 48d2af557e10..937eb017245d 100644 --- a/packages/page-signing/src/Sign.tsx +++ b/packages/page-signing/src/Sign.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-signing authors & contributors +// Copyright 2017-2024 @polkadot/app-signing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Signer } from '@polkadot/api/types'; diff --git a/packages/page-signing/src/Unlock.tsx b/packages/page-signing/src/Unlock.tsx index 273166a505f9..f9c00f6e4e99 100644 --- a/packages/page-signing/src/Unlock.tsx +++ b/packages/page-signing/src/Unlock.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-signing authors & contributors +// Copyright 2017-2024 @polkadot/app-signing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringPair } from '@polkadot/keyring/types'; diff --git a/packages/page-signing/src/Verify.tsx b/packages/page-signing/src/Verify.tsx index 45f4a1657d07..38c1b88b3b3a 100644 --- a/packages/page-signing/src/Verify.tsx +++ b/packages/page-signing/src/Verify.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-signing authors & contributors +// Copyright 2017-2024 @polkadot/app-signing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeypairType } from '@polkadot/util-crypto/types'; diff --git a/packages/page-signing/src/index.tsx b/packages/page-signing/src/index.tsx index 1fa8e79613a5..526188318094 100644 --- a/packages/page-signing/src/index.tsx +++ b/packages/page-signing/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-signing authors & contributors +// Copyright 2017-2024 @polkadot/app-signing authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-signing/src/translate.ts b/packages/page-signing/src/translate.ts index bdf6632b7b90..f350b2a283c3 100644 --- a/packages/page-signing/src/translate.ts +++ b/packages/page-signing/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-signing authors & contributors +// Copyright 2017-2024 @polkadot/app-signing authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-society/src/Candidates/Bid.tsx b/packages/page-society/src/Candidates/Bid.tsx index ebd2768badb7..878817001890 100644 --- a/packages/page-society/src/Candidates/Bid.tsx +++ b/packages/page-society/src/Candidates/Bid.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletSocietyBid } from '@polkadot/types/lookup'; diff --git a/packages/page-society/src/Candidates/BidNew.tsx b/packages/page-society/src/Candidates/BidNew.tsx index de99fdb68d73..be465606df24 100644 --- a/packages/page-society/src/Candidates/BidNew.tsx +++ b/packages/page-society/src/Candidates/BidNew.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-society/src/Candidates/BidType.tsx b/packages/page-society/src/Candidates/BidType.tsx index 54b906c823ee..5a8e4b7d9f83 100644 --- a/packages/page-society/src/Candidates/BidType.tsx +++ b/packages/page-society/src/Candidates/BidType.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletSocietyBidKind } from '@polkadot/types/lookup'; diff --git a/packages/page-society/src/Candidates/Bids.tsx b/packages/page-society/src/Candidates/Bids.tsx index 0b05f455b94d..28f12ec7c210 100644 --- a/packages/page-society/src/Candidates/Bids.tsx +++ b/packages/page-society/src/Candidates/Bids.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletSocietyBid } from '@polkadot/types/lookup'; diff --git a/packages/page-society/src/Candidates/Candidate.tsx b/packages/page-society/src/Candidates/Candidate.tsx index a70ee7bd9bd4..98000e5e6196 100644 --- a/packages/page-society/src/Candidates/Candidate.tsx +++ b/packages/page-society/src/Candidates/Candidate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSocietyCandidate } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Candidates/CandidateVoting.tsx b/packages/page-society/src/Candidates/CandidateVoting.tsx index 1fb33eea939c..bf1a8525835d 100644 --- a/packages/page-society/src/Candidates/CandidateVoting.tsx +++ b/packages/page-society/src/Candidates/CandidateVoting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef, useState } from 'react'; diff --git a/packages/page-society/src/Candidates/Candidates.tsx b/packages/page-society/src/Candidates/Candidates.tsx index 303ca9c51029..07678891f53f 100644 --- a/packages/page-society/src/Candidates/Candidates.tsx +++ b/packages/page-society/src/Candidates/Candidates.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSocietyCandidate } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Candidates/VouchFor.tsx b/packages/page-society/src/Candidates/VouchFor.tsx index 9eda99d3e194..d2ffceabbf42 100644 --- a/packages/page-society/src/Candidates/VouchFor.tsx +++ b/packages/page-society/src/Candidates/VouchFor.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-society/src/Candidates/index.tsx b/packages/page-society/src/Candidates/index.tsx index b43e3851e958..98d467d7c42c 100644 --- a/packages/page-society/src/Candidates/index.tsx +++ b/packages/page-society/src/Candidates/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSocietyCandidate } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Overview/Defender.tsx b/packages/page-society/src/Overview/Defender.tsx index abbb94de0dc0..2f4177a77abd 100644 --- a/packages/page-society/src/Overview/Defender.tsx +++ b/packages/page-society/src/Overview/Defender.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSociety, DeriveSocietyMember } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Overview/DefenderVoting.tsx b/packages/page-society/src/Overview/DefenderVoting.tsx index 4cacafd79658..9c5d08053303 100644 --- a/packages/page-society/src/Overview/DefenderVoting.tsx +++ b/packages/page-society/src/Overview/DefenderVoting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef, useState } from 'react'; diff --git a/packages/page-society/src/Overview/DesignKusama.tsx b/packages/page-society/src/Overview/DesignKusama.tsx index e89e4d1c3814..c9e2826b1996 100644 --- a/packages/page-society/src/Overview/DesignKusama.tsx +++ b/packages/page-society/src/Overview/DesignKusama.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/page-society/src/Overview/Member.tsx b/packages/page-society/src/Overview/Member.tsx index 37e15d98a8a9..2464e1b60144 100644 --- a/packages/page-society/src/Overview/Member.tsx +++ b/packages/page-society/src/Overview/Member.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Balance, BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/page-society/src/Overview/Members.tsx b/packages/page-society/src/Overview/Members.tsx index 51a0cc39d3ef..8462d782547e 100644 --- a/packages/page-society/src/Overview/Members.tsx +++ b/packages/page-society/src/Overview/Members.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { MapMember } from '../types.js'; diff --git a/packages/page-society/src/Overview/Summary.tsx b/packages/page-society/src/Overview/Summary.tsx index 9318ca54a121..3d4c2bbf931f 100644 --- a/packages/page-society/src/Overview/Summary.tsx +++ b/packages/page-society/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSociety } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Overview/Votes.tsx b/packages/page-society/src/Overview/Votes.tsx index 89d06d3f8eaa..d990a008b668 100644 --- a/packages/page-society/src/Overview/Votes.tsx +++ b/packages/page-society/src/Overview/Votes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VoteSplit, VoteType } from '../types.js'; diff --git a/packages/page-society/src/Overview/VotesExpander.tsx b/packages/page-society/src/Overview/VotesExpander.tsx index cbab8fe6ff7f..36d3fc94f99d 100644 --- a/packages/page-society/src/Overview/VotesExpander.tsx +++ b/packages/page-society/src/Overview/VotesExpander.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { VoteType } from '../types.js'; diff --git a/packages/page-society/src/Overview/index.tsx b/packages/page-society/src/Overview/index.tsx index 72cce500d870..9395144e9060 100644 --- a/packages/page-society/src/Overview/index.tsx +++ b/packages/page-society/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSociety } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/Suspended/Suspension.tsx b/packages/page-society/src/Suspended/Suspension.tsx index 0f2a646d953d..1f4983d60fdb 100644 --- a/packages/page-society/src/Suspended/Suspension.tsx +++ b/packages/page-society/src/Suspended/Suspension.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BalanceOf } from '@polkadot/types/interfaces'; diff --git a/packages/page-society/src/Suspended/index.tsx b/packages/page-society/src/Suspended/index.tsx index 057abfe1072a..92d434ba121f 100644 --- a/packages/page-society/src/Suspended/index.tsx +++ b/packages/page-society/src/Suspended/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-society/src/draw/canary.ts b/packages/page-society/src/draw/canary.ts index dc25e90da596..87e09e899d1a 100644 --- a/packages/page-society/src/draw/canary.ts +++ b/packages/page-society/src/draw/canary.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 // Adapted (with permission) from https://www.w3schools.com/code/tryit.asp?filename=GGIGKE2GG7N1 diff --git a/packages/page-society/src/index.tsx b/packages/page-society/src/index.tsx index d8fc64dbe00b..f49481191f68 100644 --- a/packages/page-society/src/index.tsx +++ b/packages/page-society/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSociety, DeriveSocietyMember } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/translate.ts b/packages/page-society/src/translate.ts index e61c34cb5154..eb256313eceb 100644 --- a/packages/page-society/src/translate.ts +++ b/packages/page-society/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-society/src/types.ts b/packages/page-society/src/types.ts index b0689ba84313..8a6a11272dee 100644 --- a/packages/page-society/src/types.ts +++ b/packages/page-society/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSocietyCandidate } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/useCounter.ts b/packages/page-society/src/useCounter.ts index 946b5394f719..b69168e7cd52 100644 --- a/packages/page-society/src/useCounter.ts +++ b/packages/page-society/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bid } from '@polkadot/types/interfaces'; diff --git a/packages/page-society/src/useMembers.ts b/packages/page-society/src/useMembers.ts index 20d4c9ba5cfb..f74c1e0120aa 100644 --- a/packages/page-society/src/useMembers.ts +++ b/packages/page-society/src/useMembers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSocietyMember } from '@polkadot/api-derive/types'; diff --git a/packages/page-society/src/useVoters.ts b/packages/page-society/src/useVoters.ts index c53ed5972b20..cec78dd8b436 100644 --- a/packages/page-society/src/useVoters.ts +++ b/packages/page-society/src/useVoters.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-society authors & contributors +// Copyright 2017-2024 @polkadot/app-society authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Actions/Account/BondExtra.tsx b/packages/page-staking/src/Actions/Account/BondExtra.tsx index 1cf618260b28..c0402da054bf 100644 --- a/packages/page-staking/src/Actions/Account/BondExtra.tsx +++ b/packages/page-staking/src/Actions/Account/BondExtra.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Actions/Account/InjectKeys.tsx b/packages/page-staking/src/Actions/Account/InjectKeys.tsx index 9ff70fff70eb..a1c2dc42b41e 100644 --- a/packages/page-staking/src/Actions/Account/InjectKeys.tsx +++ b/packages/page-staking/src/Actions/Account/InjectKeys.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeypairType } from '@polkadot/util-crypto/types'; diff --git a/packages/page-staking/src/Actions/Account/InputValidateAmount.tsx b/packages/page-staking/src/Actions/Account/InputValidateAmount.tsx index 8be35e901d62..86602466b66f 100644 --- a/packages/page-staking/src/Actions/Account/InputValidateAmount.tsx +++ b/packages/page-staking/src/Actions/Account/InputValidateAmount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/InputValidationController.tsx b/packages/page-staking/src/Actions/Account/InputValidationController.tsx index 3bbd15622ee6..d1e596e6b967 100644 --- a/packages/page-staking/src/Actions/Account/InputValidationController.tsx +++ b/packages/page-staking/src/Actions/Account/InputValidationController.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/InputValidationSessionKey.tsx b/packages/page-staking/src/Actions/Account/InputValidationSessionKey.tsx index 469b8c3239f0..d3773c37bcae 100644 --- a/packages/page-staking/src/Actions/Account/InputValidationSessionKey.tsx +++ b/packages/page-staking/src/Actions/Account/InputValidationSessionKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { I18nProps } from '@polkadot/react-components/types'; diff --git a/packages/page-staking/src/Actions/Account/InputValidationUnstakeThreshold.tsx b/packages/page-staking/src/Actions/Account/InputValidationUnstakeThreshold.tsx index aab38c696fd2..99688d58f549 100644 --- a/packages/page-staking/src/Actions/Account/InputValidationUnstakeThreshold.tsx +++ b/packages/page-staking/src/Actions/Account/InputValidationUnstakeThreshold.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Account/KickNominees.tsx b/packages/page-staking/src/Actions/Account/KickNominees.tsx index e953c84ab1c0..661308b518bc 100644 --- a/packages/page-staking/src/Actions/Account/KickNominees.tsx +++ b/packages/page-staking/src/Actions/Account/KickNominees.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-staking/src/Actions/Account/ListNominees.tsx b/packages/page-staking/src/Actions/Account/ListNominees.tsx index 63c96bd56596..9b5a8045b6e0 100644 --- a/packages/page-staking/src/Actions/Account/ListNominees.tsx +++ b/packages/page-staking/src/Actions/Account/ListNominees.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveEraExposure, DeriveSessionIndexes } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/Nominate.tsx b/packages/page-staking/src/Actions/Account/Nominate.tsx index 207b0ada6e6e..83e1710267f4 100644 --- a/packages/page-staking/src/Actions/Account/Nominate.tsx +++ b/packages/page-staking/src/Actions/Account/Nominate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Account/Rebond.tsx b/packages/page-staking/src/Actions/Account/Rebond.tsx index 1836951ecbb3..bcfcbe0763d3 100644 --- a/packages/page-staking/src/Actions/Account/Rebond.tsx +++ b/packages/page-staking/src/Actions/Account/Rebond.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/SetControllerAccount.tsx b/packages/page-staking/src/Actions/Account/SetControllerAccount.tsx index e8cb1256c285..12022b4e7adf 100644 --- a/packages/page-staking/src/Actions/Account/SetControllerAccount.tsx +++ b/packages/page-staking/src/Actions/Account/SetControllerAccount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo, useState } from 'react'; diff --git a/packages/page-staking/src/Actions/Account/SetRewardDestination.tsx b/packages/page-staking/src/Actions/Account/SetRewardDestination.tsx index 855c99e43223..2006cd3e66f9 100644 --- a/packages/page-staking/src/Actions/Account/SetRewardDestination.tsx +++ b/packages/page-staking/src/Actions/Account/SetRewardDestination.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/SetSessionKey.tsx b/packages/page-staking/src/Actions/Account/SetSessionKey.tsx index 358d8383a9d5..240dec0d0ba8 100644 --- a/packages/page-staking/src/Actions/Account/SetSessionKey.tsx +++ b/packages/page-staking/src/Actions/Account/SetSessionKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo } from '../partials/types.js'; diff --git a/packages/page-staking/src/Actions/Account/Unbond.tsx b/packages/page-staking/src/Actions/Account/Unbond.tsx index 9b8bcb15e50c..fb219493eeef 100644 --- a/packages/page-staking/src/Actions/Account/Unbond.tsx +++ b/packages/page-staking/src/Actions/Account/Unbond.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletStakingStakingLedger } from '@polkadot/types/lookup'; diff --git a/packages/page-staking/src/Actions/Account/Validate.tsx b/packages/page-staking/src/Actions/Account/Validate.tsx index a975561dc6bc..e6a2b150fe3b 100644 --- a/packages/page-staking/src/Actions/Account/Validate.tsx +++ b/packages/page-staking/src/Actions/Account/Validate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Account/WarnBond.tsx b/packages/page-staking/src/Actions/Account/WarnBond.tsx index 13a8d1381337..105c677ef641 100644 --- a/packages/page-staking/src/Actions/Account/WarnBond.tsx +++ b/packages/page-staking/src/Actions/Account/WarnBond.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Account/index.tsx b/packages/page-staking/src/Actions/Account/index.tsx index bb154f22ebc0..90124c431869 100644 --- a/packages/page-staking/src/Actions/Account/index.tsx +++ b/packages/page-staking/src/Actions/Account/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Actions/Accounts.tsx b/packages/page-staking/src/Actions/Accounts.tsx index 910616e15797..2027b27b0e95 100644 --- a/packages/page-staking/src/Actions/Accounts.tsx +++ b/packages/page-staking/src/Actions/Accounts.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StakerState } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/Actions/NewNominator.tsx b/packages/page-staking/src/Actions/NewNominator.tsx index ac128fab1d4b..94e210c352bb 100644 --- a/packages/page-staking/src/Actions/NewNominator.tsx +++ b/packages/page-staking/src/Actions/NewNominator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SortedTargets } from '../types.js'; diff --git a/packages/page-staking/src/Actions/NewStash.tsx b/packages/page-staking/src/Actions/NewStash.tsx index c78e2ce01cbe..2ce64539b1ff 100644 --- a/packages/page-staking/src/Actions/NewStash.tsx +++ b/packages/page-staking/src/Actions/NewStash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BondInfo } from './partials/types.js'; diff --git a/packages/page-staking/src/Actions/NewValidator.tsx b/packages/page-staking/src/Actions/NewValidator.tsx index a16e4daf5b85..7af6ebd785c8 100644 --- a/packages/page-staking/src/Actions/NewValidator.tsx +++ b/packages/page-staking/src/Actions/NewValidator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Pool/Account.tsx b/packages/page-staking/src/Actions/Pool/Account.tsx index 34383496840d..885663b4e86a 100644 --- a/packages/page-staking/src/Actions/Pool/Account.tsx +++ b/packages/page-staking/src/Actions/Pool/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress, DeriveUnlocking } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Pool/BondExtra.tsx b/packages/page-staking/src/Actions/Pool/BondExtra.tsx index 6b2a800021d7..2310be6529d3 100644 --- a/packages/page-staking/src/Actions/Pool/BondExtra.tsx +++ b/packages/page-staking/src/Actions/Pool/BondExtra.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Pool/Unbond.tsx b/packages/page-staking/src/Actions/Pool/Unbond.tsx index 4cbae40806a8..2c12e3261d3f 100644 --- a/packages/page-staking/src/Actions/Pool/Unbond.tsx +++ b/packages/page-staking/src/Actions/Pool/Unbond.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/Pool/index.tsx b/packages/page-staking/src/Actions/Pool/index.tsx index 6b1028cdcdc7..4e03f9b2e7b1 100644 --- a/packages/page-staking/src/Actions/Pool/index.tsx +++ b/packages/page-staking/src/Actions/Pool/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/Pool/types.ts b/packages/page-staking/src/Actions/Pool/types.ts index 94ba8f92205d..5402ccab7135 100644 --- a/packages/page-staking/src/Actions/Pool/types.ts +++ b/packages/page-staking/src/Actions/Pool/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletNominationPoolsPoolMember } from '@polkadot/types/lookup'; diff --git a/packages/page-staking/src/Actions/Pool/useAccountInfo.ts b/packages/page-staking/src/Actions/Pool/useAccountInfo.ts index 9844e77fe47e..b38149096cad 100644 --- a/packages/page-staking/src/Actions/Pool/useAccountInfo.ts +++ b/packages/page-staking/src/Actions/Pool/useAccountInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking/src/Actions/Pools.tsx b/packages/page-staking/src/Actions/Pools.tsx index f776e67b37fc..8e7478078c83 100644 --- a/packages/page-staking/src/Actions/Pools.tsx +++ b/packages/page-staking/src/Actions/Pools.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/destOptions.tsx b/packages/page-staking/src/Actions/destOptions.tsx index 9b77540734b4..8f9820c82332 100644 --- a/packages/page-staking/src/Actions/destOptions.tsx +++ b/packages/page-staking/src/Actions/destOptions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 interface Option { diff --git a/packages/page-staking/src/Actions/index.tsx b/packages/page-staking/src/Actions/index.tsx index 81e057417b48..b4c8a2bda3f9 100644 --- a/packages/page-staking/src/Actions/index.tsx +++ b/packages/page-staking/src/Actions/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import '@polkadot/api-augment'; diff --git a/packages/page-staking/src/Actions/partials/Bond.tsx b/packages/page-staking/src/Actions/partials/Bond.tsx index e1f9a11f9885..f4816b174064 100644 --- a/packages/page-staking/src/Actions/partials/Bond.tsx +++ b/packages/page-staking/src/Actions/partials/Bond.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Actions/partials/Nominate.tsx b/packages/page-staking/src/Actions/partials/Nominate.tsx index ebf286cfa026..599641292aca 100644 --- a/packages/page-staking/src/Actions/partials/Nominate.tsx +++ b/packages/page-staking/src/Actions/partials/Nominate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-staking/src/Actions/partials/PoolInfo.tsx b/packages/page-staking/src/Actions/partials/PoolInfo.tsx index 9c363ebeb702..ab555f1a6898 100644 --- a/packages/page-staking/src/Actions/partials/PoolInfo.tsx +++ b/packages/page-staking/src/Actions/partials/PoolInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Actions/partials/SenderInfo.tsx b/packages/page-staking/src/Actions/partials/SenderInfo.tsx index 736f522d58ea..e8edca9ba4b8 100644 --- a/packages/page-staking/src/Actions/partials/SenderInfo.tsx +++ b/packages/page-staking/src/Actions/partials/SenderInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-staking/src/Actions/partials/SessionKey.tsx b/packages/page-staking/src/Actions/partials/SessionKey.tsx index bcc480becd21..c23f0b7ff3f1 100644 --- a/packages/page-staking/src/Actions/partials/SessionKey.tsx +++ b/packages/page-staking/src/Actions/partials/SessionKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo } from './types.js'; diff --git a/packages/page-staking/src/Actions/partials/Validate.tsx b/packages/page-staking/src/Actions/partials/Validate.tsx index 53995c082031..9bfadded37dd 100644 --- a/packages/page-staking/src/Actions/partials/Validate.tsx +++ b/packages/page-staking/src/Actions/partials/Validate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ValidateInfo } from './types.js'; diff --git a/packages/page-staking/src/Actions/partials/types.ts b/packages/page-staking/src/Actions/partials/types.ts index 2511c881650c..cbef096c95a7 100644 --- a/packages/page-staking/src/Actions/partials/types.ts +++ b/packages/page-staking/src/Actions/partials/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-staking/src/Actions/types.ts b/packages/page-staking/src/Actions/types.ts index dd09e94d2590..30e535f9c603 100644 --- a/packages/page-staking/src/Actions/types.ts +++ b/packages/page-staking/src/Actions/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Balance, UnappliedSlashOther } from '@polkadot/types/interfaces'; diff --git a/packages/page-staking/src/Actions/useInactives.ts b/packages/page-staking/src/Actions/useInactives.ts index 5813c97a0895..e885288f15a4 100644 --- a/packages/page-staking/src/Actions/useInactives.ts +++ b/packages/page-staking/src/Actions/useInactives.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Actions/useSlashingSpans.ts b/packages/page-staking/src/Actions/useSlashingSpans.ts index 97dcf5b5469d..74e9577f3e1b 100644 --- a/packages/page-staking/src/Actions/useSlashingSpans.ts +++ b/packages/page-staking/src/Actions/useSlashingSpans.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking/src/Actions/useUnbondDuration.ts b/packages/page-staking/src/Actions/useUnbondDuration.ts index 3867734f574d..1c12688168b3 100644 --- a/packages/page-staking/src/Actions/useUnbondDuration.ts +++ b/packages/page-staking/src/Actions/useUnbondDuration.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionInfo } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Bags/Bag.tsx b/packages/page-staking/src/Bags/Bag.tsx index cb2f1cd4d5eb..fcf09ad64087 100644 --- a/packages/page-staking/src/Bags/Bag.tsx +++ b/packages/page-staking/src/Bags/Bag.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId32 } from '@polkadot/types/interfaces'; diff --git a/packages/page-staking/src/Bags/Rebag.tsx b/packages/page-staking/src/Bags/Rebag.tsx index 97b3ccc12e41..6d9b79d6d5fb 100644 --- a/packages/page-staking/src/Bags/Rebag.tsx +++ b/packages/page-staking/src/Bags/Rebag.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Bags/Stash.tsx b/packages/page-staking/src/Bags/Stash.tsx index 584838f21c83..5119ee9a608e 100644 --- a/packages/page-staking/src/Bags/Stash.tsx +++ b/packages/page-staking/src/Bags/Stash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Bags/Summary.tsx b/packages/page-staking/src/Bags/Summary.tsx index 059debcd04be..7810da9372bd 100644 --- a/packages/page-staking/src/Bags/Summary.tsx +++ b/packages/page-staking/src/Bags/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Bags/index.tsx b/packages/page-staking/src/Bags/index.tsx index b0ed8e99519f..3b66bc294ff6 100644 --- a/packages/page-staking/src/Bags/index.tsx +++ b/packages/page-staking/src/Bags/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StakerState } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/Bags/types.ts b/packages/page-staking/src/Bags/types.ts index 22236925e0ac..e317f91e6e16 100644 --- a/packages/page-staking/src/Bags/types.ts +++ b/packages/page-staking/src/Bags/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletBagsListListBag, PalletBagsListListNode } from '@polkadot/types/lookup'; diff --git a/packages/page-staking/src/Bags/useBagEntries.tsx b/packages/page-staking/src/Bags/useBagEntries.tsx index 5df74b9b5608..794893a2d1a2 100644 --- a/packages/page-staking/src/Bags/useBagEntries.tsx +++ b/packages/page-staking/src/Bags/useBagEntries.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking/src/Bags/useBagsList.ts b/packages/page-staking/src/Bags/useBagsList.ts index 6a56eeb4b271..e75bc2eb5e6d 100644 --- a/packages/page-staking/src/Bags/useBagsList.ts +++ b/packages/page-staking/src/Bags/useBagsList.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey, u64 } from '@polkadot/types'; diff --git a/packages/page-staking/src/Bags/useBagsNodes.tsx b/packages/page-staking/src/Bags/useBagsNodes.tsx index 7cccf60fb7ef..4a73827e2fec 100644 --- a/packages/page-staking/src/Bags/useBagsNodes.tsx +++ b/packages/page-staking/src/Bags/useBagsNodes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking/src/Bags/useBonded.ts b/packages/page-staking/src/Bags/useBonded.ts index f99e200a0af4..c75346e5c8ac 100644 --- a/packages/page-staking/src/Bags/useBonded.ts +++ b/packages/page-staking/src/Bags/useBonded.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Bags/useQueryModule.ts b/packages/page-staking/src/Bags/useQueryModule.ts index 18a3a00b928f..cddccaac41c4 100644 --- a/packages/page-staking/src/Bags/useQueryModule.ts +++ b/packages/page-staking/src/Bags/useQueryModule.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AugmentedQueries } from '@polkadot/api-base/types'; diff --git a/packages/page-staking/src/ElectionBanner.tsx b/packages/page-staking/src/ElectionBanner.tsx index 139e35a08517..21e37980c0b5 100644 --- a/packages/page-staking/src/ElectionBanner.tsx +++ b/packages/page-staking/src/ElectionBanner.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-staking/src/Filtering.tsx b/packages/page-staking/src/Filtering.tsx index f832bcad735c..a1c6b197d3d1 100644 --- a/packages/page-staking/src/Filtering.tsx +++ b/packages/page-staking/src/Filtering.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import queryString from 'query-string'; diff --git a/packages/page-staking/src/MaxBadge.tsx b/packages/page-staking/src/MaxBadge.tsx index a9b42e956b2b..e0a846f8d08e 100644 --- a/packages/page-staking/src/MaxBadge.tsx +++ b/packages/page-staking/src/MaxBadge.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-staking/src/Payouts/PayButton.tsx b/packages/page-staking/src/Payouts/PayButton.tsx index aa0a7d582cd6..1a483812a596 100644 --- a/packages/page-staking/src/Payouts/PayButton.tsx +++ b/packages/page-staking/src/Payouts/PayButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Payouts/Stash.tsx b/packages/page-staking/src/Payouts/Stash.tsx index 4487ad124783..16902f7794f0 100644 --- a/packages/page-staking/src/Payouts/Stash.tsx +++ b/packages/page-staking/src/Payouts/Stash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Payouts/Validator.tsx b/packages/page-staking/src/Payouts/Validator.tsx index 27263bc158cb..729000dcdfae 100644 --- a/packages/page-staking/src/Payouts/Validator.tsx +++ b/packages/page-staking/src/Payouts/Validator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Payouts/index.tsx b/packages/page-staking/src/Payouts/index.tsx index 46613b4e4961..760ad72844e6 100644 --- a/packages/page-staking/src/Payouts/index.tsx +++ b/packages/page-staking/src/Payouts/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakerReward } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Payouts/types.ts b/packages/page-staking/src/Payouts/types.ts index 6623514c226a..caaf44612757 100644 --- a/packages/page-staking/src/Payouts/types.ts +++ b/packages/page-staking/src/Payouts/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakerReward } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Payouts/useEraBlocks.ts b/packages/page-staking/src/Payouts/useEraBlocks.ts index 1cd71747c52f..7a97830bcf9c 100644 --- a/packages/page-staking/src/Payouts/useEraBlocks.ts +++ b/packages/page-staking/src/Payouts/useEraBlocks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Payouts/util.tsx b/packages/page-staking/src/Payouts/util.tsx index ee00736822a4..e6db76769ea7 100644 --- a/packages/page-staking/src/Payouts/util.tsx +++ b/packages/page-staking/src/Payouts/util.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Query/Chart.tsx b/packages/page-staking/src/Query/Chart.tsx index 280bdf29b1d7..afd550cad8f8 100644 --- a/packages/page-staking/src/Query/Chart.tsx +++ b/packages/page-staking/src/Query/Chart.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LineData } from './types.js'; diff --git a/packages/page-staking/src/Query/ChartPoints.tsx b/packages/page-staking/src/Query/ChartPoints.tsx index 9e1a6656334d..390fba16106b 100644 --- a/packages/page-staking/src/Query/ChartPoints.tsx +++ b/packages/page-staking/src/Query/ChartPoints.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakerPoints } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Query/ChartPrefs.tsx b/packages/page-staking/src/Query/ChartPrefs.tsx index e78e5d3581dd..9c30f7bc6beb 100644 --- a/packages/page-staking/src/Query/ChartPrefs.tsx +++ b/packages/page-staking/src/Query/ChartPrefs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakerPrefs } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Query/ChartRewards.tsx b/packages/page-staking/src/Query/ChartRewards.tsx index e91d2b164af2..f43eaf6928a1 100644 --- a/packages/page-staking/src/Query/ChartRewards.tsx +++ b/packages/page-staking/src/Query/ChartRewards.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveEraRewards, DeriveOwnSlashes, DeriveStakerPoints } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Query/ChartStake.tsx b/packages/page-staking/src/Query/ChartStake.tsx index 502a2ab4df9a..393215ba0246 100644 --- a/packages/page-staking/src/Query/ChartStake.tsx +++ b/packages/page-staking/src/Query/ChartStake.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveOwnExposure } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Query/Validator.tsx b/packages/page-staking/src/Query/Validator.tsx index 0cf8ba126400..32a616872da5 100644 --- a/packages/page-staking/src/Query/Validator.tsx +++ b/packages/page-staking/src/Query/Validator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from './types.js'; diff --git a/packages/page-staking/src/Query/index.tsx b/packages/page-staking/src/Query/index.tsx index 7741ffc08eca..3040c1cee228 100644 --- a/packages/page-staking/src/Query/index.tsx +++ b/packages/page-staking/src/Query/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { INumber } from '@polkadot/types/types'; diff --git a/packages/page-staking/src/Query/types.ts b/packages/page-staking/src/Query/types.ts index 0c2be68410c0..a35bc163c9d7 100644 --- a/packages/page-staking/src/Query/types.ts +++ b/packages/page-staking/src/Query/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Query/useBlockCounts.tsx b/packages/page-staking/src/Query/useBlockCounts.tsx index 5afac9a56c00..daefe2fa4a90 100644 --- a/packages/page-staking/src/Query/useBlockCounts.tsx +++ b/packages/page-staking/src/Query/useBlockCounts.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionIndexes } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Query/util.ts b/packages/page-staking/src/Query/util.ts index 87e64ad7bcf6..280b6cd3312c 100644 --- a/packages/page-staking/src/Query/util.ts +++ b/packages/page-staking/src/Query/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Slashes/Era.tsx b/packages/page-staking/src/Slashes/Era.tsx index bd81f1f8890c..8928e404c8bc 100644 --- a/packages/page-staking/src/Slashes/Era.tsx +++ b/packages/page-staking/src/Slashes/Era.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-staking/src/Slashes/Row.tsx b/packages/page-staking/src/Slashes/Row.tsx index 38ece2996046..767362af8615 100644 --- a/packages/page-staking/src/Slashes/Row.tsx +++ b/packages/page-staking/src/Slashes/Row.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Slash } from './types.js'; diff --git a/packages/page-staking/src/Slashes/Summary.tsx b/packages/page-staking/src/Slashes/Summary.tsx index 290b475540c1..e6050f0755e4 100644 --- a/packages/page-staking/src/Slashes/Summary.tsx +++ b/packages/page-staking/src/Slashes/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Slashes/index.tsx b/packages/page-staking/src/Slashes/index.tsx index 1955eb56f1d5..89141ace4d49 100644 --- a/packages/page-staking/src/Slashes/index.tsx +++ b/packages/page-staking/src/Slashes/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StakerState } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/Slashes/types.ts b/packages/page-staking/src/Slashes/types.ts index 741de29efc88..74bc3e3fa4d3 100644 --- a/packages/page-staking/src/Slashes/types.ts +++ b/packages/page-staking/src/Slashes/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { UnappliedSlash } from '@polkadot/types/interfaces'; diff --git a/packages/page-staking/src/Targets/Nominate.tsx b/packages/page-staking/src/Targets/Nominate.tsx index bf471c904ec3..d5f589878c7d 100644 --- a/packages/page-staking/src/Targets/Nominate.tsx +++ b/packages/page-staking/src/Targets/Nominate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StakerState } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/Targets/Summary.tsx b/packages/page-staking/src/Targets/Summary.tsx index 0c9b5cdbec64..7eb94df624b4 100644 --- a/packages/page-staking/src/Targets/Summary.tsx +++ b/packages/page-staking/src/Targets/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking/src/Targets/Validator.tsx b/packages/page-staking/src/Targets/Validator.tsx index 2ffc210551c2..6a4f09be6618 100644 --- a/packages/page-staking/src/Targets/Validator.tsx +++ b/packages/page-staking/src/Targets/Validator.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { UnappliedSlash } from '@polkadot/types/interfaces'; diff --git a/packages/page-staking/src/Targets/index.tsx b/packages/page-staking/src/Targets/index.tsx index 78385a34618c..4de3db8f3735 100644 --- a/packages/page-staking/src/Targets/index.tsx +++ b/packages/page-staking/src/Targets/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveHasIdentity, DeriveStakingOverview } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Targets/useOwnNominators.ts b/packages/page-staking/src/Targets/useOwnNominators.ts index e7c74bebbeaf..1082217b7183 100644 --- a/packages/page-staking/src/Targets/useOwnNominators.ts +++ b/packages/page-staking/src/Targets/useOwnNominators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StakerState } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/Validators/ActionsBanner.tsx b/packages/page-staking/src/Validators/ActionsBanner.tsx index 75225fac2cf7..a51e6d7a383d 100644 --- a/packages/page-staking/src/Validators/ActionsBanner.tsx +++ b/packages/page-staking/src/Validators/ActionsBanner.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-staking/src/Validators/Address/NominatedBy.tsx b/packages/page-staking/src/Validators/Address/NominatedBy.tsx index 500c355e0d12..ef8b2cde5e60 100644 --- a/packages/page-staking/src/Validators/Address/NominatedBy.tsx +++ b/packages/page-staking/src/Validators/Address/NominatedBy.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Validators/Address/StakeOther.tsx b/packages/page-staking/src/Validators/Address/StakeOther.tsx index f0f909f1769b..8a87eabe8d18 100644 --- a/packages/page-staking/src/Validators/Address/StakeOther.tsx +++ b/packages/page-staking/src/Validators/Address/StakeOther.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-staking/src/Validators/Address/Status.tsx b/packages/page-staking/src/Validators/Address/Status.tsx index 15b5ceea3979..c636d0da2a2a 100644 --- a/packages/page-staking/src/Validators/Address/Status.tsx +++ b/packages/page-staking/src/Validators/Address/Status.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking/src/Validators/Address/index.tsx b/packages/page-staking/src/Validators/Address/index.tsx index 903c4a79bfae..6edc7f65793d 100644 --- a/packages/page-staking/src/Validators/Address/index.tsx +++ b/packages/page-staking/src/Validators/Address/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking/src/Validators/Address/types.ts b/packages/page-staking/src/Validators/Address/types.ts index 07f6abd15820..50469c300ec7 100644 --- a/packages/page-staking/src/Validators/Address/types.ts +++ b/packages/page-staking/src/Validators/Address/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Balance } from '@polkadot/types/interfaces'; diff --git a/packages/page-staking/src/Validators/CurrentList.tsx b/packages/page-staking/src/Validators/CurrentList.tsx index 4d43f3872551..cec49ad014c8 100644 --- a/packages/page-staking/src/Validators/CurrentList.tsx +++ b/packages/page-staking/src/Validators/CurrentList.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveHeartbeats, DeriveStakingOverview } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Validators/Summary.tsx b/packages/page-staking/src/Validators/Summary.tsx index 05727b809855..0ac8762664cd 100644 --- a/packages/page-staking/src/Validators/Summary.tsx +++ b/packages/page-staking/src/Validators/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingOverview } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Validators/index.tsx b/packages/page-staking/src/Validators/index.tsx index 83b4378357f4..20c7fd86d0a9 100644 --- a/packages/page-staking/src/Validators/index.tsx +++ b/packages/page-staking/src/Validators/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveHeartbeats, DeriveStakingOverview } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/Validators/types.ts b/packages/page-staking/src/Validators/types.ts index ea45c534d721..96fc625a0d79 100644 --- a/packages/page-staking/src/Validators/types.ts +++ b/packages/page-staking/src/Validators/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface AddressDetails { diff --git a/packages/page-staking/src/constants.ts b/packages/page-staking/src/constants.ts index 56112239398e..d7a7eb5e3f8c 100644 --- a/packages/page-staking/src/constants.ts +++ b/packages/page-staking/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 export const MAX_NOMINATIONS = 16; diff --git a/packages/page-staking/src/index.tsx b/packages/page-staking/src/index.tsx index fb54a705adc0..1d8454adf07e 100644 --- a/packages/page-staking/src/index.tsx +++ b/packages/page-staking/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingOverview } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/translate.ts b/packages/page-staking/src/translate.ts index 657dec4c9ca2..94b515d8b4e3 100644 --- a/packages/page-staking/src/translate.ts +++ b/packages/page-staking/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-staking/src/types.ts b/packages/page-staking/src/types.ts index 60c436cc9f5c..5cef27468264 100644 --- a/packages/page-staking/src/types.ts +++ b/packages/page-staking/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Inflation } from '@polkadot/react-hooks/types'; diff --git a/packages/page-staking/src/useIdentities.ts b/packages/page-staking/src/useIdentities.ts index e475213f0cde..342be563d91d 100644 --- a/packages/page-staking/src/useIdentities.ts +++ b/packages/page-staking/src/useIdentities.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveHasIdentity } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking/src/useNominations.ts b/packages/page-staking/src/useNominations.ts index c9838bfccb42..f4e6b3cce8a3 100644 --- a/packages/page-staking/src/useNominations.ts +++ b/packages/page-staking/src/useNominations.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, StorageKey } from '@polkadot/types'; diff --git a/packages/page-staking/src/useSortedTargets.ts b/packages/page-staking/src/useSortedTargets.ts index 36e6a3ba8452..8bd5f8d62514 100644 --- a/packages/page-staking/src/useSortedTargets.ts +++ b/packages/page-staking/src/useSortedTargets.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking2/src/Legend.tsx b/packages/page-staking2/src/Legend.tsx index cfec9775c483..740b11d6ebbb 100644 --- a/packages/page-staking2/src/Legend.tsx +++ b/packages/page-staking2/src/Legend.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Pools/Create.tsx b/packages/page-staking2/src/Pools/Create.tsx index 6a55af4c6853..446ba2ca2dd0 100644 --- a/packages/page-staking2/src/Pools/Create.tsx +++ b/packages/page-staking2/src/Pools/Create.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Pools/Join.tsx b/packages/page-staking2/src/Pools/Join.tsx index e71d97fdb77b..cc274b702350 100644 --- a/packages/page-staking2/src/Pools/Join.tsx +++ b/packages/page-staking2/src/Pools/Join.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Pools/Pool.tsx b/packages/page-staking2/src/Pools/Pool.tsx index d421e8df73a7..765dd07f0668 100644 --- a/packages/page-staking2/src/Pools/Pool.tsx +++ b/packages/page-staking2/src/Pools/Pool.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Pools/Pools.tsx b/packages/page-staking2/src/Pools/Pools.tsx index 855f21256332..83c2257b30cd 100644 --- a/packages/page-staking2/src/Pools/Pools.tsx +++ b/packages/page-staking2/src/Pools/Pools.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Pools/Summary.tsx b/packages/page-staking2/src/Pools/Summary.tsx index d09fac771316..1f66f5943e38 100644 --- a/packages/page-staking2/src/Pools/Summary.tsx +++ b/packages/page-staking2/src/Pools/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Params } from './types.js'; diff --git a/packages/page-staking2/src/Pools/index.tsx b/packages/page-staking2/src/Pools/index.tsx index b06697b6405e..9242e69d775c 100644 --- a/packages/page-staking2/src/Pools/index.tsx +++ b/packages/page-staking2/src/Pools/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OwnPool } from './types.js'; diff --git a/packages/page-staking2/src/Pools/types.ts b/packages/page-staking2/src/Pools/types.ts index 851bdc24f792..1e4facaa19fe 100644 --- a/packages/page-staking2/src/Pools/types.ts +++ b/packages/page-staking2/src/Pools/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/Pools/useAmountError.ts b/packages/page-staking2/src/Pools/useAmountError.ts index aebdca485461..fb02275fa6aa 100644 --- a/packages/page-staking2/src/Pools/useAmountError.ts +++ b/packages/page-staking2/src/Pools/useAmountError.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-staking2/src/Pools/useMembers.ts b/packages/page-staking2/src/Pools/useMembers.ts index bc4768dfda83..2ba267b07e87 100644 --- a/packages/page-staking2/src/Pools/useMembers.ts +++ b/packages/page-staking2/src/Pools/useMembers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-staking2/src/Pools/useOwnPools.ts b/packages/page-staking2/src/Pools/useOwnPools.ts index 4f94e4cc7c91..fe7fe6dce7fc 100644 --- a/packages/page-staking2/src/Pools/useOwnPools.ts +++ b/packages/page-staking2/src/Pools/useOwnPools.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-staking2/src/Pools/useParams.ts b/packages/page-staking2/src/Pools/useParams.ts index 1e494edbfd5a..2127942a2974 100644 --- a/packages/page-staking2/src/Pools/useParams.ts +++ b/packages/page-staking2/src/Pools/useParams.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/Pools/usePoolAccounts.ts b/packages/page-staking2/src/Pools/usePoolAccounts.ts index ace3687e75c0..4ecb15af381b 100644 --- a/packages/page-staking2/src/Pools/usePoolAccounts.ts +++ b/packages/page-staking2/src/Pools/usePoolAccounts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-staking2/src/Pools/usePoolIds.ts b/packages/page-staking2/src/Pools/usePoolIds.ts index 2b2aaf80dd54..3c797d733556 100644 --- a/packages/page-staking2/src/Pools/usePoolIds.ts +++ b/packages/page-staking2/src/Pools/usePoolIds.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-staking2/src/Pools/usePoolInfo.ts b/packages/page-staking2/src/Pools/usePoolInfo.ts index f08dbcd6c562..c58713b0a85e 100644 --- a/packages/page-staking2/src/Pools/usePoolInfo.ts +++ b/packages/page-staking2/src/Pools/usePoolInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bytes, Option } from '@polkadot/types'; diff --git a/packages/page-staking2/src/Validators/Active/Entry.tsx b/packages/page-staking2/src/Validators/Active/Entry.tsx index ae53224622d6..16d053494987 100644 --- a/packages/page-staking2/src/Validators/Active/Entry.tsx +++ b/packages/page-staking2/src/Validators/Active/Entry.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo, Validator } from '../../types.js'; diff --git a/packages/page-staking2/src/Validators/Active/Row/Bottom.tsx b/packages/page-staking2/src/Validators/Active/Row/Bottom.tsx index d3aaa23a1a5e..2c821e4c686c 100644 --- a/packages/page-staking2/src/Validators/Active/Row/Bottom.tsx +++ b/packages/page-staking2/src/Validators/Active/Row/Bottom.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-staking2/src/Validators/Active/Row/Middle.tsx b/packages/page-staking2/src/Validators/Active/Row/Middle.tsx index f75740308b25..8d8ac676bfb2 100644 --- a/packages/page-staking2/src/Validators/Active/Row/Middle.tsx +++ b/packages/page-staking2/src/Validators/Active/Row/Middle.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-staking2/src/Validators/Active/Row/Top.tsx b/packages/page-staking2/src/Validators/Active/Row/Top.tsx index 0f2df37a6686..d8771442bd7f 100644 --- a/packages/page-staking2/src/Validators/Active/Row/Top.tsx +++ b/packages/page-staking2/src/Validators/Active/Row/Top.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Validator } from '../../../types.js'; diff --git a/packages/page-staking2/src/Validators/Active/Status.tsx b/packages/page-staking2/src/Validators/Active/Status.tsx index 5fa6c7be59f3..ad5eb26a7486 100644 --- a/packages/page-staking2/src/Validators/Active/Status.tsx +++ b/packages/page-staking2/src/Validators/Active/Status.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Validator } from '../../types.js'; diff --git a/packages/page-staking2/src/Validators/Active/index.tsx b/packages/page-staking2/src/Validators/Active/index.tsx index aaa7da4306d2..be3c1edac82d 100644 --- a/packages/page-staking2/src/Validators/Active/index.tsx +++ b/packages/page-staking2/src/Validators/Active/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo, Validator } from '../../types.js'; diff --git a/packages/page-staking2/src/Validators/Waiting/Entry.tsx b/packages/page-staking2/src/Validators/Waiting/Entry.tsx index f9ded40a423d..8662234ce80c 100644 --- a/packages/page-staking2/src/Validators/Waiting/Entry.tsx +++ b/packages/page-staking2/src/Validators/Waiting/Entry.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Validator } from '../../types.js'; diff --git a/packages/page-staking2/src/Validators/Waiting/index.tsx b/packages/page-staking2/src/Validators/Waiting/index.tsx index b71ccc57fc42..3e76a2e850e5 100644 --- a/packages/page-staking2/src/Validators/Waiting/index.tsx +++ b/packages/page-staking2/src/Validators/Waiting/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo, Validator } from '../../types.js'; diff --git a/packages/page-staking2/src/Validators/index.tsx b/packages/page-staking2/src/Validators/index.tsx index 55a7eab62b53..0bc4ed9eb770 100644 --- a/packages/page-staking2/src/Validators/index.tsx +++ b/packages/page-staking2/src/Validators/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo } from '../types.js'; diff --git a/packages/page-staking2/src/Validators/types.ts b/packages/page-staking2/src/Validators/types.ts index e3eaddce7a68..34875efa899c 100644 --- a/packages/page-staking2/src/Validators/types.ts +++ b/packages/page-staking2/src/Validators/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/Validators/useExposure.ts b/packages/page-staking2/src/Validators/useExposure.ts index 45ec1d0eebeb..6c6722a7dfe7 100644 --- a/packages/page-staking2/src/Validators/useExposure.ts +++ b/packages/page-staking2/src/Validators/useExposure.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletStakingExposure } from '@polkadot/types/lookup'; diff --git a/packages/page-staking2/src/Validators/useHeartbeat.ts b/packages/page-staking2/src/Validators/useHeartbeat.ts index 0ea162144c49..3aed6492d8d4 100644 --- a/packages/page-staking2/src/Validators/useHeartbeat.ts +++ b/packages/page-staking2/src/Validators/useHeartbeat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/Validators/usePoints.ts b/packages/page-staking2/src/Validators/usePoints.ts index 254e47a9e6b0..35c0afe5d560 100644 --- a/packages/page-staking2/src/Validators/usePoints.ts +++ b/packages/page-staking2/src/Validators/usePoints.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletStakingEraRewardPoints } from '@polkadot/types/lookup'; diff --git a/packages/page-staking2/src/constants.ts b/packages/page-staking2/src/constants.ts index 56112239398e..d7a7eb5e3f8c 100644 --- a/packages/page-staking2/src/constants.ts +++ b/packages/page-staking2/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 export const MAX_NOMINATIONS = 16; diff --git a/packages/page-staking2/src/index.tsx b/packages/page-staking2/src/index.tsx index e54e9fb6398c..e3e43689a52d 100644 --- a/packages/page-staking2/src/index.tsx +++ b/packages/page-staking2/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-staking2/src/translate.ts b/packages/page-staking2/src/translate.ts index 657dec4c9ca2..94b515d8b4e3 100644 --- a/packages/page-staking2/src/translate.ts +++ b/packages/page-staking2/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-staking2/src/types.ts b/packages/page-staking2/src/types.ts index 26bead017980..4f48ba51cbd7 100644 --- a/packages/page-staking2/src/types.ts +++ b/packages/page-staking2/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-staking2/src/useCache.ts b/packages/page-staking2/src/useCache.ts index 53f3d4df7d48..8caac556c1b5 100644 --- a/packages/page-staking2/src/useCache.ts +++ b/packages/page-staking2/src/useCache.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect } from 'react'; diff --git a/packages/page-staking2/src/useElectedValidators.ts b/packages/page-staking2/src/useElectedValidators.ts index 40113197b931..b54c16a8d421 100644 --- a/packages/page-staking2/src/useElectedValidators.ts +++ b/packages/page-staking2/src/useElectedValidators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageKey, u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/useSessionInfo.ts b/packages/page-staking2/src/useSessionInfo.ts index 559bbb0f8f09..6ae17a64295d 100644 --- a/packages/page-staking2/src/useSessionInfo.ts +++ b/packages/page-staking2/src/useSessionInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option, u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/useTaggedValidators.ts b/packages/page-staking2/src/useTaggedValidators.ts index cb8a6b2087d3..6419531fd468 100644 --- a/packages/page-staking2/src/useTaggedValidators.ts +++ b/packages/page-staking2/src/useTaggedValidators.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo, Validator } from './types.js'; diff --git a/packages/page-staking2/src/useValidatorsActive.ts b/packages/page-staking2/src/useValidatorsActive.ts index 489814848366..6e0f2d1f4d47 100644 --- a/packages/page-staking2/src/useValidatorsActive.ts +++ b/packages/page-staking2/src/useValidatorsActive.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-staking2/src/useValidatorsAll.ts b/packages/page-staking2/src/useValidatorsAll.ts index 8ced24196866..2b7405056e08 100644 --- a/packages/page-staking2/src/useValidatorsAll.ts +++ b/packages/page-staking2/src/useValidatorsAll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/page-staking2/src/useValidatorsWaiting.ts b/packages/page-staking2/src/useValidatorsWaiting.ts index 214ea29b358a..39b3f33f09a1 100644 --- a/packages/page-staking2/src/useValidatorsWaiting.ts +++ b/packages/page-staking2/src/useValidatorsWaiting.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SessionInfo, Validator } from './types.js'; diff --git a/packages/page-storage/src/Queries.tsx b/packages/page-storage/src/Queries.tsx index 5906288ebe93..0242cbaae7bd 100644 --- a/packages/page-storage/src/Queries.tsx +++ b/packages/page-storage/src/Queries.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryTypes } from './types.js'; diff --git a/packages/page-storage/src/Query.tsx b/packages/page-storage/src/Query.tsx index 1bb4cb57842e..c89f30831d79 100644 --- a/packages/page-storage/src/Query.tsx +++ b/packages/page-storage/src/Query.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/page-storage/src/Selection/Consts.tsx b/packages/page-storage/src/Selection/Consts.tsx index ad340845e085..1c07d3c17f17 100644 --- a/packages/page-storage/src/Selection/Consts.tsx +++ b/packages/page-storage/src/Selection/Consts.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ConstValue } from '@polkadot/react-components/InputConsts/types'; diff --git a/packages/page-storage/src/Selection/Modules.tsx b/packages/page-storage/src/Selection/Modules.tsx index 9b78c7fc8bcf..24cf4a6226d8 100644 --- a/packages/page-storage/src/Selection/Modules.tsx +++ b/packages/page-storage/src/Selection/Modules.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/page-storage/src/Selection/Raw.tsx b/packages/page-storage/src/Selection/Raw.tsx index 042ec601474a..22dbf6b7eefa 100644 --- a/packages/page-storage/src/Selection/Raw.tsx +++ b/packages/page-storage/src/Selection/Raw.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ComponentProps as Props } from '../types.js'; diff --git a/packages/page-storage/src/Selection/index.tsx b/packages/page-storage/src/Selection/index.tsx index 45ec73fd87b2..1c1ab849fca5 100644 --- a/packages/page-storage/src/Selection/index.tsx +++ b/packages/page-storage/src/Selection/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParitalQueryTypes, QueryTypes } from '../types.js'; diff --git a/packages/page-storage/src/index.tsx b/packages/page-storage/src/index.tsx index c44a136396f6..4934de750339 100644 --- a/packages/page-storage/src/index.tsx +++ b/packages/page-storage/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-storage/src/translate.ts b/packages/page-storage/src/translate.ts index 95419d331e17..019bb5055309 100644 --- a/packages/page-storage/src/translate.ts +++ b/packages/page-storage/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-storage/src/types.ts b/packages/page-storage/src/types.ts index 7b3006673b2d..3026cccb9c0d 100644 --- a/packages/page-storage/src/types.ts +++ b/packages/page-storage/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-storage authors & contributors +// Copyright 2017-2024 @polkadot/app-storage authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/page-sudo/src/SetKey.tsx b/packages/page-sudo/src/SetKey.tsx index 6c10c58b67fb..4cc23c0b9a38 100644 --- a/packages/page-sudo/src/SetKey.tsx +++ b/packages/page-sudo/src/SetKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/page-sudo/src/Sudo.tsx b/packages/page-sudo/src/Sudo.tsx index fb4164720013..9dc57c3503f7 100644 --- a/packages/page-sudo/src/Sudo.tsx +++ b/packages/page-sudo/src/Sudo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-sudo/src/index.tsx b/packages/page-sudo/src/index.tsx index f8e9aca53c39..0eca3fc9cc07 100644 --- a/packages/page-sudo/src/index.tsx +++ b/packages/page-sudo/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-js authors & contributors +// Copyright 2017-2024 @polkadot/app-js authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AppProps as Props } from '@polkadot/react-components/types'; diff --git a/packages/page-sudo/src/translate.ts b/packages/page-sudo/src/translate.ts index f864e908db48..9fac01d24e49 100644 --- a/packages/page-sudo/src/translate.ts +++ b/packages/page-sudo/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-sudo authors & contributors +// Copyright 2017-2024 @polkadot/app-sudo authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-sudo/src/types.ts b/packages/page-sudo/src/types.ts index b4ae205d387f..d3f30c827f9e 100644 --- a/packages/page-sudo/src/types.ts +++ b/packages/page-sudo/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 export interface ComponentProps { diff --git a/packages/page-tech-comm/src/App.tsx b/packages/page-tech-comm/src/App.tsx index f63f9a2018b7..7c7e5239c980 100644 --- a/packages/page-tech-comm/src/App.tsx +++ b/packages/page-tech-comm/src/App.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectiveType } from '@polkadot/react-hooks/types'; diff --git a/packages/page-tech-comm/src/Overview/Members.tsx b/packages/page-tech-comm/src/Overview/Members.tsx index f63ad39acaa3..86a558e32053 100644 --- a/packages/page-tech-comm/src/Overview/Members.tsx +++ b/packages/page-tech-comm/src/Overview/Members.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-tech-comm/src/Overview/Summary.tsx b/packages/page-tech-comm/src/Overview/Summary.tsx index 94b395d4e717..67a20793551d 100644 --- a/packages/page-tech-comm/src/Overview/Summary.tsx +++ b/packages/page-tech-comm/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { u32 } from '@polkadot/types'; diff --git a/packages/page-tech-comm/src/Overview/index.tsx b/packages/page-tech-comm/src/Overview/index.tsx index 05e590ac94a3..697195738ffa 100644 --- a/packages/page-tech-comm/src/Overview/index.tsx +++ b/packages/page-tech-comm/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ComponentProps as Props } from '../types.js'; diff --git a/packages/page-tech-comm/src/Proposals/Close.tsx b/packages/page-tech-comm/src/Proposals/Close.tsx index 3c6046753fba..c12f2ca4254e 100644 --- a/packages/page-tech-comm/src/Proposals/Close.tsx +++ b/packages/page-tech-comm/src/Proposals/Close.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectiveType } from '@polkadot/react-hooks/types'; diff --git a/packages/page-tech-comm/src/Proposals/Proposal.tsx b/packages/page-tech-comm/src/Proposals/Proposal.tsx index e5da23a8cedf..ba856ee45e1f 100644 --- a/packages/page-tech-comm/src/Proposals/Proposal.tsx +++ b/packages/page-tech-comm/src/Proposals/Proposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCollectiveProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-tech-comm/src/Proposals/Propose.tsx b/packages/page-tech-comm/src/Proposals/Propose.tsx index 05fbc0e70128..48eaa57f0f42 100644 --- a/packages/page-tech-comm/src/Proposals/Propose.tsx +++ b/packages/page-tech-comm/src/Proposals/Propose.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-tech-comm/src/Proposals/Voting.tsx b/packages/page-tech-comm/src/Proposals/Voting.tsx index bbf94df7bf13..f47609f7eb93 100644 --- a/packages/page-tech-comm/src/Proposals/Voting.tsx +++ b/packages/page-tech-comm/src/Proposals/Voting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectiveType } from '@polkadot/react-hooks/types'; diff --git a/packages/page-tech-comm/src/Proposals/index.tsx b/packages/page-tech-comm/src/Proposals/index.tsx index 38f0386ea26a..4215f9de24d6 100644 --- a/packages/page-tech-comm/src/Proposals/index.tsx +++ b/packages/page-tech-comm/src/Proposals/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-tech-comm/src/index.tsx b/packages/page-tech-comm/src/index.tsx index 86b2db14b82d..09a84e9de163 100644 --- a/packages/page-tech-comm/src/index.tsx +++ b/packages/page-tech-comm/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-tech-comm/src/translate.ts b/packages/page-tech-comm/src/translate.ts index 515c1d3cc03e..cc1128ba1a0f 100644 --- a/packages/page-tech-comm/src/translate.ts +++ b/packages/page-tech-comm/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-tech-comm/src/types.ts b/packages/page-tech-comm/src/types.ts index b1ebe57fb707..a8b34e7b445a 100644 --- a/packages/page-tech-comm/src/types.ts +++ b/packages/page-tech-comm/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectiveType } from '@polkadot/react-hooks/types'; diff --git a/packages/page-tech-comm/src/useCounter.ts b/packages/page-tech-comm/src/useCounter.ts index 1c88ed583fc6..9b841978c8c1 100644 --- a/packages/page-tech-comm/src/useCounter.ts +++ b/packages/page-tech-comm/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-tech-comm authors & contributors +// Copyright 2017-2024 @polkadot/app-tech-comm authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/page-treasury/src/Overview/Council.tsx b/packages/page-treasury/src/Overview/Council.tsx index ed25033f131f..2c45785e413a 100644 --- a/packages/page-treasury/src/Overview/Council.tsx +++ b/packages/page-treasury/src/Overview/Council.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-treasury/src/Overview/Proposal.tsx b/packages/page-treasury/src/Overview/Proposal.tsx index 2b023d447fb6..5e4b8ad13e0a 100644 --- a/packages/page-treasury/src/Overview/Proposal.tsx +++ b/packages/page-treasury/src/Overview/Proposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveTreasuryProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-treasury/src/Overview/ProposalCreate.tsx b/packages/page-treasury/src/Overview/ProposalCreate.tsx index 4c7d8d0409b3..1b1c6ca4bbbe 100644 --- a/packages/page-treasury/src/Overview/ProposalCreate.tsx +++ b/packages/page-treasury/src/Overview/ProposalCreate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-treasury/src/Overview/Proposals.tsx b/packages/page-treasury/src/Overview/Proposals.tsx index edade05aff44..af7ce2582822 100644 --- a/packages/page-treasury/src/Overview/Proposals.tsx +++ b/packages/page-treasury/src/Overview/Proposals.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveTreasuryProposal } from '@polkadot/api-derive/types'; diff --git a/packages/page-treasury/src/Overview/Summary.tsx b/packages/page-treasury/src/Overview/Summary.tsx index 487bed1e7d0e..b56d6fbae08f 100644 --- a/packages/page-treasury/src/Overview/Summary.tsx +++ b/packages/page-treasury/src/Overview/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-treasury/src/Overview/index.tsx b/packages/page-treasury/src/Overview/index.tsx index 58ca0cbfa7a4..5a3c0501abdd 100644 --- a/packages/page-treasury/src/Overview/index.tsx +++ b/packages/page-treasury/src/Overview/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveTreasuryProposals } from '@polkadot/api-derive/types'; diff --git a/packages/page-treasury/src/Tips/Tip.tsx b/packages/page-treasury/src/Tips/Tip.tsx index da513f2dbe03..bde6bf34c136 100644 --- a/packages/page-treasury/src/Tips/Tip.tsx +++ b/packages/page-treasury/src/Tips/Tip.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Balance, BlockNumber, OpenTipTo225 } from '@polkadot/types/interfaces'; diff --git a/packages/page-treasury/src/Tips/TipCreate.tsx b/packages/page-treasury/src/Tips/TipCreate.tsx index 9ee461afae84..5eb049a565f5 100644 --- a/packages/page-treasury/src/Tips/TipCreate.tsx +++ b/packages/page-treasury/src/Tips/TipCreate.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/page-treasury/src/Tips/TipEndorse.tsx b/packages/page-treasury/src/Tips/TipEndorse.tsx index 63aa6c12554e..1c368719b7a2 100644 --- a/packages/page-treasury/src/Tips/TipEndorse.tsx +++ b/packages/page-treasury/src/Tips/TipEndorse.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/page-treasury/src/Tips/TipReason.tsx b/packages/page-treasury/src/Tips/TipReason.tsx index 6ce1ff498a75..e806086f1e3b 100644 --- a/packages/page-treasury/src/Tips/TipReason.tsx +++ b/packages/page-treasury/src/Tips/TipReason.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bytes, Option } from '@polkadot/types'; diff --git a/packages/page-treasury/src/Tips/Tips.tsx b/packages/page-treasury/src/Tips/Tips.tsx index b06dfce664cc..30380e18bb71 100644 --- a/packages/page-treasury/src/Tips/Tips.tsx +++ b/packages/page-treasury/src/Tips/Tips.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/page-treasury/src/Tips/index.tsx b/packages/page-treasury/src/Tips/index.tsx index 8f3dcd90352e..f48ab46212fc 100644 --- a/packages/page-treasury/src/Tips/index.tsx +++ b/packages/page-treasury/src/Tips/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/page-treasury/src/index.tsx b/packages/page-treasury/src/index.tsx index f54e4b3198f1..87ecab4d10e4 100644 --- a/packages/page-treasury/src/index.tsx +++ b/packages/page-treasury/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useMemo } from 'react'; diff --git a/packages/page-treasury/src/translate.ts b/packages/page-treasury/src/translate.ts index a7ba20033e70..ab2a068296c3 100644 --- a/packages/page-treasury/src/translate.ts +++ b/packages/page-treasury/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-explorer authors & contributors +// Copyright 2017-2024 @polkadot/app-explorer authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-treasury/src/useCounter.ts b/packages/page-treasury/src/useCounter.ts index 655192b7b3b6..51ee1a39cef5 100644 --- a/packages/page-treasury/src/useCounter.ts +++ b/packages/page-treasury/src/useCounter.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveTreasuryProposals } from '@polkadot/api-derive/types'; diff --git a/packages/page-treasury/src/useTipHashes.ts b/packages/page-treasury/src/useTipHashes.ts index d2f37b420503..88ecc0e8bfbe 100644 --- a/packages/page-treasury/src/useTipHashes.ts +++ b/packages/page-treasury/src/useTipHashes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-treasury authors & contributors +// Copyright 2017-2024 @polkadot/app-treasury authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageKey } from '@polkadot/types'; diff --git a/packages/page-utilities/src/Convert.tsx b/packages/page-utilities/src/Convert.tsx index 831111ba1ea9..3db0db9789dc 100644 --- a/packages/page-utilities/src/Convert.tsx +++ b/packages/page-utilities/src/Convert.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-utilities authors & contributors +// Copyright 2017-2024 @polkadot/app-utilities authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/page-utilities/src/Hash.tsx b/packages/page-utilities/src/Hash.tsx index c4bb4b9b7592..a3c41bffa02c 100644 --- a/packages/page-utilities/src/Hash.tsx +++ b/packages/page-utilities/src/Hash.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-utilities authors & contributors +// Copyright 2017-2024 @polkadot/app-utilities authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/page-utilities/src/index.tsx b/packages/page-utilities/src/index.tsx index 867dbc0fd4c9..3da6b15a73d1 100644 --- a/packages/page-utilities/src/index.tsx +++ b/packages/page-utilities/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-utilities authors & contributors +// Copyright 2017-2024 @polkadot/app-utilities authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-utilities/src/translate.ts b/packages/page-utilities/src/translate.ts index 65ce8ded3e2c..59ed88a207fb 100644 --- a/packages/page-utilities/src/translate.ts +++ b/packages/page-utilities/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-utilities authors & contributors +// Copyright 2017-2024 @polkadot/app-utilities authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-whitelist/src/Hashes/Details.tsx b/packages/page-whitelist/src/Hashes/Details.tsx index e49915a89d5a..b576c69239df 100644 --- a/packages/page-whitelist/src/Hashes/Details.tsx +++ b/packages/page-whitelist/src/Hashes/Details.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-whitelist authors & contributors +// Copyright 2017-2024 @polkadot/app-whitelist authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/page-whitelist/src/Hashes/Summary.tsx b/packages/page-whitelist/src/Hashes/Summary.tsx index 30e3c86767a3..2ee63ad22b31 100644 --- a/packages/page-whitelist/src/Hashes/Summary.tsx +++ b/packages/page-whitelist/src/Hashes/Summary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-whitelist authors & contributors +// Copyright 2017-2024 @polkadot/app-whitelist authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/page-whitelist/src/Hashes/index.tsx b/packages/page-whitelist/src/Hashes/index.tsx index 13677f6d6bfe..073ea8938966 100644 --- a/packages/page-whitelist/src/Hashes/index.tsx +++ b/packages/page-whitelist/src/Hashes/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-whitelist authors & contributors +// Copyright 2017-2024 @polkadot/app-whitelist authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/page-whitelist/src/index.tsx b/packages/page-whitelist/src/index.tsx index d8c570590c64..bdccd15b2b79 100644 --- a/packages/page-whitelist/src/index.tsx +++ b/packages/page-whitelist/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-whitelist authors & contributors +// Copyright 2017-2024 @polkadot/app-whitelist authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/page-whitelist/src/translate.ts b/packages/page-whitelist/src/translate.ts index 5367e5e7b817..47256fc3591b 100644 --- a/packages/page-whitelist/src/translate.ts +++ b/packages/page-whitelist/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-whitelist authors & contributors +// Copyright 2017-2024 @polkadot/app-whitelist authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/page-whitelist/src/useHashes.ts b/packages/page-whitelist/src/useHashes.ts index 2c9b43a57e00..7da638917468 100644 --- a/packages/page-whitelist/src/useHashes.ts +++ b/packages/page-whitelist/src/useHashes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-preimages authors & contributors +// Copyright 2017-2024 @polkadot/app-preimages authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Changes } from '@polkadot/react-hooks/useEventChanges'; diff --git a/packages/react-api/src/Api.tsx b/packages/react-api/src/Api.tsx index 1a0a2211d5b2..3ba9e4bd1e66 100644 --- a/packages/react-api/src/Api.tsx +++ b/packages/react-api/src/Api.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/react-api/src/hoc/api.tsx b/packages/react-api/src/hoc/api.tsx index 9f058a8a77db..32d78ce94c62 100644 --- a/packages/react-api/src/hoc/api.tsx +++ b/packages/react-api/src/hoc/api.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiProps, SubtractProps } from '../types.js'; diff --git a/packages/react-api/src/hoc/call.tsx b/packages/react-api/src/hoc/call.tsx index ef2292cb5a7a..0b0df66df985 100644 --- a/packages/react-api/src/hoc/call.tsx +++ b/packages/react-api/src/hoc/call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 // SInce this file is deemed deprecated (and awaiting removal), we just don't care diff --git a/packages/react-api/src/hoc/callDiv.tsx b/packages/react-api/src/hoc/callDiv.tsx index d2dd3aa4a40b..e549e9f8a267 100644 --- a/packages/react-api/src/hoc/callDiv.tsx +++ b/packages/react-api/src/hoc/callDiv.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BaseProps } from '../types.js'; diff --git a/packages/react-api/src/hoc/calls.ts b/packages/react-api/src/hoc/calls.ts index 875754857f64..25365159e6f8 100644 --- a/packages/react-api/src/hoc/calls.ts +++ b/packages/react-api/src/hoc/calls.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-api/src/hoc/index.ts b/packages/react-api/src/hoc/index.ts index cbcfbb451c47..80952787ee42 100644 --- a/packages/react-api/src/hoc/index.ts +++ b/packages/react-api/src/hoc/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as withApi } from './api.js'; diff --git a/packages/react-api/src/hoc/multi.ts b/packages/react-api/src/hoc/multi.ts index b558de7c0592..9758defcf929 100644 --- a/packages/react-api/src/hoc/multi.ts +++ b/packages/react-api/src/hoc/multi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-api/src/hoc/observable.tsx b/packages/react-api/src/hoc/observable.tsx index 8d057a6c3ecc..dd6a75264a21 100644 --- a/packages/react-api/src/hoc/observable.tsx +++ b/packages/react-api/src/hoc/observable.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 // TODO: Lots of duplicated code between this and withObservable, surely there is a better way of doing this? diff --git a/packages/react-api/src/hoc/onlyOn.tsx b/packages/react-api/src/hoc/onlyOn.tsx index cb72a3fbb634..59607e93ab0b 100644 --- a/packages/react-api/src/hoc/onlyOn.tsx +++ b/packages/react-api/src/hoc/onlyOn.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ComponentType } from 'react'; diff --git a/packages/react-api/src/hoc/types.ts b/packages/react-api/src/hoc/types.ts index e5e75a649a7c..0e7bbf64ff6c 100644 --- a/packages/react-api/src/hoc/types.ts +++ b/packages/react-api/src/hoc/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-api/src/index.ts b/packages/react-api/src/index.ts index 26f7780943f4..173e83628b43 100644 --- a/packages/react-api/src/index.ts +++ b/packages/react-api/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 export { ApiCtxRoot, DEFAULT_DECIMALS, DEFAULT_SS58 } from './Api.js'; diff --git a/packages/react-api/src/light.spec.ts b/packages/react-api/src/light.spec.ts index 6740f9fb110f..041a9077cd53 100644 --- a/packages/react-api/src/light.spec.ts +++ b/packages/react-api/src/light.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-api/src/light/index.ts b/packages/react-api/src/light/index.ts index e10e7fc3bbed..d335024f12ec 100644 --- a/packages/react-api/src/light/index.ts +++ b/packages/react-api/src/light/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import { WellKnownChain } from '@substrate/connect'; diff --git a/packages/react-api/src/light/kusama/index.ts b/packages/react-api/src/light/kusama/index.ts index 84054068d7d9..8fe7b1ffd43d 100644 --- a/packages/react-api/src/light/kusama/index.ts +++ b/packages/react-api/src/light/kusama/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 // Add your imported spec here in alphabetical order. diff --git a/packages/react-api/src/light/polkadot/index.ts b/packages/react-api/src/light/polkadot/index.ts index 5f5d05d53e28..ab5844642804 100644 --- a/packages/react-api/src/light/polkadot/index.ts +++ b/packages/react-api/src/light/polkadot/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 // Add your imported spec here in alphabetical order. diff --git a/packages/react-api/src/statics.ts b/packages/react-api/src/statics.ts index 5bc041eb451a..7a12e5c42c93 100644 --- a/packages/react-api/src/statics.ts +++ b/packages/react-api/src/statics.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-api/src/transform/echo.ts b/packages/react-api/src/transform/echo.ts index 973b034b7ab1..702fad1563fb 100644 --- a/packages/react-api/src/transform/echo.ts +++ b/packages/react-api/src/transform/echo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 export default function echoTransform (x: T, _index: number): T { diff --git a/packages/react-api/src/types.ts b/packages/react-api/src/types.ts index aa60f7487629..8f5905c0a132 100644 --- a/packages/react-api/src/types.ts +++ b/packages/react-api/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-api/src/urlTypes.ts b/packages/react-api/src/urlTypes.ts index 95b8a20c05bc..07f0e1c600dd 100644 --- a/packages/react-api/src/urlTypes.ts +++ b/packages/react-api/src/urlTypes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import { unzlibSync, zlibSync } from 'fflate'; diff --git a/packages/react-api/src/util/getEnvironment.ts b/packages/react-api/src/util/getEnvironment.ts index 055a9b8d50ca..326ed8c60c33 100644 --- a/packages/react-api/src/util/getEnvironment.ts +++ b/packages/react-api/src/util/getEnvironment.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-accounts authors & contributors +// Copyright 2017-2024 @polkadot/app-accounts authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Environment } from '../types.js'; diff --git a/packages/react-api/src/util/historic.ts b/packages/react-api/src/util/historic.ts index aef6edc027f3..5cccd903abfa 100644 --- a/packages/react-api/src/util/historic.ts +++ b/packages/react-api/src/util/historic.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/react-api/src/util/index.ts b/packages/react-api/src/util/index.ts index 7524fecb343d..462b15e2525d 100644 --- a/packages/react-api/src/util/index.ts +++ b/packages/react-api/src/util/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 export { getEnvironment } from './getEnvironment.js'; diff --git a/packages/react-api/src/util/intervalObservable.ts b/packages/react-api/src/util/intervalObservable.ts index 73b4f67e8ae3..affe9ec8abd4 100644 --- a/packages/react-api/src/util/intervalObservable.ts +++ b/packages/react-api/src/util/intervalObservable.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-api/src/util/isEqual.ts b/packages/react-api/src/util/isEqual.ts index ebc8498b1a6e..c34cc0a949cd 100644 --- a/packages/react-api/src/util/isEqual.ts +++ b/packages/react-api/src/util/isEqual.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 function flatten (_key: string | null, value?: unknown): unknown { diff --git a/packages/react-api/src/util/triggerChange.ts b/packages/react-api/src/util/triggerChange.ts index ad8df5c89126..d85e8562621c 100644 --- a/packages/react-api/src/util/triggerChange.ts +++ b/packages/react-api/src/util/triggerChange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-api authors & contributors +// Copyright 2017-2024 @polkadot/react-api authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { OnChangeCb } from '../types.js'; diff --git a/packages/react-components/src/AccountIndex.tsx b/packages/react-components/src/AccountIndex.tsx index d0db7cf011ce..eec0ab6873a7 100644 --- a/packages/react-components/src/AccountIndex.tsx +++ b/packages/react-components/src/AccountIndex.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveAccountInfo } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/AccountName.tsx b/packages/react-components/src/AccountName.tsx index c33773edb279..62837df5224b 100644 --- a/packages/react-components/src/AccountName.tsx +++ b/packages/react-components/src/AccountName.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/AccountSidebar/AccountMenuButtons.tsx b/packages/react-components/src/AccountSidebar/AccountMenuButtons.tsx index 94b03f5c78db..13f99798ec42 100644 --- a/packages/react-components/src/AccountSidebar/AccountMenuButtons.tsx +++ b/packages/react-components/src/AccountSidebar/AccountMenuButtons.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressFlags } from '@polkadot/react-hooks/types'; diff --git a/packages/react-components/src/AccountSidebar/AddressSection.tsx b/packages/react-components/src/AccountSidebar/AddressSection.tsx index fb089437fa96..571ba16a6b5e 100644 --- a/packages/react-components/src/AccountSidebar/AddressSection.tsx +++ b/packages/react-components/src/AccountSidebar/AddressSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressFlags } from '@polkadot/react-hooks/types'; diff --git a/packages/react-components/src/AccountSidebar/Balances.tsx b/packages/react-components/src/AccountSidebar/Balances.tsx index b3de330afe86..afa1c79c1d26 100644 --- a/packages/react-components/src/AccountSidebar/Balances.tsx +++ b/packages/react-components/src/AccountSidebar/Balances.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/AccountSidebar/Flags.tsx b/packages/react-components/src/AccountSidebar/Flags.tsx index f028c6796f47..4fc996a2d01b 100644 --- a/packages/react-components/src/AccountSidebar/Flags.tsx +++ b/packages/react-components/src/AccountSidebar/Flags.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressFlags } from '@polkadot/react-hooks/types'; diff --git a/packages/react-components/src/AccountSidebar/Identity.tsx b/packages/react-components/src/AccountSidebar/Identity.tsx index 6407cbcfee33..086abd9aa307 100644 --- a/packages/react-components/src/AccountSidebar/Identity.tsx +++ b/packages/react-components/src/AccountSidebar/Identity.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AddressIdentity } from '@polkadot/react-hooks/types'; diff --git a/packages/react-components/src/AccountSidebar/JudgementTag.tsx b/packages/react-components/src/AccountSidebar/JudgementTag.tsx index b2ec9ba25eb0..f86653318fc5 100644 --- a/packages/react-components/src/AccountSidebar/JudgementTag.tsx +++ b/packages/react-components/src/AccountSidebar/JudgementTag.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Judgement } from '@polkadot/react-hooks/types'; diff --git a/packages/react-components/src/AccountSidebar/Judgements.tsx b/packages/react-components/src/AccountSidebar/Judgements.tsx index 3d2bffe27cc0..b3755ee0a84d 100644 --- a/packages/react-components/src/AccountSidebar/Judgements.tsx +++ b/packages/react-components/src/AccountSidebar/Judgements.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/AccountSidebar/Multisig.tsx b/packages/react-components/src/AccountSidebar/Multisig.tsx index 46c9f57515b1..145fd0574d47 100644 --- a/packages/react-components/src/AccountSidebar/Multisig.tsx +++ b/packages/react-components/src/AccountSidebar/Multisig.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson$Meta } from '@polkadot/ui-keyring/types'; diff --git a/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx b/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx index 2377b317bb4e..fe99ee67a9c9 100644 --- a/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx +++ b/packages/react-components/src/AccountSidebar/RegistrarJudgement.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/react-components/src/AccountSidebar/Sidebar.spec.tsx b/packages/react-components/src/AccountSidebar/Sidebar.spec.tsx index 20c3e83bed8d..79f19ec8f9e7 100644 --- a/packages/react-components/src/AccountSidebar/Sidebar.spec.tsx +++ b/packages/react-components/src/AccountSidebar/Sidebar.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-components/src/AccountSidebar/Sidebar.tsx b/packages/react-components/src/AccountSidebar/Sidebar.tsx index 346dbce76a82..363e67628199 100644 --- a/packages/react-components/src/AccountSidebar/Sidebar.tsx +++ b/packages/react-components/src/AccountSidebar/Sidebar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef, useState } from 'react'; diff --git a/packages/react-components/src/AccountSidebar/SidebarEditableSection.tsx b/packages/react-components/src/AccountSidebar/SidebarEditableSection.tsx index b496873c4471..efd42edbecd5 100644 --- a/packages/react-components/src/AccountSidebar/SidebarEditableSection.tsx +++ b/packages/react-components/src/AccountSidebar/SidebarEditableSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect, useMemo } from 'react'; diff --git a/packages/react-components/src/AccountSidebar/UserIcon.tsx b/packages/react-components/src/AccountSidebar/UserIcon.tsx index eede51e572f9..fd746dae5d0a 100644 --- a/packages/react-components/src/AccountSidebar/UserIcon.tsx +++ b/packages/react-components/src/AccountSidebar/UserIcon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/AccountSidebar/index.tsx b/packages/react-components/src/AccountSidebar/index.tsx index 3920024fd3c2..61156de44032 100644 --- a/packages/react-components/src/AccountSidebar/index.tsx +++ b/packages/react-components/src/AccountSidebar/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/react-components/src/AddressInfo.tsx b/packages/react-components/src/AddressInfo.tsx index 9b634a659cfa..b1c9f96d80bd 100644 --- a/packages/react-components/src/AddressInfo.tsx +++ b/packages/react-components/src/AddressInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAccountData, DeriveBalancesAll, DeriveDemocracyLock, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/AddressMini.tsx b/packages/react-components/src/AddressMini.tsx index a4aa4a4858e8..2e5eb8990353 100644 --- a/packages/react-components/src/AddressMini.tsx +++ b/packages/react-components/src/AddressMini.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/AddressRow.tsx b/packages/react-components/src/AddressRow.tsx index 7a3a119ce105..2e666040ddd9 100644 --- a/packages/react-components/src/AddressRow.tsx +++ b/packages/react-components/src/AddressRow.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/AddressSmall.tsx b/packages/react-components/src/AddressSmall.tsx index e595b536f96b..3d16eb48aa5a 100644 --- a/packages/react-components/src/AddressSmall.tsx +++ b/packages/react-components/src/AddressSmall.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/AddressToggle.tsx b/packages/react-components/src/AddressToggle.tsx index 1037905dbfef..12bfcf9df248 100644 --- a/packages/react-components/src/AddressToggle.tsx +++ b/packages/react-components/src/AddressToggle.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo } from 'react'; diff --git a/packages/react-components/src/Available.tsx b/packages/react-components/src/Available.tsx index 1a93b448f1a1..f031ceed88b6 100644 --- a/packages/react-components/src/Available.tsx +++ b/packages/react-components/src/Available.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/AvatarItem.tsx b/packages/react-components/src/AvatarItem.tsx index 9fd8b74194e1..452705020212 100644 --- a/packages/react-components/src/AvatarItem.tsx +++ b/packages/react-components/src/AvatarItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Badge.tsx b/packages/react-components/src/Badge.tsx index a4bec8473226..30b43f0fce6c 100644 --- a/packages/react-components/src/Badge.tsx +++ b/packages/react-components/src/Badge.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Balance.tsx b/packages/react-components/src/Balance.tsx index 71233a874b38..42ac2d068d1d 100644 --- a/packages/react-components/src/Balance.tsx +++ b/packages/react-components/src/Balance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/BatchWarning.tsx b/packages/react-components/src/BatchWarning.tsx index 765c1532a96c..210438868385 100644 --- a/packages/react-components/src/BatchWarning.tsx +++ b/packages/react-components/src/BatchWarning.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Bonded.tsx b/packages/react-components/src/Bonded.tsx index a155047718e0..567496504bb3 100644 --- a/packages/react-components/src/Bonded.tsx +++ b/packages/react-components/src/Bonded.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/Button/Group.tsx b/packages/react-components/src/Button/Group.tsx index 8d297ccbae47..404bf58181a6 100644 --- a/packages/react-components/src/Button/Group.tsx +++ b/packages/react-components/src/Button/Group.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Button/index.tsx b/packages/react-components/src/Button/index.tsx index 9c36984fbb44..4db56abbcce1 100644 --- a/packages/react-components/src/Button/index.tsx +++ b/packages/react-components/src/Button/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ButtonProps as Props } from './types.js'; diff --git a/packages/react-components/src/Button/types.ts b/packages/react-components/src/Button/types.ts index 277999b37c99..296f139fab6c 100644 --- a/packages/react-components/src/Button/types.ts +++ b/packages/react-components/src/Button/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/ButtonCancel.tsx b/packages/react-components/src/ButtonCancel.tsx index 206cc123dce7..8c0eae22375b 100644 --- a/packages/react-components/src/ButtonCancel.tsx +++ b/packages/react-components/src/ButtonCancel.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Card.tsx b/packages/react-components/src/Card.tsx index bd545bdcd337..8499df8540df 100644 --- a/packages/react-components/src/Card.tsx +++ b/packages/react-components/src/Card.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/CardSummary.tsx b/packages/react-components/src/CardSummary.tsx index 7450677c4e70..ec37d8198207 100644 --- a/packages/react-components/src/CardSummary.tsx +++ b/packages/react-components/src/CardSummary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { UInt } from '@polkadot/types'; diff --git a/packages/react-components/src/ChainImg.tsx b/packages/react-components/src/ChainImg.tsx index 3d06973686ac..cbb290771f4f 100644 --- a/packages/react-components/src/ChainImg.tsx +++ b/packages/react-components/src/ChainImg.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/ChainLock.tsx b/packages/react-components/src/ChainLock.tsx index 98b36e931c8b..282c8684981f 100644 --- a/packages/react-components/src/ChainLock.tsx +++ b/packages/react-components/src/ChainLock.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HexString } from '@polkadot/util/types'; diff --git a/packages/react-components/src/Chart/Base.tsx b/packages/react-components/src/Chart/Base.tsx index a6f4c6ff5aef..51e2c5238817 100644 --- a/packages/react-components/src/Chart/Base.tsx +++ b/packages/react-components/src/Chart/Base.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Chart/Doughnut.tsx b/packages/react-components/src/Chart/Doughnut.tsx index 89abc3e858a0..229908f87c51 100644 --- a/packages/react-components/src/Chart/Doughnut.tsx +++ b/packages/react-components/src/Chart/Doughnut.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-components/src/Chart/HorizBar.tsx b/packages/react-components/src/Chart/HorizBar.tsx index f4e8129ddabf..58ba970c384d 100644 --- a/packages/react-components/src/Chart/HorizBar.tsx +++ b/packages/react-components/src/Chart/HorizBar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartData, ChartOptions, TooltipItem } from 'chart.js'; diff --git a/packages/react-components/src/Chart/Line.tsx b/packages/react-components/src/Chart/Line.tsx index 04b75a683d40..f410756189d8 100644 --- a/packages/react-components/src/Chart/Line.tsx +++ b/packages/react-components/src/Chart/Line.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartData, ChartDataset, ChartOptions, DatasetChartOptions } from 'chart.js'; diff --git a/packages/react-components/src/Chart/chart-js-crosshair.d.ts b/packages/react-components/src/Chart/chart-js-crosshair.d.ts index 030b51420159..08f683117032 100644 --- a/packages/react-components/src/Chart/chart-js-crosshair.d.ts +++ b/packages/react-components/src/Chart/chart-js-crosshair.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ChartType } from 'chart.js'; diff --git a/packages/react-components/src/Chart/chart-js-helpers.d.ts b/packages/react-components/src/Chart/chart-js-helpers.d.ts index ba1266af72c3..b8ba12598a43 100644 --- a/packages/react-components/src/Chart/chart-js-helpers.d.ts +++ b/packages/react-components/src/Chart/chart-js-helpers.d.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 declare module 'chart.js/helpers' { diff --git a/packages/react-components/src/Chart/index.ts b/packages/react-components/src/Chart/index.ts index d459cf957618..0d9196952022 100644 --- a/packages/react-components/src/Chart/index.ts +++ b/packages/react-components/src/Chart/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import { CategoryScale, Chart, LinearScale, LineElement, PointElement, Title, Tooltip } from 'chart.js'; diff --git a/packages/react-components/src/Chart/utils.ts b/packages/react-components/src/Chart/utils.ts index 5283fecdb120..95bdec883ddc 100644 --- a/packages/react-components/src/Chart/utils.ts +++ b/packages/react-components/src/Chart/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import * as helpers from 'chart.js/helpers'; diff --git a/packages/react-components/src/Checkbox.tsx b/packages/react-components/src/Checkbox.tsx index ddc9d8ea9d74..7d9da7c0251f 100644 --- a/packages/react-components/src/Checkbox.tsx +++ b/packages/react-components/src/Checkbox.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/Columar.tsx b/packages/react-components/src/Columar.tsx index 62203ee2a6c3..99e23dbb8773 100644 --- a/packages/react-components/src/Columar.tsx +++ b/packages/react-components/src/Columar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/ConvictionDropdown.tsx b/packages/react-components/src/ConvictionDropdown.tsx index 544b1f852532..f6944eecdb0a 100644 --- a/packages/react-components/src/ConvictionDropdown.tsx +++ b/packages/react-components/src/ConvictionDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useRef } from 'react'; diff --git a/packages/react-components/src/CopyButton.tsx b/packages/react-components/src/CopyButton.tsx index 6ea20896e7c5..38c89d922160 100644 --- a/packages/react-components/src/CopyButton.tsx +++ b/packages/react-components/src/CopyButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/CryptoType.tsx b/packages/react-components/src/CryptoType.tsx index e00218bc775f..60a5b19bc41e 100644 --- a/packages/react-components/src/CryptoType.tsx +++ b/packages/react-components/src/CryptoType.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountIdIsh } from './types.js'; diff --git a/packages/react-components/src/DemocracyLocks.tsx b/packages/react-components/src/DemocracyLocks.tsx index f571c63b14bf..f0ef71af63f2 100644 --- a/packages/react-components/src/DemocracyLocks.tsx +++ b/packages/react-components/src/DemocracyLocks.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveDemocracyLock } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/Dropdown.tsx b/packages/react-components/src/Dropdown.tsx index 33dd027c8bda..7acbf204f291 100644 --- a/packages/react-components/src/Dropdown.tsx +++ b/packages/react-components/src/Dropdown.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownItemProps, DropdownProps } from 'semantic-ui-react'; diff --git a/packages/react-components/src/EditButton.tsx b/packages/react-components/src/EditButton.tsx index cc6100dce71e..9ff5c0e58542 100644 --- a/packages/react-components/src/EditButton.tsx +++ b/packages/react-components/src/EditButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Editor.tsx b/packages/react-components/src/Editor.tsx index 2849ee60a82f..d35a2e37acfd 100644 --- a/packages/react-components/src/Editor.tsx +++ b/packages/react-components/src/Editor.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Something is seriously going wrong here... diff --git a/packages/react-components/src/ErrorBoundary.tsx b/packages/react-components/src/ErrorBoundary.tsx index 38e066aa7c01..11eab4570ccf 100644 --- a/packages/react-components/src/ErrorBoundary.tsx +++ b/packages/react-components/src/ErrorBoundary.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { I18nProps } from './types.js'; diff --git a/packages/react-components/src/ExpandButton.tsx b/packages/react-components/src/ExpandButton.tsx index 742638201727..dd6006818e56 100644 --- a/packages/react-components/src/ExpandButton.tsx +++ b/packages/react-components/src/ExpandButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Expander.tsx b/packages/react-components/src/Expander.tsx index e04af331cce4..b7d3df4fb305 100644 --- a/packages/react-components/src/Expander.tsx +++ b/packages/react-components/src/Expander.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Text } from '@polkadot/types'; diff --git a/packages/react-components/src/ExpanderScroll.tsx b/packages/react-components/src/ExpanderScroll.tsx index ac410bf8f68d..d8572b46e3c1 100644 --- a/packages/react-components/src/ExpanderScroll.tsx +++ b/packages/react-components/src/ExpanderScroll.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props as ExpanderProps } from './Expander.js'; diff --git a/packages/react-components/src/FilterInput.tsx b/packages/react-components/src/FilterInput.tsx index fcaf6b95a225..192a885340d7 100644 --- a/packages/react-components/src/FilterInput.tsx +++ b/packages/react-components/src/FilterInput.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/FilterOverlay.tsx b/packages/react-components/src/FilterOverlay.tsx index 5872071dd7d8..95fc7a9fb506 100644 --- a/packages/react-components/src/FilterOverlay.tsx +++ b/packages/react-components/src/FilterOverlay.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Flag.tsx b/packages/react-components/src/Flag.tsx index ac3b7d587615..af5a7bc0fa7c 100644 --- a/packages/react-components/src/Flag.tsx +++ b/packages/react-components/src/Flag.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { FlagColor } from './types.js'; diff --git a/packages/react-components/src/Forget.tsx b/packages/react-components/src/Forget.tsx index 1d7732f87402..049ab920bdfb 100644 --- a/packages/react-components/src/Forget.tsx +++ b/packages/react-components/src/Forget.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/HelpOverlay.tsx b/packages/react-components/src/HelpOverlay.tsx index 005b1a40365c..b47e64cf4fd3 100644 --- a/packages/react-components/src/HelpOverlay.tsx +++ b/packages/react-components/src/HelpOverlay.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Icon.tsx b/packages/react-components/src/Icon.tsx index 33bb60618385..8e3de698c64b 100644 --- a/packages/react-components/src/Icon.tsx +++ b/packages/react-components/src/Icon.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/IconLink.tsx b/packages/react-components/src/IconLink.tsx index d4b686771a66..a4d6f2423850 100644 --- a/packages/react-components/src/IconLink.tsx +++ b/packages/react-components/src/IconLink.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/000-robotBG-11.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/000-robotBG-11.ts index 28b10dfd69bc..53495bf82013 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/000-robotBG-11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/000-robotBG-11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/001-robotBG-12.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/001-robotBG-12.ts index 12466d4f3dfe..01774ff6247e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/001-robotBG-12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/001-robotBG-12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/002-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/002-final3.ts index 358c5ec70f69..486eb5c72324 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/002-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/002-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/003-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/003-final2.ts index 85e392489fda..f095d8d27ab6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/003-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/003-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/004-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/004-final4.ts index 5eb06e66fe71..d57d1866286d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/004-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/004-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/005-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/005-final5.ts index 9df53e6bc5fd..7c11db5eb85f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/005-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/005-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/006-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/006-final9.ts index fd7a5efac547..fe6af865356e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/006-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/006-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/007-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/007-final7.ts index 3c7c26df620e..85a588946393 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/007-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/007-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/008-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/008-final10.ts index eae6538211a2..6368e9310e8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/008-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/008-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/009-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/009-final6.ts index 467302ba55b4..de7a99d3e6ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/009-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/009-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/010-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/010-final8.ts index b47a6720b469..0d80fbda9eb7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/010-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/010-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/011-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/011-final1.ts index ca1287450182..35e1fc4bef72 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/011-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/011-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/012-robotBG-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/012-robotBG-10.ts index a37940c1f64d..015beb2ff386 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/012-robotBG-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg1/generated/012-robotBG-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/000-robotBG-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/000-robotBG-06.ts index 55b2a6b2ac24..d3fa87fa9858 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/000-robotBG-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/000-robotBG-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/001-robotBG-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/001-robotBG-08.ts index 0ec382492147..bd5d08d37118 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/001-robotBG-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/001-robotBG-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/002-robotBG-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/002-robotBG-04.ts index 410399e9a05b..b611588d3595 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/002-robotBG-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/002-robotBG-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/003-robotBG-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/003-robotBG-03.ts index b7ca5377252d..c66d07d8560a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/003-robotBG-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/003-robotBG-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/004-robotBG-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/004-robotBG-01.ts index 54d4c6368397..8103e411ee4c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/004-robotBG-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/004-robotBG-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/005-robotBG-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/005-robotBG-02.ts index 115c6e24ee37..d3bf3a535ac2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/005-robotBG-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/005-robotBG-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/006-robotBG-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/006-robotBG-07.ts index ce698454a83b..5eeac69cfbcf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/006-robotBG-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/bg2/generated/006-robotBG-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/index.ts b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/index.ts index aad7c6e324c6..15388a52c77e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/index.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/backgrounds/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/index.tsx b/packages/react-components/src/IdentityIcon/RoboHash/index.tsx index e24f54621526..c577bee072fe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/index.tsx +++ b/packages/react-components/src/IdentityIcon/RoboHash/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Robots lovingly delivered by Robohash.org diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/index.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/index.ts index 7dcbd6b738dc..671646609929 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/index.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/000-blue_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/000-blue_mouth-10.ts index 2ab4638ce932..c95031f5ddc9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/000-blue_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/000-blue_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/001-blue_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/001-blue_mouth-07.ts index bf44d723945b..d3fef89dfb20 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/001-blue_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/001-blue_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/002-blue_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/002-blue_mouth-04.ts index 419000cdad03..426bea12e852 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/002-blue_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/002-blue_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/003-blue_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/003-blue_mouth-05.ts index 66e13c1c4ef8..ba8b3be5ee83 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/003-blue_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/003-blue_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/004-blue_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/004-blue_mouth-01.ts index c04ea25ac6e0..675d8d215829 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/004-blue_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/004-blue_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/005-blue_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/005-blue_mouth-02.ts index f10cb14cc854..6ae51b8b2286 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/005-blue_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/005-blue_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/006-blue_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/006-blue_mouth-06.ts index 5c0a310bb068..86d40dc92502 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/006-blue_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/006-blue_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/007-blue_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/007-blue_mouth-08.ts index 6ffaee863d0b..aafee9a40327 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/007-blue_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/007-blue_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/008-blue_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/008-blue_mouth-09.ts index 05bb6a6cd1fe..0e2cf224f0ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/008-blue_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/008-blue_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/009-blue_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/009-blue_mouth-03.ts index 9fde241e1d27..37a4eb3e190e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/009-blue_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/000-Mouth/generated/009-blue_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/000-blue_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/000-blue_eyes-07.ts index eb944b43fd27..f8e578ecf5b7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/000-blue_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/000-blue_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/001-blue_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/001-blue_eyes-09.ts index e7c56e692aff..8b97f26c96e8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/001-blue_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/001-blue_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/002-blue_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/002-blue_eyes-10.ts index b403efa02715..7eb448154d98 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/002-blue_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/002-blue_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/003-blue_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/003-blue_eyes-02.ts index c3c81f37c405..67e3500b9771 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/003-blue_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/003-blue_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/004-blue_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/004-blue_eyes-03.ts index 5092b86bb712..26d2065b8aa7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/004-blue_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/004-blue_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/005-blue_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/005-blue_eyes-05.ts index b9cfef597a47..e163fcecf929 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/005-blue_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/005-blue_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/006-blue_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/006-blue_eyes-06.ts index 8e6d2483c305..e08eff66f6a7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/006-blue_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/006-blue_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/007-blue_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/007-blue_eyes-01.ts index 5dbc94e067c5..02dccd07c763 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/007-blue_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/007-blue_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/008-blue_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/008-blue_eyes-08.ts index 3eb4dd9bd315..0a6aa9db3615 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/008-blue_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/008-blue_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/009-blue_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/009-blue_eyes-04.ts index 0e537ce86e30..ff9accd2efbf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/009-blue_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/001-Eyes/generated/009-blue_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/000-blue_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/000-blue_accessory-02.ts index 25fe3acebb89..49acd1dc3249 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/000-blue_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/000-blue_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/001-blue_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/001-blue_accessory-01.ts index d31ac109ec68..5106c49cda06 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/001-blue_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/001-blue_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/002-blue_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/002-blue_accessory-07.ts index e5ff48c4fb61..3f61470fcc30 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/002-blue_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/002-blue_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/003-blue_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/003-blue_accessory-03.ts index 241596d6b199..d6fbbd513533 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/003-blue_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/003-blue_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/004-blue_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/004-blue_accessory-05.ts index fefe4f73512c..bdf12fb90ffd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/004-blue_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/004-blue_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/005-blue_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/005-blue_accessory-09.ts index 492affa63a3b..f3926a5e083e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/005-blue_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/005-blue_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/006-blue_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/006-blue_accessory-04.ts index be527661691a..96ec94b120d1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/006-blue_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/006-blue_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/007-blue_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/007-blue_accessory-10.ts index c4c5eb1302fd..316f71b373ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/007-blue_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/007-blue_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/008-blue_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/008-blue_accessory-06.ts index 3e70aca2c16d..c9bf801e37c6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/008-blue_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/008-blue_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/009-blue_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/009-blue_accessory-08.ts index 1736ae048885..9a87fda42de5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/009-blue_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/002-Accessory/generated/009-blue_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/000-blue_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/000-blue_body-10.ts index 6fc693acc609..f23e040bb35d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/000-blue_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/000-blue_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/001-blue_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/001-blue_body-09.ts index e40662beb48e..4252e0b0646b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/001-blue_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/001-blue_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/002-blue_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/002-blue_body-03.ts index 4c495357726a..2643bcb11ba0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/002-blue_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/002-blue_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/003-blue_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/003-blue_body-07.ts index fac44fefad53..5bd8b7fdc28b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/003-blue_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/003-blue_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/004-blue_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/004-blue_body-04.ts index 3c48f3bb89f2..239ed1ae758d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/004-blue_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/004-blue_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/005-blue_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/005-blue_body-05.ts index 2f6f10e815d7..9153f74e301f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/005-blue_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/005-blue_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/006-blue_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/006-blue_body-01.ts index e7af3e0f2679..635d47c5cfa6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/006-blue_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/006-blue_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/007-blue_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/007-blue_body-06.ts index ad8e43b6417a..0f159ce4d9e6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/007-blue_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/007-blue_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/008-blue_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/008-blue_body-08.ts index 8a2ca5dc4b88..4ad69e3d281e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/008-blue_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/008-blue_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/009-blue_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/009-blue_body-02.ts index 0d4bd918c47a..e6f194313c72 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/009-blue_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/003-01Body/generated/009-blue_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/000-blue_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/000-blue_face-07.ts index 81239a185ea3..681bf41d2b8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/000-blue_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/000-blue_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/001-blue_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/001-blue_face-03.ts index 77918df92521..c2fe8e75b6e2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/001-blue_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/001-blue_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/002-blue_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/002-blue_face-08.ts index 601dfcb95d9b..e7021090cfe3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/002-blue_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/002-blue_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/003-blue_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/003-blue_face-01.ts index de9f1c74b606..5a00ac7fbff8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/003-blue_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/003-blue_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/004-blue_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/004-blue_face-05.ts index eab8184882af..5c1f75f0224f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/004-blue_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/004-blue_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/005-blue_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/005-blue_face-10.ts index 641589ad608d..7d1eb47dd81a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/005-blue_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/005-blue_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/006-blue_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/006-blue_face-02.ts index ec0933149fb4..814b155f777a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/006-blue_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/006-blue_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/007-blue_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/007-blue_face-09.ts index 31f1fce04695..267af8175f66 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/007-blue_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/007-blue_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/008-blue_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/008-blue_face-04.ts index 9b20dae3268e..e0d00546de02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/008-blue_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/008-blue_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/009-blue_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/009-blue_face-06.ts index 3d21e24f02f7..31ba8c48f770 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/009-blue_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-blue/004-02Face/generated/009-blue_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/000-brown_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/000-brown_mouth-02.ts index 4001db27b7f3..393f82d3d383 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/000-brown_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/000-brown_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/001-brown_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/001-brown_mouth-01.ts index 4dbbc6056be8..e506bf5883aa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/001-brown_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/001-brown_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/002-brown_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/002-brown_mouth-07.ts index c5fcc744d5c6..2b4dad94a2cd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/002-brown_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/002-brown_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/003-brown_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/003-brown_mouth-05.ts index 71da534f28a1..304f3b7f126c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/003-brown_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/003-brown_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/004-brown_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/004-brown_mouth-04.ts index a826ed0fcbb0..9e93eda5bd05 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/004-brown_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/004-brown_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/005-brown_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/005-brown_mouth-06.ts index f2712c50ce9d..882899ac455c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/005-brown_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/005-brown_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/006-brown_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/006-brown_mouth-08.ts index 8ccfdf89bd7b..65151aff8d78 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/006-brown_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/006-brown_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/007-brown_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/007-brown_mouth-09.ts index 1568ae5052ef..6e0c1579cc01 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/007-brown_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/007-brown_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/008-brown_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/008-brown_mouth-10.ts index ab3a9632502a..2e39b40569de 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/008-brown_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/008-brown_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/009-brown_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/009-brown_mouth-03.ts index f39f56d8f880..3568b9fe1879 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/009-brown_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/000-Mouth/generated/009-brown_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/000-brown_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/000-brown_eyes-05.ts index d90a75e6396a..6006e4863a7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/000-brown_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/000-brown_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/001-brown_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/001-brown_eyes-06.ts index 5e5452124f88..6df2ad2b2d47 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/001-brown_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/001-brown_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/002-brown_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/002-brown_eyes-04.ts index 2f233856aa03..97cb0c1688ba 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/002-brown_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/002-brown_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/003-brown_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/003-brown_eyes-03.ts index 66a71dcc8270..3c6f3dec9300 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/003-brown_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/003-brown_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/004-brown_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/004-brown_eyes-09.ts index 70a8e09c9b79..d957e76b46f3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/004-brown_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/004-brown_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/005-brown_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/005-brown_eyes-07.ts index fe566cc52121..3dc3cde91292 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/005-brown_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/005-brown_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/006-brown_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/006-brown_eyes-08.ts index 9b13f3249cb8..c10f538efdb0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/006-brown_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/006-brown_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/007-brown_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/007-brown_eyes-01.ts index afa79593fc16..55eb7c601a72 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/007-brown_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/007-brown_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/008-brown_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/008-brown_eyes-02.ts index 2f12a985217e..4b531ba5e785 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/008-brown_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/008-brown_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/009-brown_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/009-brown_eyes-10.ts index ddb3656f1b7e..d94e6b36b5a1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/009-brown_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/001-Eyes/generated/009-brown_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/000-brown_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/000-brown_accessory-07.ts index eeb1f040131e..dea6e06689b3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/000-brown_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/000-brown_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/001-brown_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/001-brown_accessory-08.ts index 8712c67d7f28..aac4058e6568 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/001-brown_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/001-brown_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/002-brown_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/002-brown_accessory-03.ts index 3d7016046da4..b67f05622941 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/002-brown_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/002-brown_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/003-brown_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/003-brown_accessory-06.ts index 65a037e59c47..b496689ed268 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/003-brown_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/003-brown_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/004-brown_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/004-brown_accessory-01.ts index 8b83b326503d..de71b17178aa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/004-brown_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/004-brown_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/005-brown_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/005-brown_accessory-09.ts index 19eb9ec6312b..6bd5bf2fe20f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/005-brown_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/005-brown_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/006-brown_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/006-brown_accessory-02.ts index 8631c987b770..0ad948daf1c2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/006-brown_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/006-brown_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/007-brown_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/007-brown_accessory-05.ts index c45b2c09f6dc..63ced86e9c2b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/007-brown_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/007-brown_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/008-brown_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/008-brown_accessory-10.ts index 02f24625592f..41659a36e0c3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/008-brown_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/008-brown_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/009-brown_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/009-brown_accessory-04.ts index a344d7347ef9..3bf8091a6764 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/009-brown_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/002-Accessory/generated/009-brown_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/000-brown_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/000-brown_body-06.ts index bf50b5b46374..09a93b4f5a84 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/000-brown_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/000-brown_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/001-brown_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/001-brown_body-08.ts index b6d19c17fad4..cc8c4276c431 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/001-brown_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/001-brown_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/002-brown_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/002-brown_body-03.ts index 79e6d35b1cb5..ffbbf4feb40b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/002-brown_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/002-brown_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/003-brown_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/003-brown_body-01.ts index b4ce104a4c43..4eac3ef0e2e0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/003-brown_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/003-brown_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/004-brown_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/004-brown_body-07.ts index 7e1d9ea8a6c0..3418c1c638fb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/004-brown_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/004-brown_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/005-brown_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/005-brown_body-04.ts index d2b7e672491d..d8f9d51047ad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/005-brown_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/005-brown_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/006-brown_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/006-brown_body-10.ts index 934f8f0808b3..219614187997 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/006-brown_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/006-brown_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/007-brown_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/007-brown_body-09.ts index 7f253b47d923..9e8e2d094aa3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/007-brown_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/007-brown_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/008-brown_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/008-brown_body-02.ts index e8b9a9e46817..899247cc4225 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/008-brown_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/008-brown_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/009-brown_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/009-brown_body-05.ts index 958822c0e85e..5698c54148dd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/009-brown_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/003-01Body/generated/009-brown_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/000-brown_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/000-brown_face-09.ts index 7a92d4c954bf..c2cedc329d02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/000-brown_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/000-brown_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/001-brown_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/001-brown_face-02.ts index 242d5d2119ed..dda3746704a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/001-brown_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/001-brown_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/002-brown_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/002-brown_face-08.ts index d4c28beb4ae0..98f3f512fcbe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/002-brown_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/002-brown_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/003-brown_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/003-brown_face-07.ts index d7d7c78ca283..e606ac0e38b1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/003-brown_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/003-brown_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/004-brown_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/004-brown_face-06.ts index d0fc47e11d1b..0a041c316543 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/004-brown_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/004-brown_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/005-brown_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/005-brown_face-05.ts index 07c3e109099e..adec4a197bd9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/005-brown_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/005-brown_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/006-brown_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/006-brown_face-03.ts index 48edb32a6c3c..74f20ed8fd39 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/006-brown_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/006-brown_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/007-brown_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/007-brown_face-10.ts index c3628499b47c..1501ac8a9c8e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/007-brown_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/007-brown_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/008-brown_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/008-brown_face-01.ts index 0c7478e13555..0ad77b69f04c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/008-brown_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/008-brown_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/009-brown_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/009-brown_face-04.ts index 3682dc373b4d..f4656d286aef 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/009-brown_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-brown/004-02Face/generated/009-brown_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/000-green_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/000-green_mouth-08.ts index 77663a1f4542..4e32a1a4d063 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/000-green_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/000-green_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/001-green_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/001-green_mouth-04.ts index f216450fc923..4a7427345224 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/001-green_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/001-green_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/002-green_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/002-green_mouth-06.ts index b5ab74439731..55ca53f2a967 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/002-green_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/002-green_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/003-green_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/003-green_mouth-02.ts index 70a0cf43cd9a..9dedbddd103a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/003-green_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/003-green_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/004-green_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/004-green_mouth-03.ts index d053c88ced93..a9f7d1de6a92 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/004-green_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/004-green_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/005-green_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/005-green_mouth-01.ts index 8f7e5839c88e..851de228372c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/005-green_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/005-green_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/006-green_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/006-green_mouth-07.ts index e1d39fe6efa2..5a8e4e2d8167 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/006-green_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/006-green_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/007-green_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/007-green_mouth-10.ts index 34fa0fb64282..90e4fa17ae41 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/007-green_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/007-green_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/008-green_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/008-green_mouth-05.ts index 66a8b812ac63..616db8397440 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/008-green_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/008-green_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/009-green_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/009-green_mouth-09.ts index 91c5ab6bfeae..de5e46a5b880 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/009-green_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/000-Mouth/generated/009-green_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/000-green_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/000-green_eyes-05.ts index bba8a978ad69..41aaa5fc9634 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/000-green_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/000-green_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/001-green_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/001-green_eyes-07.ts index 4f6ce1532b39..86a3339e9562 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/001-green_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/001-green_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/002-green_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/002-green_eyes-02.ts index 79d5273519c7..4d8b14aa740e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/002-green_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/002-green_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/003-green_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/003-green_eyes-01.ts index b48add9d4b6e..6a8f1002fee3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/003-green_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/003-green_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/004-green_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/004-green_eyes-09.ts index 4ed184ff5416..3937c0ef5c7d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/004-green_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/004-green_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/005-green_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/005-green_eyes-04.ts index 1b2f45ea8b5b..58097580811d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/005-green_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/005-green_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/006-green_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/006-green_eyes-10.ts index 9ec122193115..eb169e8da5ab 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/006-green_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/006-green_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/007-green_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/007-green_eyes-08.ts index 90d32dc911cf..116aecbffe89 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/007-green_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/007-green_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/008-green_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/008-green_eyes-06.ts index b09ae6860183..f803fe3fa05c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/008-green_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/008-green_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/009-green_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/009-green_eyes-03.ts index e89ba531ee72..2695ffbc1435 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/009-green_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/001-Eyes/generated/009-green_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/000-green_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/000-green_accessory-07.ts index 6f943350e937..c30dd715186d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/000-green_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/000-green_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/001-green_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/001-green_accessory-03.ts index 0369171527ca..c494651a6a56 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/001-green_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/001-green_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/002-green_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/002-green_accessory-08.ts index 188c6bafe410..f5068bc1fdd3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/002-green_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/002-green_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/003-green_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/003-green_accessory-05.ts index 33be1029b6cb..374942dd9c0c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/003-green_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/003-green_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/004-green_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/004-green_accessory-01.ts index bf11f89a0404..8e27f015b123 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/004-green_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/004-green_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/005-green_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/005-green_accessory-04.ts index b077d301b198..3a12b0beaadc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/005-green_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/005-green_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/006-green_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/006-green_accessory-06.ts index 27ce9ec2df9d..7c68fb2a4da1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/006-green_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/006-green_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/007-green_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/007-green_accessory-10.ts index 25a461232db6..16f70b8d651b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/007-green_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/007-green_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/008-green_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/008-green_accessory-02.ts index ddace44f97e4..67407f05cff2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/008-green_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/008-green_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/009-green_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/009-green_accessory-09.ts index 0050147c1902..a0acff6b94f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/009-green_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/002-Accessory/generated/009-green_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/000-green_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/000-green_body-08.ts index c8c780e46e83..00cb6f4ff9cd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/000-green_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/000-green_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/001-green_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/001-green_body-01.ts index 7b0da9076da2..125b4548489b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/001-green_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/001-green_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/002-green_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/002-green_body-02.ts index 604a6fe5c114..f3b53e7f048c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/002-green_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/002-green_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/003-green_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/003-green_body-06.ts index 7587e724244c..29b732ab20c7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/003-green_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/003-green_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/004-green_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/004-green_body-04.ts index 35ab9f74897d..e2634ab7255f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/004-green_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/004-green_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/005-green_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/005-green_body-07.ts index 5e4afba7ee81..237bf3873a4f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/005-green_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/005-green_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/006-green_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/006-green_body-03.ts index d6c32e8cc59c..7b843d42f645 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/006-green_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/006-green_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/007-green_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/007-green_body-10.ts index f1b94e5a3fde..bb6d50b9bb1f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/007-green_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/007-green_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/008-green_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/008-green_body-05.ts index c3536f5aba94..b455155b2a3d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/008-green_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/008-green_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/009-green_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/009-green_body-09.ts index 101e95446d29..05b168732c3c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/009-green_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/003-01Body/generated/009-green_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/000-green_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/000-green_face-10.ts index 9694b4c874f5..1e742cb86fb1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/000-green_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/000-green_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/001-green_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/001-green_face-09.ts index ec1c7dfb4e89..3b89057902f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/001-green_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/001-green_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/002-green_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/002-green_face-03.ts index 460fb60330bd..fd71dc069494 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/002-green_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/002-green_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/003-green_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/003-green_face-06.ts index b154fe7ea967..349a94f1fb15 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/003-green_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/003-green_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/004-green_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/004-green_face-07.ts index d85139b334bc..c09e742c4928 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/004-green_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/004-green_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/005-green_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/005-green_face-08.ts index 05d7d6c6899f..1b4cc2b09ede 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/005-green_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/005-green_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/006-green_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/006-green_face-04.ts index a93ce03b9b0c..b7505e84c766 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/006-green_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/006-green_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/007-green_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/007-green_face-02.ts index b9955875773c..42e57efd6980 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/007-green_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/007-green_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/008-green_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/008-green_face-01.ts index d70b181944e3..4301d02b2122 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/008-green_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/008-green_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/009-green_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/009-green_face-05.ts index 44c43c2fa4ab..65f10f298e57 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/009-green_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-green/004-02Face/generated/009-green_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/000-grey_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/000-grey_mouth-08.ts index 82a591a71727..075ba11b86f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/000-grey_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/000-grey_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/001-grey_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/001-grey_mouth-03.ts index 33ecde02def7..64f3d87d2830 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/001-grey_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/001-grey_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/002-grey_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/002-grey_mouth-01.ts index a3e5fe7f0692..c2e6159b1458 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/002-grey_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/002-grey_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/003-grey_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/003-grey_mouth-07.ts index fd62a3aeaad6..f54308daff47 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/003-grey_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/003-grey_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/004-grey_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/004-grey_mouth-02.ts index 53dbf7a8ffd1..5a50edb97d8e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/004-grey_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/004-grey_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/005-grey_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/005-grey_mouth-09.ts index 3d897f7b0c64..b8ec17a1441d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/005-grey_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/005-grey_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/006-grey_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/006-grey_mouth-04.ts index e9e27213085f..6ec2a1010c88 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/006-grey_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/006-grey_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/007-grey_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/007-grey_mouth-05.ts index 219602ef754a..66086bc6ac96 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/007-grey_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/007-grey_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/008-grey_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/008-grey_mouth-06.ts index 73211e7e5ae5..dddf20f59125 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/008-grey_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/008-grey_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/009-grey_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/009-grey_mouth-10.ts index effd5ed77fd8..d1d4b760556a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/009-grey_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/000-Mouth/generated/009-grey_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/000-grey_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/000-grey_eyes-06.ts index 8be0c0eb2891..0bdf09449240 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/000-grey_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/000-grey_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/001-grey_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/001-grey_eyes-05.ts index adac94e8ecf9..f69938c6f4ef 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/001-grey_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/001-grey_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/002-grey_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/002-grey_eyes-04.ts index 7f2399c84d31..2418f967b322 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/002-grey_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/002-grey_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/003-grey_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/003-grey_eyes-08.ts index 02ea0d89456a..464a5fdce27f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/003-grey_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/003-grey_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/004-grey_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/004-grey_eyes-03.ts index 22d7e9bdb81a..c297a7ae9389 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/004-grey_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/004-grey_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/005-grey_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/005-grey_eyes-10.ts index c0508fb21a05..4a2602d76902 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/005-grey_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/005-grey_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/006-grey_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/006-grey_eyes-07.ts index 29821921a935..bf9f727e9a37 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/006-grey_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/006-grey_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/007-grey_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/007-grey_eyes-09.ts index 9726550998a6..37e0a4504748 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/007-grey_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/007-grey_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/008-grey_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/008-grey_eyes-01.ts index 98000eee0aa5..3a0792c25195 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/008-grey_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/008-grey_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/009-grey_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/009-grey_eyes-02.ts index 853f761cecf8..215cdbb2de46 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/009-grey_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/001-Eyes/generated/009-grey_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/000-grey_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/000-grey_accessory-01.ts index 0da2e6a73739..d445f2b8cc86 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/000-grey_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/000-grey_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/001-grey_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/001-grey_accessory-03.ts index a8257a616f10..14e5fde57399 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/001-grey_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/001-grey_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/002-grey_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/002-grey_accessory-07.ts index 41f135615ce7..5ac2a40fb57c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/002-grey_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/002-grey_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/003-grey_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/003-grey_accessory-09.ts index e020f52a282b..1081519db1a8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/003-grey_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/003-grey_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/004-grey_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/004-grey_accessory-05.ts index 75b0e6266cac..331ceeca424e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/004-grey_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/004-grey_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/005-grey_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/005-grey_accessory-10.ts index 15b28619407a..f3a1c165cbb2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/005-grey_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/005-grey_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/006-grey_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/006-grey_accessory-06.ts index 93263b70414c..b38012f9304e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/006-grey_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/006-grey_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/007-grey_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/007-grey_accessory-02.ts index 473ba5c92b51..0a72ca846854 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/007-grey_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/007-grey_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/008-grey_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/008-grey_accessory-08.ts index 3aefcaf325e4..6b95eb9e333a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/008-grey_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/008-grey_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/009-grey_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/009-grey_accessory-04.ts index 411722fe4250..7ce16fe1e7a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/009-grey_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/002-Accessory/generated/009-grey_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/000-grey_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/000-grey_body-03.ts index ea30b5f89b0f..9d156c8da12d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/000-grey_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/000-grey_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/001-grey_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/001-grey_body-09.ts index ffeb516bde1f..76c3923c3e16 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/001-grey_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/001-grey_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/002-grey_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/002-grey_body-04.ts index cdb37445ff4f..2a6d4bf636ce 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/002-grey_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/002-grey_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/003-grey_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/003-grey_body-01.ts index 516cff16742e..6eefbc4799da 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/003-grey_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/003-grey_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/004-grey_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/004-grey_body-10.ts index dabf635f3062..c86f7ffe7dc1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/004-grey_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/004-grey_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/005-grey_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/005-grey_body-05.ts index 2f0859dcca40..ee19e09b138c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/005-grey_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/005-grey_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/006-grey_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/006-grey_body-06.ts index 21a7bab7727d..1310a8c90c63 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/006-grey_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/006-grey_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/007-grey_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/007-grey_body-07.ts index 75040e7ad4d3..c867a8701a17 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/007-grey_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/007-grey_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/008-grey_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/008-grey_body-08.ts index 25f4166ba7ab..b36d18e25e87 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/008-grey_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/008-grey_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/009-grey_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/009-grey_body-02.ts index 1a250cf1a5fc..9c8e87847f27 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/009-grey_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/003-01Body/generated/009-grey_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/000-grey_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/000-grey_face-10.ts index d414a4eafbc6..c4272d4b094a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/000-grey_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/000-grey_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/001-grey_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/001-grey_face-03.ts index 3f2c0dccc446..3d606d762589 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/001-grey_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/001-grey_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/002-grey_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/002-grey_face-01.ts index 5ca9188bbaf1..644cb01a8398 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/002-grey_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/002-grey_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/003-grey_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/003-grey_face-08.ts index ecb9ef15592d..6f1c1c71cef3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/003-grey_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/003-grey_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/004-grey_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/004-grey_face-06.ts index bd1b2506a605..541ece0eb626 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/004-grey_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/004-grey_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/005-grey_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/005-grey_face-04.ts index e59fdc360571..f7b25806fe16 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/005-grey_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/005-grey_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/006-grey_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/006-grey_face-07.ts index bbad7d34945f..c8b39480ba8c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/006-grey_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/006-grey_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/007-grey_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/007-grey_face-05.ts index ea27521e7ec0..a9a92497440c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/007-grey_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/007-grey_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/008-grey_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/008-grey_face-09.ts index f54005afe28e..b8b66ae16df3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/008-grey_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/008-grey_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/009-grey_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/009-grey_face-02.ts index fab7a943c318..4338bd3095f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/009-grey_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-grey/004-02Face/generated/009-grey_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/000-orange_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/000-orange_mouth-07.ts index 70000239e2bc..b1eef83d2dc1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/000-orange_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/000-orange_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/001-orange_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/001-orange_mouth-01.ts index 5eb3ef55ff07..45240b2cb256 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/001-orange_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/001-orange_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/002-orange_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/002-orange_mouth-08.ts index 7012f40b0269..9ba67d80e6fd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/002-orange_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/002-orange_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/003-orange_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/003-orange_mouth-05.ts index 03e7ec532cbd..d75e840d2e72 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/003-orange_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/003-orange_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/004-orange_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/004-orange_mouth-10.ts index 053bed1585b5..37ddbd44d224 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/004-orange_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/004-orange_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/005-orange_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/005-orange_mouth-02.ts index f9e713fae80f..056164831a65 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/005-orange_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/005-orange_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/006-orange_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/006-orange_mouth-06.ts index d62ddf553003..a66c130e4982 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/006-orange_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/006-orange_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/007-orange_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/007-orange_mouth-09.ts index 8c43db622cae..05d72ba33382 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/007-orange_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/007-orange_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/008-orange_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/008-orange_mouth-03.ts index 1568390d64d9..5b4b12640c0a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/008-orange_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/008-orange_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/009-orange_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/009-orange_mouth-04.ts index e89273fa3224..c0e1656475dd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/009-orange_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/000-Mouth/generated/009-orange_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/000-orange_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/000-orange_eyes-05.ts index 56ab9023fc0b..a14cadb82c6f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/000-orange_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/000-orange_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/001-orange_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/001-orange_eyes-01.ts index 4f35def799e6..6848e0706cde 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/001-orange_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/001-orange_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/002-orange_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/002-orange_eyes-09.ts index e35e82d1048d..ae7238e6fdea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/002-orange_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/002-orange_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/003-orange_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/003-orange_eyes-06.ts index 61faba60acf6..211363423c75 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/003-orange_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/003-orange_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/004-orange_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/004-orange_eyes-02.ts index ab70803aefe9..1cde10d9d191 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/004-orange_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/004-orange_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/005-orange_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/005-orange_eyes-10.ts index 7174cf79c73b..ef6d7dc282d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/005-orange_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/005-orange_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/006-orange_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/006-orange_eyes-04.ts index 64671fff175c..e541090c86f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/006-orange_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/006-orange_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/007-orange_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/007-orange_eyes-07.ts index 2412b3617425..8a43295be131 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/007-orange_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/007-orange_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/008-orange_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/008-orange_eyes-08.ts index 2459df0e5c03..5e2e4539aca1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/008-orange_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/008-orange_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/009-orange_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/009-orange_eyes-03.ts index dbf6e210143a..f44927585fb2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/009-orange_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/001-Eyes/generated/009-orange_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/000-orange_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/000-orange_accessory-05.ts index f1ea5eec6d68..1d740aa157b2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/000-orange_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/000-orange_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/001-orange_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/001-orange_accessory-03.ts index efbd64bba8ea..0ebbf0b89a2c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/001-orange_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/001-orange_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/002-orange_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/002-orange_accessory-10.ts index c04f19634022..906ed1c64532 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/002-orange_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/002-orange_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/003-orange_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/003-orange_accessory-08.ts index d9a6c8623340..629bde8c41d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/003-orange_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/003-orange_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/004-orange_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/004-orange_accessory-09.ts index 2e693b325f10..71112ceb493d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/004-orange_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/004-orange_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/005-orange_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/005-orange_accessory-01.ts index bcf74200635d..2418996b5954 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/005-orange_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/005-orange_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/006-orange_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/006-orange_accessory-02.ts index 4ad0d1d3f3fa..90210a1485de 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/006-orange_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/006-orange_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/007-orange_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/007-orange_accessory-06.ts index 17cbe6613069..da862e351bdc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/007-orange_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/007-orange_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/008-orange_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/008-orange_accessory-04.ts index 439dcbeddd85..04dec0b75aa3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/008-orange_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/008-orange_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/009-orange_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/009-orange_accessory-07.ts index 0aabbef15c26..de4e2811f30c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/009-orange_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/002-Accessory/generated/009-orange_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/000-orange_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/000-orange_body-07.ts index 050ac89aa7fd..e6f01e378947 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/000-orange_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/000-orange_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/001-orange_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/001-orange_body-05.ts index 7606b93f17af..5d33dd3eca3b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/001-orange_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/001-orange_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/002-orange_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/002-orange_body-03.ts index 9beb603834e9..c084e576c0c4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/002-orange_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/002-orange_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/003-orange_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/003-orange_body-06.ts index 1188c7d2a41d..61081862a804 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/003-orange_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/003-orange_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/004-orange_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/004-orange_body-10.ts index ae2a9ef71a78..c7dd1fac7ced 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/004-orange_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/004-orange_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/005-orange_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/005-orange_body-08.ts index 80d27bf7e3b2..f907619d0153 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/005-orange_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/005-orange_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/006-orange_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/006-orange_body-09.ts index e5e1e883bdd7..3fa07447a87d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/006-orange_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/006-orange_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/007-orange_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/007-orange_body-02.ts index 64fbfd2fa4b5..e33ddc800a85 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/007-orange_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/007-orange_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/008-orange_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/008-orange_body-04.ts index 64ff077927c4..a6b2783e9a71 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/008-orange_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/008-orange_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/009-orange_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/009-orange_body-01.ts index daf0a5db8286..b263e4ca0e32 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/009-orange_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/003-01Body/generated/009-orange_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/000-orange_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/000-orange_face-01.ts index 56527c3cbf8f..aa2cb3bd2d63 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/000-orange_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/000-orange_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/001-orange_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/001-orange_face-03.ts index c4998909d541..c19014017bb1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/001-orange_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/001-orange_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/002-orange_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/002-orange_face-05.ts index 522aac12fb56..7095328432a1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/002-orange_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/002-orange_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/003-orange_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/003-orange_face-08.ts index d5bdf2c447c6..2632bdb9d902 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/003-orange_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/003-orange_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/004-orange_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/004-orange_face-09.ts index ddaf2078ea6d..64c35a2556ff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/004-orange_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/004-orange_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/005-orange_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/005-orange_face-07.ts index d9f36cd63c78..2dd4ada35e7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/005-orange_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/005-orange_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/006-orange_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/006-orange_face-06.ts index 12c987b0971b..f2504fe8befb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/006-orange_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/006-orange_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/007-orange_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/007-orange_face-10.ts index bed6a6d029cc..3a0b7666cec6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/007-orange_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/007-orange_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/008-orange_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/008-orange_face-04.ts index 1ae07c5a0f2b..3ea2043c561a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/008-orange_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/008-orange_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/009-orange_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/009-orange_face-02.ts index 1f64d03978f2..f1b7735a4fda 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/009-orange_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-orange/004-02Face/generated/009-orange_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/000-pink_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/000-pink_mouth-03.ts index 956d78f81620..b5ec67d5fd8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/000-pink_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/000-pink_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/001-pink_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/001-pink_mouth-02.ts index 976c18c51fa8..10bfabbbf3d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/001-pink_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/001-pink_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/002-pink_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/002-pink_mouth-08.ts index c15a122bb9a5..d86f970f12c1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/002-pink_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/002-pink_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/003-pink_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/003-pink_mouth-01.ts index 7e0b0ed88b18..bd6aae5cb750 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/003-pink_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/003-pink_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/004-pink_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/004-pink_mouth-07.ts index 4844d9a4e05a..4278c89dcc52 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/004-pink_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/004-pink_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/005-pink_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/005-pink_mouth-04.ts index 09a5db32cce2..6dbaf2b28680 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/005-pink_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/005-pink_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/006-pink_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/006-pink_mouth-05.ts index e552605c41a1..6817103244ea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/006-pink_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/006-pink_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/007-pink_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/007-pink_mouth-06.ts index 92257ecc387d..5eabe26d09e7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/007-pink_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/007-pink_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/008-pink_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/008-pink_mouth-10.ts index a3afd02dbdc6..473785897076 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/008-pink_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/008-pink_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/009-pink_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/009-pink_mouth-09.ts index 3c7916f4d07f..890f9a2057d7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/009-pink_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/000-Mouth/generated/009-pink_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/000-pink_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/000-pink_eyes-05.ts index 28b2f571399e..aa8569eb5698 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/000-pink_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/000-pink_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/001-pink_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/001-pink_eyes-01.ts index 10350de8242e..88cabe779f04 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/001-pink_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/001-pink_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/002-pink_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/002-pink_eyes-02.ts index 5285ca1c3cca..903ef78d3ffb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/002-pink_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/002-pink_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/003-pink_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/003-pink_eyes-06.ts index c6b6e89f108c..470ea71a5bde 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/003-pink_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/003-pink_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/004-pink_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/004-pink_eyes-10.ts index 715f4020341a..4ed432107cc3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/004-pink_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/004-pink_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/005-pink_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/005-pink_eyes-04.ts index e26b3dddda29..65ec0ad6e9d4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/005-pink_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/005-pink_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/006-pink_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/006-pink_eyes-09.ts index 247c1c69b993..f099526d99d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/006-pink_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/006-pink_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/007-pink_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/007-pink_eyes-07.ts index a12443bffee3..5ae132b13266 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/007-pink_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/007-pink_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/008-pink_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/008-pink_eyes-08.ts index 138a7093a702..3d87c5735e4f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/008-pink_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/008-pink_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/009-pink_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/009-pink_eyes-03.ts index cbb96abbd24c..cb7d42e8beea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/009-pink_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/001-Eyes/generated/009-pink_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/000-pink_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/000-pink_accessory-07.ts index 1d56f7796db8..aa10d73e714a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/000-pink_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/000-pink_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/001-pink_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/001-pink_accessory-02.ts index c437ab5661e5..94bc0b30df27 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/001-pink_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/001-pink_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/002-pink_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/002-pink_accessory-01.ts index 2dbc1b5461cd..a93b7d82e578 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/002-pink_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/002-pink_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/003-pink_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/003-pink_accessory-06.ts index d7d3d4322809..f1ad91768ce9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/003-pink_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/003-pink_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/004-pink_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/004-pink_accessory-10.ts index 471dfa05be42..9c16b8cd949b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/004-pink_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/004-pink_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/005-pink_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/005-pink_accessory-08.ts index 569a17e6d5a0..b8ac75bea356 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/005-pink_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/005-pink_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/006-pink_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/006-pink_accessory-03.ts index 9c59363977d6..e1d37118c9de 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/006-pink_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/006-pink_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/007-pink_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/007-pink_accessory-09.ts index 294649307705..beeeee693236 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/007-pink_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/007-pink_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/008-pink_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/008-pink_accessory-05.ts index 1a2fae1e0f46..669a156d8015 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/008-pink_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/008-pink_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/009-pink_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/009-pink_accessory-04.ts index 19347c04295d..b3d415c31458 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/009-pink_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/002-Accessory/generated/009-pink_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/000-pink_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/000-pink_body-01.ts index bc32c73620af..852a905f3d09 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/000-pink_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/000-pink_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/001-pink_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/001-pink_body-03.ts index 7f3418377f8c..56ac583c20be 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/001-pink_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/001-pink_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/002-pink_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/002-pink_body-05.ts index a4a6a34c842d..4b8a84208b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/002-pink_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/002-pink_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/003-pink_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/003-pink_body-08.ts index 59d3cc712272..4a9ede7de3d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/003-pink_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/003-pink_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/004-pink_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/004-pink_body-09.ts index 00848098e4ed..4c0093490627 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/004-pink_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/004-pink_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/005-pink_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/005-pink_body-06.ts index 6e5a30744eca..5982a32e22bc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/005-pink_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/005-pink_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/006-pink_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/006-pink_body-07.ts index 322b5a56ad03..a28765dd6af1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/006-pink_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/006-pink_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/007-pink_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/007-pink_body-10.ts index 54e42627bde9..528468b9ca76 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/007-pink_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/007-pink_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/008-pink_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/008-pink_body-02.ts index 0835693612ef..983dad658bb6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/008-pink_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/008-pink_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/009-pink_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/009-pink_body-04.ts index dc9ac1c1372e..83cf3acd7a9b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/009-pink_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/003-01Body/generated/009-pink_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/000-pink_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/000-pink_face-07.ts index 68e7027196b0..d306f5acddb0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/000-pink_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/000-pink_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/001-pink_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/001-pink_face-02.ts index 0e166b0df9c2..450b4a5be504 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/001-pink_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/001-pink_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/002-pink_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/002-pink_face-03.ts index 587fe57cef50..88441df455eb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/002-pink_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/002-pink_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/003-pink_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/003-pink_face-10.ts index 35d16a5d9120..2a87ea8d4b0c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/003-pink_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/003-pink_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/004-pink_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/004-pink_face-01.ts index 0ef2e41a8805..ed56bc70e30e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/004-pink_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/004-pink_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/005-pink_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/005-pink_face-04.ts index ebf9e1e474ac..ab2d15d1dd93 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/005-pink_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/005-pink_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/006-pink_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/006-pink_face-06.ts index a40936e8c117..3518fc54772f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/006-pink_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/006-pink_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/007-pink_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/007-pink_face-05.ts index 7b26d5b78a1f..b8c668fa2d96 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/007-pink_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/007-pink_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/008-pink_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/008-pink_face-09.ts index 2c75d8c5c7d1..d1fe7ff11f24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/008-pink_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/008-pink_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/009-pink_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/009-pink_face-08.ts index 30c553c9c709..a407e535948e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/009-pink_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-pink/004-02Face/generated/009-pink_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/000-purple_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/000-purple_mouth-01.ts index 2301d5e2f960..175cb2aca260 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/000-purple_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/000-purple_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/001-purple_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/001-purple_mouth-10.ts index 1261200b22f1..3bdbff64f3ad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/001-purple_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/001-purple_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/002-purple_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/002-purple_mouth-05.ts index d31e11b19992..eea4884caa1d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/002-purple_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/002-purple_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/003-purple_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/003-purple_mouth-07.ts index dd98cc67efcc..1f8015cd859b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/003-purple_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/003-purple_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/004-purple_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/004-purple_mouth-04.ts index d5c27d8ba21e..a198a14ae925 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/004-purple_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/004-purple_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/005-purple_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/005-purple_mouth-09.ts index 84292245b28a..ae141e5bd073 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/005-purple_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/005-purple_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/006-purple_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/006-purple_mouth-03.ts index 618f81633932..b19ed044cc4a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/006-purple_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/006-purple_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/007-purple_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/007-purple_mouth-02.ts index dfbbb6208398..4cf3db501bc2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/007-purple_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/007-purple_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/008-purple_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/008-purple_mouth-08.ts index 012ec462b504..7b33ff5ff836 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/008-purple_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/008-purple_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/009-purple_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/009-purple_mouth-06.ts index d70b9e5ca4aa..49b2e7f80bb3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/009-purple_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/000-Mouth/generated/009-purple_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/000-purple_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/000-purple_eyes-09.ts index e522742bc804..288d952683c3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/000-purple_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/000-purple_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/001-purple_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/001-purple_eyes-08.ts index ed1a4d07b306..7114c12a2864 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/001-purple_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/001-purple_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/002-purple_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/002-purple_eyes-06.ts index 4a3490a1a195..3525fcaed38d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/002-purple_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/002-purple_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/003-purple_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/003-purple_eyes-10.ts index 6c4bb116e26b..750f47bbde8d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/003-purple_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/003-purple_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/004-purple_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/004-purple_eyes-03.ts index 685374baa6d1..83e61e6c352b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/004-purple_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/004-purple_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/005-purple_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/005-purple_eyes-01.ts index 198e2daff17a..0286d32a8eb0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/005-purple_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/005-purple_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/006-purple_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/006-purple_eyes-07.ts index b7d823c85816..78b8ca02d2d7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/006-purple_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/006-purple_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/007-purple_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/007-purple_eyes-02.ts index 2def21bf840f..db0ca106da7d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/007-purple_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/007-purple_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/008-purple_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/008-purple_eyes-04.ts index 2ee67434e912..0df236a5f682 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/008-purple_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/008-purple_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/009-purple_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/009-purple_eyes-05.ts index ab42c7789287..d7004a834a73 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/009-purple_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/001-Eyes/generated/009-purple_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/000-purple_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/000-purple_accessory-04.ts index 74a4255194a6..b19ad7c0c4d1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/000-purple_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/000-purple_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/001-purple_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/001-purple_accessory-02.ts index c62add41fd1f..3877d1f68a85 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/001-purple_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/001-purple_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/002-purple_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/002-purple_accessory-06.ts index 8c7ab2ce6ee3..ddc3588fac78 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/002-purple_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/002-purple_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/003-purple_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/003-purple_accessory-10.ts index 5f44a8a34626..a1c38d5a1e4f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/003-purple_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/003-purple_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/004-purple_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/004-purple_accessory-01.ts index 5956b8cd177d..1af8513b685d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/004-purple_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/004-purple_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/005-purple_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/005-purple_accessory-09.ts index 9310328105b4..868b64c629c1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/005-purple_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/005-purple_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/006-purple_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/006-purple_accessory-08.ts index c31b7a2a92eb..83b8c81bdd5f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/006-purple_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/006-purple_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/007-purple_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/007-purple_accessory-03.ts index 8da2413af661..34c24bc3662a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/007-purple_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/007-purple_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/008-purple_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/008-purple_accessory-05.ts index 2bea2a60cc67..7edeac4bced2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/008-purple_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/008-purple_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/009-purple_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/009-purple_accessory-07.ts index 141e35fc7a80..fa49e4ceb0f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/009-purple_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/002-Accessory/generated/009-purple_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/000-purple_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/000-purple_body-10.ts index a82ac2e5b27d..e5ba91c1033f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/000-purple_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/000-purple_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/001-purple_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/001-purple_body-04.ts index 4e83410e2f98..5910e4a458b2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/001-purple_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/001-purple_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/002-purple_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/002-purple_body-05.ts index 6041cd752c22..faedc006eddf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/002-purple_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/002-purple_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/003-purple_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/003-purple_body-07.ts index 26258681048a..df3ebd893210 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/003-purple_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/003-purple_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/004-purple_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/004-purple_body-03.ts index fe8f1808bdda..845bc3f4439a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/004-purple_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/004-purple_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/005-purple_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/005-purple_body-02.ts index 79ab9b93d6af..525ed8432e49 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/005-purple_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/005-purple_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/006-purple_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/006-purple_body-09.ts index c7888d0d5b30..772665aa449f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/006-purple_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/006-purple_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/007-purple_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/007-purple_body-06.ts index f503f1052a1a..35bce289ab93 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/007-purple_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/007-purple_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/008-purple_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/008-purple_body-08.ts index 7370a71b1df9..865a93522117 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/008-purple_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/008-purple_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/009-purple_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/009-purple_body-01.ts index 6bbceab0cc7b..279606c6f41f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/009-purple_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/003-01Body/generated/009-purple_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/000-purple_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/000-purple_face-05.ts index 0ad636de68be..5f800d6c150b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/000-purple_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/000-purple_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/001-purple_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/001-purple_face-01.ts index fc03f1867c46..9f4728ead171 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/001-purple_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/001-purple_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/002-purple_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/002-purple_face-08.ts index e761f461165b..6af7fd633d34 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/002-purple_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/002-purple_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/003-purple_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/003-purple_face-04.ts index c44a659af037..6b4385cd05ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/003-purple_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/003-purple_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/004-purple_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/004-purple_face-06.ts index 77edc25f897d..e53b9814b723 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/004-purple_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/004-purple_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/005-purple_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/005-purple_face-03.ts index 0e575ac0e943..7683a28d6de3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/005-purple_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/005-purple_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/006-purple_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/006-purple_face-10.ts index 93e4c205aa3f..6b9ccc1a6540 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/006-purple_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/006-purple_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/007-purple_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/007-purple_face-07.ts index b50ffc60ee5b..dcb2475b7706 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/007-purple_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/007-purple_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/008-purple_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/008-purple_face-02.ts index 9ab2892c9ce2..8739450144d1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/008-purple_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/008-purple_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/009-purple_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/009-purple_face-09.ts index d65546863b7c..777630bdc079 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/009-purple_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-purple/004-02Face/generated/009-purple_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/000-red_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/000-red_mouth-07.ts index 2c45f766dfae..bc3ef5c6e3da 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/000-red_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/000-red_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/001-red_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/001-red_mouth-05.ts index 9a30d1d484cb..5e322d5aade5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/001-red_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/001-red_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/002-red_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/002-red_mouth-08.ts index a608771de079..f7c7e0f25c13 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/002-red_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/002-red_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/003-red_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/003-red_mouth-01.ts index 1ccbea782674..0d2eb0f5c741 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/003-red_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/003-red_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/004-red_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/004-red_mouth-03.ts index 92b173c441c4..04ccca05a337 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/004-red_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/004-red_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/005-red_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/005-red_mouth-02.ts index 5366e5642de5..d5fd4b9d8cbd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/005-red_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/005-red_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/006-red_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/006-red_mouth-04.ts index a3ef938ed677..8bd261d21f4a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/006-red_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/006-red_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/007-red_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/007-red_mouth-09.ts index b4069dd464bb..267c3e5243c5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/007-red_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/007-red_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/008-red_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/008-red_mouth-06.ts index 993bbe75fa4c..c029cbd7b211 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/008-red_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/008-red_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/009-red_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/009-red_mouth-10.ts index 92d701e682b0..5d26068da896 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/009-red_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/000-Mouth/generated/009-red_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/000-red_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/000-red_eyes-07.ts index 7eaa143e2178..36aa65f88f38 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/000-red_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/000-red_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/001-red_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/001-red_eyes-02.ts index 1a44702bee66..16d5951e401f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/001-red_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/001-red_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/002-red_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/002-red_eyes-06.ts index d79408d8e8a5..34fb45b275fa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/002-red_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/002-red_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/003-red_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/003-red_eyes-09.ts index 4a0087bce661..967e46f43367 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/003-red_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/003-red_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/004-red_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/004-red_eyes-04.ts index 37f3bd76b45e..9d912bf479e1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/004-red_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/004-red_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/005-red_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/005-red_eyes-05.ts index f12dbe3fdaef..69f558d91387 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/005-red_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/005-red_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/006-red_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/006-red_eyes-01.ts index 8cecaaa9cb6f..c1bd48ebfee7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/006-red_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/006-red_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/007-red_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/007-red_eyes-10.ts index 6cb576a9c333..0bc8aa89e351 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/007-red_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/007-red_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/008-red_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/008-red_eyes-03.ts index 2109adb03f97..ecc89c481253 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/008-red_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/008-red_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/009-red_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/009-red_eyes-08.ts index 84ccdcbaa179..db999ea05f55 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/009-red_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/001-Eyes/generated/009-red_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/000-red_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/000-red_accessory-03.ts index 1d544b6a7cfa..05cfe2625506 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/000-red_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/000-red_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/001-red_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/001-red_accessory-09.ts index 54d6f2a150a3..4f055fb229f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/001-red_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/001-red_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/002-red_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/002-red_accessory-07.ts index 25fc8493c1ef..7b2e199090eb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/002-red_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/002-red_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/003-red_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/003-red_accessory-08.ts index f388771a7969..68a28fd82072 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/003-red_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/003-red_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/004-red_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/004-red_accessory-10.ts index 6b168434cd5d..7b11b6d75a88 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/004-red_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/004-red_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/005-red_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/005-red_accessory-05.ts index 633675c01a60..180af1778adc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/005-red_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/005-red_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/006-red_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/006-red_accessory-02.ts index d7992cd010bf..c9ab7186951b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/006-red_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/006-red_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/007-red_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/007-red_accessory-01.ts index f61badaf717c..c96d75408179 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/007-red_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/007-red_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/008-red_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/008-red_accessory-04.ts index 4c9eb015b663..c2bb1daa0dc5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/008-red_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/008-red_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/009-red_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/009-red_accessory-06.ts index cbcd34b6c200..ee879d1b1a9e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/009-red_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/002-Accessory/generated/009-red_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/000-red_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/000-red_body-09.ts index e31142a21efe..3ecb6f02e126 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/000-red_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/000-red_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/001-red_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/001-red_body-01.ts index 70911d3b948d..9060c32e0642 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/001-red_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/001-red_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/002-red_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/002-red_body-08.ts index 76a45495af91..f3b69bc84be1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/002-red_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/002-red_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/003-red_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/003-red_body-05.ts index 0d075a02a6da..1d0a10a7d322 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/003-red_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/003-red_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/004-red_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/004-red_body-10.ts index 79b32a778722..1d4d0d220d8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/004-red_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/004-red_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/005-red_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/005-red_body-04.ts index 383d50777616..7b470d0883f1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/005-red_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/005-red_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/006-red_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/006-red_body-07.ts index cf051794281f..3ff3b1bbc654 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/006-red_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/006-red_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/007-red_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/007-red_body-06.ts index 3e3a4fc2c34c..34d8ae82431c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/007-red_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/007-red_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/008-red_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/008-red_body-02.ts index 4f57dc08392e..8cb5351ae46e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/008-red_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/008-red_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/009-red_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/009-red_body-03.ts index a949b6a1e25b..1ed11b057aed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/009-red_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/003-01Body/generated/009-red_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/000-red_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/000-red_face-08.ts index dd608a0d0b62..e9d214da33b9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/000-red_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/000-red_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/001-red_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/001-red_face-06.ts index 4b0cb88bc248..b7169fd86e89 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/001-red_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/001-red_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/002-red_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/002-red_face-02.ts index 59c05fcafaa7..6de9fa367016 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/002-red_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/002-red_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/003-red_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/003-red_face-05.ts index 975fe8d7cf5f..528466b65ba9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/003-red_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/003-red_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/004-red_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/004-red_face-03.ts index 3f0c67587c56..06502ac3d42c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/004-red_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/004-red_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/005-red_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/005-red_face-10.ts index 8b0af92f440c..39301b454551 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/005-red_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/005-red_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/006-red_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/006-red_face-04.ts index 33ca0e562198..d22e135af1c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/006-red_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/006-red_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/007-red_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/007-red_face-01.ts index 134678182e4d..b68fcaf7efcc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/007-red_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/007-red_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/008-red_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/008-red_face-07.ts index fde09729c819..2f5173197065 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/008-red_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/008-red_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/009-red_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/009-red_face-09.ts index 1c8dea2fa23a..5cda6f18ab65 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/009-red_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-red/004-02Face/generated/009-red_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/000-white_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/000-white_mouth-04.ts index a2cc7fa1824c..48c88fc48c2b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/000-white_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/000-white_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/001-white_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/001-white_mouth-08.ts index 4aa7d17be13c..67a26f6e99d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/001-white_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/001-white_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/002-white_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/002-white_mouth-05.ts index 3f0ec730dabd..81aabae5f8fe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/002-white_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/002-white_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/003-white_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/003-white_mouth-03.ts index 9abc70d5f9b6..2ace8ed11dd3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/003-white_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/003-white_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/004-white_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/004-white_mouth-10.ts index 0fda469106e0..b3ccd5b5b43d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/004-white_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/004-white_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/005-white_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/005-white_mouth-07.ts index 631bd62a3f12..5b86e9078bb3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/005-white_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/005-white_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/006-white_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/006-white_mouth-06.ts index c763ae8cc4b3..6e9104864f94 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/006-white_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/006-white_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/007-white_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/007-white_mouth-09.ts index 13d12f19ba29..768f70d8b035 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/007-white_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/007-white_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/008-white_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/008-white_mouth-02.ts index ae8ca58d5180..c56f4525766a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/008-white_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/008-white_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/009-white_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/009-white_mouth-01.ts index bb6c0ab0c74e..0eb249d6cc02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/009-white_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/000-Mouth/generated/009-white_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/000-white_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/000-white_eyes-07.ts index 0c012bd0ca79..09efbd5c3931 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/000-white_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/000-white_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/001-white_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/001-white_eyes-10.ts index 483c6e85a6fe..9f86f8dba356 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/001-white_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/001-white_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/002-white_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/002-white_eyes-03.ts index 30e1457231a4..3869d2ef1707 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/002-white_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/002-white_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/003-white_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/003-white_eyes-06.ts index 9152afa8c6f2..27e6164f26c3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/003-white_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/003-white_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/004-white_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/004-white_eyes-04.ts index fe76ed82e3e8..bfcc6013bdad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/004-white_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/004-white_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/005-white_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/005-white_eyes-05.ts index cfb0978e3733..1cdee7dcefc4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/005-white_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/005-white_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/006-white_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/006-white_eyes-02.ts index dd160e8642f8..2dd3a90fef76 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/006-white_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/006-white_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/007-white_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/007-white_eyes-09.ts index ebd9b3e8b10c..c88ff7031ef6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/007-white_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/007-white_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/008-white_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/008-white_eyes-08.ts index c6ce82241c8e..a9a79a5143df 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/008-white_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/008-white_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/009-white_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/009-white_eyes-01.ts index 5802862a9e92..0250a6f13ba5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/009-white_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/001-Eyes/generated/009-white_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/000-white_accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/000-white_accessory-04.ts index a37145ad6d1b..f565ba36fd6f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/000-white_accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/000-white_accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/001-white_accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/001-white_accessory-06.ts index 098b0418f9b0..7bb7e71ff16d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/001-white_accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/001-white_accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/002-white_accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/002-white_accessory-07.ts index 8dfbf655e578..38e613a6005e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/002-white_accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/002-white_accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/003-white_accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/003-white_accessory-09.ts index 09b05fbe86ee..b8b8925ac842 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/003-white_accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/003-white_accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/004-white_accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/004-white_accessory-08.ts index 7b8038a8fdca..c023be71350b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/004-white_accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/004-white_accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/005-white_accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/005-white_accessory-05.ts index a1cca668637f..3835534e32c4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/005-white_accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/005-white_accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/006-white_accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/006-white_accessory-10.ts index a0c0dddc7f0a..b082e4c1bb0f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/006-white_accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/006-white_accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/007-white_accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/007-white_accessory-01.ts index e6256a896064..c4f047a727db 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/007-white_accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/007-white_accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/008-white_accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/008-white_accessory-03.ts index 66d1a21f3dc4..46fdc7eac4fb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/008-white_accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/008-white_accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/009-white_accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/009-white_accessory-02.ts index 3f23a658ee07..e89922e63d24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/009-white_accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/002-Accessory/generated/009-white_accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/000-white_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/000-white_body-01.ts index cda3daaa368f..4d9dbd5d8c02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/000-white_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/000-white_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/001-white_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/001-white_body-08.ts index d16c4c8da76a..36d7ad50e69a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/001-white_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/001-white_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/002-white_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/002-white_body-06.ts index d32bc37b873c..af1b9de4bd1e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/002-white_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/002-white_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/003-white_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/003-white_body-04.ts index 4b33ecb11498..3f60d8dc4ab2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/003-white_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/003-white_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/004-white_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/004-white_body-07.ts index f089763d680e..d21d9d008919 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/004-white_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/004-white_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/005-white_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/005-white_body-02.ts index 7cd9937f716b..5beabae83b37 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/005-white_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/005-white_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/006-white_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/006-white_body-05.ts index 1e1cf0b44edb..5f7ec1efd34f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/006-white_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/006-white_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/007-white_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/007-white_body-09.ts index b39337106765..718f9b773f5b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/007-white_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/007-white_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/008-white_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/008-white_body-03.ts index a5b03dddda30..0dc5fafeb502 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/008-white_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/008-white_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/009-white_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/009-white_body-10.ts index 12708a0ae181..0551bdc92960 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/009-white_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/003-01Body/generated/009-white_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/000-white_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/000-white_face-01.ts index 676d835bec4c..665b55ebca11 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/000-white_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/000-white_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/001-white_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/001-white_face-07.ts index d97723671f83..5d929e38761f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/001-white_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/001-white_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/002-white_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/002-white_face-06.ts index 03e6df9194f1..cc19fff8b92f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/002-white_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/002-white_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/003-white_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/003-white_face-08.ts index 11cfee4e8736..80f3bb13c92c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/003-white_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/003-white_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/004-white_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/004-white_face-10.ts index 810d446c5dee..b7095c06fb71 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/004-white_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/004-white_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/005-white_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/005-white_face-09.ts index 8a593928297b..308016d8909d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/005-white_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/005-white_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/006-white_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/006-white_face-05.ts index 198615c82db8..9caba3266796 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/006-white_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/006-white_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/007-white_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/007-white_face-04.ts index 99d09ef0afb4..27b229d7edc2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/007-white_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/007-white_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/008-white_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/008-white_face-03.ts index e3089e29ae8f..899e77a357d1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/008-white_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/008-white_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/009-white_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/009-white_face-02.ts index fdd5deb28b3d..560316ed4d42 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/009-white_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-white/004-02Face/generated/009-white_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/000-yellow_mouth-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/000-yellow_mouth-03.ts index b75ff769bd8b..795c14c3dbbb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/000-yellow_mouth-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/000-yellow_mouth-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/001-yellow_mouth-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/001-yellow_mouth-02.ts index d2e1d06bd1e4..4bd7ff774f44 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/001-yellow_mouth-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/001-yellow_mouth-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/002-yellow_mouth-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/002-yellow_mouth-06.ts index 78f905edf62c..61d3af3697be 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/002-yellow_mouth-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/002-yellow_mouth-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/003-yellow_mouth-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/003-yellow_mouth-01.ts index 5b1ea8e82808..721e796cae63 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/003-yellow_mouth-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/003-yellow_mouth-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/004-yellow_mouth-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/004-yellow_mouth-09.ts index 382599f8c7ff..4848d6995eea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/004-yellow_mouth-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/004-yellow_mouth-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/005-yellow_mouth-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/005-yellow_mouth-04.ts index abc52084e8e7..63fff78754fc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/005-yellow_mouth-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/005-yellow_mouth-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/006-yellow_mouth-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/006-yellow_mouth-08.ts index 648ff074c3a8..ccb0a7e84cbd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/006-yellow_mouth-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/006-yellow_mouth-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/007-yellow_mouth-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/007-yellow_mouth-05.ts index e792a76c3518..64fdcf6348ce 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/007-yellow_mouth-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/007-yellow_mouth-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/008-yellow_mouth-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/008-yellow_mouth-10.ts index 4a012daf2b7e..a709509e4c06 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/008-yellow_mouth-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/008-yellow_mouth-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/009-yellow_mouth-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/009-yellow_mouth-07.ts index 3f301450d29d..92f9b9a2dddb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/009-yellow_mouth-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/000-Mouth/generated/009-yellow_mouth-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/000-yellow_eyes-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/000-yellow_eyes-10.ts index cf5f9961829b..038e15d1d8ce 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/000-yellow_eyes-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/000-yellow_eyes-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/001-yellow_eyes-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/001-yellow_eyes-09.ts index 099e716b8ee6..3a0369c6541e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/001-yellow_eyes-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/001-yellow_eyes-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/002-yellow_eyes-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/002-yellow_eyes-02.ts index 09530f038c96..8579b22b150f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/002-yellow_eyes-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/002-yellow_eyes-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/003-yellow_eyes-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/003-yellow_eyes-03.ts index 044ab900d7a4..98a086765088 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/003-yellow_eyes-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/003-yellow_eyes-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/004-yellow_eyes-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/004-yellow_eyes-07.ts index a3819351bb4c..95582d2c103d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/004-yellow_eyes-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/004-yellow_eyes-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/005-yellow_eyes-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/005-yellow_eyes-01.ts index 0d1cd2150b63..522306b66826 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/005-yellow_eyes-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/005-yellow_eyes-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/006-yellow_eyes-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/006-yellow_eyes-05.ts index 770f735f3a35..1ff0ea0569cf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/006-yellow_eyes-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/006-yellow_eyes-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/007-yellow_eyes-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/007-yellow_eyes-08.ts index 37933db0a094..c0f6a9e945f3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/007-yellow_eyes-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/007-yellow_eyes-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/008-yellow_eyes-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/008-yellow_eyes-04.ts index 55a2b109f3d8..e7de2080c9d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/008-yellow_eyes-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/008-yellow_eyes-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/009-yellow_eyes-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/009-yellow_eyes-06.ts index d06ac9809558..41ee3df7d946 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/009-yellow_eyes-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/001-Eyes/generated/009-yellow_eyes-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/000-yellow__accessory-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/000-yellow__accessory-07.ts index 5a1a36bbc1db..b365d2cf8ac6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/000-yellow__accessory-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/000-yellow__accessory-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/001-yellow__accessory-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/001-yellow__accessory-09.ts index 7b0c2d201b58..9d379c05a290 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/001-yellow__accessory-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/001-yellow__accessory-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/002-yellow__accessory-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/002-yellow__accessory-10.ts index 134a529f6ac5..89b503a06111 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/002-yellow__accessory-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/002-yellow__accessory-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/003-yellow__accessory-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/003-yellow__accessory-05.ts index eb38a4126a63..64d2b76db9a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/003-yellow__accessory-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/003-yellow__accessory-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/004-yellow__accessory-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/004-yellow__accessory-06.ts index c9a792b89dc5..21d8032312d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/004-yellow__accessory-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/004-yellow__accessory-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/005-yellow__accessory-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/005-yellow__accessory-03.ts index 494566141cef..90cfa32ef649 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/005-yellow__accessory-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/005-yellow__accessory-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/006-yellow__accessory-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/006-yellow__accessory-04.ts index b82807187669..dfe292bee5b3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/006-yellow__accessory-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/006-yellow__accessory-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/007-yellow__accessory-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/007-yellow__accessory-02.ts index 3e0bf6c7fc72..566a98fd5929 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/007-yellow__accessory-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/007-yellow__accessory-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/008-yellow__accessory-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/008-yellow__accessory-01.ts index 7c71a17860c7..1a327fa2ab1a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/008-yellow__accessory-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/008-yellow__accessory-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/009-yellow__accessory-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/009-yellow__accessory-08.ts index 0984474f9c19..d728a7b704f2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/009-yellow__accessory-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/002-Accessory/generated/009-yellow__accessory-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/000-yellow_body-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/000-yellow_body-04.ts index e8186e10de4c..415fb938c7a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/000-yellow_body-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/000-yellow_body-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/001-yellow_body-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/001-yellow_body-06.ts index 5fbdf4f5a15b..022c711432e9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/001-yellow_body-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/001-yellow_body-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/002-yellow_body-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/002-yellow_body-09.ts index d255f0ca786b..b0fc1a40149a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/002-yellow_body-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/002-yellow_body-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/003-yellow_body-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/003-yellow_body-07.ts index 328761a6e404..57377e5f02b0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/003-yellow_body-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/003-yellow_body-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/004-yellow_body-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/004-yellow_body-02.ts index 335cc603ed41..4909b14cecc0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/004-yellow_body-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/004-yellow_body-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/005-yellow_body-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/005-yellow_body-10.ts index 38c6e4f3f501..5d4054d532c7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/005-yellow_body-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/005-yellow_body-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/006-yellow_body-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/006-yellow_body-05.ts index e4329f39222d..1b7e5375fdf4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/006-yellow_body-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/006-yellow_body-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/007-yellow_body-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/007-yellow_body-03.ts index 68673e8dcc2f..ce551651c781 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/007-yellow_body-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/007-yellow_body-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/008-yellow_body-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/008-yellow_body-08.ts index 398a1524ffe3..383e6513bf50 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/008-yellow_body-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/008-yellow_body-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/009-yellow_body-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/009-yellow_body-01.ts index ab4a99e12577..650c63a8753d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/009-yellow_body-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/003-01Body/generated/009-yellow_body-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/000-yellow_face-02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/000-yellow_face-02.ts index d0987cf7879f..dec4478376dc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/000-yellow_face-02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/000-yellow_face-02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/001-yellow_face-08.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/001-yellow_face-08.ts index 60cacfb80cb8..d73d546d17ff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/001-yellow_face-08.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/001-yellow_face-08.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/002-yellow_face-05.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/002-yellow_face-05.ts index 12a0edaa7ae4..540573b6d09b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/002-yellow_face-05.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/002-yellow_face-05.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/003-yellow_face-04.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/003-yellow_face-04.ts index da9a742fbe48..da2fced03a49 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/003-yellow_face-04.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/003-yellow_face-04.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/004-yellow_face-10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/004-yellow_face-10.ts index 01e719823ef3..6f7cd52e2299 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/004-yellow_face-10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/004-yellow_face-10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/005-yellow_face-06.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/005-yellow_face-06.ts index f44d5b598149..ee834de48762 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/005-yellow_face-06.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/005-yellow_face-06.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/006-yellow_face-01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/006-yellow_face-01.ts index 8eec9ed2f35c..2f6d4434947e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/006-yellow_face-01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/006-yellow_face-01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/007-yellow_face-09.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/007-yellow_face-09.ts index 1982ca0576cf..64dbbccb87d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/007-yellow_face-09.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/007-yellow_face-09.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/008-yellow_face-03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/008-yellow_face-03.ts index 4b03949fb8b9..9aded28b0af8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/008-yellow_face-03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/008-yellow_face-03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/009-yellow_face-07.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/009-yellow_face-07.ts index efc7903c0a07..90fd87acf9c5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/009-yellow_face-07.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set1-yellow/004-02Face/generated/009-yellow_face-07.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/000-final3.ts index cddf371630da..6ab4b47551be 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/001-final2.ts index 2b058697bcbd..da3c218e0570 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/002-final4.ts index d1d9c92812a8..4ebeaff12504 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/003-final5.ts index 84c0ac93665a..2fe109d2ac81 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/004-final9.ts index 8408c9c89a4a..36f2fdf5305e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/005-final7.ts index cc97272c0025..613edbce368d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/006-final10.ts index 33c2d3d44867..12c06e5fa292 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/007-final6.ts index 550f2bd2cacd..3bf885969a18 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/008-final8.ts index 64dd82bd6b7e..f266b4393eb0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/009-final1.ts index c333d4a94a0e..b68c2b1b34a1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/000-04Body/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/000-final3.ts index 53aacb1656eb..3c6b25a0b66f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/001-final2.ts index 5ec278f2b747..d5f12bb6627c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/002-final4.ts index 801c039ee34f..7c535ed0c64f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/003-final5.ts index 0b16d7404031..d05b31177ea5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/004-final9.ts index 8b367920b066..f4795289b26b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/005-final7.ts index a8f77fab96b7..12bbfebab3a6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/006-final10.ts index a54a2b11e76a..ce8eb3d6fa3f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/007-final6.ts index 0df5d8e026a2..8e7bd6bd5837 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/008-final8.ts index a9d99c85f0dd..19d725e1f1a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/009-final1.ts index 5709a7ff2626..e88d73850cd2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/001-Mouth/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/000-final3.ts index 627dbc1a48d5..e4e8e90776c5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/001-final2.ts index ed64bfe53d93..786ff82e8413 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/002-final4.ts index eb615ade8277..42be23718059 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/003-final5.ts index e054371cbe52..46d6b9c16ffb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/004-final9.ts index 27efec5a5eec..7c096b28a7e9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/005-final7.ts index 2759b8313d3c..545cd1a3a337 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/006-final10.ts index a38e285bd500..ea0b861c6619 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/007-final6.ts index a16d6e0597dc..f960d1a0083a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/008-final8.ts index 000b8912c23d..bf673fd0d610 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/009-final1.ts index 6551af7b42c3..9d13516df741 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/002-Eyes/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/000-final3.ts index a2a13a12dd4a..a0b658f8a473 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/001-final2.ts index 1021219103df..495316c7975f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/002-final4.ts index 43ca8a1a725a..b07a59d7a755 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/003-final5.ts index c1bb5f7625b8..ada89de2a9fc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/004-final9.ts index 3822cbc788b9..532554763395 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/005-final7.ts index f6f5e1777ae7..bbf9b81015df 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/006-final10.ts index 116a123cf0fb..07317b6d0bff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/007-final6.ts index 54d45868c8f2..44d7310e5213 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/008-final8.ts index 30572fa21968..4a8afcd3e409 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/009-final1.ts index 0f40694c73e9..37b265e1bb01 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/003-02BodyColors/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/000-final3.ts index 2435162cc0b7..3012b010faed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/001-final2.ts index 903e75f1c561..f664cf798eaa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/002-final4.ts index bb9ccd37105a..8b35029d33cd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/003-final5.ts index 16a89282e0f2..ed36e1a6bc81 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/004-final9.ts index e200bf54d13d..129273ecd2a1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/005-final7.ts index 0dd308280fbb..cae9d57319ec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/006-final10.ts index eff33d0747a5..80df1439fb80 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/007-final6.ts index 2504686e861b..262bd5a4f5cd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/008-final8.ts index 4d19a7b2f3cb..2058faa4978c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/009-final1.ts index 4922758e326e..db206c023b76 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/004-01FaceColors/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/000-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/000-final3.ts index 188cfa049fda..c23794f0cf1a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/000-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/000-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/001-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/001-final2.ts index 3bb9c42a1448..9271544adb1c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/001-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/001-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/002-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/002-final4.ts index af1ca0005196..691745ac587f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/002-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/002-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/003-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/003-final5.ts index 11f10af990c9..0b1206c1ec81 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/003-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/003-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/004-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/004-final9.ts index e9e725f3c7e4..6c38d3b22fee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/004-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/004-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/005-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/005-final7.ts index ed4af8a56fda..072fa5f26047 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/005-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/005-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/006-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/006-final10.ts index 180f4a2648d5..fc1a4c707696 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/006-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/006-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/007-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/007-final6.ts index 24526b1192d7..87ed924f7a33 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/007-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/007-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/008-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/008-final8.ts index 9b366a5c9b01..373f0f021eec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/008-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/008-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/009-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/009-final1.ts index b0bebe9259e1..a8c5b8c3ebe7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/009-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/005-Nose/generated/009-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/000-final16.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/000-final16.ts index 08cc5c857169..72717415dca7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/000-final16.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/000-final16.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/001-final12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/001-final12.ts index f15eecd3e903..0ec5989cd011 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/001-final12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/001-final12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/002-final13.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/002-final13.ts index 3619a001328b..3b8cc89986a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/002-final13.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/002-final13.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/003-final11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/003-final11.ts index 791f75dd823c..e8cc51f560d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/003-final11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/003-final11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/004-final3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/004-final3.ts index 9da9f1ba5ebb..f2604241dbf4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/004-final3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/004-final3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/005-final15.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/005-final15.ts index ed376b75e8a4..95474588a071 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/005-final15.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/005-final15.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/006-final2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/006-final2.ts index ff5a054f7846..b77b5ecbd284 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/006-final2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/006-final2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/007-final4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/007-final4.ts index 074b0b8e5923..1f6cccbe1343 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/007-final4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/007-final4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/008-final5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/008-final5.ts index ddc8d7191032..f425af6e9981 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/008-final5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/008-final5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/009-final14.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/009-final14.ts index 8702a9e973c9..92db03aac9da 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/009-final14.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/009-final14.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/010-final9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/010-final9.ts index 822ea185a473..cab109235ebc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/010-final9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/010-final9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/011-final7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/011-final7.ts index b62fe245c3c9..025c441f122e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/011-final7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/011-final7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/012-final10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/012-final10.ts index 74f75bda6d22..9ff9c5b52749 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/012-final10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/012-final10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/013-final6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/013-final6.ts index 640a953c8cb1..d43abca9a431 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/013-final6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/013-final6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/014-final8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/014-final8.ts index 3aefcd5b07a6..bdc57a449b34 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/014-final8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/014-final8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/015-final1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/015-final1.ts index 1f3b1f822b64..82820f35cc03 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/015-final1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set2/006-03Faces/generated/015-final1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/000-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/000-Robot-Design9.ts index 08dacfadc998..bf0f00a50ebf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/000-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/000-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/001-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/001-Robot-Design7.ts index f1967292cca8..98c1f9143636 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/001-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/001-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/002-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/002-Robot-Design1.ts index 9a3ff24b0fcc..4e627aae7b84 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/002-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/002-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/003-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/003-Robot-Design5.ts index 28f6f8176752..2edb43884473 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/003-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/003-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/004-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/004-Robot-Design2.ts index b537d721cf61..c88144d665f0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/004-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/004-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/005-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/005-Robot-Design6.ts index 56535b12d7b1..040ee6a312c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/005-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/005-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/006-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/006-Robot-Design3.ts index 391f2eee73ad..1283aa870146 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/006-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/006-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/007-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/007-Robot-Design8.ts index 56a1fbb9446b..e44bb4c30274 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/007-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/007-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/008-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/008-Robot-Design4.ts index 2f5d29c3af67..c632e4a30a58 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/008-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/000-07Mouth/generated/008-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/001-02Wave/generated/000-wave1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/001-02Wave/generated/000-wave1.ts index aa693581a4ff..f1eefa135dbd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/001-02Wave/generated/000-wave1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/001-02Wave/generated/000-wave1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/000-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/000-Robot-Design9.ts index 7c8395d0df48..e65b8cbbb10c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/000-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/000-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/001-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/001-Robot-Design7.ts index d49bee9f7ba6..f2ebca9ccfad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/001-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/001-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/002-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/002-Robot-Design1.ts index 4591f709b47d..a77a883eb13f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/002-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/002-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/003-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/003-Robot-Design5.ts index 59b5c7b47f9a..a2b5dc777156 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/003-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/003-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/004-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/004-Robot-Design2.ts index a4932b3fd97d..9c81f69a4c1c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/004-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/004-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/005-Robot-Design11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/005-Robot-Design11.ts index 862536b2a2f9..6e0d4815cbe4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/005-Robot-Design11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/005-Robot-Design11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/006-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/006-Robot-Design6.ts index fedb256dabe9..6a7f01d7d124 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/006-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/006-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/007-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/007-Robot-Design3.ts index cb1cc96312f5..0f691fe974ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/007-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/007-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/008-Robot-Design12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/008-Robot-Design12.ts index 80501c99bc26..9192960965f1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/008-Robot-Design12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/008-Robot-Design12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/009-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/009-Robot-Design8.ts index 2c9a8f787f40..76bbb20a14c9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/009-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/009-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/010-Robot-Design10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/010-Robot-Design10.ts index 97474c6afdf9..b85f42a6e787 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/010-Robot-Design10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/010-Robot-Design10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/011-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/011-Robot-Design4.ts index 8c0e032cfc3d..72e4db9e1056 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/011-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/002-05Eyebrows/generated/011-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/000-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/000-Robot-Design9.ts index b12bed745fa1..37b052ec88fe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/000-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/000-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/001-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/001-Robot-Design7.ts index 4070e950d247..4b99f6f0b7b4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/001-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/001-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/002-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/002-Robot-Design1.ts index ead35c882321..b443239c5965 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/002-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/002-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/003-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/003-Robot-Design5.ts index 166bf64c01b3..de1d63a004ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/003-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/003-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/004-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/004-Robot-Design2.ts index 7f3a00498b52..97c853d85bbc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/004-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/004-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/005-Robot-Design11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/005-Robot-Design11.ts index bf96cb6e9a0e..167ca002f4c1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/005-Robot-Design11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/005-Robot-Design11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/006-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/006-Robot-Design6.ts index 499a69f65791..f219211f4160 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/006-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/006-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/007-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/007-Robot-Design3.ts index cebe11c9fae4..4a354e5eeaeb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/007-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/007-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/008-Robot-Design12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/008-Robot-Design12.ts index 400e2bf2e449..22285b418758 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/008-Robot-Design12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/008-Robot-Design12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/009-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/009-Robot-Design8.ts index 9ece2d81d49b..03be9800d94a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/009-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/009-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/010-Robot-Design10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/010-Robot-Design10.ts index a3a0e4e33368..bab74f872607 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/010-Robot-Design10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/010-Robot-Design10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/011-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/011-Robot-Design4.ts index 12be896aea41..3d03d75e415e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/011-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/003-04Eyes/generated/011-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/000-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/000-Robot-Design9.ts index 8dc396bc7b02..10add85fced4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/000-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/000-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/001-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/001-Robot-Design7.ts index 46f5f0c8f65e..ddaadb099efb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/001-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/001-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/002-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/002-Robot-Design1.ts index 849a04d5bebc..56eed7fb4392 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/002-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/002-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/003-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/003-Robot-Design5.ts index 75ad4cfe2ed6..c7583840ce92 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/003-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/003-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/004-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/004-Robot-Design2.ts index f2722c866de4..ee77d61dc8f2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/004-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/004-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/005-Robot-Design11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/005-Robot-Design11.ts index e4e557b10178..e7642f7093b7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/005-Robot-Design11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/005-Robot-Design11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/006-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/006-Robot-Design6.ts index 908452e7089e..bf402588ff04 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/006-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/006-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/007-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/007-Robot-Design3.ts index 90c21620008a..cf7c5cc960eb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/007-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/007-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/008-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/008-Robot-Design8.ts index 8748a06ff7b2..ee1c671874bb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/008-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/008-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/009-Robot-Design10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/009-Robot-Design10.ts index 97595fb74aab..e94832b96ee8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/009-Robot-Design10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/009-Robot-Design10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/010-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/010-Robot-Design4.ts index 22641d278576..1aa0323ac211 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/010-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/004-06Nose/generated/010-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/000-Robot-Design71.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/000-Robot-Design71.ts index 9d92469f0d1c..b906d381594b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/000-Robot-Design71.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/000-Robot-Design71.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/001-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/001-Robot-Design9.ts index 9a76df3ad146..1b6bd72916ed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/001-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/001-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/002-Robot-Design43.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/002-Robot-Design43.ts index ca08e3cde66c..9e7afd25ead8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/002-Robot-Design43.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/002-Robot-Design43.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/003-Robot-Design32.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/003-Robot-Design32.ts index f9410337f6f0..6a797b94e5f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/003-Robot-Design32.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/003-Robot-Design32.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/004-Robot-Design75.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/004-Robot-Design75.ts index d8d487c26c61..04fe37f9662a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/004-Robot-Design75.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/004-Robot-Design75.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/005-Robot-Design40.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/005-Robot-Design40.ts index cbd970ed0a10..777eab4e4876 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/005-Robot-Design40.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/005-Robot-Design40.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/006-Robot-Design37.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/006-Robot-Design37.ts index d1476bf60708..e19c3a0f5091 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/006-Robot-Design37.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/006-Robot-Design37.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/007-Robot-Design60.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/007-Robot-Design60.ts index 29f5bf2ecbe5..7c02505d0916 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/007-Robot-Design60.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/007-Robot-Design60.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/008-Robot-Design64.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/008-Robot-Design64.ts index 66295d39298b..359dc425fe24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/008-Robot-Design64.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/008-Robot-Design64.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/009-Robot-Design48.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/009-Robot-Design48.ts index 9f7e0edde20b..6dbf5c090f56 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/009-Robot-Design48.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/009-Robot-Design48.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/010-Robot-Design24.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/010-Robot-Design24.ts index 760c46a44be6..8c0093dd861e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/010-Robot-Design24.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/010-Robot-Design24.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/011-Robot-Design13.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/011-Robot-Design13.ts index 35942e612a1e..b816190e25d4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/011-Robot-Design13.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/011-Robot-Design13.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/012-Robot-Design21.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/012-Robot-Design21.ts index 94874ef70a31..254efcd63e29 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/012-Robot-Design21.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/012-Robot-Design21.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/013-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/013-Robot-Design7.ts index 0d05a1761670..80eceabdbf0b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/013-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/013-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/014-Robot-Design36.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/014-Robot-Design36.ts index 29c2add33587..ae3f9f5a659a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/014-Robot-Design36.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/014-Robot-Design36.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/015-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/015-Robot-Design1.ts index 7d119da843e1..5c758199a574 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/015-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/015-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/016-Robot-Design81.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/016-Robot-Design81.ts index 643c46932fd4..a7af90c25798 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/016-Robot-Design81.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/016-Robot-Design81.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/017-Robot-Design58.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/017-Robot-Design58.ts index 71bcfe42a9ad..ab763113c1a0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/017-Robot-Design58.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/017-Robot-Design58.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/018-Robot-Design83.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/018-Robot-Design83.ts index da0337b6f6a7..bcb8b3e4525e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/018-Robot-Design83.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/018-Robot-Design83.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/019-Robot-Design86.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/019-Robot-Design86.ts index f667236f34f9..d2b237b3fe6f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/019-Robot-Design86.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/019-Robot-Design86.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/020-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/020-Robot-Design5.ts index fa35a42db8da..a1f88808e23f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/020-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/020-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/021-Robot-Design20.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/021-Robot-Design20.ts index dcbc9c1225a0..11cd322d36ea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/021-Robot-Design20.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/021-Robot-Design20.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/022-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/022-Robot-Design2.ts index 80c2ff7758b4..6669a5594071 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/022-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/022-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/023-Robot-Design88.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/023-Robot-Design88.ts index 48fb6ca3c66e..d1f2fb979562 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/023-Robot-Design88.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/023-Robot-Design88.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/024-Robot-Design25.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/024-Robot-Design25.ts index bfb023c3a585..f5e93e82c6cc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/024-Robot-Design25.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/024-Robot-Design25.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/025-Robot-Design42.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/025-Robot-Design42.ts index ada8c2f8da42..e64baff9310e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/025-Robot-Design42.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/025-Robot-Design42.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/026-Robot-Design27.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/026-Robot-Design27.ts index bf18f8b5f944..3c65804fd64f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/026-Robot-Design27.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/026-Robot-Design27.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/027-Robot-Design63.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/027-Robot-Design63.ts index 77478d70555d..26de7ee40f2a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/027-Robot-Design63.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/027-Robot-Design63.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/028-Robot-Design30.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/028-Robot-Design30.ts index dd33e07f4a64..5288e0da8962 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/028-Robot-Design30.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/028-Robot-Design30.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/029-Robot-Design80.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/029-Robot-Design80.ts index 32862a4ad79c..021b5ed4f846 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/029-Robot-Design80.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/029-Robot-Design80.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/030-Robot-Design28.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/030-Robot-Design28.ts index 9a13c4c7b5ae..0fbba74f02ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/030-Robot-Design28.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/030-Robot-Design28.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/031-Robot-Design59.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/031-Robot-Design59.ts index d6682b19ccc8..d69eea427dbf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/031-Robot-Design59.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/031-Robot-Design59.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/032-Robot-Design35.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/032-Robot-Design35.ts index 347942d08257..ca0911a9b4d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/032-Robot-Design35.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/032-Robot-Design35.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/033-Robot-Design46.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/033-Robot-Design46.ts index 702882866995..94a01f1347ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/033-Robot-Design46.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/033-Robot-Design46.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/034-Robot-Design17.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/034-Robot-Design17.ts index e49232b7fa48..05962690fe11 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/034-Robot-Design17.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/034-Robot-Design17.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/035-Robot-Design51.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/035-Robot-Design51.ts index 7194ba2abaf2..95609ba28eff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/035-Robot-Design51.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/035-Robot-Design51.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/036-Robot-Design57.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/036-Robot-Design57.ts index 86b8b035c312..fc7cd727f28c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/036-Robot-Design57.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/036-Robot-Design57.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/037-Robot-Design15.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/037-Robot-Design15.ts index dc6fb2312311..ac2f1bd840f7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/037-Robot-Design15.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/037-Robot-Design15.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/038-Robot-Design62.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/038-Robot-Design62.ts index c86d8105f23b..beab0e9887a8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/038-Robot-Design62.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/038-Robot-Design62.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/039-Robot-Design49.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/039-Robot-Design49.ts index 22cc8a2f9491..bec69e032f6d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/039-Robot-Design49.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/039-Robot-Design49.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/040-Robot-Design72.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/040-Robot-Design72.ts index 6fe5f39b7d5d..946e7abe8753 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/040-Robot-Design72.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/040-Robot-Design72.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/041-Robot-Design54.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/041-Robot-Design54.ts index 834f8de959f0..4363b374e228 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/041-Robot-Design54.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/041-Robot-Design54.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/042-Robot-Design90.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/042-Robot-Design90.ts index 3f920e2a8a75..9b8873d96efd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/042-Robot-Design90.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/042-Robot-Design90.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/043-Robot-Design82.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/043-Robot-Design82.ts index c1e9c72487fd..3bd484ef2e94 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/043-Robot-Design82.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/043-Robot-Design82.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/044-Robot-Design31.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/044-Robot-Design31.ts index 155a8a60b521..a7f22adabff2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/044-Robot-Design31.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/044-Robot-Design31.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/045-Robot-Design84.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/045-Robot-Design84.ts index 20023938fc06..f3ddf9475cac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/045-Robot-Design84.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/045-Robot-Design84.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/046-Robot-Design74.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/046-Robot-Design74.ts index 7e01ae4585d3..213a8318dbec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/046-Robot-Design74.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/046-Robot-Design74.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/047-Robot-Design11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/047-Robot-Design11.ts index 21051651084a..2c073eb7a85c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/047-Robot-Design11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/047-Robot-Design11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/048-Robot-Design69.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/048-Robot-Design69.ts index effcede83b59..f629401f8cf8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/048-Robot-Design69.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/048-Robot-Design69.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/049-Robot-Design53.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/049-Robot-Design53.ts index 2c1b19a1145f..89f6f3e0947b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/049-Robot-Design53.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/049-Robot-Design53.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/050-Robot-Design78.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/050-Robot-Design78.ts index 6e08d8ac7c4d..3e7e3db03e16 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/050-Robot-Design78.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/050-Robot-Design78.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/051-Robot-Design16.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/051-Robot-Design16.ts index 5e6b6546d69b..7c2a5f54d9e4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/051-Robot-Design16.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/051-Robot-Design16.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/052-Robot-Design87.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/052-Robot-Design87.ts index ba9d25d2b22e..3e1b57f1387f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/052-Robot-Design87.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/052-Robot-Design87.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/053-Robot-Design14.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/053-Robot-Design14.ts index c039757496a5..50aefedda48b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/053-Robot-Design14.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/053-Robot-Design14.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/054-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/054-Robot-Design6.ts index 8ee5868c7774..087974ad7bd5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/054-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/054-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/055-Robot-Design73.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/055-Robot-Design73.ts index c32e194bf495..24a32bd496a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/055-Robot-Design73.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/055-Robot-Design73.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/056-Robot-Design47.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/056-Robot-Design47.ts index 60c1fdecf037..06600b465788 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/056-Robot-Design47.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/056-Robot-Design47.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/057-Robot-Design23.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/057-Robot-Design23.ts index 8800144081ef..17da3839c727 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/057-Robot-Design23.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/057-Robot-Design23.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/058-Robot-Design50.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/058-Robot-Design50.ts index c92b14b5bae9..e6c0c78659f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/058-Robot-Design50.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/058-Robot-Design50.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/059-Robot-Design65.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/059-Robot-Design65.ts index 5ee68230524f..ac9b9b464763 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/059-Robot-Design65.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/059-Robot-Design65.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/060-Robot-Design19.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/060-Robot-Design19.ts index 001789773520..3840579a965c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/060-Robot-Design19.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/060-Robot-Design19.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/061-Robot-Design66.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/061-Robot-Design66.ts index bedc8203b40a..d059a84b0224 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/061-Robot-Design66.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/061-Robot-Design66.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/062-Robot-Design76.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/062-Robot-Design76.ts index 22f5916ed78a..cbdacbda53db 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/062-Robot-Design76.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/062-Robot-Design76.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/063-Robot-Design77.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/063-Robot-Design77.ts index a33f15d47a9d..dd0ec65907b6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/063-Robot-Design77.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/063-Robot-Design77.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/064-Robot-Design38.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/064-Robot-Design38.ts index 701a59ed3ba1..cd2e78fdbd08 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/064-Robot-Design38.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/064-Robot-Design38.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/065-Robot-Design85.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/065-Robot-Design85.ts index 4277215217ed..4b72e7b0f2a2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/065-Robot-Design85.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/065-Robot-Design85.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/066-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/066-Robot-Design3.ts index 51798f5a539c..6665c9fbf49c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/066-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/066-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/067-Robot-Design67.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/067-Robot-Design67.ts index 5048791b8b19..4977092fe6a2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/067-Robot-Design67.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/067-Robot-Design67.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/068-Robot-Design12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/068-Robot-Design12.ts index b9e166163f05..e267cb74d42c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/068-Robot-Design12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/068-Robot-Design12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/069-Robot-Design18.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/069-Robot-Design18.ts index 1a872b0bc664..cfd0adf6a291 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/069-Robot-Design18.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/069-Robot-Design18.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/070-Robot-Design56.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/070-Robot-Design56.ts index d08bd1cbd59f..4403f7a654ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/070-Robot-Design56.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/070-Robot-Design56.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/071-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/071-Robot-Design8.ts index 989c78e99a99..3bd9f3729ebe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/071-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/071-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/072-Robot-Design55.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/072-Robot-Design55.ts index ea197e85b10b..a58735fddc8c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/072-Robot-Design55.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/072-Robot-Design55.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/073-Robot-Design89.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/073-Robot-Design89.ts index e809f6bb2afb..fba79e6dd37f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/073-Robot-Design89.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/073-Robot-Design89.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/074-Robot-Design61.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/074-Robot-Design61.ts index ea2654f73da5..25cae7ac21bd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/074-Robot-Design61.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/074-Robot-Design61.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/075-Robot-Design52.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/075-Robot-Design52.ts index d5a5831999a8..7580d185c8bf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/075-Robot-Design52.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/075-Robot-Design52.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/076-Robot-Design70.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/076-Robot-Design70.ts index 98d6b9eb5e4c..f2caec7c4069 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/076-Robot-Design70.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/076-Robot-Design70.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/077-Robot-Design45.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/077-Robot-Design45.ts index 2fede7c6f72b..1d6270585c9b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/077-Robot-Design45.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/077-Robot-Design45.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/078-Robot-Design34.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/078-Robot-Design34.ts index 279ba2ae72e1..0063aea61fdb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/078-Robot-Design34.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/078-Robot-Design34.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/079-Robot-Design41.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/079-Robot-Design41.ts index 23dc2dd7cba8..38fd6db26ebe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/079-Robot-Design41.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/079-Robot-Design41.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/080-Robot-Design33.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/080-Robot-Design33.ts index 23786f58d8ad..1233f28a09b8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/080-Robot-Design33.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/080-Robot-Design33.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/081-Robot-Design29.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/081-Robot-Design29.ts index 8e9267ae0bdb..d865cf18b872 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/081-Robot-Design29.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/081-Robot-Design29.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/082-Robot-Design22.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/082-Robot-Design22.ts index 6e65fcdc170b..78895f21e07a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/082-Robot-Design22.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/082-Robot-Design22.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/083-Robot-Design10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/083-Robot-Design10.ts index bc7ce76bb3c4..3c5d5190715a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/083-Robot-Design10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/083-Robot-Design10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/084-Robot-Design26.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/084-Robot-Design26.ts index 51925ba3ba99..52898f38be9b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/084-Robot-Design26.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/084-Robot-Design26.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/085-Robot-Design68.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/085-Robot-Design68.ts index 1ce93b0b0d6b..30b25ad03938 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/085-Robot-Design68.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/085-Robot-Design68.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/086-Robot-Design39.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/086-Robot-Design39.ts index b138227ebeb3..bb1da3e8deb3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/086-Robot-Design39.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/086-Robot-Design39.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/087-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/087-Robot-Design4.ts index 56295eedb66e..0f238313a08b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/087-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/087-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/088-Robot-Design79.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/088-Robot-Design79.ts index 4126234ed203..a2bf42696390 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/088-Robot-Design79.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/088-Robot-Design79.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/089-Robot-Design44.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/089-Robot-Design44.ts index 94aa2a114893..3908cf72aaae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/089-Robot-Design44.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/005-01BaseFace/generated/089-Robot-Design44.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/000-Robot-Design9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/000-Robot-Design9.ts index 01f85d0eb248..e8b4719bcfd8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/000-Robot-Design9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/000-Robot-Design9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/001-Robot-Design7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/001-Robot-Design7.ts index 5946b6e42e3b..4163e095fae9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/001-Robot-Design7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/001-Robot-Design7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/002-Robot-Design1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/002-Robot-Design1.ts index 3221535e945b..8e85db5a6d0d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/002-Robot-Design1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/002-Robot-Design1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/003-Robot-Design5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/003-Robot-Design5.ts index 2972b2dd59a3..8af08bd27f87 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/003-Robot-Design5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/003-Robot-Design5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/004-Robot-Design2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/004-Robot-Design2.ts index ae0c93ae7c02..3fb304f1ef11 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/004-Robot-Design2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/004-Robot-Design2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/005-Robot-Design6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/005-Robot-Design6.ts index 607516f96b52..36673586ca53 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/005-Robot-Design6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/005-Robot-Design6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/006-Robot-Design3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/006-Robot-Design3.ts index 2ce0abd812e6..e29da267d3b3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/006-Robot-Design3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/006-Robot-Design3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/007-Robot-Design8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/007-Robot-Design8.ts index 705729353b58..f3bd8d64084d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/007-Robot-Design8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/007-Robot-Design8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/008-Robot-Design10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/008-Robot-Design10.ts index 2f9adbca955c..3ed40f5f9cb0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/008-Robot-Design10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/008-Robot-Design10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/009-Robot-Design4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/009-Robot-Design4.ts index a68217dd262b..ad4f00b60cb7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/009-Robot-Design4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set3/006-03Antenna/generated/009-Robot-Design4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/000-body0.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/000-body0.ts index 169551226826..a754fdc7dfcf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/000-body0.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/000-body0.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/001-body1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/001-body1.ts index cea5aea115a7..1586cfdfa689 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/001-body1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/001-body1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/002-body2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/002-body2.ts index a89928e6c5b7..b90f65471ecb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/002-body2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/002-body2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/003-body3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/003-body3.ts index 56300ce21df3..c9be129047b2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/003-body3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/003-body3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/004-body4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/004-body4.ts index c363425108a9..2af14182f853 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/004-body4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/004-body4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/005-body5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/005-body5.ts index 227e9f24a287..c57390ea059f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/005-body5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/005-body5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/006-body6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/006-body6.ts index 4c28ff815029..da94e304ca26 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/006-body6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/006-body6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/007-body7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/007-body7.ts index ca1e62f14a66..adb936f8c992 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/007-body7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/007-body7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/008-body8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/008-body8.ts index 2016aab30e9f..a46ca299ef8c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/008-body8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/008-body8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/009-body9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/009-body9.ts index a6249c4e554f..13b8a83fb647 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/009-body9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/009-body9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/010-body10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/010-body10.ts index bbf62b06c3bf..8071e6f61b78 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/010-body10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/010-body10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/011-body11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/011-body11.ts index 5712382940e9..12eb9e100dca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/011-body11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/011-body11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/012-body12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/012-body12.ts index be5901fd0f08..2a03b7a62265 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/012-body12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/012-body12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/013-body13.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/013-body13.ts index fa1eb24588d4..7ae2948efc03 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/013-body13.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/013-body13.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/014-body14.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/014-body14.ts index 9b2b43f77763..112b1274eaad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/014-body14.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/000-00body/generated/014-body14.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/000-fur0.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/000-fur0.ts index 867f7cf7f2b9..7ca66cc62dff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/000-fur0.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/000-fur0.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/001-fur1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/001-fur1.ts index b7f63dd48945..059d6b8b7d31 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/001-fur1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/001-fur1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/002-fur2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/002-fur2.ts index 95f8135d06ef..31cdb2a762f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/002-fur2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/002-fur2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/003-fur3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/003-fur3.ts index 9a5a1d60e34e..e81183a4e29d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/003-fur3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/003-fur3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/004-fur4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/004-fur4.ts index 3b12cf2a783f..cd79485af209 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/004-fur4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/004-fur4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/005-fur5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/005-fur5.ts index bad489ba90f0..4ecc299a958d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/005-fur5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/005-fur5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/006-fur6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/006-fur6.ts index 95f8135d06ef..31cdb2a762f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/006-fur6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/006-fur6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/007-fur7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/007-fur7.ts index d16469b906cf..c2d9471657a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/007-fur7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/007-fur7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/008-fur8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/008-fur8.ts index eaae7dc88c08..5fdb2f0fe5a6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/008-fur8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/008-fur8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/009-fur9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/009-fur9.ts index 0eb8b4dca260..18da9d59cc36 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/009-fur9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/001-01fur/generated/009-fur9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/000-eyes0.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/000-eyes0.ts index 3e69f82f74df..57efa0f8217c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/000-eyes0.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/000-eyes0.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/001-eyes1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/001-eyes1.ts index 370ccbdc9882..4d671bc98474 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/001-eyes1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/001-eyes1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/002-eyes2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/002-eyes2.ts index 59994c86d749..0bd9e3fc04c8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/002-eyes2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/002-eyes2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/003-eyes3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/003-eyes3.ts index b07c9bb6b1d6..317a99fd5b20 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/003-eyes3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/003-eyes3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/004-eyes4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/004-eyes4.ts index 331dcb93d4bc..49c51fab5512 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/004-eyes4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/004-eyes4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/005-eyes5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/005-eyes5.ts index ebd4a5b7ba9a..ab45815a4133 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/005-eyes5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/005-eyes5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/006-eyes6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/006-eyes6.ts index 9344ea52dfc9..d5b6a3a860d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/006-eyes6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/006-eyes6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/007-eyes7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/007-eyes7.ts index 90f6db41d097..03dde405ce8c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/007-eyes7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/007-eyes7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/008-eyes8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/008-eyes8.ts index 62921fc64a8e..9f3af430ea34 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/008-eyes8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/008-eyes8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/009-eyes9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/009-eyes9.ts index 82ea38ed9b13..f32f2ac1b2ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/009-eyes9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/009-eyes9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/010-eyes10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/010-eyes10.ts index 206413c16110..63b82ccbbe13 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/010-eyes10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/010-eyes10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/011-eyes11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/011-eyes11.ts index c69f24487a70..58768904e024 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/011-eyes11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/011-eyes11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/012-eyes12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/012-eyes12.ts index 854870a9042b..edc0f460fb55 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/012-eyes12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/012-eyes12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/013-eyes13.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/013-eyes13.ts index 749ffe34e7e3..796f5e73fa59 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/013-eyes13.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/013-eyes13.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/014-eyes14.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/014-eyes14.ts index 0115a711f040..d51303be5843 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/014-eyes14.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/002-02eyes/generated/014-eyes14.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/000-mouth0.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/000-mouth0.ts index 2fa20636dd91..2a90d0623430 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/000-mouth0.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/000-mouth0.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/001-mouth1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/001-mouth1.ts index 6bc038581684..fa7d4e7374f4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/001-mouth1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/001-mouth1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/002-mouth2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/002-mouth2.ts index f7d65150ca5c..1cc53c13163e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/002-mouth2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/002-mouth2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/003-mouth3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/003-mouth3.ts index 0175c949e3fe..cc1002803515 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/003-mouth3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/003-mouth3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/004-mouth4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/004-mouth4.ts index 802b6b1af6ac..73317795ac2c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/004-mouth4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/004-mouth4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/005-mouth5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/005-mouth5.ts index 94b4a8172967..0235a1f71fee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/005-mouth5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/005-mouth5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/006-mouth6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/006-mouth6.ts index 6c3324c5960b..b952f0a8deb8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/006-mouth6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/006-mouth6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/007-mouth7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/007-mouth7.ts index 442ed45ec671..692dc65a6b99 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/007-mouth7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/007-mouth7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/008-mouth8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/008-mouth8.ts index ce5feacd0869..7675e9fc3e80 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/008-mouth8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/008-mouth8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/009-mouth9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/009-mouth9.ts index 0fc755df4104..54b6296799dc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/009-mouth9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/003-03mouth/generated/009-mouth9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/000-accessory0.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/000-accessory0.ts index 397d6ae85c5c..ca5e5fb75534 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/000-accessory0.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/000-accessory0.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/001-accessory1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/001-accessory1.ts index 51c747a08b37..aa5b69c04320 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/001-accessory1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/001-accessory1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/002-accessory2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/002-accessory2.ts index 32013d335284..b1e3a9b4efeb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/002-accessory2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/002-accessory2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/003-accessory3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/003-accessory3.ts index 3562584f3ff4..6169196ec909 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/003-accessory3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/003-accessory3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/004-accessory4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/004-accessory4.ts index d46d9bd0fb71..bdfd035bde74 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/004-accessory4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/004-accessory4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/005-accessory5.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/005-accessory5.ts index da582961eefd..068c489f3692 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/005-accessory5.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/005-accessory5.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/006-accessory6.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/006-accessory6.ts index f67e2620948a..69b0672f700f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/006-accessory6.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/006-accessory6.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/007-accessory7.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/007-accessory7.ts index 08abebac696d..b13de8c72f10 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/007-accessory7.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/007-accessory7.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/008-accessory8.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/008-accessory8.ts index 387859084215..7f0d2fa3115d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/008-accessory8.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/008-accessory8.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/009-accessory9.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/009-accessory9.ts index 0ef6a8550d00..63bdbb399c13 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/009-accessory9.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/009-accessory9.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/010-accessory10.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/010-accessory10.ts index f7915d9536aa..4a76c62cee9a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/010-accessory10.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/010-accessory10.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/011-accessory11.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/011-accessory11.ts index f91a07a6ce80..3b7c76f85a95 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/011-accessory11.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/011-accessory11.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/012-accessory12.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/012-accessory12.ts index a0053511507e..bc1affb551f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/012-accessory12.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/012-accessory12.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/013-accessory13.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/013-accessory13.ts index 83bd1f90e81f..20f8b83a503e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/013-accessory13.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/013-accessory13.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/014-accessory14.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/014-accessory14.ts index a7efed889ace..df13d7b04045 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/014-accessory14.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/014-accessory14.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/015-accessory15.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/015-accessory15.ts index 95f8135d06ef..31cdb2a762f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/015-accessory15.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set4/004-04accessories/generated/015-accessory15.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Black.ts index 95b14f6d6317..36095858b1dc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Brown.ts index ad4c45c3125e..5a8bbe28d98f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/DarkBrown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/DarkBrown.ts index 14dfebc83c5a..c099650e1813 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/DarkBrown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/DarkBrown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Light.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Light.ts index 77715f3ba2bd..928d9c157cd5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Light.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Light.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Pale.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Pale.ts index 01efb489a6b5..e6d1a6797fb3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Pale.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Pale.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Tanned.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Tanned.ts index 430fc689743e..880693fec7a5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Tanned.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Tanned.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Yellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Yellow.ts index 7e2622202a78..c59cf22b236b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Yellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/000-Body/generated/Yellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Close.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Close.ts index 42fbccc6ac26..5f74f31beaba 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Close.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Close.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Cry.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Cry.ts index 91de60b18357..d2159a425c3e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Cry.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Cry.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Default.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Default.ts index 80defb0b4ffc..b088160f8e7e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Default.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Default.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Dizzy.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Dizzy.ts index c636393acbb4..e6e10a2eb312 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Dizzy.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Dizzy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/EyeRoll.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/EyeRoll.ts index 306fc1efe36c..309b5e331b5f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/EyeRoll.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/EyeRoll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Happy.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Happy.ts index fc3bb8417d93..9bbe44d81d20 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Happy.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Happy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Hearts.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Hearts.ts index e3fde324ffde..5b3fb58ae2cf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Hearts.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Hearts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Side.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Side.ts index ed89a094cc75..faad8122179d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Side.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Side.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Squint.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Squint.ts index f91e442139ad..f3cc2398b02d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Squint.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Squint.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Surprised.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Surprised.ts index b1dc53ada7fb..8d4cd4b47e51 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Surprised.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Surprised.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Wink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Wink.ts index be40940b76c2..670a07dd5aa3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Wink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/Wink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/WinkWacky.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/WinkWacky.ts index 426255522aa6..22b02a83d37c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/WinkWacky.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/001-Eye/generated/WinkWacky.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Angry.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Angry.ts index 75e049a5fa32..d806e628e0b6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Angry.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Angry.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/AngryNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/AngryNatural.ts index fec59254133e..784b6933e4e6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/AngryNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/AngryNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Default.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Default.ts index cda5d64ac709..c97dfe367256 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Default.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/Default.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/DefaultNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/DefaultNatural.ts index 247164fd4c54..41a18f2f6be0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/DefaultNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/DefaultNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/FlatNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/FlatNatural.ts index 2b553610a0f9..08ac0dfa974a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/FlatNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/FlatNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcited.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcited.ts index f198c2ec7a73..3708c85305f1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcited.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcited.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcitedNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcitedNatural.ts index 47dd941a2577..654cb7e8730b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcitedNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/RaisedExcitedNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcerned.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcerned.ts index 19a659faf937..bcf52e87f03f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcerned.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcerned.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcernedNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcernedNatural.ts index 24eae3860aec..e59e80258441 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcernedNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/SadConcernedNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UnibrowNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UnibrowNatural.ts index 910107c286db..ea0e17d50166 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UnibrowNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UnibrowNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDown.ts index 4099e22084e7..f2204f1356ed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDownNatural.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDownNatural.ts index cdcc0b8cd562..53943453e7b5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDownNatural.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/002-Eyebrow/generated/UpDownNatural.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Concerned.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Concerned.ts index e1f02b3e6ed4..bce9a84207c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Concerned.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Concerned.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Default.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Default.ts index a58999adfeab..49b49965d151 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Default.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Default.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Disbelief.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Disbelief.ts index a5f11a165b49..51d567131c87 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Disbelief.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Disbelief.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Eating.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Eating.ts index 70a510e2b91b..6029131724b0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Eating.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Eating.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Grimace.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Grimace.ts index 57826b1657ee..f8c15e7d365b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Grimace.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Grimace.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Sad.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Sad.ts index 575b4f9fbdd0..50f7b7e469a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Sad.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Sad.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/ScreamOpen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/ScreamOpen.ts index 3552464147af..ef341effd7a2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/ScreamOpen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/ScreamOpen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Serious.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Serious.ts index 4f5297f102d5..13b5916c9db9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Serious.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Serious.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Smile.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Smile.ts index edb2cc14215c..a33bc82b9679 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Smile.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Smile.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Tongue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Tongue.ts index 52779ddcd38a..90860e9e9aeb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Tongue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Tongue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Twinkle.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Twinkle.ts index 90469e8b5550..38ab093c4fec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Twinkle.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Twinkle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Vomit.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Vomit.ts index fad648003cde..b0374da7471d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Vomit.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/003-Mouth/generated/Vomit.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerShirt.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerShirt.ts index 17eedcbc9afd..2d95cab0b2ff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerShirt.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerShirt.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerSweater.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerSweater.ts index 4b1624f882e4..6a51aec35a2f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerSweater.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/BlazerSweater.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Black.ts index d7489caca49d..293668325496 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue01.ts index ecfdcdbbd43a..3bb5b7cf13f2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue02.ts index 2d3e40f39d76..1083cd19a7d7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue03.ts index 94ef504f009c..dbbc928bbfd3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Gray02.ts index 899939de2fa3..025a78fd5646 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Heather.ts index e9e455accad5..db3b174eda96 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelBlue.ts index 955b817d8bea..7492cdd6f7d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelGreen.ts index e1e49281a821..98e678ba5333 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelOrange.ts index 527a0eacf397..839b14fc5344 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelRed.ts index f5415df0dfb5..72bd65cadfc1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelYellow.ts index be5f9d20be34..9737a503bebe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Pink.ts index c455f7f40574..e98809d9e9bd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Red.ts index 595e8df20f7d..d69e49c042bd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-White.ts index ecf46a75d295..d5b62b92f817 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater.ts index 61fd87afeb86..e401388da60d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/CollarSweater.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bat.ts index c3a75aa75d93..cb5610d3b032 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bear.ts index 57c313d45c48..b825d3c24d21 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Cumbia.ts index 73efc2462ab0..ad60174b7fb2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Deer.ts index 36e94c414405..7d06a4fe58ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Diamond.ts index f720e00726bf..083ac1c16cd8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Hola.ts index ee6d7e9262b3..6efcb5267755 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Pizza.ts index 47a7148fa10b..970ededacf66 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Resist.ts index 99171ec6ac3f..bda5d5551712 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Selena.ts index f020d8bb0672..fc2f4ca2386f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--SkullOutline.ts index 0a03bf92d2c2..db0a9d6edb02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt--SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bat.ts index 226ae36c3f66..aef5a0ecfaab 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bear.ts index c1d145884334..4da432533309 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Cumbia.ts index 6bf7895979b3..7832a5e1729e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Deer.ts index 690e0b63ecb2..21c195204f55 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Diamond.ts index 7ba294107044..bde0536d9b3e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Hola.ts index babab34d40e1..9d11e57898fa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Pizza.ts index afe1c52c0534..560ecca0d934 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Resist.ts index 3fc919890d71..4072ab2da8be 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Selena.ts index d252992c0d1d..0fd6f738edf4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-SkullOutline.ts index b1acf2da1db0..b6c2133658b1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black.ts index 52db34bbf7d1..48a47d9dd3f2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bat.ts index 5d8026524a28..a4186be66e11 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bear.ts index 58c1af936a49..44477271f5df 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Cumbia.ts index 5a0fc3bf7fa8..f40e738adbc0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Deer.ts index 4f96c069854b..8df86f2c8e2a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Diamond.ts index 734e99c21e16..cd64d288961d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Hola.ts index ef6f72ab258d..a3f141e06de6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Pizza.ts index 80ae6cb31cc3..dd37c6c32e90 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Resist.ts index 15a697d8bab2..003670dc8324 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Selena.ts index acf1206968d7..7fcaa36ef7f4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-SkullOutline.ts index c0bd541c580e..a579729562e2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01.ts index ee3c25f5d8b7..6fcb402ab5f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bat.ts index b8b551926f41..045733421031 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bear.ts index 10d17308f532..80b369886834 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Cumbia.ts index adb1c825f7e7..148e4dca32f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Deer.ts index 72fc516cbecf..4c9d38e63a59 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Diamond.ts index fa6ebf87f799..a27343768d65 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Hola.ts index e18143e8b849..87bc0e19f518 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Pizza.ts index af8090f86c8b..a3a06ca686ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Resist.ts index 24e2397618b0..9cab2e0b57e2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Selena.ts index 8843ec8e3789..37d5f11b8ceb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-SkullOutline.ts index 076130835b39..89aaab60c9ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02.ts index b562e73e6ebc..9438cf32bd18 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bat.ts index a3812a06e35b..148e30544144 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bear.ts index 377a0bf7c1bd..2cc277a12bf3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Cumbia.ts index 732c0ed2975d..836f882060b5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Deer.ts index c3fd6ae9cc41..d394f4bcf0d0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Diamond.ts index 1c906c12bd44..4ecb9fdce0c8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Hola.ts index 382c3b94deaa..a1be7c9ab551 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Pizza.ts index 9e8bf05d9730..313286361a9e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Resist.ts index 09ea157886b5..1a99e67edcbd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Selena.ts index f24410534bc2..63d71b6fc902 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-SkullOutline.ts index 09593186b4e4..a94c93b0793f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03.ts index 83fbde469da0..b9d9bd2b807d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bat.ts index 1f62f2bcfe3a..8a2b320cec6e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bear.ts index 8d12d9d0afb8..c9d4848f0c6d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Cumbia.ts index 7b81defc91fd..7593042eff8d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Deer.ts index 2c0d14ebd619..c8977a16cdc5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Diamond.ts index 7edd0fa41146..21f41a681eb8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Hola.ts index a29579f49433..0dc4d9d5a06f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Pizza.ts index 757786d65999..dceecb68f426 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Resist.ts index 91f8ac23827c..8afb252587c6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Selena.ts index c63e27bb2e85..332db5a23c17 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-SkullOutline.ts index 92ff7dcbbb11..81d4b955a543 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02.ts index 19f4b7a44bf7..45b2b29caca2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bat.ts index 5c9c6525a90a..8b20717d3996 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bear.ts index e866002eeb18..bded784deba8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Cumbia.ts index 9dfe47370f54..626b213ad1d8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Deer.ts index 7d6aa7f93352..23e6177f8fdd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Diamond.ts index 6f6d5e0abcd2..90711f107b17 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Hola.ts index 8b75b10e5005..516176262985 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Pizza.ts index a8aa68078916..7411235e9e74 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Resist.ts index 7df2a6ea2cba..e46e3162ec79 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Selena.ts index 3298909aad6c..b5d298353039 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-SkullOutline.ts index dcb89f9740ff..4e872e9337f8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather.ts index 6d48b86fbd49..89574f9b5032 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bat.ts index fdd10144307e..b107bca80768 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bear.ts index bfc8977eb731..21349d4c4607 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Cumbia.ts index b4555152daa6..5c09592b587f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Deer.ts index 0db60c352bf7..c04421b0a113 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Diamond.ts index c9daa1073a78..46cc6c4eaa45 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Hola.ts index 3dcf59f8244e..b2cc05afed7e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Pizza.ts index e3944eef78ec..810510b8fde5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Resist.ts index 0a16b5eb4965..cedccaf1fb09 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Selena.ts index 8242233f9882..ca02d56261d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-SkullOutline.ts index 1d83776dc661..4810252c13f3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue.ts index f6bda0c673d9..1131b199e420 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bat.ts index 873ab1a47192..77096687d7a3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bear.ts index 6c07ade7fb62..d3484690c61f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Cumbia.ts index 8e02c495be5e..7432c149a5bb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Deer.ts index 5c812a0beb19..2da95ba4293c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Diamond.ts index 78af12da1578..1c1eb088d397 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Hola.ts index be6fdd56122e..a4e0f95aa146 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Pizza.ts index 1bc125cd23c0..babebae2c2a8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Resist.ts index c9084afb5ed4..3f6b2be80ca1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Selena.ts index 0575fc17ed46..196adc9c71a4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-SkullOutline.ts index 8a1701884b1f..50d5da667633 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen.ts index b62441eb3594..38642547787e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bat.ts index 2cf1b0c3e466..b2b9e5f221bc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bear.ts index d88a45daa5af..eee74cdcb83c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Cumbia.ts index 70a33fc39a33..78004921441b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Deer.ts index e0970804030b..c675abf1fdc2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Diamond.ts index e13a6f3e6801..e4629f2000d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Hola.ts index 97b150655a7a..8b14fece070a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Pizza.ts index 2c40446e2d13..47dcbe00cd24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Resist.ts index 0afb4dc7644f..65d3b155d7a4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Selena.ts index b23eb57a5c2b..c52397b7e778 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-SkullOutline.ts index 3da17104b7e9..e9931cb7b99f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange.ts index 2ee736da2d59..97556623a1e3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bat.ts index 6f8fa53ed85b..b30942d87a00 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bear.ts index ed20ed2a9821..5e4b53827dc1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Cumbia.ts index 5cf14965f61e..bb4cb5e2d49f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Deer.ts index c735942a2498..f95e64665c24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Diamond.ts index f688c65d0faf..8eaea3403df3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Hola.ts index 102d7a386878..8798b64c5e0b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Pizza.ts index c0961cb7e51c..43c995b98225 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Resist.ts index 53c03ba48b02..394f9f991e2f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Selena.ts index 7d7851d6b777..d400847c2645 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-SkullOutline.ts index 81ee64a82b59..b443fab9947a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed.ts index 3615fe30c1f2..67e40bd07a7b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bat.ts index 483a59b8ea19..b725831b50fe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bear.ts index ae24e852e37a..61aeca2a64ce 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Cumbia.ts index ba27273ce8b4..fcdb00df2e02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Deer.ts index b0a0f274049d..07cd157925da 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Diamond.ts index 8511ca29147d..1d068fcb6b58 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Hola.ts index 96fd4bb34554..e0b39096ce26 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Pizza.ts index 5b74d7b452f2..d240ce229009 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Resist.ts index 3709cfb69247..feef64958e0e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Selena.ts index c474f0bebfd7..9b446fac83e6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-SkullOutline.ts index d68d530bbba2..7649f7edfdfa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow.ts index 684e7e227521..5e954abc761a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bat.ts index cb27e5f5e077..d7b8d3a48a05 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bear.ts index 82e8209d68d8..c85c1b14bd07 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Cumbia.ts index 3cd64a5c4ec4..c2632c3a4136 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Deer.ts index 8a7be0433f81..837d291b1bfb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Diamond.ts index fe1e73d5bf9c..418c2ba609b1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Hola.ts index 1fb2104105d8..f42952f250d1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Pizza.ts index 092c8299af03..7b018e65f09d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Resist.ts index 7794aa4bd583..4bfedb508e3c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Selena.ts index 0c5a11d083dd..1f1c3cf98424 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-SkullOutline.ts index 0822e1ee4507..119d6e210630 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink.ts index 5036ebd4f4a9..f01c632409f8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bat.ts index f4c6b2749e3e..0bd1bec199f6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bear.ts index f357f5d62e53..cec86b935d0e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Cumbia.ts index 8863c4bda793..03064362a1e3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Deer.ts index 2cd754d9cb46..c2e0d046355c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Diamond.ts index 0cf28f529d86..422940f27683 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Hola.ts index c9a23c29e2b0..579df85c8be4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Pizza.ts index a55a26635a2f..1129e54ae635 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Resist.ts index 979f09c706d8..b5a7e93a97e3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Selena.ts index 8be14a35075c..623a899593a2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-SkullOutline.ts index b34601cb8718..1e6ff2826f16 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red.ts index f74ad10dbc82..7bcf58c315a4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bat.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bear.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bear.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bear.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Bear.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Cumbia.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Cumbia.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Cumbia.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Cumbia.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Deer.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Deer.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Deer.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Deer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Diamond.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Diamond.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Diamond.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Diamond.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Hola.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Hola.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Hola.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Hola.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Pizza.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Pizza.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Pizza.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Pizza.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Resist.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Resist.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Resist.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Resist.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Selena.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Selena.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Selena.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-Selena.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-SkullOutline.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-SkullOutline.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-SkullOutline.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White-SkullOutline.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White.ts index a443d2ed7bbb..96ca11641b7f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt.ts index 87eca1d68b3c..74b07bd70047 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/GraphicShirt.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Black.ts index 05ed2f94ddc8..6016d3fe621a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue01.ts index df96f21b9188..4466e6926a5a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue02.ts index b4f61dc46c75..456fb41f39f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue03.ts index ea180dd79439..65a6b0b8dd97 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Gray02.ts index 2fb02545a68d..06d7d5c041d5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Heather.ts index 5b02fb26ac64..812e44f22932 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelBlue.ts index ac829dc2479d..c33e5a1753fa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelGreen.ts index d5a10994e9fe..221e9060be7b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelOrange.ts index 7c6bf4ca3461..57f180876060 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelRed.ts index f91f3a274c56..037997c57e2a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelYellow.ts index db4711d29222..304d6cdb0e38 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Pink.ts index a993a6c2c715..80f29cf0502f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Red.ts index 839452afa660..8eef90367db6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-White.ts index 58110ce87ba0..9eedd134d3f1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie.ts index 9085f94c37fb..9fa7e61684e7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Hoodie.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Black.ts index 0b44ed9a0720..86e29af93654 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue01.ts index f16178221eaf..2e751825cdd7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue02.ts index 61effcc62227..f61d055df297 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue03.ts index 15eece80e8a6..64e7ac907b2c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Gray02.ts index ab55c08037a5..1c66e35d5ccd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Heather.ts index 135e7de87466..776004b56d61 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelBlue.ts index 5260f3d9ce3c..014c8f5ed1f0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelGreen.ts index 4a7f61e8a534..3e8ad3248e1e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelOrange.ts index e345a31a189e..55393b7735f0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelRed.ts index 2f20617a5289..a779d0a1ce6d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelYellow.ts index ce0ccb7f412d..26a88732bd5c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Pink.ts index 3dbf852c47b8..51731e249ffd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Red.ts index 8c1cb0480a85..192d03c74b4c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-White.ts index 43354983cdfd..3530822650ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall.ts index 894d7c1f28c8..284f37a60dd9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/Overall.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Black.ts index b2315c5621c6..093593d4fb66 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue01.ts index aaf6f2a884f1..15d8f1a31b57 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue02.ts index 5e405874f2bc..7102e060e093 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue03.ts index a57ee6fbf8a0..2b01b554d1a7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Gray02.ts index c5a6b6c74d05..4e0220ac7ef0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Heather.ts index 9035bd057085..6557c3d96a1f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelBlue.ts index bb6a20067088..06c5881ff633 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelGreen.ts index 71700337325a..01e2f548ce52 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelOrange.ts index fafe24bd3704..9df0e0125b00 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelRed.ts index f934d63c1fc2..558ac737062b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelYellow.ts index 53bc88cd9450..9430cbd213a1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Pink.ts index c3fd9594da3d..0b0b565dabfb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Red.ts index 81db7336bf68..9e0dbcc3d742 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-White.ts index a3af7993735d..19343d179378 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck.ts index d8546354bdb7..e93143bca676 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtCrewNeck.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Black.ts index a476ce872a37..e44cb7e4ab8d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue01.ts index a045685ebc32..e5f4685681dd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue02.ts index 1aa871b651a3..47b8e241b913 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue03.ts index 4b5842115045..6b184ee21f0b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Gray02.ts index 8df098d80540..edcb6df4b7bb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Heather.ts index 7cea58b5fc9d..3b01d28e59e9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelBlue.ts index 12728ae54799..64646952a231 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelGreen.ts index 15911437376b..637ab03fd43e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelOrange.ts index 342629679644..62e06d9706f4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelRed.ts index ac2d995eff72..e29221983b0d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelYellow.ts index 88548f97acbd..36b26e1d7228 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Pink.ts index 55432fb11e21..d30ee1e95fd2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Red.ts index 95e30476f074..ab0bbc69bfac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-White.ts index 463b8e76974b..f40a719fcddf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck.ts index 82ec2a0dda4e..38d89e35ddc7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtScoopNeck.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtVNeck.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtVNeck.ts index f1b36de838a4..6e1f6095a4f1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtVNeck.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/004-Cloth/generated/ShirtVNeck.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Auburn.ts index 75bf921aa6ce..4cde6eed004d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Black.ts index fde042572fdf..ebf50b80c8e0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Blonde.ts index d1f8fb2e29c3..ac95b0473612 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BlondeGolden.ts index f455d7b69cb1..bc648ded370a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Brown.ts index e051e44b2d24..4eafbd33a7d0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BrownDark.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BrownDark.ts index 5a5846bb9925..2897dae778ec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BrownDark.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-BrownDark.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Platinum.ts index 4035bb341a4e..9badaa8ed632 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Red.ts index ec6ca02167b6..39ad9e681594 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight.ts index 5a5846bb9925..2897dae778ec 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardLight.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Auburn.ts index efed748e63e4..ddf3089cb96b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Black.ts index 5d833616204c..fae86ec46533 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Blonde.ts index 6ba6df8e45e1..5717297e098a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BlondeGolden.ts index 99f75c049447..ed4750255513 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Brown.ts index 9adfa059b0b9..8e5f5fb5b4d8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BrownDark.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BrownDark.ts index 74b1b5a3e903..d9693e9bb446 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BrownDark.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-BrownDark.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Platinum.ts index 488debba948a..56f2ef32c332 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Red.ts index 851560c0e851..99be6af38500 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic.ts index 20137f2157f1..ca6cb80fdb1e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMagestic.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Auburn.ts index 8841aaf72b43..0b0239db9774 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Black.ts index 5777a742dc9f..3fd892d914a3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Blonde.ts index 04f3fa143bfc..e50ddcab1308 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BlondeGolden.ts index 8fc0675119dc..3f04c3cf4d72 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Brown.ts index 9e1254ff2e10..3959114e5c84 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BrownDark.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BrownDark.ts index d61fe10031bd..96b4484128b4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BrownDark.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-BrownDark.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Platinum.ts index d9a5778a1d2b..8e34129f9663 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Red.ts index 88cf53c4a6f4..580c7b6b6a54 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium.ts index d61fe10031bd..96b4484128b4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/BeardMedium.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Blush.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Blush.ts index eee9086b93a2..04abe8bf4020 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Blush.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Blush.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesHeavy001.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesHeavy001.ts index 7f9210c6eeae..004f9180c2c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesHeavy001.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesHeavy001.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight001.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight001.ts index 2550837e3c5e..e3c2a18c369f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight001.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight001.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight002.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight002.ts index 2b5653eaa510..0ff448cd853d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight002.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight002.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight003.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight003.ts index 17325db05d81..8b1ce13b3f70 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight003.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight003.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight004.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight004.ts index 203ce4b22fbb..fe1023e70758 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight004.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight004.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight005.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight005.ts index a62cd5eff617..96e7cde8b955 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight005.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight005.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight006.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight006.ts index 7ae97ccf800a..4eeca1a4da33 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight006.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/FrecklesLight006.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Auburn.ts index 87f3fe2e6fbf..21f0da18f098 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Black.ts index 366fd47b1eb5..80b33da85052 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Blonde.ts index 914b901eba92..b19d4915d1f7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BlondeGolden.ts index 9a4934d8cce5..8089799e3117 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Brown.ts index 435ef60e8c76..8ff621a49320 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BrownDark.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BrownDark.ts index 3af6d3f2d6d5..3f4ecdb3a808 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BrownDark.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-BrownDark.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Platinum.ts index e4144ca43c67..590f2c72d9a0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Red.ts index 8bfb74ca6809..0d58ff546ae0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy.ts index 3af6d3f2d6d5..3f4ecdb3a808 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheFancy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Auburn.ts index abce984bf6f3..47c42bf398fd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Black.ts index 987deef44fe2..a6df9b260265 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Blonde.ts index b07327ca6567..f26ecc0c8cdc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BlondeGolden.ts index ea39d5f9dad9..ed81764301fb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Brown.ts index 1bf5c583f1db..462bcaff16ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BrownDark.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BrownDark.ts index b3926c88f68a..b2730ce99ee0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BrownDark.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-BrownDark.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Platinum.ts index 91177628a57a..30a85bc6d484 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Red.ts index 4f93f11da193..a9c3dfb0a1a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum.ts index 1b0d94da8be8..2a03da7deb62 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/MoustacheMagnum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/RedDot.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/RedDot.ts index 8fd4f671a14f..066000ca69ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/RedDot.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/RedDot.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Wrinkle.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Wrinkle.ts index 661a6213d4fe..58670a28215e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Wrinkle.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/Wrinkle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/WrinkleTop.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/WrinkleTop.ts index 0179e1c4ccfa..ad92eaaa5ab3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/WrinkleTop.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/005-FacialHair/generated/WrinkleTop.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Blank.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Blank.ts index 95f8135d06ef..31cdb2a762f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Blank.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Blank.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Eyepatch.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Eyepatch.ts index 5acea401f556..0dc2b1b73d81 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Eyepatch.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Eyepatch.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hat.ts index 588352ece90b..e474f95aaad8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Black.ts index 2a8cc252b20a..8d9f803d6519 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue01.ts index aecc56006515..69bbdf18f6fb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue02.ts index 8f394fa2821b..830ff7cdac98 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Brown.ts index 99b00a149044..171c594afb82 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray01.ts index 14559fbee32e..baa7aecb243d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray02.ts index 2385d046f2f6..4dd40b440e14 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Heather.ts index e9c29972e6ad..81b0dd6a6b3f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelBlue.ts index 4808077ba086..9e0a9349d527 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelGreen.ts index 6641a24af706..86c2da7221f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelOrange.ts index c9c353511267..a9402ff2ed22 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelRed.ts index 9a956b5505fd..f05b1970c02a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelYellow.ts index 9053c2b54960..a0b87b46e388 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Pink.ts index 023b89eed8c8..8d6910af08c8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Red.ts index 03c4cc777872..96eecd7e92e0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-White.ts index 1d4eb10e27f6..e5db37d83a62 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab.ts index 9dfe03273757..114100b0e159 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Hijab.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Auburn.ts index 07c79000c6d3..c70646a962ab 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Black.ts index b804446aac03..5037a825fa35 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Blonde.ts index 9bb8591e5bb6..7a10fbc5fddc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-BlondeGolden.ts index fbfb8539d583..4140c5612a2c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Brown.ts index 7eedf2c2fd4f..3df0d18c59ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-PastelPink.ts index 9151cf4f2bb2..d95a18dae401 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Pink.ts index 8d03f528a869..d1d1c6cd1fb1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Platinum.ts index a640065b1839..bc0e12794f14 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Red.ts index 26e292cb9ede..9fe6b959a7f3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-SilverGray.ts index f3899177459b..baab9892c29b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair.ts index 8ff60c63287a..132debf7cfb5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBigHair.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Auburn.ts index 30fab793dac5..3deb0651a8ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Black.ts index 3b5298826e13..ba150dc43efa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Blonde.ts index 3311d4d91c25..4b7e5701b5a8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-BlondeGolden.ts index fe9157c24a71..f80c351987c4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Brown.ts index c2a3bf50227b..d23ecbb3e6e7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-PastelPink.ts index a0020779f395..47f536759c93 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Pink.ts index b9e1607d7c5f..f17e3e68538a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Platinum.ts index d36a74a8ac8e..17742104b78d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Red.ts index cbb7bfa30eeb..9f1568fd00ef 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-SilverGray.ts index 4351ebb2591b..67a9d6de3a1f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob.ts index b1a6839a0ad2..6f93f12559ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBob.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Auburn.ts index 3307eb6251f4..34fcd3a63df3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Black.ts index b139ace0c31c..f4d7b9390c03 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Blonde.ts index e74ed34ec65c..323c4f654757 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-BlondeGolden.ts index 9388dd74a704..dcf29146c691 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Brown.ts index 7f43ef322f94..a145d500e0ed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-PastelPink.ts index b04b36e55b14..c12441dc7a24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Pink.ts index 38610227562e..831fc4f65151 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Platinum.ts index 1f36ecd71e4e..5e47f0dcf292 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Red.ts index 72493f0d47f6..6ca83e85cc6e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-SilverGray.ts index 946abd2439dd..fca4469c9870 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun.ts index 42c05bdb5233..d45179f20f6e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairBun.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Auburn.ts index 1453df950319..affee79fcd51 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Black.ts index 44ee014f2aa3..f0c7cc7a1e0c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Blonde.ts index ab96fb438467..555da0bd5715 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-BlondeGolden.ts index 77540da30b33..9fba9816139c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Brown.ts index 1077507b6621..f0a2b2bea643 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-PastelPink.ts index 61999b9d2c6c..549c5fb4983a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Pink.ts index c7a4cbe026a2..bf21724f3d7c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Platinum.ts index 1a2d33bcc156..851459e6800b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Red.ts index 407c12448d10..1494a684aabe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-SilverGray.ts index f5669c33d31f..d9b1e55a85ba 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly.ts index e6c7ca3b8e98..bdf9a1a01e88 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurly.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Auburn.ts index 13174096d110..816eb422986d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Black.ts index 94c83e7d0149..4d3fa86a1e1b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Blonde.ts index cbfcfd6fbc7a..31e37c2e2817 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-BlondeGolden.ts index 2c617dde4e9d..f4d8503b71af 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Brown.ts index 16d447914498..38a76f87bda1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-PastelPink.ts index eafd476f5761..83ddfe07bff6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Pink.ts index 18fa0484f682..7ca22a54cfaf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Platinum.ts index b697602a6676..01b7e5eb888c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Red.ts index 1fca5b85957e..7bf97d3709e5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-SilverGray.ts index b3a0b9409bca..93758a916d71 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy.ts index 0291fffc96e1..c286d08fb326 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairCurvy.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Auburn.ts index 9f16f1ea9619..29a72dc25b08 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Black.ts index 932decb7ca4c..523e5cdc8de2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Blonde.ts index f2169f19e4e5..428d251a9242 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-BlondeGolden.ts index bdb8b50dd284..339ed88927b4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Brown.ts index 67fe7a33c056..c18f9450a162 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-PastelPink.ts index 1aeaa174e757..5bacb46d5329 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Pink.ts index e14843d1a447..183a169ee948 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Platinum.ts index 66e7a67e2084..bbccb45d19c9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Red.ts index a60237b2c6ea..c2011d5e677b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-SilverGray.ts index 0e0e66e32e5f..58062de3c5c6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads.ts index b90d5d29cf31..6b14ec107373 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairDreads.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFrida.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFrida.ts index ebd9524b7492..0b7d54a75821 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFrida.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFrida.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Auburn.ts index a4f646442acf..a41bfe093a7e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Black.ts index 204a2e9b7d34..63ee4b6144bb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Blonde.ts index f4330c607d3e..9c3fbe768d7e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-BlondeGolden.ts index e9b53ada28ca..78d01f242c8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Brown.ts index 581b29e4be4c..8897fdf6a0aa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-PastelPink.ts index ede28765fb06..78800d2d3ae1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Pink.ts index 282039594bdf..cb39672afa2d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Platinum.ts index 89f09816c404..458e1ba90fbe 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Red.ts index fdcce4144e5f..2c73557ec464 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-SilverGray.ts index 4e319cea3de5..e55c7c8d4b6a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro.ts index 66e60be25db4..ad73816cef6f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFro.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Auburn.ts index 5a79eb57acf1..3ab460c8f282 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Black.ts index 473488f23b60..c7e212c02484 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Blonde.ts index e49803c578ed..45b9660bb2f2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-BlondeGolden.ts index e9e1ca89fe26..99bd7ca26b42 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Brown.ts index c5dd82447da0..7797072e6f58 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-PastelPink.ts index a2c3f9709be4..fa6c746d164d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Pink.ts index 40e39d99c548..d77b0ba46d67 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Platinum.ts index bdb6195efa6d..b3c818380f73 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Red.ts index 2655f4beea61..4fa74f9f08a0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-SilverGray.ts index 66036142e07e..308505826538 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand.ts index 1fe527878f59..2b534331711b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairFroBand.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Auburn.ts index 8ab12a5367c2..92cc9b549125 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Black.ts index 267359bc3134..305d202bb7f7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Blonde.ts index 5cd218e82850..ae43c11d3a30 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-BlondeGolden.ts index b9c34f8aa26f..2672e88a3884 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Brown.ts index 2cce95b02f09..3e265a90076e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-PastelPink.ts index 440e5834383d..d88111831c16 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Pink.ts index fae2ec94073b..1d0a1b39efe7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Platinum.ts index 7e5291786d00..5460c5a77efa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Red.ts index 95cebdb38dfd..dcf1b5edcebb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-SilverGray.ts index 6df2652df16f..5977c904009b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace.ts index 1b127e63d7bf..b74200ed4b8e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairMiaWallace.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Auburn.ts index b8ea8a2cc79f..f3b66667fdaf 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Black.ts index 681ce79d0e8d..0548392abb6e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Blonde.ts index af835544d438..b05ddc3ed4cb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-BlondeGolden.ts index 23265f2dba1a..5125860f4775 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Brown.ts index d6fc47591862..b5690526f211 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-PastelPink.ts index 6cb1edf36464..13f11430b8e5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Pink.ts index a0c7f61967b1..9fff17e3ae4c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Platinum.ts index e85a2a8c8eb5..c4cbf19f3199 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Red.ts index 288108acbf65..9935d3121858 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-SilverGray.ts index b274196fda18..74b37b1f0f36 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong.ts index 587a107b5abc..068fabaed749 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairNotTooLong.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairShavedSides.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairShavedSides.ts index 99e96c735baa..aaff94b51f3d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairShavedSides.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairShavedSides.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Auburn.ts index de075d50831a..bbbeabd8817e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Black.ts index 83dccdcc48f5..9d593126100f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Blonde.ts index f2deb4ed4196..13903c3159b0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-BlondeGolden.ts index 01dd07845d45..c58277dfad1f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Brown.ts index 4abf0c350b28..d746e165561a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-PastelPink.ts index 7a62891cbaae..6bdc51527b80 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Pink.ts index 707e0625c86e..d3e9287befab 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Platinum.ts index a3c1e2e981f8..05a92b63496a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Red.ts index 66ffd4406888..cd38b018a92d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-SilverGray.ts index dcd57fb44b46..f4b72cc45529 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight.ts index c65e46465691..f57a388b3324 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Auburn.ts index ca8d81878430..0c5ad8e2d2e6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Black.ts index 4b94c9a6a131..78375431d370 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Blonde.ts index d584b4226618..765f492207fb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-BlondeGolden.ts index a453b150f2a1..1f5bd5ef766e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Brown.ts index bfa90eca824f..60f58eadee53 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-PastelPink.ts index ed09e0694884..0d16d4b18804 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Pink.ts index fc4b5346b2a6..bb38ff55b3da 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Platinum.ts index 04871ba869e3..cb4baf72b3e9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Red.ts index f8382ab4b47e..5167e8a64704 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-SilverGray.ts index 63e27210d572..0b217a473fe7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2.ts index 6ac48dc12f4c..ca85ff38faff 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraight2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Auburn.ts index d779e2b8609e..47b7a33a6a10 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Black.ts index 10be59b2e403..d64aa4682002 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Blonde.ts index 372ae59ca4ae..a49b16d94e93 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-BlondeGolden.ts index a78d8d896fbd..a6d9929673c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Brown.ts index f7d0266af4b2..7073587f4079 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-PastelPink.ts index f13eeb0fc4a5..d8c4d7126174 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Pink.ts index 749e24d3523d..23513547b5c2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Platinum.ts index 9e76010d5214..3eae2781d11a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Red.ts index b7f5a25b3575..ffe0e1df5665 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-SilverGray.ts index ac894eaa546d..5539f1eac30d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand.ts index 1e736fa3f6e3..396b576be0e7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/LongHairStraightStrand.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Auburn.ts index 3c921aef3e34..ab1564145946 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Black.ts index a5c56e7c695d..0fb1d6bd3810 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Blonde.ts index 36b5c6bacfd8..38cc44c69217 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-BlondeGolden.ts index 92e26b7ed3c2..f30e4049e70f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Brown.ts index e1d5df35dbec..711a4f3350ad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-PastelPink.ts index 26436f5cd9ee..f1c7d3413fca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Pink.ts index b47bb0b63177..78353385477f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Platinum.ts index be9c12e941cd..10f4d4a33a73 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Red.ts index 1484c25a88d6..eb427df54c39 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-SilverGray.ts index 6a8dcd261c62..d9402452c184 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01.ts index b375907cc31d..25c1052bd29d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Auburn.ts index 31ddebf8448f..bab3f2f9232b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Black.ts index 53391baae28a..de84711c30ed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Blonde.ts index f51117cf3180..daae15273106 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-BlondeGolden.ts index 37bd750116e3..ad949c4d03c1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Brown.ts index 5cca988c2bec..4e69dacb27ea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-PastelPink.ts index 084a161ea010..ab3fc3b6ada6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Pink.ts index 6fac0daa4bbc..340d1a697e53 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Platinum.ts index dab02176a7c9..ae33b585c6d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Red.ts index 226660946e77..a5d43d9635ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-SilverGray.ts index 05210688a575..b32b52bd68e6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02.ts index f28a4be58dc5..5aacf69ba57d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairDreads02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Auburn.ts index 9277803f9a8b..e5246152984c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Black.ts index 633a4df1ca80..ee9093e9556d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Blonde.ts index 593437623396..f021d5da0598 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-BlondeGolden.ts index 2b6295a94dd9..1e1f88920c89 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Brown.ts index 935885b26fe8..28baf5c5aa02 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-PastelPink.ts index 744924cd9645..d33ca500eb35 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Pink.ts index a960fd65ffb5..c380f5d162a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Platinum.ts index f5abdd527e84..656fbac2fa2e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Red.ts index dea17a2793c4..ab987170bd03 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-SilverGray.ts index bba5a24d5926..3de62c1089ea 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle.ts index 66325d347c68..b99a5c87fe21 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairFrizzle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Auburn.ts index af0554afac7f..9a637638ea63 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Black.ts index 17331dac7275..d9f89e301962 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Blonde.ts index 7fa2565000bd..924806eeed9f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-BlondeGolden.ts index 1deeb4ec73e8..6f1bc7323401 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Brown.ts index 6ea23ea08467..e1c99c0eb87c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-PastelPink.ts index f6fc9022351a..315278b710d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Pink.ts index c97528205eea..3254e3e124c8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Platinum.ts index 1b652c1b00c8..5798378b5612 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Red.ts index 11c398f8b87c..8872ab5ed02b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-SilverGray.ts index 2e0fbb930e4b..7cad5383f5d2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet.ts index 489dd1f1f60c..9acf6f646cad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShaggyMullet.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Auburn.ts index 31bb5fd91506..aa63de5b2685 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Black.ts index d5f7dadd0144..d0def3638399 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Blonde.ts index 5f51b1df03dc..51d877a1b9cc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-BlondeGolden.ts index bb7406a6ffab..01bb27206e5a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Brown.ts index 72ba857c8b09..c446608985e9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-PastelPink.ts index 97bae775b4a1..8ec0828cd086 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Pink.ts index fbaf8f6c548a..aa2082f8b197 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Platinum.ts index 0bd4c84deadb..9c35b96aa5bb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Red.ts index 59c3347a1f5b..fd05d7a54c11 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-SilverGray.ts index 88c4c3e54ce4..cc202c8d6ea5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly.ts index 3fc8e04c8a0c..9ae3547e8242 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortCurly.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Auburn.ts index deee58931acb..d7a08135059a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Black.ts index de8f75afed68..5588f86ba323 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Blonde.ts index 40698b16ffa7..82b68a1f15ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-BlondeGolden.ts index f7e92100553e..e3f4cd04ef39 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Brown.ts index 1ea9aa2ee142..a2802f4b16d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-PastelPink.ts index 9a9ae406ac4c..ed4ec8e0d060 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Pink.ts index 0bb4a9cb6b29..3d34551e1a1f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Platinum.ts index 7deef6fc11c5..66e42761b335 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Red.ts index 88419b4238b9..fdc5acff7afd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-SilverGray.ts index 02e602a4d82c..d6fb13d7fd25 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat.ts index 2ab0db883952..7ca4091a2205 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortFlat.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Auburn.ts index 537a69790973..bf168e7f9db2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Black.ts index 6b3b938a88cf..5f6bf95ffa77 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Blonde.ts index 65b4e6880178..0f0e93a1b77e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-BlondeGolden.ts index 9e0c529fb291..0200cccc86d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Brown.ts index e705334266b2..e26bdc620743 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-PastelPink.ts index cae0993c7404..6bd883251676 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Pink.ts index 3a7d823739b0..b22b056eeec1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Platinum.ts index 36868c6d69f9..c6447c9109bd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Red.ts index 29dccaf36527..2290a2246ad9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-SilverGray.ts index c2c6c7fe0885..e8ea10ef3ef0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound.ts index 3b93788611fa..07523ed0fa75 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortRound.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Auburn.ts index 7f6952c1d4db..3d3ad00eee73 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Black.ts index f7df8dbd5015..1c4c0def2152 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Blonde.ts index 92f926a56a96..a01a563f754d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-BlondeGolden.ts index 1d148ca3bad8..71b5539e6c14 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Brown.ts index ce5c254d1d2e..68297b6dafa5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-PastelPink.ts index fcc7f6cae8cf..0c68e1c8c385 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Pink.ts index 10a2074dc09b..e335d0fa630a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Platinum.ts index 78f8516dc7ad..a3efc78b35a9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Red.ts index b25cfdc6c63d..4c3e91f875dc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-SilverGray.ts index 166d70133c1c..cfad3f1b985c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved.ts index 371bccb1c00a..b65992774f0c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairShortWaved.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Auburn.ts index b0fb3e5842f0..ebbf3e10dd66 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Black.ts index 612874d782e6..19ef8ec6879f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Blonde.ts index daae14c1bc2c..80e9ad0dbfb5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-BlondeGolden.ts index 6a9813dfc6eb..803cf0b42508 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Brown.ts index 8edbc8e95601..8cdf9bcc8dd9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-PastelPink.ts index fbadce55132d..c6b4132269d6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Pink.ts index b32d351b8c28..abeb384808fc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Platinum.ts index 17b015e674e8..c88d33e6ecd1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Red.ts index 37e089d1439c..01407dfe157f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-SilverGray.ts index cf346ee26e10..0eb4df8a832f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides.ts index a7a998acb788..34c674fb3776 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairSides.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Auburn.ts index 3386a5b90364..23363c49794f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Black.ts index 34d62f2d1a1b..6520f3c8936d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Blonde.ts index 10054e96054c..5e263f5cc338 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-BlondeGolden.ts index 9a6ff799560c..aa3bf36bd6ca 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Brown.ts index 5c86ea0392e9..51b8b1143688 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-PastelPink.ts index a6247167d0e1..273f5bc810a0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Pink.ts index b9734503abb2..62855feba981 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Platinum.ts index 2a2d3aa508f6..5837dfe684a0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Red.ts index 31571e6e2b22..7bef89a28cf0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-SilverGray.ts index 623c4b597968..4692df5e83ba 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar.ts index 883f0239a457..8ed3badf38b8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesar.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Auburn.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Auburn.ts index e827c39a52ee..60822a4ab459 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Auburn.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Auburn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Black.ts index 017948fb04bb..d961fe11bfd3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Blonde.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Blonde.ts index 90a4340ae516..845764c8a070 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Blonde.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Blonde.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-BlondeGolden.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-BlondeGolden.ts index 4e69b9c1b19e..d9a69db7abc8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-BlondeGolden.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-BlondeGolden.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Brown.ts index 4dde37e89298..d8b02f187a97 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-PastelPink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-PastelPink.ts index d8b7ddaeefb2..959de17171f9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-PastelPink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-PastelPink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Pink.ts index 69d92bd2834f..9abcdcbbd622 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Platinum.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Platinum.ts index 3722864feab3..c375120ecbe2 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Platinum.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Platinum.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Red.ts index 2ada291c0518..26914973800a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-SilverGray.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-SilverGray.ts index bd204cc85a78..9446468f02d7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-SilverGray.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart-SilverGray.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart.ts index fb6af9a71d51..ed1231b286e7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/ShortHairTheCaesarSidePart.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Black.ts index 6bb72a172d8f..f369c60ac679 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue01.ts index 3147270b2b19..586c2b32b039 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue02.ts index 50f3a8397b1c..c274b8f7e8f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Brown.ts index 7389cbeb1587..eadb90c62a36 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray01.ts index af0c2802e267..0747ed71ddb9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray02.ts index 9c8607b2f01b..94756754ff98 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Heather.ts index cebf7e616e64..1099b73a7d5d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelBlue.ts index 03f2ca12b3c1..0b71c514a956 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelGreen.ts index e6f075d749fd..9e475764479d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelOrange.ts index 267cbc5de9f7..dbd9e30e33f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelRed.ts index 86e9e4614b6c..60f79596083f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelYellow.ts index 7cbcef982ff2..ff3c0783c329 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Pink.ts index f593ce0feeb8..7becd43774ed 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Red.ts index 1cbf503d3fab..48a25bf7418d 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-White.ts index 7aed17ef5ae1..2a0cdaf4e691 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban.ts index 852845d5d75a..9a2798ca20c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/Turban.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Black.ts index a5b89941bdfd..2e5c9fc97e3b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue01.ts index af7cdc4e24ef..1f577363e8ac 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue02.ts index 4afafea98207..7d839f0603a6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue03.ts index 102f52a78911..0bcf6859ba17 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Brown.ts index 18b49dc591e4..9e097de414d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray01.ts index a02c14956fba..d1796cdee98f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray02.ts index 804fc1bc3a60..0d74be43030e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Heather.ts index 8d612ed1ded1..d1f8ec15bd06 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelBlue.ts index 933a185d47f9..942e728110ce 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelGreen.ts index 42272e7e9f15..9d0de671e578 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelOrange.ts index c7f37753fdc3..98b5eafeb425 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelRed.ts index 341be415af39..e42fa7fe929a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelYellow.ts index 52df6a5c7213..3e3a0b1fd235 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Pink.ts index ee0641dd9f18..e3fa4fe71a0e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-White.ts index 2467685c4eae..ff82ee6f57ee 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1.ts index b25ed3de109f..3f121ad8a383 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat1.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Black.ts index ecca22a34b35..e08f0a612c42 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue02.ts index 421a5f40067a..099d6da1ca8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue03.ts index e372b791ad6e..dd0acf153975 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Brown.ts index ace4024bd0cd..2e89d7545da6 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray01.ts index 148f42ec393b..f0b31d3c7ad0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray02.ts index 1e93c86fc6f8..188dbcf7cc52 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Heather.ts index f5518d671352..385a917d6d46 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelBlue.ts index fcb0bf2423d2..50acbec15611 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelGreen.ts index ca1ce2410c59..3ceed7a01ceb 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelOrange.ts index 188524344359..4a4576564cc1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelRed.ts index 10230ad977bc..03154b737972 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelYellow.ts index a9601ec03bde..1d5e6234d030 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Pink.ts index 13c30d82461d..024cb451c66f 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Red.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Red.ts index bdec0f7d2a51..8f52ae6e40b1 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Red.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-Red.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-White.ts index b19527d984e9..d85414130d8e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2.ts index 79bcbaa52f25..cf3eb22b4ee9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat2.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Black.ts index 78847b558ca3..73dbc9c3a2c0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue01.ts index 73a20057c89b..57c47cfc34d3 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue02.ts index d28984ba4f1a..274c5e42f0c9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue03.ts index 7d437f1e37a8..70c29b8eedfa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Brown.ts index 6ac3892a641e..fb063827c211 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray01.ts index 1754bf6b2cc2..98fdd4ad8b8c 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray02.ts index 684d7027698e..c2c0a70249aa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Heather.ts index 613ee95d61d5..2f0b033f78ad 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelBlue.ts index 0532e4e500e9..ea36a820abbd 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelGreen.ts index 8da0036a07ee..eb59b2bc7338 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelOrange.ts index 170e469ab611..b9f5b04711be 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelRed.ts index 4c19dc81bd82..9a812d1dc887 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelYellow.ts index 2b51a9c04cfb..2280f6526211 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Pink.ts index 05366d26a7c4..8a29d5b375af 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-White.ts index 2c80fd3be63b..10f63551dfb9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3.ts index 6af00bcc0a8a..025cd7ddd7db 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat3.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Black.ts index deee08346d21..ea31c62b32d0 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue01.ts index 0c1b5e19dcd1..22f72fb1921a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue02.ts index f282d7292aab..be7ef0734cbc 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue03.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue03.ts index 0a77c2a629c3..b9e4f5302f5e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue03.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Blue03.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Brown.ts index 643df6e80021..6404b9e5479e 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray01.ts index e8dee77012d7..233465312c8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray02.ts index 9184d9abaeaf..195eb93ca953 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Gray02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Heather.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Heather.ts index 21a8b5b4d719..673da005cc9a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Heather.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Heather.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelBlue.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelBlue.ts index 1f192ea49c69..c664901e1449 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelBlue.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelBlue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelGreen.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelGreen.ts index 0fcf36e1794b..28c7de577e01 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelGreen.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelGreen.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelOrange.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelOrange.ts index 0042e1b87e13..25f381734180 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelOrange.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelOrange.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelRed.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelRed.ts index 9951bf66d851..0877c86623aa 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelRed.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelRed.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelYellow.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelYellow.ts index c86736c530eb..ef13808ca688 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelYellow.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-PastelYellow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Pink.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Pink.ts index cd2376338cdf..2ec797d10728 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Pink.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-Pink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-White.ts index 3934b3382a84..c16577567260 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4.ts index 77e43ce87bb9..504918f9a0d9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/006-Top/generated/WinterHat4.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Blank.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Blank.ts index 95f8135d06ef..31cdb2a762f5 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Blank.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Blank.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Black.ts index 99537c2152a1..aecf7ce3ada8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Brown.ts index a05f6e5dbf57..805a7ddc9945 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-White.ts index 59a8c7f99e5d..a398632e6b8b 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt.ts index fefd95158902..16f20bca5c24 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Kurt.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Black.ts index 49c4d10225b5..e4709671ae80 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Brown.ts index 6c924d28749c..19fab5fa5399 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-White.ts index 6a76570168af..efe7d0944474 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01.ts index b607f0eb37dd..45650722362a 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription01.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Black.ts index a0c622646ecb..ad66664738c9 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Brown.ts index f1b82f5ffb23..3cf9cb25a5b7 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-White.ts index dfe3d2abedf8..3095965296ae 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02.ts index bcd31aa7128d..6240d8dbbc54 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Prescription02.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Black.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Black.ts index d4774c2d853b..7062c6bc83c4 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Black.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Black.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Brown.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Brown.ts index a8a073b359d6..ed4fd38a0299 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Brown.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-Brown.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-White.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-White.ts index ab511336bf44..a1f613dc0c32 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-White.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round-White.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round.ts index 9a7192a493d5..88347b6dce85 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Round.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Sunglasses.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Sunglasses.ts index 705e3ab5d6ca..175f06c32934 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Sunglasses.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Sunglasses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Wayfarers.ts b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Wayfarers.ts index ef6a093a83d5..7d3f818d54b8 100644 --- a/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Wayfarers.ts +++ b/packages/react-components/src/IdentityIcon/RoboHash/sets/set5/007-Accessories/generated/Wayfarers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit diff --git a/packages/react-components/src/IdentityIcon/index.tsx b/packages/react-components/src/IdentityIcon/index.tsx index 2ab69976e091..ca9f5c4a9551 100644 --- a/packages/react-components/src/IdentityIcon/index.tsx +++ b/packages/react-components/src/IdentityIcon/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/react-components/src/InfoForInput.tsx b/packages/react-components/src/InfoForInput.tsx index ec24d1872879..798013b3fad1 100644 --- a/packages/react-components/src/InfoForInput.tsx +++ b/packages/react-components/src/InfoForInput.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Input.tsx b/packages/react-components/src/Input.tsx index 52866af64b4e..d2f9000aa673 100644 --- a/packages/react-components/src/Input.tsx +++ b/packages/react-components/src/Input.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect, useState } from 'react'; diff --git a/packages/react-components/src/InputAddress/KeyPair.tsx b/packages/react-components/src/InputAddress/KeyPair.tsx index e74b109bca36..39a8769c627c 100644 --- a/packages/react-components/src/InputAddress/KeyPair.tsx +++ b/packages/react-components/src/InputAddress/KeyPair.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/InputAddress/createHeader.tsx b/packages/react-components/src/InputAddress/createHeader.tsx index ff85e125165b..be9d4a530142 100644 --- a/packages/react-components/src/InputAddress/createHeader.tsx +++ b/packages/react-components/src/InputAddress/createHeader.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringSectionOption } from '@polkadot/ui-keyring/options/types'; diff --git a/packages/react-components/src/InputAddress/createItem.tsx b/packages/react-components/src/InputAddress/createItem.tsx index 84c67b8014de..dbfd94194ed3 100644 --- a/packages/react-components/src/InputAddress/createItem.tsx +++ b/packages/react-components/src/InputAddress/createItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringSectionOption } from '@polkadot/ui-keyring/options/types'; diff --git a/packages/react-components/src/InputAddress/index.tsx b/packages/react-components/src/InputAddress/index.tsx index d0d6830854ed..39b5fd5ee683 100644 --- a/packages/react-components/src/InputAddress/index.tsx +++ b/packages/react-components/src/InputAddress/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownItemProps } from 'semantic-ui-react'; diff --git a/packages/react-components/src/InputAddress/types.ts b/packages/react-components/src/InputAddress/types.ts index a4b433c38c4a..75553d7b3890 100644 --- a/packages/react-components/src/InputAddress/types.ts +++ b/packages/react-components/src/InputAddress/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-components/src/InputAddressMulti/Available.tsx b/packages/react-components/src/InputAddressMulti/Available.tsx index acbe810ea82a..f480ffaa3f76 100644 --- a/packages/react-components/src/InputAddressMulti/Available.tsx +++ b/packages/react-components/src/InputAddressMulti/Available.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/InputAddressMulti/Selected.tsx b/packages/react-components/src/InputAddressMulti/Selected.tsx index 0aa3c02a0de8..21f7e893e9d1 100644 --- a/packages/react-components/src/InputAddressMulti/Selected.tsx +++ b/packages/react-components/src/InputAddressMulti/Selected.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/InputAddressMulti/index.tsx b/packages/react-components/src/InputAddressMulti/index.tsx index bbe862b237e6..9fac79586e53 100644 --- a/packages/react-components/src/InputAddressMulti/index.tsx +++ b/packages/react-components/src/InputAddressMulti/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect, useState } from 'react'; diff --git a/packages/react-components/src/InputAddressSimple.tsx b/packages/react-components/src/InputAddressSimple.tsx index 32382f016ae0..7959adce0b0d 100644 --- a/packages/react-components/src/InputAddressSimple.tsx +++ b/packages/react-components/src/InputAddressSimple.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/react-components/src/InputBalance.tsx b/packages/react-components/src/InputBalance.tsx index ad4da627abe8..aa9285f66663 100644 --- a/packages/react-components/src/InputBalance.tsx +++ b/packages/react-components/src/InputBalance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-components/src/InputCalls/SelectMethod.tsx b/packages/react-components/src/InputCalls/SelectMethod.tsx index b670b2b1d7bf..4c60d3ac907f 100644 --- a/packages/react-components/src/InputCalls/SelectMethod.tsx +++ b/packages/react-components/src/InputCalls/SelectMethod.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionCallNamed } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputCalls/SelectSection.tsx b/packages/react-components/src/InputCalls/SelectSection.tsx index fbae9b3387aa..322e3ef4bf0b 100644 --- a/packages/react-components/src/InputCalls/SelectSection.tsx +++ b/packages/react-components/src/InputCalls/SelectSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionCallNamed } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputCalls/index.tsx b/packages/react-components/src/InputCalls/index.tsx index f3162d873885..53fc1da0125e 100644 --- a/packages/react-components/src/InputCalls/index.tsx +++ b/packages/react-components/src/InputCalls/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // TODO: We have a lot shared between this and InputExtrinsic & InputStorage diff --git a/packages/react-components/src/InputCalls/options/method.tsx b/packages/react-components/src/InputCalls/options/method.tsx index 6bfbdfcb7e78..80ad58decaf6 100644 --- a/packages/react-components/src/InputCalls/options/method.tsx +++ b/packages/react-components/src/InputCalls/options/method.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionCallNamed } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputCalls/options/section.ts b/packages/react-components/src/InputCalls/options/section.ts index 203814ee9bbf..cf258a90f0bd 100644 --- a/packages/react-components/src/InputCalls/options/section.ts +++ b/packages/react-components/src/InputCalls/options/section.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionCallNamed } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputCalls/useRuntime.ts b/packages/react-components/src/InputCalls/useRuntime.ts index 1007b83d450e..b8f2af8b8fea 100644 --- a/packages/react-components/src/InputCalls/useRuntime.ts +++ b/packages/react-components/src/InputCalls/useRuntime.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputConsts/SelectKey.tsx b/packages/react-components/src/InputConsts/SelectKey.tsx index e77f27d62b15..12fe3944eaac 100644 --- a/packages/react-components/src/InputConsts/SelectKey.tsx +++ b/packages/react-components/src/InputConsts/SelectKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownOptions } from '../util/types.js'; diff --git a/packages/react-components/src/InputConsts/SelectSection.tsx b/packages/react-components/src/InputConsts/SelectSection.tsx index 314eb9a764b8..7e080019af5e 100644 --- a/packages/react-components/src/InputConsts/SelectSection.tsx +++ b/packages/react-components/src/InputConsts/SelectSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownOptions } from '../util/types.js'; diff --git a/packages/react-components/src/InputConsts/index.tsx b/packages/react-components/src/InputConsts/index.tsx index e72059fc5677..bd3ebe8b0fcb 100644 --- a/packages/react-components/src/InputConsts/index.tsx +++ b/packages/react-components/src/InputConsts/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputConsts/options/key.tsx b/packages/react-components/src/InputConsts/options/key.tsx index ed2bc6adb89d..d572fe443cc3 100644 --- a/packages/react-components/src/InputConsts/options/key.tsx +++ b/packages/react-components/src/InputConsts/options/key.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputConsts/options/section.ts b/packages/react-components/src/InputConsts/options/section.ts index 3245d9159dde..44620d8e893b 100644 --- a/packages/react-components/src/InputConsts/options/section.ts +++ b/packages/react-components/src/InputConsts/options/section.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputConsts/types.ts b/packages/react-components/src/InputConsts/types.ts index a6ed2ef3b21f..306bd48ac92c 100644 --- a/packages/react-components/src/InputConsts/types.ts +++ b/packages/react-components/src/InputConsts/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { StorageEntryBase } from '@polkadot/api/types'; diff --git a/packages/react-components/src/InputConsts/units.ts b/packages/react-components/src/InputConsts/units.ts index 4cd571cf7309..1d70ef467c20 100644 --- a/packages/react-components/src/InputConsts/units.ts +++ b/packages/react-components/src/InputConsts/units.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export class TokenUnit { diff --git a/packages/react-components/src/InputExtrinsic/LinkedWrapper.tsx b/packages/react-components/src/InputExtrinsic/LinkedWrapper.tsx index 7d1c3e96b53f..3bbc6c1f111b 100644 --- a/packages/react-components/src/InputExtrinsic/LinkedWrapper.tsx +++ b/packages/react-components/src/InputExtrinsic/LinkedWrapper.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/InputExtrinsic/SelectMethod.tsx b/packages/react-components/src/InputExtrinsic/SelectMethod.tsx index d5309abd24f6..bcf1a25e4039 100644 --- a/packages/react-components/src/InputExtrinsic/SelectMethod.tsx +++ b/packages/react-components/src/InputExtrinsic/SelectMethod.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputExtrinsic/SelectSection.tsx b/packages/react-components/src/InputExtrinsic/SelectSection.tsx index c7f64e683f03..0407c753db82 100644 --- a/packages/react-components/src/InputExtrinsic/SelectSection.tsx +++ b/packages/react-components/src/InputExtrinsic/SelectSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/react-components/src/InputExtrinsic/index.tsx b/packages/react-components/src/InputExtrinsic/index.tsx index 536138dd96b9..12c953e7bd05 100644 --- a/packages/react-components/src/InputExtrinsic/index.tsx +++ b/packages/react-components/src/InputExtrinsic/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/react-components/src/InputExtrinsic/options/method.tsx b/packages/react-components/src/InputExtrinsic/options/method.tsx index 1902a6c4027e..2c9903115707 100644 --- a/packages/react-components/src/InputExtrinsic/options/method.tsx +++ b/packages/react-components/src/InputExtrinsic/options/method.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputExtrinsic/options/section.ts b/packages/react-components/src/InputExtrinsic/options/section.ts index 53fcf3e3cb3a..721d97ee96a9 100644 --- a/packages/react-components/src/InputExtrinsic/options/section.ts +++ b/packages/react-components/src/InputExtrinsic/options/section.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputFile.tsx b/packages/react-components/src/InputFile.tsx index a085cdaea180..c7bece370907 100644 --- a/packages/react-components/src/InputFile.tsx +++ b/packages/react-components/src/InputFile.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropzoneRef } from 'react-dropzone'; diff --git a/packages/react-components/src/InputNumber.tsx b/packages/react-components/src/InputNumber.tsx index 39c84f9b6888..f0e1f0cd3366 100644 --- a/packages/react-components/src/InputNumber.tsx +++ b/packages/react-components/src/InputNumber.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputRpc/SelectMethod.tsx b/packages/react-components/src/InputRpc/SelectMethod.tsx index 24e711d2ae84..abc77960c7d0 100644 --- a/packages/react-components/src/InputRpc/SelectMethod.tsx +++ b/packages/react-components/src/InputRpc/SelectMethod.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionRpcExt } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputRpc/SelectSection.tsx b/packages/react-components/src/InputRpc/SelectSection.tsx index a40f90271e15..44c979850ffb 100644 --- a/packages/react-components/src/InputRpc/SelectSection.tsx +++ b/packages/react-components/src/InputRpc/SelectSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionRpcExt } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputRpc/index.tsx b/packages/react-components/src/InputRpc/index.tsx index 1fa59c6be641..392a860a95fa 100644 --- a/packages/react-components/src/InputRpc/index.tsx +++ b/packages/react-components/src/InputRpc/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // TODO: We have a lot shared between this and InputExtrinsic & InputStorage diff --git a/packages/react-components/src/InputRpc/options/method.tsx b/packages/react-components/src/InputRpc/options/method.tsx index 3942fe9bfaa4..d2012fdb53d0 100644 --- a/packages/react-components/src/InputRpc/options/method.tsx +++ b/packages/react-components/src/InputRpc/options/method.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputRpc/options/section.ts b/packages/react-components/src/InputRpc/options/section.ts index 2cc49b2ff0db..51d26a042f6d 100644 --- a/packages/react-components/src/InputRpc/options/section.ts +++ b/packages/react-components/src/InputRpc/options/section.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputRpc/rpcs.ts b/packages/react-components/src/InputRpc/rpcs.ts index c17178c1904e..562c60f9d834 100644 --- a/packages/react-components/src/InputRpc/rpcs.ts +++ b/packages/react-components/src/InputRpc/rpcs.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Text } from '@polkadot/types'; diff --git a/packages/react-components/src/InputRpc/useRpcs.ts b/packages/react-components/src/InputRpc/useRpcs.ts index 7acc43b7fe1a..116d72b6ab8b 100644 --- a/packages/react-components/src/InputRpc/useRpcs.ts +++ b/packages/react-components/src/InputRpc/useRpcs.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DefinitionRpcExt } from '@polkadot/types/types'; diff --git a/packages/react-components/src/InputStorage/SelectKey.tsx b/packages/react-components/src/InputStorage/SelectKey.tsx index e8aa8502e07c..92ca4e34b515 100644 --- a/packages/react-components/src/InputStorage/SelectKey.tsx +++ b/packages/react-components/src/InputStorage/SelectKey.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputStorage/SelectSection.tsx b/packages/react-components/src/InputStorage/SelectSection.tsx index 38f54ab30251..9f9c65d681be 100644 --- a/packages/react-components/src/InputStorage/SelectSection.tsx +++ b/packages/react-components/src/InputStorage/SelectSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/react-components/src/InputStorage/index.tsx b/packages/react-components/src/InputStorage/index.tsx index 325d9fba28c9..130174d39559 100644 --- a/packages/react-components/src/InputStorage/index.tsx +++ b/packages/react-components/src/InputStorage/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // TODO: We have a lot shared between this and InputExtrinsic diff --git a/packages/react-components/src/InputStorage/options/index.ts b/packages/react-components/src/InputStorage/options/index.ts index 30a268d29ad1..377af7f29a4d 100644 --- a/packages/react-components/src/InputStorage/options/index.ts +++ b/packages/react-components/src/InputStorage/options/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export { keyOptions } from './key.js'; diff --git a/packages/react-components/src/InputStorage/options/key.tsx b/packages/react-components/src/InputStorage/options/key.tsx index 7f42f3e4d0bf..afa2449ceb8e 100644 --- a/packages/react-components/src/InputStorage/options/key.tsx +++ b/packages/react-components/src/InputStorage/options/key.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputStorage/options/section.ts b/packages/react-components/src/InputStorage/options/section.ts index a1db8072000f..e4f2d502611a 100644 --- a/packages/react-components/src/InputStorage/options/section.ts +++ b/packages/react-components/src/InputStorage/options/section.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/InputTags.tsx b/packages/react-components/src/InputTags.tsx index a285181db365..fa3f3a0ea07f 100644 --- a/packages/react-components/src/InputTags.tsx +++ b/packages/react-components/src/InputTags.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/InputWasm.tsx b/packages/react-components/src/InputWasm.tsx index a138298e772a..4b36cbcf4afd 100644 --- a/packages/react-components/src/InputWasm.tsx +++ b/packages/react-components/src/InputWasm.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { InputFilePropsBase } from './InputFile.js'; diff --git a/packages/react-components/src/Inspect.tsx b/packages/react-components/src/Inspect.tsx index b1eceb01530a..bd8d7ede7896 100644 --- a/packages/react-components/src/Inspect.tsx +++ b/packages/react-components/src/Inspect.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Inspect } from '@polkadot/types/types'; diff --git a/packages/react-components/src/Label.tsx b/packages/react-components/src/Label.tsx index 78361320b190..75b8437b1705 100644 --- a/packages/react-components/src/Label.tsx +++ b/packages/react-components/src/Label.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/LabelHelp.tsx b/packages/react-components/src/LabelHelp.tsx index 9074ad0097a8..51a8d6f3d8d3 100644 --- a/packages/react-components/src/LabelHelp.tsx +++ b/packages/react-components/src/LabelHelp.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Labelled.tsx b/packages/react-components/src/Labelled.tsx index f7655005d488..897d70e67b7e 100644 --- a/packages/react-components/src/Labelled.tsx +++ b/packages/react-components/src/Labelled.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/LinkExternal.tsx b/packages/react-components/src/LinkExternal.tsx index ef6c65c97914..65be8d77799d 100644 --- a/packages/react-components/src/LinkExternal.tsx +++ b/packages/react-components/src/LinkExternal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkTypes } from '@polkadot/apps-config/links/types'; diff --git a/packages/react-components/src/LockedVote.tsx b/packages/react-components/src/LockedVote.tsx index 5d723ea3fb86..d90db30e131e 100644 --- a/packages/react-components/src/LockedVote.tsx +++ b/packages/react-components/src/LockedVote.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/MarkError.tsx b/packages/react-components/src/MarkError.tsx index 361e506fefd7..29e72d94cbd1 100644 --- a/packages/react-components/src/MarkError.tsx +++ b/packages/react-components/src/MarkError.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/MarkWarning.tsx b/packages/react-components/src/MarkWarning.tsx index c46949273be0..924ef4b0a381 100644 --- a/packages/react-components/src/MarkWarning.tsx +++ b/packages/react-components/src/MarkWarning.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Menu/Divider.tsx b/packages/react-components/src/Menu/Divider.tsx index 2dedb793086a..98743b077121 100644 --- a/packages/react-components/src/Menu/Divider.tsx +++ b/packages/react-components/src/Menu/Divider.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DividerProps } from './types.js'; diff --git a/packages/react-components/src/Menu/Header.tsx b/packages/react-components/src/Menu/Header.tsx index 8802d4d39a98..be712ffb3310 100644 --- a/packages/react-components/src/Menu/Header.tsx +++ b/packages/react-components/src/Menu/Header.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderProps } from './types.js'; diff --git a/packages/react-components/src/Menu/Item.tsx b/packages/react-components/src/Menu/Item.tsx index b4a439943e4d..e1c0aced28ef 100644 --- a/packages/react-components/src/Menu/Item.tsx +++ b/packages/react-components/src/Menu/Item.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ItemProps } from './types.js'; diff --git a/packages/react-components/src/Menu/index.tsx b/packages/react-components/src/Menu/index.tsx index 401867a5e114..463373840a16 100644 --- a/packages/react-components/src/Menu/index.tsx +++ b/packages/react-components/src/Menu/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BaseProps, MenuType } from './types.js'; diff --git a/packages/react-components/src/Menu/types.ts b/packages/react-components/src/Menu/types.ts index 6a8feefe323b..9f921b9b3e1e 100644 --- a/packages/react-components/src/Menu/types.ts +++ b/packages/react-components/src/Menu/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Modal/Actions.tsx b/packages/react-components/src/Modal/Actions.tsx index 0d2892d6c486..53a41b4baa5d 100644 --- a/packages/react-components/src/Modal/Actions.tsx +++ b/packages/react-components/src/Modal/Actions.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Modal/Columns.tsx b/packages/react-components/src/Modal/Columns.tsx index cf49fd6a177c..63c2bb1bbbb9 100644 --- a/packages/react-components/src/Modal/Columns.tsx +++ b/packages/react-components/src/Modal/Columns.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Modal/Content.tsx b/packages/react-components/src/Modal/Content.tsx index c4c23277a458..b955cc683ba5 100644 --- a/packages/react-components/src/Modal/Content.tsx +++ b/packages/react-components/src/Modal/Content.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Modal/Header.tsx b/packages/react-components/src/Modal/Header.tsx index f66d15961c71..f2ac6f7dbbc8 100644 --- a/packages/react-components/src/Modal/Header.tsx +++ b/packages/react-components/src/Modal/Header.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Modal/Modal.spec.tsx b/packages/react-components/src/Modal/Modal.spec.tsx index 08cd5abe5e6a..320ddef00a73 100644 --- a/packages/react-components/src/Modal/Modal.spec.tsx +++ b/packages/react-components/src/Modal/Modal.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-components/src/Modal/index.tsx b/packages/react-components/src/Modal/index.tsx index c52f687fb5ca..e8b0117c0aa5 100644 --- a/packages/react-components/src/Modal/index.tsx +++ b/packages/react-components/src/Modal/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useEffect } from 'react'; diff --git a/packages/react-components/src/NextTick.tsx b/packages/react-components/src/NextTick.tsx index e28e580ddcf9..4e383c076bfe 100644 --- a/packages/react-components/src/NextTick.tsx +++ b/packages/react-components/src/NextTick.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/react-components/src/Nonce.tsx b/packages/react-components/src/Nonce.tsx index ce23d3b89d87..14958b38e3eb 100644 --- a/packages/react-components/src/Nonce.tsx +++ b/packages/react-components/src/Nonce.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/Output.tsx b/packages/react-components/src/Output.tsx index 20a024e754d5..c33535cdb106 100644 --- a/packages/react-components/src/Output.tsx +++ b/packages/react-components/src/Output.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/ParaLink.tsx b/packages/react-components/src/ParaLink.tsx index f4c826818373..75f23e7fef14 100644 --- a/packages/react-components/src/ParaLink.tsx +++ b/packages/react-components/src/ParaLink.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-components/src/ParentAccount.tsx b/packages/react-components/src/ParentAccount.tsx index 0818f60d7559..da2971b92561 100644 --- a/packages/react-components/src/ParentAccount.tsx +++ b/packages/react-components/src/ParentAccount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Password.tsx b/packages/react-components/src/Password.tsx index 39d7cc908eb4..6b75a342a192 100644 --- a/packages/react-components/src/Password.tsx +++ b/packages/react-components/src/Password.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/PasswordStrength.tsx b/packages/react-components/src/PasswordStrength.tsx index bbb88bbdf616..9ea890bb962c 100644 --- a/packages/react-components/src/PasswordStrength.tsx +++ b/packages/react-components/src/PasswordStrength.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import strengthTester from 'owasp-password-strength-test'; diff --git a/packages/react-components/src/Popup/Popup.spec.tsx b/packages/react-components/src/Popup/Popup.spec.tsx index 66355fff5937..877e7acaa835 100644 --- a/packages/react-components/src/Popup/Popup.spec.tsx +++ b/packages/react-components/src/Popup/Popup.spec.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-components/src/Popup/PopupWindow.tsx b/packages/react-components/src/Popup/PopupWindow.tsx index 3a2c22305783..e44826549b85 100644 --- a/packages/react-components/src/Popup/PopupWindow.tsx +++ b/packages/react-components/src/Popup/PopupWindow.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PopupWindowProps as Props } from './types.js'; diff --git a/packages/react-components/src/Popup/index.tsx b/packages/react-components/src/Popup/index.tsx index e9108665f7f7..e57a70be827b 100644 --- a/packages/react-components/src/Popup/index.tsx +++ b/packages/react-components/src/Popup/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PopupProps } from './types.js'; diff --git a/packages/react-components/src/Popup/types.ts b/packages/react-components/src/Popup/types.ts index 06d45b16cdbf..d1eb47e3ecdb 100644 --- a/packages/react-components/src/Popup/types.ts +++ b/packages/react-components/src/Popup/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-components/src/Popup/utils.ts b/packages/react-components/src/Popup/utils.ts index efa0a2431222..64376bef267e 100644 --- a/packages/react-components/src/Popup/utils.ts +++ b/packages/react-components/src/Popup/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WindowSize } from '@polkadot/react-hooks/ctx/types'; diff --git a/packages/react-components/src/Progress.tsx b/packages/react-components/src/Progress.tsx index cf4e8f8992e7..4d70c95e8178 100644 --- a/packages/react-components/src/Progress.tsx +++ b/packages/react-components/src/Progress.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { UInt } from '@polkadot/types'; diff --git a/packages/react-components/src/Row.tsx b/packages/react-components/src/Row.tsx index 6f44790dcb5e..0d9e53a58b07 100644 --- a/packages/react-components/src/Row.tsx +++ b/packages/react-components/src/Row.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/Sidebar.tsx b/packages/react-components/src/Sidebar.tsx index 4e313ddb0310..472a8151a882 100644 --- a/packages/react-components/src/Sidebar.tsx +++ b/packages/react-components/src/Sidebar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/SortDropdown.tsx b/packages/react-components/src/SortDropdown.tsx index 2bbf61fc8096..c0f94fb5abc9 100644 --- a/packages/react-components/src/SortDropdown.tsx +++ b/packages/react-components/src/SortDropdown.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DropdownItemProps } from 'semantic-ui-react'; diff --git a/packages/react-components/src/Spinner.png.ts b/packages/react-components/src/Spinner.png.ts index 5dc356763890..c7cf3eef57dd 100644 --- a/packages/react-components/src/Spinner.png.ts +++ b/packages/react-components/src/Spinner.png.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export default 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACGFjVEwAAAAfAAAAAGv9wEMAAAAaZmNUTAAAAAAAAAAcAAAAHAAAAAAAAAAAACED6AAAv2jyggAAAQdJREFUSEvtlj0SwUAYhp80KioVB6BSqXQOQOUOzuEc7qDiADqVSsUBqFRUmph3JjGZtdmE7OzEjK/Nbp793u83iuN4QUCL/kDfatdW0gbQA1pAG+gmnp+BK3ADTsCjSJEyHnaAcQJz/U/QLXBxHXIB5dUQGBS92vh+AHZ5d1zA0RewlJMLzQNKxumHnpnH1zZ5bUBJOSsRs6L3KKYrM5FsQMVMcvowxVLyvswGVEaqBHzYWyxtwEmmzqpCVaebIg/nVSnG/WXtgMEl9Zk06q9qd84sDV4WwQtf7gdtbaneQZu3oFXG0z5vGNdqAGezWd72k/WiaawY92TNOPpaMbx2ujKS/jbwCfQCksl5///YAAAAGmZjVEwAAAABAAAAHAAAABwAAAAAAAAAAAAhA+gAACQbGFYAAAFOZmRBVAAAAAJIS92WoVIDUQxFT00HAaoOhQKDQ+Gq+IEqHIrv4G9QYIpCoagqBoeqAgMKBGCWucyr6Db7ktfd6Ux7Z9Zlc/bm5SXbq6rqijWqt2nAHeC7pEBtHa4dWGLuPzbq8BA4APrAfqK8AjPgBfiNkj2gIKfAXibhTwI/AZ8eOAccAnIWlcB3wEfuhSZgKWzOEPQ6V2ILeALoWVXvyal5rhbw3DmzyIc8pGZaiq0D1SRnkYxOjFzeWjF1oGCCdqEbq4HqwMsuSCnHFNCzoK0CToBnz+FFGl9dVHYMvHnAVS+89YEaAEujrn6GA2DUgT0N9fvItVCMgAK3kVlOJbQmTVuXGt66g6aahre2hM6zVILJXeN+zK2nUqgW8aO3jL0FrMV7DBxlros6URNFQFcecJ5Avxaasfq92AW+UsurhOrIsKLAcEIvcPuBf1pIl8mD6RT1AAAAGmZjVEwAAAADAAAAHAAAABwAAAAAAAAAAAAhA+gAAMmNy78AAAE0ZmRBVAAAAARIS+2WIW8CQRCFvzNUNSEB06oqXBMSFAqHquMP9Q+1qqoKVwMKhwIDBhIS6o880eSyvd2dvU0ugTDJqtvZLzP73uwVZVm+02IU1wjsAwdrk3Ir7AJDYAH8WqC5QDEEPVlg2mMBvgBPQK9y6BnYAFsr6G9fCPgITIDnwKECfwNHK9gHHAFa1lgCWtGoA74C42jm/w0r4CeW5wJ1T2/AQyzR8/0j1l4XOHPEkcqVHz9DSVWgqhMwNyQiKbg2qsBUofjOXANzC1B3F7KAtfId8HUHqgPynjyYG+Y7bF2lqixXOJqpMr83XONrYMuLnYZ9TZ404jT1o2mA+14LiUdga6UmmKqJvYfTyGyVyfVCZL+H1SuUegcOWIB9aGZaJk1DnaSlWf5p0k6M7L594AXOiI/Jnr/nvwAAABpmY1RMAAAABQAAABwAAAAcAAAAAAAAAAAAIQPoAAAkR7nFAAABbmZkQVQAAAAGSEvtlqFOA0EQhr8mBExRIKBpAgoFCgwOhSoKVYfiOXgOHAqFAoVCIggGBQoFCKqooE2TI3+yl2wudzezV3IJCZOc6ezMd//Mzlw7WZad0aJ1/iJwAVgDPoCZVazfULgNrAJj4KEN4B7QBb6B+3mBy8AGsBkSTYER8Aa8h99U0j7wGVTWMqtKugLsA72a6GfgEfiyVMX+MqBgA2DJkWgC3ATVjuNQBK4Dh05YDkiCFoFDQH1LNZX10hMUA3cBPU3tOrpIlTli4DGg/jW1F+DOCo6Bp9Zhw69eXlg5cqCUSeG8dm4lyIG6nUfWYYffDVSuE2DRkbTqiDbQlRUf9/AA2LICavyvwK0VHwO1LzX0TU1zaK654uA3HQ3XSEhJEage6vKkzKN6p6HXl8S0suWdAlXfNOwuWJnC+A13wqoru7lS9QSolEnm+YuhGdVC1yMlUmVejqq38ACTFFiH/4FWhZL9rZf0Bx7WlMmFw2vxAAAAGmZjVEwAAAAHAAAAHAAAABwAAAAAAAAAAAAhA+gAAMnRaiwAAAFiZmRBVAAAAAhIS+2VsS6GMRSGnz8RDCQSBkwmsUgkLDaTC2ByA67DdbgB038DJpuFRGITg0FYmBhEJJ+8cpo0n379T+sLIU7SdDlvn563Pe2gaZoDvjEGvxU4BswAz8BLzrA+KpwENgBB34CzHLQP4AowH1V1C1x3VZkDLgCLgOZZ4BG4B+5sDmsuARohbgCNZKSA48BWa5G2WAueAK9m5RowZWd4Yda6gNPADjDh6JQn4NgqV3oAZqXtCnfNPgfvI0XQI2+y8mLgJrBaIrbcc0DDFTFwD5ClNXHoFQWgQALWhmyVvSMjAJftZo4UdCTo8nS2QqwJQPXRdi3NWuTKo/8xS7W5fc8OEzlFrRHf0nVAozQugVOvqN34pa2h93XohSmvDdQjrcvj6Ue9o4K52iFs6iuPt2wsgqUqjN2Jv6c54MG+Jdno6rmU1X18wCVH+OkMi8Q1yf8V1riW1fx9S98BLkKVyeDqVfIAAAAaZmNUTAAAAAkAAAAcAAAAHAAAAAAAAAAAACED6AAAJKJbcAAAAVxmZEFUAAAACkhL7ZW9SgNREEZPwMJGELRQsbCyihBIZWdlpZWVb+PbWGmjVao8gEXAVGJhpRYKghYqwsoH9+J1vbmZSRYhkIFtlpk5O3/ftqqqOuEfrTXrwEXgvdSwpircBLaAhQC8Ar5yYAtwCXgtfLVAelJ7AwT9Y6OA60AX2EgiPoAhcA18Ju87wHImt4AC/7IccA/YLlQkcA94CD5tYDXjPwBexgH3M+3JsQW9BJ5DdarS3VJVpeqsprmeBue18KHa0kfg1rI0B7WZWcB94MbiGH3iDFeAI09g8L0PrTWHRqC28tAc9eP4BJx74qYFamnOJgFO2tK7cCJmZnqHx4BUxWMXyT2a4lKg5El3aLX0LKwx1JVmnMrExJI2VacZuiwnbbvATiGLKpO0uWHKOUq8NUuJd6qpAunI6+I9dYWuBF5ny//Qm7PoPwc22s7SljYOignnM2y8td/hDZXJ+O7TKAAAABpmY1RMAAAACwAAABwAAAAcAAAAAAAAAAAAIQPoAADJNIiZAAABXGZkQVQAAAAMSEvtlTEvBVEQhb+XCAovkVDgB6i8REmiUKmoVDqV3+HfqF6lU+k0JBIqUSgkFFQUiGTlJPPkuu7u3LsvUchOss3ec+fMOTOz26uq6pA/jF5HmOn2BLAAzAOfwBPwmLrbZOkcsAhMWYIH4CORZAZYBUQaxh2g50ekCEW0DixF2HfgAriO3q8B04lCpPQceAvPYkIp2nFsVNUnhpGqjQb8L5Uh4SSwZxZ6rZNSPYrNtoSyceAx2bnsPbKeqn+zNfdugfs6S3cB9S83jgENkvqnPsbxClza1H6fhZYe5DIZLrRV6zBaCxFJlbsW+4D6mBtnwFUueIQLFW4nVqEp3xB4Hodw2Zm4MPeLDU0pH/Ee5qpspU7VxYTq4ZZj7SlwUyzNLtR9S7WPK0A/SCwSTabsbB05/0ORjkVSt/itqy65mKOwJJ+L7Qhdi0oBnaWljrn4/2/pF+D1lMkDwUxEAAAAGmZjVEwAAAANAAAAHAAAABwAAAAAAAAAAAAhA+gAACT++uMAAAFRZmRBVAAAAA5IS+2VMUoEQRBF34KogcGCiYqBgcgmwoKJZh5AD2DmUbyKiRfwAhsaaKSBLBtsIGigIGiiCCNfqodm7J7pHsGoC4pmpn/1p379nhlUVXXGP8agEGaqPTT8a6wuJuk6sAWsWuEbcAe8RA4SdhNYsP0v4AGYN/Ehwj1AGYobQOnHtpGF8E/Avb/RJGwjc3UTYGoPy8B+h+zXwLvD+ISLwAmw1HHAB3BuGEmpbAvJWkvrE2pux4kmuQQejaw34S5wkEjoZF0DRh01MzPQD8zvcAc4TCR0HcqVmqFzZ7Ncbr0CtP4i1AxPEwg/gQtAq0J3bxyoE4m6k1PraLpUkkratghdDblV12PFun02GWt3hjp0746AjQijroPm1ztiXxrNU+mIZWu58rY3U2CGfz0rqb78npJkygEVSXPUSsIWSZNkygEVSXPUSsJ+AxAwkclMg/ONAAAAGmZjVEwAAAAPAAAAHAAAABwAAAAAAAAAAAAhA+gAAMloKQoAAAFLZmRBVAAAABBIS+3UwSpFURQG4O+WMDBQDCgDIxlQygQZeAczT+NpeAAvYKCYKMVAMjBQTJRiQupqae9b9zjnnnNzMuD+tVqDvfb6z/7Xv06n2+3u+0V0/j3hfFL7oS3VqyRdxwomEtEbrnBeQTyFBUym81c8InIfygh3sFTR+BKnhbNFRJThDhE9FAlnsFsj3yFeUs0clmvqb3Gfa4qEIWXEIISsWdptjNXUf+AMkf2EcDbNuYmfLvBcRriKzZoOx7hBEzlzq56sxReOYw+Ry/COA0SexlqT5+E6ufabpHE/HLpVQXqEvJMxu40GM4yeJ1UzzB8cbg15w+6xg09pHbI7c92glcg14dCQ9Att/EtjLWKeZYjlDzl7aIMwmsVfJmYazg2EI4Msog9tETb0TjuSNiZra4YjwpFphvLA0MWjPRxasroLf1/ST/OwkcnZW5muAAAAGmZjVEwAAAARAAAAHAAAABwAAAAAAAAAAAAhA+gAACVpnhoAAAFbZmRBVAAAABJIS+2VvUoDQRRGT0CChUJACwsLK7ERBC0U8go+QN7G57CyS5XOB7BIkcLCIoVYWaSwEQQtoggbPpmRyXJ3Z4dZbNwL02R+ztwz9256RVFc8YfR+9fAQ+AA6APPwBPwlWu/SukpoBHGJ3ALvBrQDWAAbAHfwBvwYV3OAm4Do4pM3oFxaU4W9gFBwxD0EViGP1pAK7twz41TK8ARsBvRfB9mawEvgOOaQ67dnDLTiIUUz5xqLKBgglqhwrlz+s4NjVVwFZ2GCVRVXgI7pd2q0Amgd1SBnMRSC+ZVQFJrAv06tYWyFdi3xc8tncomOsM7yUwtsC6Bpu/nz9A7TnOA6rezBKVqkYccoPYOE4pG/fiSC2xaOL/Z5QK1f881f5Vdwea+B9sA6oxNV7WC+9DnbOHG2mXa/j8UfO3bWU69bWC0cDtgVFHqgk5pqrHo+k5pVFHqghVrSZPJKF5DUgAAABpmY1RMAAAAEwAAABwAAAAcAAAAAAAAAAAAIQPoAADI/03zAAABOWZkQVQAAAAUSEvtlbFqAkEURY8gYqEQ0CKCtaRIkSJFEH/BKj+Uf4qVX2BhIIVFCClShMTCQjBFrFYuzMDsrrvOzEpIYC8Muww7c+bd9+ZtI0mSB35Rjb8I7AK7c5lQFmELuAcE3ANPwKoquAwoWC8DEFSjSG3gp+xQRUCBBMzqE5g5k01gaIberbbAO6BnSkXAATA9AtQmczPfB64AF5RdsgZe3MlQSx+BL6AD3JyAWc7Gzf2pohkDI1Olyt2r2WXiCbNQFZvAxNzDS2NlSMEql8+xQFl5EUIz3y6B75gIb00OQ5mKcPsvgNeArkSooi0VTNAQqfssYotG6+4AtTFfVboWgoRc/FS3iSkaG5UP9AN4821tPnbZ5q1m4FqsqNR3c3+OKhH6HCj3TQ2Msq1sUW1pbWmwAweHyo/J5a+DkwAAABpmY1RMAAAAFQAAABwAAAAcAAAAAAAAAAAAIQPoAAAlNT+JAAABTmZkQVQAAAAWSEvtlbFKxEAURc+CqIWCqIWFhYUsFnZaWPoDNn6RX2TjD1hYWGhnsYiFhaDFCoIWqwiRs2QgIOvkTVwR8cIrQmZy8u7cl/SqqjriB9X7jcBFYBm4B966mpHrUNghMAe8AsfAcxdoDrgP9BuAa+B0msAdwEq6BKykJSDVAvACPDXq07vlOpwFDoAV4BE4qc9xBtgCVr/odggMgPfmmhwwrU1Ar+1kG5hvYa2wC2CU1rYFNp+91xKW9miz0LGiwA3AiuoOuCkBmtoSael5FOjZ7ZbQ6j0CRxFLTaRhKZWJfYgA1+pRKAVeAcMI0DEwoaUKWyooOhLp5ZzHs2hoXL8JrBe0eAtY4Tl0j0k1sW3VafCFeJZC/Z7m5PwZFqFjRULTfLhQ7Z3ax3tSJwK111/Ut/yecpaF75daGgZ1PcN/4EQH/v4ZfgCnE5bJGGzaHwAAABpmY1RMAAAAFwAAABwAAAAcAAAAAAAAAAAAIQPoAADIo+xgAAABUWZkQVQAAAAYSEvtlbFKA0EQQF9AxCKCoIVFCiuxsEhhYWHhP1j5N/6QP5DKwsLCQtBCgoWlhYJFChHh5B2XcFySu51TTwsHtspe3r7ZmdlelmVndBi9vwpcBXaBMfD+lYSkGp4Am8AjMOoCeAqsAy/AeRdA7XaA21JKNwBXH1gpDvEMuN6WHSo1peXv1wr4do3pK/AATKp7okBthiWjuux+ADdVaAQYgU0PIvQO0DiPCPAQMJ3R8D6vosAtYD9KKu23nVzJhntAXZE0ncXiuY4AjxILpQ58EQEeNykk/K7hJLVoOgceFBMlQWThFtvjMpJSK9RKbRtPwH0EaNNr2TacOHnzp96he9u2xqwlokBfBOeotqkhTDvvMI+IofuFep8+S00xB2sDnEKcOoMlttr4NFkocxE1rP6Bw9zq1dwh7Zq9DD8BbErrtxv+A38/pZ8vU5TJO67YgwAAABpmY1RMAAAAGQAAABwAAAAcAAAAAAAAAAAAIQPoAAAl0N08AAABK2ZkQVQAAAAaSEvtlSEOwkAQRR8OgSABgUAgEAgEgptwIe7ENRAIBAKBIAEBCQKBICn5DSULbdrZbtMQwiTrOvs6M3/+NqIomlNjNL4dOAB2IQ3xqbADzIAFcCgL9QGKIei5LEx5vsCE1QV0mg78ClyAU94P+QJbwPgD9Hm/oBvglgX2AUowOtaQuFICswKHQN9Kcr7bAns3zwJUG6clYEq5AytA843DAhRM0LIh2NIKlBIlktAQMK6yqMIR0AulPcUTC6gIOAHaFQC1KprlH0jtM6xdpZpz6B6+BGMRjb4JdRrt4MvIi9Yi2Qhf407yUgZuBeoCH6g8VLA347a21N17tVcvR54ZyMLWVbyHLljqFdQ1dYGO7suQ5VA+La3A4YqtrRKIe8nvV/gAlB2SyVuvvicAAAAaZmNUTAAAABsAAAAcAAAAHAAAAAAAAAAAACED6AAAyEYO1QAAAUZmZEFUAAAAHEhL5ZYhTwMxGIafJQgESxAIJAKBQExM8PP4aRMIBAKBQCARiIklIBAkR56lWy63W9v1mssIb3Lqrn36fu339iZN09wzoiZ/ATgFPkuLUuJwdGCpufW4Qx2eAJfABXAeyCvgB1gCH6nV5AJPgasAErpP38BbgPd+kwM8A2ZADNSd/D2Ad6ApoM7mB8I2EMv72iXGgDrSmQ5LZXl1u1UM6OG4KSWFce7pYy7QUg5xt+G8tA/RPoeCBNaQ7SI02oe2gE8N2aMPYwJlLY4OaGzZEjWUVVIb/q4GLeTrNgBifXgbsnMo9wn4Su2h72uUVZDArKTxoyHN7949t905YSq8h+Sp+7ZzP6aALkrodbh4c/ezF5bjsA0wzE0fT3CfLKGOvB0M7V7lOOwO9PfCrBXs4+T+ZpiZQqMqAabm/OfAX+09kcnrFVoXAAAAGmZjVEwAAAAdAAAAHAAAABwAAAAAAAAAAAAhA+gAACWMfK8AAAEHZmRBVAAAAB5IS+2WrQ7CMBRGzxIEAoFEIBAIJIIH4NF4NB4AgUQgEAgkAoEgKfmSlSyl7QZtmpFw7dae3u/+VsaYDQWt+gNzq91bSQfABBgCI2Bce34FbsAduACPNkW6eKjLFzUsdp+gB0CPCFoMKK9mwLTt1c73M3AMnYkB51/ALCcIDQEl4/JDz9zf9z55fUBJueoQs7b3KKY7N5F8QMVMcuYwxVLyvswHVEaqBHLYWyx9QMXO1lkqVCWiWEY9XKdSnPPb3gGLS5ozadRf1e6iMSxeFsULX+4XbW1W76LNW9CU8XQKDeNeDeBmNtsVQ+uF1ozmiqGpoDUj24qRtdN1kfS3gU86tpLJwbIt6wAAABpmY1RMAAAAHwAAABwAAAAcAAAAAAAAAAAAIQPoAADIGq9GAAABRmZkQVQAAAAgSEvdli1PA0EQhp8mCAQkCAQCgUAgkIgKBD+Nn4dAVFQgEAgEAkECAtHkyEO2gru93bmPNKGTrGmm8+w7Ox+3aJrmnh3a4r8Bj4HPIQmaqnDnwCHifn2jCs+AU+AAOEmUD+AdeAM2UXINKOQSOCwEFCb4BfiugUvAK0BlURO8Ar5Kf+gDDoVtGUIfSinOAS8Az1hToUqz75oDLitvFrnIUyqmjm8baJFcRyJWfFT5mPNpA4UJncMEdgqoDbybg5Ri2CaeP7ZXwGfgtabwNo2vOTJrazj+iikd2/C5CzoAOqOu/YZHwM0M8pyt60hb6CNQ8BTLptOAuUkzVWVv0/cB/d0t4XsOteIcLQHHQF3EtkJxGdcWsIv3PCl22+fMSnSiCKxaDbgNIMwZ6+eFlxDiMYVWZNiiwHDAmuP+A38AqS2XyWIgHogAAAAaZmNUTAAAACEAAAAcAAAAHAAAAAAAAAAAACED6AAAJv4UzgAAASdmZEFUAAAAIkhL7ZYhjgJBEEXfJAgEAoHYTRAIBAKxgmvsnbjQ3gSBQCAQCBIQbLICgRvyyYjOZJr+QyeTLKGSVtNdL9X9f9UUZVku6TCK/wicAHv3knIr/AS+gR/g14HmAsUQ9OjAtMcBjoAhMAiSXoFztVzWfd8jYB+YVbBYUoE3wMWlxoASgpYbEo0lnCbgGJi6pGDfAdilztWBeqcvoJc6GPm+Sl1vHbioiaMtV28paDRCoKoTMDckIim4MUJgW6HEcp6ArQPU28lvufEHrN9A3YC8Jw/mhv2GnatUleUKp5UPBVTDlhc76zSCPutHq4HHpoXEI7BbqQVTNal5OE/0VplcEyJ7HobWkHo/amABBIv2TKfT5PrPOu/801iJ3E2vD7wBMKCPydWAdMEAAAAaZmNUTAAAACMAAAAcAAAAHAAAAAAAAAAAACED6AAAy2jHJwAAAWJmZEFUAAAAJEhL7ZavSgVBFIe/CyIGg6DBYDCIGBQMBoPB5Av4Qr6NzWcwGAyGGwxiMhgMCoIGEWHlg10YlnXPzK4sCB6YcufPN79z5nf2zqqqOmPCmP1F4CKwDdwDn1GyfkPhCbAJPAMXUwBPgVXgDTgfC1wC1urhWV/AO/BaD38zpXvAA/AyFLgMbAErPQc81ZCPCJLOd9VQ2D6wkHGQiue16ozl0AaqaDcT1gCKoG3gIWDdSsO0XudsSoE+bcfQMLU+pt5IgQeA9RsaPqK7aHMKPI4WB/PW8io6owGqTIVj4zI6oAH6OrXC2MgGCjoqtEP7cnagm+jGaQ13gPVoQ8+8zfs22p8C7Zmafmjow7DNtY0/1BpZllBJG2j/9PGU+NHaaXptEUZX8y6BWjfNngXrUpjecKNudV1fDVU9AqayKHL+YuhRG7pDJaoKH8dPt8gBFimIFv8DowwVz0+e0m+Zx5TJuoME3gAAABpmY1RMAAAAJQAAABwAAAAcAAAAAAAAAAAAIQPoAAAmorVdAAABUmZkQVQAAAAmSEvt1b8uBVEQx/HPTQQFiYSCRKEQUegolF5A44k8kcYL6CioKBQKhUKBSCgQyZVJ7kk2a/+cXTeE+CXTzex353dmzhkMh8N936jBbwVOYgkPeGoybBwdzmIPU3jFQRN0HMAdrBW6OsdxXZdNwDmkmMEzHguRvrmJiKQzRFSqCjiBdSw0nMUdLvGOOL9dzOMeh3jLBU5jCwFt0wsuRp1HbgI21pU7DFjYl6uAnuQmR14RuIrlLsWj3GtEZKkI3EZY2kdHuUUJGKAA9lXYGva2KgEXR5PZWlCTEMMTk9uqBIwV2GjNrk+IFbnNqf8xS+Pn4orqo06rUZzSFUR01Q2ucovKi991NeJ+Pc2FRV4ZGLdMDE/OPsY9GrCsdUg/9ZXLO2zsBKvqsOhO3fMUNmbtXJXV43iAuxzhpzPsVNwn+b/DPq411vx9Sz8AxMuVydtsQOQAAAAaZmNUTAAAACcAAAAcAAAAHAAAAAAAAAAAACED6AAAyzRmtAAAAVRmZEFUAAAAKEhL7ZUxSwNBEIW/VFpEsLBQsbAQsVAQtfAXpNL/5B8yjf9BUlhYWIi1YIoIghYigQsPdmFZN7szIoqSB8eF3My+ezPz5npd113wg+j9dcIV4LVWsO9SeAAcAUuB8BL4KBFbCJeB98pbHwO6UkyAoYdwFdgGdI+YAo/h0u+IM2CzcLhUPuf/lxTuAesVRSK7A15CzCC8XJ5yBTy1CPeBNYNLRHoLvAEbwHmWI2VS+AmpQqmSOivU11EI3g191JQ+ANeWoTnMemYhvgfGlsAYExX2gRNPYohVH1VaMyKhplEKvVAPbzxJv0b41ZLK4LKIGemUngLaKh6of9GPpryUUP6TD61IbWHNId80rS0TD06NbyZTYGm17QBblVOkTH3ThLox72uhXmp5pztVRDK5Fni6vF2kls+T68BW8IKwVSH380VJ3SVrJfz/ks4AlT2VyRWi+ZYAAAAaZmNUTAAAACkAAAAcAAAAHAAAAAAAAAAAACED6AAAJkdX6AAAAV1mZEFUAAAAKkhL7ZW/LkRREMZ/mwgKEolGRKEQ2UKhUCgUHsAL6FSewxNpPAQFySYUIgqFQkEioUAkVz6ZZRzn7hnXjULuJKfYzJ9vvm9m9vaqqtrjD63XAQbVHgeWgUXgBbgCLnK5oySdAmaAMeARuAdeM0VmgS1gIvGdAHpfLAcooCUD88ECU+fXSY1tYDrTyDOwDzx4XwooRqsFGW+BM4uRlDsj4r+x9ICSbt0kLI1OTPVku00BJeNCCcn8kvfIZqr5zdfkHQKndZKuAZpf1Aa2SJqf5pjaHXBgW/vh85JuRpEszsuqcxiehYDEqngWG8H5Dfu6zGxssWfPUNupLY3asd1nNP49zgPOAf1g9pMtTTD8Myy9wyjLRuxShvqtW1wpSHsO3PyYmiXU/ZfqHvUmXWGBaDMlZ2OLfA8F+isQ310EsDGbXGIH2KqcubNoHSAt2M2wdYn/v6Rvs/GUyT5AreQAAAAaZmNUTAAAACsAAAAcAAAAHAAAAAAAAAAAACED6AAAy9GEAQAAAUJmZEFUAAAALEhL7dXBKgVxFMfxzy2xoRQLysJCsqCUDWXhBTwAT+Np7DyEEjZKscDKQrGgLCyQujr6j6bpP/fOvbcsNL/692/mf878mu85Z6bT7XYP/KE6reGAtOdT/GNdXh3SacxiMiW+4wFvNQ/awCom0vkHrnFRjc8ZLiJWTveIVdYW1mrib3FcPqsa9jIr8m7wlC6msNcH+xFeipiy4Rg2EXsvfeEkBQTKWL0UWH/Rlg2jbusNm+QSr8lsaMMFLDU0LLAuY6dPzhmuckjnsNLQsHjDcewj9pw+cYjYf1St4XYDw6jhOWIPxeztZvLC5BR35bNqlwbSQNtLudGIbo3xmEmzGDGB8bc7c29Y3IvGiQbKKcYh6je06r40Uc9YhfFz6sr42oyk9m8xEr5ccou0RTowgbZpBkbWL+H/I/0GANyRycrkVyMAAAAaZmNUTAAAAC0AAAAcAAAAHAAAAAAAAAAAACED6AAAJhv2ewAAAVBmZEFUAAAALkhL7ZSxSgNBFEVPIFgpBLRQsEghYqGVFpZWdv6AlZ+ST7HLB/gDdtoIgo2IhYUkNoKFhYqwcuW9JRl3M7NksNC9MEwxb97due/e7RRFMeAX0fn3hD1T+yWX6nWS9oF1oGtEn8Aj8FBDvAxsA0t2/gzcAdqnUEW4BazWNBbpfXC2C2hV4QrQKhESLgJ7EfkugTer2QQOIvUXwI3XhISSUmsWJKtLewIsROrfgSHwobp5CPVhh4lmOgPGVYQyykakyS3wBKTI6a1KWcMXypX7E+4MueVWzVD7GnCU+MJzc+0PSXVfDtUrPRKTPa8Bz6Rmd5wwQ90/rZuhN5dbJe+KvebV4uDu9LpZkfAaOVSSfiPHv1Sx0DyroPBLzhI5CNVsx2bqkRrZzEQ4hVyEid7JI2kyWa4ZtoStaRp5oHFxm8PGksUu/H1JvwAC/5HJqA1GLgAAABpmY1RMAAAALwAAABwAAAAcAAAAAAAAAAAAIQPoAADLjSWSAAABWmZkQVQAAAAwSEvtlbFKA0EURU9AjIVWWkRIYSFWFoKNpT+QKpWdn+J3pEqXSisrKwULCwVBC/EDTIqk0kJDYOXCrEyWN5kNs6bQPBgWdmb2vHvnvdlalmVnLDBq/xrYALaAFWAIDIBJqvshS3cADT8EewQ+DOgqsO0S/AL6wMhKzgKuAUcBJZ/AXWHuENgH6oX3b8AN8O6/t4CWOn/PrbNWqo4NJ4q5nvtqLeAu0JxxVtduTso0YiGLe8BYCy2gYIJaocJ5AaTuxLAxBH8ANEygqvIAWDeK5h7QOapAWjFp3ryq/CIEzNepLaRW4Lwt9FSUtdPPqRMDzhIwL1Dn100BbgLtOSxVi1ymALX31BVPGa4q+zUVWLZwftSlArV/zzV/SKVgV3kPVgHUNzZc1Qqeh66zZ+CpmEnV/0PBp+7O3wZGC6hqhUugeXlHbUlZsDzDFPfMvX/f0m+YZZPJwK6giQAAABpmY1RMAAAAMQAAABwAAAAcAAAAAAAAAAAAIQPoAAAnjJKCAAABRmZkQVQAAAAySEvtlT1LA0EQhp+AmBQGhDQhVYpgZcDC3lRWsUpll5+Sf5PKylSpTJVKELTRykI0RQJCmhTChTfswbHm7nb3RBRu4Iqb7OTZeefjKlEUjfhFq/xFYA3Y/JQIWRkeAOeAgF/AK/BWFJwFFOzIAgiqJ83qwDrrUmlAgQS07RN4SDgPgS5wClQT/nfgHviw/yANeAyc7QEugSfjbwMXFsgOeQZmSaevpMpOWTaAfg4s5qgE0/glr2k6QNN0qQIXJnAISE5XE3BX+5A5PAF6riRzTjWdhAIlZcsTqOM3wCokw4GpoS/zVl37L4CXgEbC14IlFUxQH9P2GYc2jeKuAa0xVys0FoJo8K8cZ/EFuHMZ/Lzbu0AfgbnrassD6vd4eWsZJCVWVlre374cIWPhcpHUMyWwkHz7gktJS0m9FdgC08KPyUWYUhIAAAAaZmNUTAAAADMAAAAcAAAAHAAAAAAAAAAAACED6AAAyhpBawAAAWFmZEFUAAAANEhL7ZUxSsVAEIa/ByIWWmmhVlZiIwja2Fl5ASsv4Dk8ip2VHsDKzkZBsBErK7VQEJ6FihD5HrsQIo9kNigiDiwhZCbfzj8zu4Oqqvb5QRv8RuAUMA08Ax99xWjLUNgGMJFg58BrH2gbcAWYrwEegOvvBC4Brmy3gCvbArAI+JwFnoB74C49v+ytLUOlXEs1fAEuk7STwFZjM82fu7FT4L3+oQ2YfW0agZqZbAMzHaR9A46BYfbtCqz/e7cjLMc8JujoPQpcB1xRuwLOSoB7UVLyV9LDKNDa7RQCDRM4jEjqeNgspWbH3kSAy2kUSoEnznAE6BjYoaUWllRQdCTy5hz+g2jT6L8JrBakeAG4wnNojJ1qx3Y1z9ej7BypYY6xlkI9T9vM+bNZhI6sBGicUOWt3yRNeK/De1wmApXX62kO8NzsdT21SRb+XippGNS3hv/AsQr8/Rp+AhBylsksbT/iAAAAGmZjVEwAAAA1AAAAHAAAABwAAAAAAAAAAAAhA+gAACfQMxEAAAFRZmRBVAAAADZIS+2Vr09CURiGHzYHBkkQ0GTSRHEEI8mEiWQz+Xfwd5hsJCmYTCYs2kgk3RwYIEHBuV32Mi47A5HzHeRq8NtuuTvfnvO+34+TiqKoRoKR+qvAHaAAvAOfmxjiq7AE7AF9oJ0E8BTYBUbAUxJAqcsDb46l+8ABkAPSs0u8AK/AcNWlfC1187PACXD8jdIu8AgMFs9YgVJTATIeto6Bu0WoBWiBxfcR9B7oxT8swAtAdlpD9axbgYfAmZXknH8G9OGrsAwcbQDU/DYswEun9UO51xbgVSjFybtVx/pamjiwOtsooUI/gBuLpepQdWpodIAHC1BDL5Wh0YyH37eGAoWOhvapGmYaFqBehHNjLQWTOtXQDFSCoKqnnqV1sQSzKnQB2jrFFWqlpgWoUZbCYulX+Vrm6l4p15LWN38ZtgFcZ+uPK/wH/r6lE7RLlMlljEz2AAAAGmZjVEwAAAA3AAAAHAAAABwAAAAAAAAAAAAhA+gAAMpG4PgAAAEyZmRBVAAAADhIS+2VLW9CQRBFD76oYlpDFa6qNbiqKhx/iD9UFKquqqoJSV0dBlUSktaAeeQSliyvhJ39yAshnWTdmz1vZu7cbVVVNaLBaJ07sAN85zQkpsIr4BGYAstUaAxQDEF/U2HKiwU61h3QBdoefAHMgdmpH4oFXgPPNVD9fkHfgJ9j4BjgA6BjjQ9A5yCswD5wbyV5370Dn36eBag2DhNgSlkBE0Dz3YYFKJigqaG9HVuBUqNEkhsvrspQhU9AL5e2E89WQCHgALgtANSqaJb/QBqfYeMq1Zxz93AvGIto9E2O06wB7eDeyENr4TYi1rhd3h8DtwJ1QQxUlQl2YNzWlvp7r/bq5ThlBjLq1xLvoQ+Wem9qpi7Ql/8yHHOomJYWcLiwtRWB+JdcfoUbMhSSyUMtkHIAAAAaZmNUTAAAADkAAAAcAAAAHAAAAAAAAAAAACED6AAAJzXRpAAAAVFmZEFUAAAAOkhL5ZaxMgUxFIa/26CgoqFSeQA6lUpFQ+VtPIeKSqXSqa7KA9BQqXQqCjRrPhN3dvauJDe7s8M4M1ttki//OSd/Mqqq6pgBY/QXgAvAW2lSShQODiwV9zVvVoVzwAawDqwF8hPwATwCD6nd5AKXgM0Amo8s+gLcBHjrsBzgMrAHxEDNxW8DeAqaAqrsYEbYN+QeuG4SY0DrpbKVVF0i/02vaicRA9ocOx1gTrWm57nAQ8D6dY2rehP9pFCQwD7C4yI0eg63AL8+4h04GxIo6+TXAVeB/T7yGWzvNKXQA3/UE1B/HaeA/t8N3tmVewE85wD7SKsggZNIeWmXw++VdVlXJzUF1E9tnhLHsW5T92MK6KaEboeLN7eerbAchXWAZq772MFtYQq9ku6CabcOylHYnOjzwhQLXgReAZ8ZeqbQaJQAU2v+c+AnnkSRySARYEAAAAAaZmNUTAAAADsAAAAcAAAAHAAAAAAAAAAAACED6AAAyqMCTQAAAQtmZEFUAAAAPEhL7ZY9EsFAGIafNCoqFQegUql0DkDlDs7hHO6g4gA6lUrFAahUVJqYdyYxmbXZhOzsxIyvzW6e/d7vN4rjeEFAi/5A32rXVtIG0ANaQBvoJp6fgStwA07Ao0iRMh52gHECc/1P0C1wcR1yAeXVEBgUvdr4fgB2eXdcwNEXsJSTC80DSsbph56Zx9c2eW1ASTkrEbOi9yimKzORbEDFTHL6MMVS8r7MBlRGqgR82FssbcBJps6qQlWnmyIP51Upxv1l7YDBJfWZNOqvanfOLA1eFsELX+4HbW2p3kGbt6BVxtM+bxjXagBns1ne9pP1ommsGPdkzTj6WjG8droykv428An0ApLJQN0ShwAAAABJRU5ErkJggg=='; diff --git a/packages/react-components/src/Spinner.tsx b/packages/react-components/src/Spinner.tsx index 60a06e4ad5bd..dc91234eeab5 100644 --- a/packages/react-components/src/Spinner.tsx +++ b/packages/react-components/src/Spinner.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/StakingBonded.tsx b/packages/react-components/src/StakingBonded.tsx index 78e93e667ea2..52ee39fa4fe3 100644 --- a/packages/react-components/src/StakingBonded.tsx +++ b/packages/react-components/src/StakingBonded.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/StakingRedeemable.tsx b/packages/react-components/src/StakingRedeemable.tsx index 4a27a624df02..61d8705b16b5 100644 --- a/packages/react-components/src/StakingRedeemable.tsx +++ b/packages/react-components/src/StakingRedeemable.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/StakingUnbonding.tsx b/packages/react-components/src/StakingUnbonding.tsx index b48658588271..f2f41d212a5d 100644 --- a/packages/react-components/src/StakingUnbonding.tsx +++ b/packages/react-components/src/StakingUnbonding.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/Static.tsx b/packages/react-components/src/Static.tsx index b1ec9234e5bc..12b5dd960d78 100644 --- a/packages/react-components/src/Static.tsx +++ b/packages/react-components/src/Static.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Status/checks.ts b/packages/react-components/src/Status/checks.ts index cb25d19a0637..b76eb910d6ea 100644 --- a/packages/react-components/src/Status/checks.ts +++ b/packages/react-components/src/Status/checks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // we use augmented types in this tsconfig diff --git a/packages/react-components/src/Status/constants.ts b/packages/react-components/src/Status/constants.ts index 28c5e270e8fa..117646444ba3 100644 --- a/packages/react-components/src/Status/constants.ts +++ b/packages/react-components/src/Status/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTxStatus } from './types.js'; diff --git a/packages/react-components/src/Status/index.tsx b/packages/react-components/src/Status/index.tsx index 055082459bea..bc55ad75d348 100644 --- a/packages/react-components/src/Status/index.tsx +++ b/packages/react-components/src/Status/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Status/types.ts b/packages/react-components/src/Status/types.ts index 01b19efc7c68..d41c69aa161a 100644 --- a/packages/react-components/src/Status/types.ts +++ b/packages/react-components/src/Status/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableResult } from '@polkadot/api'; diff --git a/packages/react-components/src/SummaryBox.tsx b/packages/react-components/src/SummaryBox.tsx index be87466624fe..b5419072c687 100644 --- a/packages/react-components/src/SummaryBox.tsx +++ b/packages/react-components/src/SummaryBox.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Body.tsx b/packages/react-components/src/Table/Body.tsx index 7f67bc09ab55..301c23c6aa3e 100644 --- a/packages/react-components/src/Table/Body.tsx +++ b/packages/react-components/src/Table/Body.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Column/Balance.tsx b/packages/react-components/src/Table/Column/Balance.tsx index f808c1f2ff11..7114005c5b82 100644 --- a/packages/react-components/src/Table/Column/Balance.tsx +++ b/packages/react-components/src/Table/Column/Balance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-components/src/Table/Column/Expand.tsx b/packages/react-components/src/Table/Column/Expand.tsx index c162ed3aab99..71be0df042e9 100644 --- a/packages/react-components/src/Table/Column/Expand.tsx +++ b/packages/react-components/src/Table/Column/Expand.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Column/Favorite.tsx b/packages/react-components/src/Table/Column/Favorite.tsx index 10c70e3b25a5..19bc6fea315c 100644 --- a/packages/react-components/src/Table/Column/Favorite.tsx +++ b/packages/react-components/src/Table/Column/Favorite.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/Table/Column/Id.tsx b/packages/react-components/src/Table/Column/Id.tsx index a97d7dc7fa91..312400ab5a6b 100644 --- a/packages/react-components/src/Table/Column/Id.tsx +++ b/packages/react-components/src/Table/Column/Id.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-components/src/Table/Column/index.tsx b/packages/react-components/src/Table/Column/index.tsx index 3a9392b965d2..9a77fc0ef178 100644 --- a/packages/react-components/src/Table/Column/index.tsx +++ b/packages/react-components/src/Table/Column/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Foot.tsx b/packages/react-components/src/Table/Foot.tsx index 7e7ee9721907..4a16379c26aa 100644 --- a/packages/react-components/src/Table/Foot.tsx +++ b/packages/react-components/src/Table/Foot.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Head.tsx b/packages/react-components/src/Table/Head.tsx index 83a4b4239424..cc0b15945a73 100644 --- a/packages/react-components/src/Table/Head.tsx +++ b/packages/react-components/src/Table/Head.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/Row/index.tsx b/packages/react-components/src/Table/Row/index.tsx index 86d5837ba7dc..c32f4831a791 100644 --- a/packages/react-components/src/Table/Row/index.tsx +++ b/packages/react-components/src/Table/Row/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Table/index.tsx b/packages/react-components/src/Table/index.tsx index a9d06f829a50..fbb9207baf82 100644 --- a/packages/react-components/src/Table/index.tsx +++ b/packages/react-components/src/Table/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Tabs/CurrentSection.tsx b/packages/react-components/src/Tabs/CurrentSection.tsx index b604925b5f09..1c6e20c71434 100644 --- a/packages/react-components/src/Tabs/CurrentSection.tsx +++ b/packages/react-components/src/Tabs/CurrentSection.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/Tabs/Tab.tsx b/packages/react-components/src/Tabs/Tab.tsx index da8d1d3ccf83..eb4617e8ce6a 100644 --- a/packages/react-components/src/Tabs/Tab.tsx +++ b/packages/react-components/src/Tabs/Tab.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { TabItem } from '../types.js'; diff --git a/packages/react-components/src/Tabs/TabsSectionDelimiter.tsx b/packages/react-components/src/Tabs/TabsSectionDelimiter.tsx index 82537e1e8cac..0db031717e7f 100644 --- a/packages/react-components/src/Tabs/TabsSectionDelimiter.tsx +++ b/packages/react-components/src/Tabs/TabsSectionDelimiter.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/Tabs/index.tsx b/packages/react-components/src/Tabs/index.tsx index 247fe8305937..4bc2a257d1ff 100644 --- a/packages/react-components/src/Tabs/index.tsx +++ b/packages/react-components/src/Tabs/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Location } from 'history'; diff --git a/packages/react-components/src/Tag.tsx b/packages/react-components/src/Tag.tsx index 144c56872be9..afeb883e19cc 100644 --- a/packages/react-components/src/Tag.tsx +++ b/packages/react-components/src/Tag.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { FlagColor as TagColor } from './types.js'; diff --git a/packages/react-components/src/Tags.tsx b/packages/react-components/src/Tags.tsx index 313e971e78f0..beff41f8aa84 100644 --- a/packages/react-components/src/Tags.tsx +++ b/packages/react-components/src/Tags.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo } from 'react'; diff --git a/packages/react-components/src/TextArea.tsx b/packages/react-components/src/TextArea.tsx index c10b0b7b66a1..190231a85b68 100644 --- a/packages/react-components/src/TextArea.tsx +++ b/packages/react-components/src/TextArea.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/Toggle.tsx b/packages/react-components/src/Toggle.tsx index 806fa98183a4..d02ad03e6915 100644 --- a/packages/react-components/src/Toggle.tsx +++ b/packages/react-components/src/Toggle.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback } from 'react'; diff --git a/packages/react-components/src/ToggleGroup.tsx b/packages/react-components/src/ToggleGroup.tsx index d09e41b84e43..41cadc011289 100644 --- a/packages/react-components/src/ToggleGroup.tsx +++ b/packages/react-components/src/ToggleGroup.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useMemo } from 'react'; diff --git a/packages/react-components/src/Tooltip.tsx b/packages/react-components/src/Tooltip.tsx index 1fff07d15c73..d7c9a59ae7bc 100644 --- a/packages/react-components/src/Tooltip.tsx +++ b/packages/react-components/src/Tooltip.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useEffect, useState } from 'react'; diff --git a/packages/react-components/src/TreasuryProposal.tsx b/packages/react-components/src/TreasuryProposal.tsx index 7cb8eef9ea68..101b53c1985f 100644 --- a/packages/react-components/src/TreasuryProposal.tsx +++ b/packages/react-components/src/TreasuryProposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-democracy authors & contributors +// Copyright 2017-2024 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/react-components/src/TxButton.tsx b/packages/react-components/src/TxButton.tsx index 75e6570c8696..efb01a6d851d 100644 --- a/packages/react-components/src/TxButton.tsx +++ b/packages/react-components/src/TxButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableResult } from '@polkadot/api'; diff --git a/packages/react-components/src/VoteAccount.tsx b/packages/react-components/src/VoteAccount.tsx index 81174a86165c..0abfa46d96ec 100644 --- a/packages/react-components/src/VoteAccount.tsx +++ b/packages/react-components/src/VoteAccount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-components/src/VoteValue.tsx b/packages/react-components/src/VoteValue.tsx index be187de70cc3..4de64a03822e 100644 --- a/packages/react-components/src/VoteValue.tsx +++ b/packages/react-components/src/VoteValue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/constants.ts b/packages/react-components/src/constants.ts index ab6a0efeb0ba..f17baeb96604 100644 --- a/packages/react-components/src/constants.ts +++ b/packages/react-components/src/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export const rewardDestinationOptions = [ diff --git a/packages/react-components/src/i18n/Backend.ts b/packages/react-components/src/i18n/Backend.ts index 4762ed72602c..8be3c8e795d5 100644 --- a/packages/react-components/src/i18n/Backend.ts +++ b/packages/react-components/src/i18n/Backend.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import languageCache from './cache.js'; diff --git a/packages/react-components/src/i18n/cache.ts b/packages/react-components/src/i18n/cache.ts index 347ab3698332..7dd3cb5a26a6 100644 --- a/packages/react-components/src/i18n/cache.ts +++ b/packages/react-components/src/i18n/cache.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 const languageCache: Record> = {}; diff --git a/packages/react-components/src/i18n/index.ts b/packages/react-components/src/i18n/index.ts index 43e08133d22e..eb8be26e7435 100644 --- a/packages/react-components/src/i18n/index.ts +++ b/packages/react-components/src/i18n/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LanguageDetectorModule, Newable } from 'i18next'; diff --git a/packages/react-components/src/index.ts b/packages/react-components/src/index.ts index 4578a48093a8..5d4599b09bc8 100644 --- a/packages/react-components/src/index.ts +++ b/packages/react-components/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // named exports diff --git a/packages/react-components/src/modals/Transfer.tsx b/packages/react-components/src/modals/Transfer.tsx index 56f7e04c9ee2..378c524924d7 100644 --- a/packages/react-components/src/modals/Transfer.tsx +++ b/packages/react-components/src/modals/Transfer.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-components/src/modals/index.ts b/packages/react-components/src/modals/index.ts index c03ddbb27024..1f05f63a486c 100644 --- a/packages/react-components/src/modals/index.ts +++ b/packages/react-components/src/modals/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as TransferModal } from './Transfer.js'; diff --git a/packages/react-components/src/styled.ts b/packages/react-components/src/styled.ts index 856d3e9d17eb..501553ebcecb 100644 --- a/packages/react-components/src/styled.ts +++ b/packages/react-components/src/styled.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export { styled } from 'styled-components'; diff --git a/packages/react-components/src/styles/components.ts b/packages/react-components/src/styles/components.ts index 38b24ddfbb96..eb9c3ef8029f 100644 --- a/packages/react-components/src/styles/components.ts +++ b/packages/react-components/src/styles/components.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export default ` diff --git a/packages/react-components/src/styles/form.ts b/packages/react-components/src/styles/form.ts index 5bfbeaabd9ad..0423a51de922 100644 --- a/packages/react-components/src/styles/form.ts +++ b/packages/react-components/src/styles/form.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export default ` diff --git a/packages/react-components/src/styles/index.ts b/packages/react-components/src/styles/index.ts index 8d9b79fd5121..56b6fe4e3e7e 100644 --- a/packages/react-components/src/styles/index.ts +++ b/packages/react-components/src/styles/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createGlobalStyle } from 'styled-components'; diff --git a/packages/react-components/src/styles/media.ts b/packages/react-components/src/styles/media.ts index 66e86c697b56..a370ccde1424 100644 --- a/packages/react-components/src/styles/media.ts +++ b/packages/react-components/src/styles/media.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export default [ diff --git a/packages/react-components/src/styles/semantic.ts b/packages/react-components/src/styles/semantic.ts index 6f8fc2a02377..171172995bab 100644 --- a/packages/react-components/src/styles/semantic.ts +++ b/packages/react-components/src/styles/semantic.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export default ` diff --git a/packages/react-components/src/styles/theme.ts b/packages/react-components/src/styles/theme.ts index 0a175f461e46..2e88a17d8b39 100644 --- a/packages/react-components/src/styles/theme.ts +++ b/packages/react-components/src/styles/theme.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 /* default buttons, dark gray */ diff --git a/packages/react-components/src/themes.ts b/packages/react-components/src/themes.ts index 06aefadf68a1..fd652364d933 100644 --- a/packages/react-components/src/themes.ts +++ b/packages/react-components/src/themes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ThemeDef } from './types.js'; diff --git a/packages/react-components/src/translate.ts b/packages/react-components/src/translate.ts index c4f4ee0f7b65..aa15bc14d597 100644 --- a/packages/react-components/src/translate.ts +++ b/packages/react-components/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-components/src/types.ts b/packages/react-components/src/types.ts index d89f46c837f2..c5766184d1fe 100644 --- a/packages/react-components/src/types.ts +++ b/packages/react-components/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-components/src/util/checkVisibility.tsx b/packages/react-components/src/util/checkVisibility.tsx index 51c46289bece..a42273a3291b 100644 --- a/packages/react-components/src/util/checkVisibility.tsx +++ b/packages/react-components/src/util/checkVisibility.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-staking authors & contributors +// Copyright 2017-2024 @polkadot/app-staking authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-components/src/util/getAccountCryptoType.ts b/packages/react-components/src/util/getAccountCryptoType.ts index 9e0263600fe3..3606090ec9cf 100644 --- a/packages/react-components/src/util/getAccountCryptoType.ts +++ b/packages/react-components/src/util/getAccountCryptoType.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountIdIsh } from '../types.js'; diff --git a/packages/react-components/src/util/getAddressMeta.ts b/packages/react-components/src/util/getAddressMeta.ts index a4f4323282e3..642372ae8f42 100644 --- a/packages/react-components/src/util/getAddressMeta.ts +++ b/packages/react-components/src/util/getAddressMeta.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringItemType, KeyringJson$Meta } from '@polkadot/ui-keyring/types'; diff --git a/packages/react-components/src/util/getAddressName.ts b/packages/react-components/src/util/getAddressName.ts index 533280e639f7..54ca20ab2093 100644 --- a/packages/react-components/src/util/getAddressName.ts +++ b/packages/react-components/src/util/getAddressName.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringItemType } from '@polkadot/ui-keyring/types'; diff --git a/packages/react-components/src/util/getAddressTags.ts b/packages/react-components/src/util/getAddressTags.ts index 21bbe33b64e0..240bc80dacdd 100644 --- a/packages/react-components/src/util/getAddressTags.ts +++ b/packages/react-components/src/util/getAddressTags.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringItemType } from '@polkadot/ui-keyring/types'; diff --git a/packages/react-components/src/util/getContractAbi.ts b/packages/react-components/src/util/getContractAbi.ts index a50589219c9c..ae1ec4c7a65c 100644 --- a/packages/react-components/src/util/getContractAbi.ts +++ b/packages/react-components/src/util/getContractAbi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import { Abi } from '@polkadot/api-contract'; diff --git a/packages/react-components/src/util/index.ts b/packages/react-components/src/util/index.ts index 7028e4f017aa..4104fa79c9bc 100644 --- a/packages/react-components/src/util/index.ts +++ b/packages/react-components/src/util/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 export { checkVisibility } from './checkVisibility.js'; diff --git a/packages/react-components/src/util/isTreasuryProposalVote.ts b/packages/react-components/src/util/isTreasuryProposalVote.ts index 31a17e7bad6e..33a1c24dfa1a 100644 --- a/packages/react-components/src/util/isTreasuryProposalVote.ts +++ b/packages/react-components/src/util/isTreasuryProposalVote.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Proposal } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/util/toAddress.ts b/packages/react-components/src/util/toAddress.ts index a607c2fe9fe1..983fc72384f5 100644 --- a/packages/react-components/src/util/toAddress.ts +++ b/packages/react-components/src/util/toAddress.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import { keyring } from '@polkadot/ui-keyring'; diff --git a/packages/react-components/src/util/toShortAddress.ts b/packages/react-components/src/util/toShortAddress.ts index a3089f5a7ec9..d6b3c7c90218 100644 --- a/packages/react-components/src/util/toShortAddress.ts +++ b/packages/react-components/src/util/toShortAddress.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, AccountIndex, Address } from '@polkadot/types/interfaces'; diff --git a/packages/react-components/src/util/types.ts b/packages/react-components/src/util/types.ts index 44d4bd7932d0..53e7c547b173 100644 --- a/packages/react-components/src/util/types.ts +++ b/packages/react-components/src/util/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/createNamedHook.ts b/packages/react-hooks/src/createNamedHook.ts index 4765e29ceda1..ce33047cc542 100644 --- a/packages/react-hooks/src/createNamedHook.ts +++ b/packages/react-hooks/src/createNamedHook.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 export function createNamedHook any> (name: string, fn: F): (...args: Parameters) => ReturnType { diff --git a/packages/react-hooks/src/ctx/AccountSidebar.tsx b/packages/react-hooks/src/ctx/AccountSidebar.tsx index a031461f5858..eef74cee023b 100644 --- a/packages/react-hooks/src/ctx/AccountSidebar.tsx +++ b/packages/react-hooks/src/ctx/AccountSidebar.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-hooks/src/ctx/Api.tsx b/packages/react-hooks/src/ctx/Api.tsx index 36e940b732a6..30799c21fb4c 100644 --- a/packages/react-hooks/src/ctx/Api.tsx +++ b/packages/react-hooks/src/ctx/Api.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiProps } from './types.js'; diff --git a/packages/react-hooks/src/ctx/ApiStats.tsx b/packages/react-hooks/src/ctx/ApiStats.tsx index a0f71773150b..8a9cc7f1a905 100644 --- a/packages/react-hooks/src/ctx/ApiStats.tsx +++ b/packages/react-hooks/src/ctx/ApiStats.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/ctx/BlockAuthors.tsx b/packages/react-hooks/src/ctx/BlockAuthors.tsx index b601bca7d97e..a279867c93d1 100644 --- a/packages/react-hooks/src/ctx/BlockAuthors.tsx +++ b/packages/react-hooks/src/ctx/BlockAuthors.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { HeaderExtended } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/ctx/BlockEvents.tsx b/packages/react-hooks/src/ctx/BlockEvents.tsx index 789c05f16205..4f8d04800a31 100644 --- a/packages/react-hooks/src/ctx/BlockEvents.tsx +++ b/packages/react-hooks/src/ctx/BlockEvents.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/ctx/Keyring.tsx b/packages/react-hooks/src/ctx/Keyring.tsx index 856f912383fe..9d5dea0361f1 100644 --- a/packages/react-hooks/src/ctx/Keyring.tsx +++ b/packages/react-hooks/src/ctx/Keyring.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubjectInfo } from '@polkadot/ui-keyring/observable/types'; diff --git a/packages/react-hooks/src/ctx/Queue.tsx b/packages/react-hooks/src/ctx/Queue.tsx index 18819a444593..e2a66ffc964e 100644 --- a/packages/react-hooks/src/ctx/Queue.tsx +++ b/packages/react-hooks/src/ctx/Queue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableResult } from '@polkadot/api'; diff --git a/packages/react-hooks/src/ctx/Tabs.tsx b/packages/react-hooks/src/ctx/Tabs.tsx index df2f2a735916..476790311bb4 100644 --- a/packages/react-hooks/src/ctx/Tabs.tsx +++ b/packages/react-hooks/src/ctx/Tabs.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { IconName } from '@fortawesome/fontawesome-svg-core'; diff --git a/packages/react-hooks/src/ctx/WindowSize.tsx b/packages/react-hooks/src/ctx/WindowSize.tsx index ee1ce27ba3c9..b2df848b1253 100644 --- a/packages/react-hooks/src/ctx/WindowSize.tsx +++ b/packages/react-hooks/src/ctx/WindowSize.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 // Adapted from https://hackernoon.com/simplifying-responsive-layouts-with-react-hooks-19db73893a7a diff --git a/packages/react-hooks/src/ctx/index.ts b/packages/react-hooks/src/ctx/index.ts index 1758e7bdfb9b..d92738eb77b7 100644 --- a/packages/react-hooks/src/ctx/index.ts +++ b/packages/react-hooks/src/ctx/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 export { ApiStatsCtxRoot } from './ApiStats.js'; diff --git a/packages/react-hooks/src/ctx/types.ts b/packages/react-hooks/src/ctx/types.ts index 7e14dbb05c02..9adb665deea3 100644 --- a/packages/react-hooks/src/ctx/types.ts +++ b/packages/react-hooks/src/ctx/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/index.ts b/packages/react-hooks/src/index.ts index f2d7f7effd2e..54d6c17d9a9c 100644 --- a/packages/react-hooks/src/index.ts +++ b/packages/react-hooks/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 // we use augmented types in this tsconfig diff --git a/packages/react-hooks/src/translate.ts b/packages/react-hooks/src/translate.ts index 97b0a3b9a2c3..dc26304479ba 100644 --- a/packages/react-hooks/src/translate.ts +++ b/packages/react-hooks/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/react-hooks/src/types.ts b/packages/react-hooks/src/types.ts index 49816801582c..a04bf14786f0 100644 --- a/packages/react-hooks/src/types.ts +++ b/packages/react-hooks/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/useAccountId.ts b/packages/react-hooks/src/useAccountId.ts index 6f52d79dd6ed..d73c679cae18 100644 --- a/packages/react-hooks/src/useAccountId.ts +++ b/packages/react-hooks/src/useAccountId.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useState } from 'react'; diff --git a/packages/react-hooks/src/useAccountInfo.ts b/packages/react-hooks/src/useAccountInfo.ts index b430287474d1..72a57d54dac2 100644 --- a/packages/react-hooks/src/useAccountInfo.ts +++ b/packages/react-hooks/src/useAccountInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Nominations, ValidatorPrefs } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useAccounts.ts b/packages/react-hooks/src/useAccounts.ts index 951913eedb25..56971547d513 100644 --- a/packages/react-hooks/src/useAccounts.ts +++ b/packages/react-hooks/src/useAccounts.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Accounts } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useAddresses.ts b/packages/react-hooks/src/useAddresses.ts index 1f91d776fe83..f8cfcf204439 100644 --- a/packages/react-hooks/src/useAddresses.ts +++ b/packages/react-hooks/src/useAddresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Addresses } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useApi.ts b/packages/react-hooks/src/useApi.ts index bc6a18a45aae..bd4e3d9cfe93 100644 --- a/packages/react-hooks/src/useApi.ts +++ b/packages/react-hooks/src/useApi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiProps } from '@polkadot/react-api/types'; diff --git a/packages/react-hooks/src/useApiStats.ts b/packages/react-hooks/src/useApiStats.ts index 37004075184d..f99fb37d51b8 100644 --- a/packages/react-hooks/src/useApiStats.ts +++ b/packages/react-hooks/src/useApiStats.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiStats } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useApiUrl.ts b/packages/react-hooks/src/useApiUrl.ts index 130e8bfa89db..44536c228177 100644 --- a/packages/react-hooks/src/useApiUrl.ts +++ b/packages/react-hooks/src/useApiUrl.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ProviderInterface } from '@polkadot/rpc-provider/types'; diff --git a/packages/react-hooks/src/useAvailableSlashes.ts b/packages/react-hooks/src/useAvailableSlashes.ts index 2e2dc40c34db..88f0c272a9d8 100644 --- a/packages/react-hooks/src/useAvailableSlashes.ts +++ b/packages/react-hooks/src/useAvailableSlashes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionIndexes } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useBalancesAll.ts b/packages/react-hooks/src/useBalancesAll.ts index bb9ade1d837d..cf0d2a0af5a3 100644 --- a/packages/react-hooks/src/useBalancesAll.ts +++ b/packages/react-hooks/src/useBalancesAll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useBestHash.ts b/packages/react-hooks/src/useBestHash.ts index 55f6e3d75bd0..db7a00d298b5 100644 --- a/packages/react-hooks/src/useBestHash.ts +++ b/packages/react-hooks/src/useBestHash.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Header } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useBestNumber.ts b/packages/react-hooks/src/useBestNumber.ts index 79be7406bd6f..17ecbcbc9eda 100644 --- a/packages/react-hooks/src/useBestNumber.ts +++ b/packages/react-hooks/src/useBestNumber.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useBlockAuthors.ts b/packages/react-hooks/src/useBlockAuthors.ts index 4571948727cd..5753c87a9b2e 100644 --- a/packages/react-hooks/src/useBlockAuthors.ts +++ b/packages/react-hooks/src/useBlockAuthors.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockAuthors } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useBlockEvents.ts b/packages/react-hooks/src/useBlockEvents.ts index 044f8bf7e3fa..77d8a96aa58b 100644 --- a/packages/react-hooks/src/useBlockEvents.ts +++ b/packages/react-hooks/src/useBlockEvents.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockEvents } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useBlockInterval.ts b/packages/react-hooks/src/useBlockInterval.ts index 0375b6b21833..5b4ba89d41f8 100644 --- a/packages/react-hooks/src/useBlockInterval.ts +++ b/packages/react-hooks/src/useBlockInterval.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useBlockTime.ts b/packages/react-hooks/src/useBlockTime.ts index 211e6272797d..4d87c9f0b622 100644 --- a/packages/react-hooks/src/useBlockTime.ts +++ b/packages/react-hooks/src/useBlockTime.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useBlocksPerDays.ts b/packages/react-hooks/src/useBlocksPerDays.ts index 4e336d26facf..841f054d55be 100644 --- a/packages/react-hooks/src/useBlocksPerDays.ts +++ b/packages/react-hooks/src/useBlocksPerDays.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo } from 'react'; diff --git a/packages/react-hooks/src/useCacheKey.ts b/packages/react-hooks/src/useCacheKey.ts index 34235ec71f23..a659b371caa6 100644 --- a/packages/react-hooks/src/useCacheKey.ts +++ b/packages/react-hooks/src/useCacheKey.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useMemo } from 'react'; diff --git a/packages/react-hooks/src/useCall.ts b/packages/react-hooks/src/useCall.ts index 7629d37ad85c..d3bba3053adf 100644 --- a/packages/react-hooks/src/useCall.ts +++ b/packages/react-hooks/src/useCall.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useCallMulti.ts b/packages/react-hooks/src/useCallMulti.ts index f171e613c091..cb30a88cae86 100644 --- a/packages/react-hooks/src/useCallMulti.ts +++ b/packages/react-hooks/src/useCallMulti.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useCollectiveInstance.ts b/packages/react-hooks/src/useCollectiveInstance.ts index 47e08198675a..0e06306fd536 100644 --- a/packages/react-hooks/src/useCollectiveInstance.ts +++ b/packages/react-hooks/src/useCollectiveInstance.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CollectiveType } from './types.js'; diff --git a/packages/react-hooks/src/useCollectiveMembers.ts b/packages/react-hooks/src/useCollectiveMembers.ts index 716d7794e3b2..d72c5241a04f 100644 --- a/packages/react-hooks/src/useCollectiveMembers.ts +++ b/packages/react-hooks/src/useCollectiveMembers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useDebounce.ts b/packages/react-hooks/src/useDebounce.ts index 2b0b35031546..8ecd3ca0fc03 100644 --- a/packages/react-hooks/src/useDebounce.ts +++ b/packages/react-hooks/src/useDebounce.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect, useState } from 'react'; diff --git a/packages/react-hooks/src/useDelegations.ts b/packages/react-hooks/src/useDelegations.ts index c4758267e30d..ffe8e12f7d5e 100644 --- a/packages/react-hooks/src/useDelegations.ts +++ b/packages/react-hooks/src/useDelegations.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletDemocracyVoteVoting } from '@polkadot/types/lookup'; diff --git a/packages/react-hooks/src/useDeriveAccountFlags.ts b/packages/react-hooks/src/useDeriveAccountFlags.ts index a80ff7b9d79c..5623d4fc9b89 100644 --- a/packages/react-hooks/src/useDeriveAccountFlags.ts +++ b/packages/react-hooks/src/useDeriveAccountFlags.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveAccountFlags } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useDeriveAccountInfo.ts b/packages/react-hooks/src/useDeriveAccountInfo.ts index ce7746c2d423..44dde5a705eb 100644 --- a/packages/react-hooks/src/useDeriveAccountInfo.ts +++ b/packages/react-hooks/src/useDeriveAccountInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveAccountInfo } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useElementPosition.ts b/packages/react-hooks/src/useElementPosition.ts index fb5413f0d24d..0b7b9f7d4b3c 100644 --- a/packages/react-hooks/src/useElementPosition.ts +++ b/packages/react-hooks/src/useElementPosition.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/useEndpoint.ts b/packages/react-hooks/src/useEndpoint.ts index f856dcad0cfd..9c7f1ed9c655 100644 --- a/packages/react-hooks/src/useEndpoint.ts +++ b/packages/react-hooks/src/useEndpoint.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/react-hooks/src/useEventChanges.ts b/packages/react-hooks/src/useEventChanges.ts index 5e7d1eb2860f..da37763f22d3 100644 --- a/packages/react-hooks/src/useEventChanges.ts +++ b/packages/react-hooks/src/useEventChanges.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useEventTrigger.ts b/packages/react-hooks/src/useEventTrigger.ts index b144810403e4..2e72925889ca 100644 --- a/packages/react-hooks/src/useEventTrigger.ts +++ b/packages/react-hooks/src/useEventTrigger.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AugmentedEvent } from '@polkadot/api/types'; diff --git a/packages/react-hooks/src/useExtrinsicTrigger.ts b/packages/react-hooks/src/useExtrinsicTrigger.ts index 9f907c53128e..82594efa8c67 100644 --- a/packages/react-hooks/src/useExtrinsicTrigger.ts +++ b/packages/react-hooks/src/useExtrinsicTrigger.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/react-hooks/src/useFavorites.ts b/packages/react-hooks/src/useFavorites.ts index 4b386ac4a873..b7e38018f684 100644 --- a/packages/react-hooks/src/useFavorites.ts +++ b/packages/react-hooks/src/useFavorites.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useMemo, useState } from 'react'; diff --git a/packages/react-hooks/src/useFormField.ts b/packages/react-hooks/src/useFormField.ts index 13b6c6254c3f..7a9d7e6272d6 100644 --- a/packages/react-hooks/src/useFormField.ts +++ b/packages/react-hooks/src/useFormField.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useMemo, useState } from 'react'; diff --git a/packages/react-hooks/src/useIncrement.ts b/packages/react-hooks/src/useIncrement.ts index 19107fca2f49..66cda117dd41 100644 --- a/packages/react-hooks/src/useIncrement.ts +++ b/packages/react-hooks/src/useIncrement.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useState } from 'react'; diff --git a/packages/react-hooks/src/useInflation.ts b/packages/react-hooks/src/useInflation.ts index b9e360c0f9b6..43903678759e 100644 --- a/packages/react-hooks/src/useInflation.ts +++ b/packages/react-hooks/src/useInflation.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useIpfs.ts b/packages/react-hooks/src/useIpfs.ts index 0db536094b64..f8286f531f11 100644 --- a/packages/react-hooks/src/useIpfs.ts +++ b/packages/react-hooks/src/useIpfs.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useState } from 'react'; diff --git a/packages/react-hooks/src/useIpfsFetch.ts b/packages/react-hooks/src/useIpfsFetch.ts index 44308cb1cfc0..df2d97eceb15 100644 --- a/packages/react-hooks/src/useIpfsFetch.ts +++ b/packages/react-hooks/src/useIpfsFetch.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import '@polkadot/x-textencoder/shim'; diff --git a/packages/react-hooks/src/useIpfsLink.ts b/packages/react-hooks/src/useIpfsLink.ts index b79c693fcffd..d096c880d82b 100644 --- a/packages/react-hooks/src/useIpfsLink.ts +++ b/packages/react-hooks/src/useIpfsLink.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo } from 'react'; diff --git a/packages/react-hooks/src/useIsMountedRef.ts b/packages/react-hooks/src/useIsMountedRef.ts index beeb4827555c..130272985d09 100644 --- a/packages/react-hooks/src/useIsMountedRef.ts +++ b/packages/react-hooks/src/useIsMountedRef.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/useJudgements.tsx b/packages/react-hooks/src/useJudgements.tsx index fee7c990a0bc..a1f1d917f078 100644 --- a/packages/react-hooks/src/useJudgements.tsx +++ b/packages/react-hooks/src/useJudgements.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { UseJudgements } from './types.js'; diff --git a/packages/react-hooks/src/useKeyring.ts b/packages/react-hooks/src/useKeyring.ts index 74ed152c9146..386770f56f65 100644 --- a/packages/react-hooks/src/useKeyring.ts +++ b/packages/react-hooks/src/useKeyring.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Accounts, Addresses } from './ctx/types.js'; diff --git a/packages/react-hooks/src/useLedger.ts b/packages/react-hooks/src/useLedger.ts index f9984ab3511a..bbae2946ed06 100644 --- a/packages/react-hooks/src/useLedger.ts +++ b/packages/react-hooks/src/useLedger.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useMapEntries.ts b/packages/react-hooks/src/useMapEntries.ts index b36615c6db31..2c3c6ce087bb 100644 --- a/packages/react-hooks/src/useMapEntries.ts +++ b/packages/react-hooks/src/useMapEntries.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/react-hooks/src/useMapKeys.ts b/packages/react-hooks/src/useMapKeys.ts index 8bebd735e6c0..10dda55745cc 100644 --- a/packages/react-hooks/src/useMapKeys.ts +++ b/packages/react-hooks/src/useMapKeys.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueryableStorageEntry } from '@polkadot/api/types'; diff --git a/packages/react-hooks/src/useMemoValue.spec.ts b/packages/react-hooks/src/useMemoValue.spec.ts index 26b888e08dfb..032744af0d0d 100644 --- a/packages/react-hooks/src/useMemoValue.spec.ts +++ b/packages/react-hooks/src/useMemoValue.spec.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 /// diff --git a/packages/react-hooks/src/useMemoValue.ts b/packages/react-hooks/src/useMemoValue.ts index 31782a46253f..19e90b8ce664 100644 --- a/packages/react-hooks/src/useMemoValue.ts +++ b/packages/react-hooks/src/useMemoValue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useMemo, useRef } from 'react'; diff --git a/packages/react-hooks/src/useModal.ts b/packages/react-hooks/src/useModal.ts index 20dadcb2bdbb..1536c60f404f 100644 --- a/packages/react-hooks/src/useModal.ts +++ b/packages/react-hooks/src/useModal.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ModalState } from './types.js'; diff --git a/packages/react-hooks/src/useNextTick.ts b/packages/react-hooks/src/useNextTick.ts index 2740a2263830..5b7c25709d91 100644 --- a/packages/react-hooks/src/useNextTick.ts +++ b/packages/react-hooks/src/useNextTick.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect, useState } from 'react'; diff --git a/packages/react-hooks/src/useNonEmptyString.ts b/packages/react-hooks/src/useNonEmptyString.ts index c66805cfec32..6cb70f93685f 100644 --- a/packages/react-hooks/src/useNonEmptyString.ts +++ b/packages/react-hooks/src/useNonEmptyString.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { FormField } from './useFormField.js'; diff --git a/packages/react-hooks/src/useNonZeroBn.ts b/packages/react-hooks/src/useNonZeroBn.ts index bb3dd88a1a73..76c2addac873 100644 --- a/packages/react-hooks/src/useNonZeroBn.ts +++ b/packages/react-hooks/src/useNonZeroBn.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-hooks/src/useOutsideClick.ts b/packages/react-hooks/src/useOutsideClick.ts index dbc26130e8a1..dcadcd656390 100644 --- a/packages/react-hooks/src/useOutsideClick.ts +++ b/packages/react-hooks/src/useOutsideClick.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/useOwnEraRewards.ts b/packages/react-hooks/src/useOwnEraRewards.ts index 5f4b00103789..8a3eaa84c0a7 100644 --- a/packages/react-hooks/src/useOwnEraRewards.ts +++ b/packages/react-hooks/src/useOwnEraRewards.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useOwnStashInfos.ts b/packages/react-hooks/src/useOwnStashInfos.ts index bc7a855e3182..056b661d59f3 100644 --- a/packages/react-hooks/src/useOwnStashInfos.ts +++ b/packages/react-hooks/src/useOwnStashInfos.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { CombinatorFunction } from '@polkadot/api/promise/Combinator'; diff --git a/packages/react-hooks/src/useOwnStashes.ts b/packages/react-hooks/src/useOwnStashes.ts index 66952d41d611..19c5b23fdd46 100644 --- a/packages/react-hooks/src/useOwnStashes.ts +++ b/packages/react-hooks/src/useOwnStashes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/react-hooks/src/useParaApi.ts b/packages/react-hooks/src/useParaApi.ts index 49a5effe74a2..7e8f373d6ad7 100644 --- a/packages/react-hooks/src/useParaApi.ts +++ b/packages/react-hooks/src/useParaApi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useParaEndpoints.ts b/packages/react-hooks/src/useParaEndpoints.ts index 165f72d4cfb2..5565be56261d 100644 --- a/packages/react-hooks/src/useParaEndpoints.ts +++ b/packages/react-hooks/src/useParaEndpoints.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/react-hooks/src/usePassword.ts b/packages/react-hooks/src/usePassword.ts index 27de30446cf4..9c4d6cd8262d 100644 --- a/packages/react-hooks/src/usePassword.ts +++ b/packages/react-hooks/src/usePassword.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/usePopupWindow.ts b/packages/react-hooks/src/usePopupWindow.ts index 2343b251ebc4..b6a211c55bcb 100644 --- a/packages/react-hooks/src/usePopupWindow.ts +++ b/packages/react-hooks/src/usePopupWindow.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/usePreimage.ts b/packages/react-hooks/src/usePreimage.ts index b15f9c1a8b73..8bfc5542d729 100644 --- a/packages/react-hooks/src/usePreimage.ts +++ b/packages/react-hooks/src/usePreimage.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useProxies.ts b/packages/react-hooks/src/useProxies.ts index 1535f2189827..8a997d3dd282 100644 --- a/packages/react-hooks/src/useProxies.ts +++ b/packages/react-hooks/src/useProxies.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useQueue.ts b/packages/react-hooks/src/useQueue.ts index aa5351db5a41..9dd282443f11 100644 --- a/packages/react-hooks/src/useQueue.ts +++ b/packages/react-hooks/src/useQueue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueProps } from '@polkadot/react-components/Status/types'; diff --git a/packages/react-hooks/src/useRegistrars.ts b/packages/react-hooks/src/useRegistrars.ts index 585413e7b40f..dfb6c1153687 100644 --- a/packages/react-hooks/src/useRegistrars.ts +++ b/packages/react-hooks/src/useRegistrars.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/react-hooks/src/useSavedFlags.ts b/packages/react-hooks/src/useSavedFlags.ts index abd0c1468a5a..640d05d91a1d 100644 --- a/packages/react-hooks/src/useSavedFlags.ts +++ b/packages/react-hooks/src/useSavedFlags.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-hooks/src/useScroll.ts b/packages/react-hooks/src/useScroll.ts index 42cbd02cd583..778639944add 100644 --- a/packages/react-hooks/src/useScroll.ts +++ b/packages/react-hooks/src/useScroll.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useEffect, useState } from 'react'; diff --git a/packages/react-hooks/src/useStakingInfo.ts b/packages/react-hooks/src/useStakingInfo.ts index be7b3c12e7c9..c93885548c0c 100644 --- a/packages/react-hooks/src/useStakingInfo.ts +++ b/packages/react-hooks/src/useStakingInfo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useStepper.ts b/packages/react-hooks/src/useStepper.ts index 9cd66b25b3ac..a82d296b307a 100644 --- a/packages/react-hooks/src/useStepper.ts +++ b/packages/react-hooks/src/useStepper.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useMemo, useState } from 'react'; diff --git a/packages/react-hooks/src/useSubidentities.ts b/packages/react-hooks/src/useSubidentities.ts index ff9f5ce54bcf..f61d029d8525 100644 --- a/packages/react-hooks/src/useSubidentities.ts +++ b/packages/react-hooks/src/useSubidentities.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId, BalanceOf } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useSudo.ts b/packages/react-hooks/src/useSudo.ts index 49bba5b62ac2..a2af7d83e0d7 100644 --- a/packages/react-hooks/src/useSudo.ts +++ b/packages/react-hooks/src/useSudo.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { AccountId } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useSystemApi.ts b/packages/react-hooks/src/useSystemApi.ts index 9bd3340fc44a..83153bd84cae 100644 --- a/packages/react-hooks/src/useSystemApi.ts +++ b/packages/react-hooks/src/useSystemApi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useTeleport.ts b/packages/react-hooks/src/useTeleport.ts index 0f58c998adb9..23cb99a80d71 100644 --- a/packages/react-hooks/src/useTeleport.ts +++ b/packages/react-hooks/src/useTeleport.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { LinkOption } from '@polkadot/apps-config/endpoints/types'; diff --git a/packages/react-hooks/src/useTheme.ts b/packages/react-hooks/src/useTheme.ts index 20b617e687f1..0aad65664a36 100644 --- a/packages/react-hooks/src/useTheme.ts +++ b/packages/react-hooks/src/useTheme.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ThemeDef } from '@polkadot/react-components/types'; diff --git a/packages/react-hooks/src/useTimer.ts b/packages/react-hooks/src/useTimer.ts index 63d206a77bd9..358f3cb138ed 100644 --- a/packages/react-hooks/src/useTimer.ts +++ b/packages/react-hooks/src/useTimer.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useEffect, useRef, useState } from 'react'; diff --git a/packages/react-hooks/src/useToggle.ts b/packages/react-hooks/src/useToggle.ts index c0894bf91875..8816ca503d25 100644 --- a/packages/react-hooks/src/useToggle.ts +++ b/packages/react-hooks/src/useToggle.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useCallback, useEffect, useMemo, useState } from 'react'; diff --git a/packages/react-hooks/src/useTreasury.ts b/packages/react-hooks/src/useTreasury.ts index 1aeeb0b88302..49535a83a493 100644 --- a/packages/react-hooks/src/useTreasury.ts +++ b/packages/react-hooks/src/useTreasury.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAccount, DeriveBounties, DeriveTreasuryProposals } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/useTxBatch.ts b/packages/react-hooks/src/useTxBatch.ts index 23a839d4e6c0..31456aa21236 100644 --- a/packages/react-hooks/src/useTxBatch.ts +++ b/packages/react-hooks/src/useTxBatch.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useVotingStatus.ts b/packages/react-hooks/src/useVotingStatus.ts index 6d0a1c928a4e..8461d62bebf2 100644 --- a/packages/react-hooks/src/useVotingStatus.ts +++ b/packages/react-hooks/src/useVotingStatus.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-hooks/src/useWeight.ts b/packages/react-hooks/src/useWeight.ts index f7a7a1c48833..6c8549aa455c 100644 --- a/packages/react-hooks/src/useWeight.ts +++ b/packages/react-hooks/src/useWeight.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Call } from '@polkadot/types/interfaces'; diff --git a/packages/react-hooks/src/useWindowColumns.ts b/packages/react-hooks/src/useWindowColumns.ts index 965538aa6167..8e0145a85106 100644 --- a/packages/react-hooks/src/useWindowColumns.ts +++ b/packages/react-hooks/src/useWindowColumns.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createNamedHook } from './createNamedHook.js'; diff --git a/packages/react-hooks/src/useWindowSize.ts b/packages/react-hooks/src/useWindowSize.ts index d750a14a615e..75dad350e3fb 100644 --- a/packages/react-hooks/src/useWindowSize.ts +++ b/packages/react-hooks/src/useWindowSize.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WindowSize } from './ctx/types.js'; diff --git a/packages/react-hooks/src/utils/getJudgements.ts b/packages/react-hooks/src/utils/getJudgements.ts index 1f45cea4f6cc..e3be790ea1e2 100644 --- a/packages/react-hooks/src/utils/getJudgements.ts +++ b/packages/react-hooks/src/utils/getJudgements.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveAccountRegistration } from '@polkadot/api-derive/types'; diff --git a/packages/react-hooks/src/utils/matchRegistrarAccountsWithIndexes.ts b/packages/react-hooks/src/utils/matchRegistrarAccountsWithIndexes.ts index 3f2cbfd31f4a..7151724fdcd8 100644 --- a/packages/react-hooks/src/utils/matchRegistrarAccountsWithIndexes.ts +++ b/packages/react-hooks/src/utils/matchRegistrarAccountsWithIndexes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-hooks authors & contributors +// Copyright 2017-2024 @polkadot/react-hooks authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SortedJudgements } from '@polkadot/react-components/util/types'; diff --git a/packages/react-params/src/Extra/Call.tsx b/packages/react-params/src/Extra/Call.tsx index 8e2200a38a25..c14fb773ed34 100644 --- a/packages/react-params/src/Extra/Call.tsx +++ b/packages/react-params/src/Extra/Call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-params/src/Extra/Extrinsic.tsx b/packages/react-params/src/Extra/Extrinsic.tsx index 04656c9d9ea5..dc4b47675c06 100644 --- a/packages/react-params/src/Extra/Extrinsic.tsx +++ b/packages/react-params/src/Extra/Extrinsic.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/react-params/src/Extra/OpaqueCall.tsx b/packages/react-params/src/Extra/OpaqueCall.tsx index b284bc65cf3f..61f0575dc377 100644 --- a/packages/react-params/src/Extra/OpaqueCall.tsx +++ b/packages/react-params/src/Extra/OpaqueCall.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/react-params/src/Extra/Proposal.tsx b/packages/react-params/src/Extra/Proposal.tsx index 14b4ce2d2025..d053002b9851 100644 --- a/packages/react-params/src/Extra/Proposal.tsx +++ b/packages/react-params/src/Extra/Proposal.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props, RawParam } from '../types.js'; diff --git a/packages/react-params/src/Extra/index.ts b/packages/react-params/src/Extra/index.ts index a753a26a3a18..d7743c44c402 100644 --- a/packages/react-params/src/Extra/index.ts +++ b/packages/react-params/src/Extra/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-extrinsics authors & contributors +// Copyright 2017-2024 @polkadot/app-extrinsics authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ComponentMap } from '../types.js'; diff --git a/packages/react-params/src/Holder.tsx b/packages/react-params/src/Holder.tsx index 4191c2f074b3..e378694780d6 100644 --- a/packages/react-params/src/Holder.tsx +++ b/packages/react-params/src/Holder.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-params/src/Named/Call.tsx b/packages/react-params/src/Named/Call.tsx index 9efae690f9ae..b7f7b605cb1a 100644 --- a/packages/react-params/src/Named/Call.tsx +++ b/packages/react-params/src/Named/Call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ExtrinsicSignature } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Named/CallExpander.tsx b/packages/react-params/src/Named/CallExpander.tsx index 420e4e9fc3f9..b22e89d5c225 100644 --- a/packages/react-params/src/Named/CallExpander.tsx +++ b/packages/react-params/src/Named/CallExpander.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Call, Extrinsic } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Named/Event.tsx b/packages/react-params/src/Named/Event.tsx index 4da3e4c7c6dd..15a20c89eec2 100644 --- a/packages/react-params/src/Named/Event.tsx +++ b/packages/react-params/src/Named/Event.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DecodedEvent } from '@polkadot/api-contract/types'; diff --git a/packages/react-params/src/Named/Extrinsic.tsx b/packages/react-params/src/Named/Extrinsic.tsx index 24ab814fc8a0..e2e8bd731ee7 100644 --- a/packages/react-params/src/Named/Extrinsic.tsx +++ b/packages/react-params/src/Named/Extrinsic.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api/types'; diff --git a/packages/react-params/src/Named/ProposedAction.tsx b/packages/react-params/src/Named/ProposedAction.tsx index 3613593b8cca..d39acd6d440c 100644 --- a/packages/react-params/src/Named/ProposedAction.tsx +++ b/packages/react-params/src/Named/ProposedAction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Call } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Named/index.ts b/packages/react-params/src/Named/index.ts index acb8d2bb9cb2..1ae5f58451f7 100644 --- a/packages/react-params/src/Named/index.ts +++ b/packages/react-params/src/Named/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as Call } from './Call.js'; diff --git a/packages/react-params/src/Param/Account.tsx b/packages/react-params/src/Param/Account.tsx index 1da070bd7fc8..951db154dd4c 100644 --- a/packages/react-params/src/Param/Account.tsx +++ b/packages/react-params/src/Param/Account.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { MultiAddress } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Param/Amount.tsx b/packages/react-params/src/Param/Amount.tsx index ee746d41208e..36372d71450f 100644 --- a/packages/react-params/src/Param/Amount.tsx +++ b/packages/react-params/src/Param/Amount.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BitLength } from '@polkadot/react-components/types'; diff --git a/packages/react-params/src/Param/Balance.tsx b/packages/react-params/src/Param/Balance.tsx index 1ada10f8d41c..fe93825a5ff3 100644 --- a/packages/react-params/src/Param/Balance.tsx +++ b/packages/react-params/src/Param/Balance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Bare.tsx b/packages/react-params/src/Param/Bare.tsx index cf7de7ae66d8..1653aa56048e 100644 --- a/packages/react-params/src/Param/Bare.tsx +++ b/packages/react-params/src/Param/Bare.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-params/src/Param/Base.tsx b/packages/react-params/src/Param/Base.tsx index 629b56b1e7e6..02ab04a77a70 100644 --- a/packages/react-params/src/Param/Base.tsx +++ b/packages/react-params/src/Param/Base.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Size } from '../types.js'; diff --git a/packages/react-params/src/Param/BaseBytes.tsx b/packages/react-params/src/Param/BaseBytes.tsx index b5f09984a37e..7e061d82373a 100644 --- a/packages/react-params/src/Param/BaseBytes.tsx +++ b/packages/react-params/src/Param/BaseBytes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { RawParam, RawParamOnChange, RawParamOnEnter, RawParamOnEscape, Size, TypeDefExt } from '../types.js'; diff --git a/packages/react-params/src/Param/BasicAccountId20.tsx b/packages/react-params/src/Param/BasicAccountId20.tsx index 4d19eb6afc99..fbf9d46db52e 100644 --- a/packages/react-params/src/Param/BasicAccountId20.tsx +++ b/packages/react-params/src/Param/BasicAccountId20.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/BasicAccountId32.tsx b/packages/react-params/src/Param/BasicAccountId32.tsx index 3204ec94f9fd..d162e06e61f4 100644 --- a/packages/react-params/src/Param/BasicAccountId32.tsx +++ b/packages/react-params/src/Param/BasicAccountId32.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/BasicAccountIdBase.tsx b/packages/react-params/src/Param/BasicAccountIdBase.tsx index 380b7d7192c0..3df5cd85b718 100644 --- a/packages/react-params/src/Param/BasicAccountIdBase.tsx +++ b/packages/react-params/src/Param/BasicAccountIdBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props as BaseProps } from '../types.js'; diff --git a/packages/react-params/src/Param/Bool.tsx b/packages/react-params/src/Param/Bool.tsx index 7d237b46a413..bee134f6a4b7 100644 --- a/packages/react-params/src/Param/Bool.tsx +++ b/packages/react-params/src/Param/Bool.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Bytes.tsx b/packages/react-params/src/Param/Bytes.tsx index 2fc4ce99b6f2..5c96037f71a3 100644 --- a/packages/react-params/src/Param/Bytes.tsx +++ b/packages/react-params/src/Param/Bytes.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Call.tsx b/packages/react-params/src/Param/Call.tsx index df78a0c188e8..ce91676b8ffd 100644 --- a/packages/react-params/src/Param/Call.tsx +++ b/packages/react-params/src/Param/Call.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Extrinsic } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Param/Cid.tsx b/packages/react-params/src/Param/Cid.tsx index b78c6fdd82b7..9e956dc8f112 100644 --- a/packages/react-params/src/Param/Cid.tsx +++ b/packages/react-params/src/Param/Cid.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAllianceCid } from '@polkadot/types/lookup'; diff --git a/packages/react-params/src/Param/Code.tsx b/packages/react-params/src/Param/Code.tsx index 9efe68848ddd..f4a74ae97eb9 100644 --- a/packages/react-params/src/Param/Code.tsx +++ b/packages/react-params/src/Param/Code.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/DispatchError.tsx b/packages/react-params/src/Param/DispatchError.tsx index 5e397083a494..3c3dceba9ffd 100644 --- a/packages/react-params/src/Param/DispatchError.tsx +++ b/packages/react-params/src/Param/DispatchError.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DispatchError } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Param/DispatchResult.tsx b/packages/react-params/src/Param/DispatchResult.tsx index 440285cd0282..ca45beff488e 100644 --- a/packages/react-params/src/Param/DispatchResult.tsx +++ b/packages/react-params/src/Param/DispatchResult.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DispatchResult } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/Param/Enum.tsx b/packages/react-params/src/Param/Enum.tsx index 68cbc96536ed..c02ad4c367f1 100644 --- a/packages/react-params/src/Param/Enum.tsx +++ b/packages/react-params/src/Param/Enum.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registry, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-params/src/Param/File.tsx b/packages/react-params/src/Param/File.tsx index e4036cd1e3e3..ec1a07843ff3 100644 --- a/packages/react-params/src/Param/File.tsx +++ b/packages/react-params/src/Param/File.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-params/src/Param/Hash160.tsx b/packages/react-params/src/Param/Hash160.tsx index 3b44d2a0c738..4bb4a1503e8f 100644 --- a/packages/react-params/src/Param/Hash160.tsx +++ b/packages/react-params/src/Param/Hash160.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Hash256.tsx b/packages/react-params/src/Param/Hash256.tsx index 81a4613bdd96..29a8b9142336 100644 --- a/packages/react-params/src/Param/Hash256.tsx +++ b/packages/react-params/src/Param/Hash256.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Hash512.tsx b/packages/react-params/src/Param/Hash512.tsx index 496afd7bd605..28086661da3d 100644 --- a/packages/react-params/src/Param/Hash512.tsx +++ b/packages/react-params/src/Param/Hash512.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/KeyValue.tsx b/packages/react-params/src/Param/KeyValue.tsx index 4350f6ccd735..f361038245bf 100644 --- a/packages/react-params/src/Param/KeyValue.tsx +++ b/packages/react-params/src/Param/KeyValue.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/KeyValueArray.tsx b/packages/react-params/src/Param/KeyValueArray.tsx index 13208ab479aa..4467e99aadb4 100644 --- a/packages/react-params/src/Param/KeyValueArray.tsx +++ b/packages/react-params/src/Param/KeyValueArray.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Vec } from '@polkadot/types'; diff --git a/packages/react-params/src/Param/Moment.tsx b/packages/react-params/src/Param/Moment.tsx index 438ad6472306..6bdd9f5704d4 100644 --- a/packages/react-params/src/Param/Moment.tsx +++ b/packages/react-params/src/Param/Moment.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props, RawParamOnChangeValue } from '../types.js'; diff --git a/packages/react-params/src/Param/Null.tsx b/packages/react-params/src/Param/Null.tsx index 26ff7aa1d2a5..78095dbd6404 100644 --- a/packages/react-params/src/Param/Null.tsx +++ b/packages/react-params/src/Param/Null.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/OpaqueCall.tsx b/packages/react-params/src/Param/OpaqueCall.tsx index aea0ce7e7de0..f54e90907c53 100644 --- a/packages/react-params/src/Param/OpaqueCall.tsx +++ b/packages/react-params/src/Param/OpaqueCall.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Bytes } from '@polkadot/types'; diff --git a/packages/react-params/src/Param/Option.tsx b/packages/react-params/src/Param/Option.tsx index fecfb350f7ba..444f27b51744 100644 --- a/packages/react-params/src/Param/Option.tsx +++ b/packages/react-params/src/Param/Option.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-params/src/Param/Raw.tsx b/packages/react-params/src/Param/Raw.tsx index c0ef8b79dece..a59b942f8cd3 100644 --- a/packages/react-params/src/Param/Raw.tsx +++ b/packages/react-params/src/Param/Raw.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec } from '@polkadot/types/types'; diff --git a/packages/react-params/src/Param/Static.tsx b/packages/react-params/src/Param/Static.tsx index cb23c8bb60f9..123b5c360328 100644 --- a/packages/react-params/src/Param/Static.tsx +++ b/packages/react-params/src/Param/Static.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Codec } from '@polkadot/types/types'; diff --git a/packages/react-params/src/Param/Struct.tsx b/packages/react-params/src/Param/Struct.tsx index 07c05327390f..bf675cf9049b 100644 --- a/packages/react-params/src/Param/Struct.tsx +++ b/packages/react-params/src/Param/Struct.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props, RawParam } from '../types.js'; diff --git a/packages/react-params/src/Param/Text.tsx b/packages/react-params/src/Param/Text.tsx index 2e10b83a6d22..281a31f55e58 100644 --- a/packages/react-params/src/Param/Text.tsx +++ b/packages/react-params/src/Param/Text.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/Tuple.tsx b/packages/react-params/src/Param/Tuple.tsx index a3d95c1bcfd5..d3b2198489f9 100644 --- a/packages/react-params/src/Param/Tuple.tsx +++ b/packages/react-params/src/Param/Tuple.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props, RawParam } from '../types.js'; diff --git a/packages/react-params/src/Param/Unknown.tsx b/packages/react-params/src/Param/Unknown.tsx index 38ccf33fc93d..030a7b41c700 100644 --- a/packages/react-params/src/Param/Unknown.tsx +++ b/packages/react-params/src/Param/Unknown.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props as BaseProps } from '../types.js'; diff --git a/packages/react-params/src/Param/Vector.tsx b/packages/react-params/src/Param/Vector.tsx index 67f375aca4d7..5dc30a9824c8 100644 --- a/packages/react-params/src/Param/Vector.tsx +++ b/packages/react-params/src/Param/Vector.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParamDef, Props, RawParam } from '../types.js'; diff --git a/packages/react-params/src/Param/VectorFixed.tsx b/packages/react-params/src/Param/VectorFixed.tsx index 6eed6fe8d178..ac32d193012b 100644 --- a/packages/react-params/src/Param/VectorFixed.tsx +++ b/packages/react-params/src/Param/VectorFixed.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ParamDef, Props, RawParam } from '../types.js'; diff --git a/packages/react-params/src/Param/Vote.tsx b/packages/react-params/src/Param/Vote.tsx index c1531ae5f2f4..c4d3c2ed824d 100644 --- a/packages/react-params/src/Param/Vote.tsx +++ b/packages/react-params/src/Param/Vote.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/VoteThreshold.tsx b/packages/react-params/src/Param/VoteThreshold.tsx index d62e1228e1a9..c7a1f2ac16bd 100644 --- a/packages/react-params/src/Param/VoteThreshold.tsx +++ b/packages/react-params/src/Param/VoteThreshold.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-params/src/Param/findComponent.ts b/packages/react-params/src/Param/findComponent.ts index 859ee8a61a0f..2ee2ad1d2beb 100644 --- a/packages/react-params/src/Param/findComponent.ts +++ b/packages/react-params/src/Param/findComponent.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-params/src/Param/index.tsx b/packages/react-params/src/Param/index.tsx index 660026903830..b7b8a245ec41 100644 --- a/packages/react-params/src/Param/index.tsx +++ b/packages/react-params/src/Param/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; diff --git a/packages/react-params/src/Param/useParamDefs.ts b/packages/react-params/src/Param/useParamDefs.ts index 20d9f6352452..5755e66193e8 100644 --- a/packages/react-params/src/Param/useParamDefs.ts +++ b/packages/react-params/src/Param/useParamDefs.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registry, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-params/src/ParamComp.tsx b/packages/react-params/src/ParamComp.tsx index 94aa42874f7e..66ecd2553117 100644 --- a/packages/react-params/src/ParamComp.tsx +++ b/packages/react-params/src/ParamComp.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registry, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-params/src/index.tsx b/packages/react-params/src/index.tsx index 91e11bf76ee1..256510e85ea0 100644 --- a/packages/react-params/src/index.tsx +++ b/packages/react-params/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { I18nProps } from '@polkadot/react-components/types'; diff --git a/packages/react-params/src/initValue.ts b/packages/react-params/src/initValue.ts index c98464c6b799..1c6d22d9f57e 100644 --- a/packages/react-params/src/initValue.ts +++ b/packages/react-params/src/initValue.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registry, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-params/src/overrides.ts b/packages/react-params/src/overrides.ts index cee809da756d..d011b4244060 100644 --- a/packages/react-params/src/overrides.ts +++ b/packages/react-params/src/overrides.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ComponentMap } from './types.js'; diff --git a/packages/react-params/src/translate.ts b/packages/react-params/src/translate.ts index 7c83b8b08046..9f960e341033 100644 --- a/packages/react-params/src/translate.ts +++ b/packages/react-params/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-params/src/types.ts b/packages/react-params/src/types.ts index cd6f8fac4bc2..ebc240acf8f9 100644 --- a/packages/react-params/src/types.ts +++ b/packages/react-params/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type React from 'react'; diff --git a/packages/react-params/src/util.ts b/packages/react-params/src/util.ts index c899c5f62cb9..e9eac7e0f05e 100644 --- a/packages/react-params/src/util.ts +++ b/packages/react-params/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletAllianceCid } from '@polkadot/types/lookup'; diff --git a/packages/react-params/src/valueToText.tsx b/packages/react-params/src/valueToText.tsx index 09b277ef1dc3..6ed471c435d4 100644 --- a/packages/react-params/src/valueToText.tsx +++ b/packages/react-params/src/valueToText.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Keys, ValidatorId } from '@polkadot/types/interfaces'; diff --git a/packages/react-params/src/values.ts b/packages/react-params/src/values.ts index addf54024e6b..c05da9e144d1 100644 --- a/packages/react-params/src/values.ts +++ b/packages/react-params/src/values.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-params authors & contributors +// Copyright 2017-2024 @polkadot/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registry, TypeDef } from '@polkadot/types/types'; diff --git a/packages/react-query/src/Available.tsx b/packages/react-query/src/Available.tsx index ff06b7307d72..91fae8a0e16e 100644 --- a/packages/react-query/src/Available.tsx +++ b/packages/react-query/src/Available.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/Balance.tsx b/packages/react-query/src/Balance.tsx index 9458e983bbe8..f6af4f05f3f9 100644 --- a/packages/react-query/src/Balance.tsx +++ b/packages/react-query/src/Balance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/BalanceFree.tsx b/packages/react-query/src/BalanceFree.tsx index 7d4ddb2c313b..f6fc73421685 100644 --- a/packages/react-query/src/BalanceFree.tsx +++ b/packages/react-query/src/BalanceFree.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/BalanceVoting.tsx b/packages/react-query/src/BalanceVoting.tsx index fcc935511caf..433e71eb684d 100644 --- a/packages/react-query/src/BalanceVoting.tsx +++ b/packages/react-query/src/BalanceVoting.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/BestFinalized.tsx b/packages/react-query/src/BestFinalized.tsx index 161797da5e12..320f7a687030 100644 --- a/packages/react-query/src/BestFinalized.tsx +++ b/packages/react-query/src/BestFinalized.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/react-query/src/BestNumber.tsx b/packages/react-query/src/BestNumber.tsx index 8f8a0fa28359..942bd4e5aacb 100644 --- a/packages/react-query/src/BestNumber.tsx +++ b/packages/react-query/src/BestNumber.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BlockNumber } from '@polkadot/types/interfaces'; diff --git a/packages/react-query/src/BlockToTime.tsx b/packages/react-query/src/BlockToTime.tsx index 35d81ab77027..6d23a68a227d 100644 --- a/packages/react-query/src/BlockToTime.tsx +++ b/packages/react-query/src/BlockToTime.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-query/src/Bonded.tsx b/packages/react-query/src/Bonded.tsx index a27da3b715b7..26cc6ff30f7c 100644 --- a/packages/react-query/src/Bonded.tsx +++ b/packages/react-query/src/Bonded.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Option } from '@polkadot/types'; diff --git a/packages/react-query/src/Chain.tsx b/packages/react-query/src/Chain.tsx index 5722f69f9c8d..62da693a8351 100644 --- a/packages/react-query/src/Chain.tsx +++ b/packages/react-query/src/Chain.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-query/src/Elapsed.tsx b/packages/react-query/src/Elapsed.tsx index 64696d852d83..d7e79ebdab2d 100644 --- a/packages/react-query/src/Elapsed.tsx +++ b/packages/react-query/src/Elapsed.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-query/src/FormatBalance.tsx b/packages/react-query/src/FormatBalance.tsx index 0c13152e7a86..1493b61453ef 100644 --- a/packages/react-query/src/FormatBalance.tsx +++ b/packages/react-query/src/FormatBalance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Compact } from '@polkadot/types'; diff --git a/packages/react-query/src/LockedVote.tsx b/packages/react-query/src/LockedVote.tsx index 4ee8ae7b18aa..b3b7ef036aaa 100644 --- a/packages/react-query/src/LockedVote.tsx +++ b/packages/react-query/src/LockedVote.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveCouncilVote } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/NodeName.tsx b/packages/react-query/src/NodeName.tsx index 79515894d1f6..9a40e491314a 100644 --- a/packages/react-query/src/NodeName.tsx +++ b/packages/react-query/src/NodeName.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-query/src/NodeVersion.tsx b/packages/react-query/src/NodeVersion.tsx index 64624065b5eb..4320824a9d27 100644 --- a/packages/react-query/src/NodeVersion.tsx +++ b/packages/react-query/src/NodeVersion.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-query/src/Nonce.tsx b/packages/react-query/src/Nonce.tsx index ed223ce5a1f2..f75dc1ee8c45 100644 --- a/packages/react-query/src/Nonce.tsx +++ b/packages/react-query/src/Nonce.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/SessionToTime.tsx b/packages/react-query/src/SessionToTime.tsx index 5faafd521e28..f3d1b98d8940 100644 --- a/packages/react-query/src/SessionToTime.tsx +++ b/packages/react-query/src/SessionToTime.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveSessionProgress } from '@polkadot/api-derive/types'; diff --git a/packages/react-query/src/TimeNow.tsx b/packages/react-query/src/TimeNow.tsx index 49948156887e..c9d6a3598e2c 100644 --- a/packages/react-query/src/TimeNow.tsx +++ b/packages/react-query/src/TimeNow.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Moment } from '@polkadot/types/interfaces'; diff --git a/packages/react-query/src/TotalInactive.tsx b/packages/react-query/src/TotalInactive.tsx index b8a09721cd4d..827b7227f14e 100644 --- a/packages/react-query/src/TotalInactive.tsx +++ b/packages/react-query/src/TotalInactive.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-query/src/TotalIssuance.tsx b/packages/react-query/src/TotalIssuance.tsx index 64415e582085..7b7af3baf911 100644 --- a/packages/react-query/src/TotalIssuance.tsx +++ b/packages/react-query/src/TotalIssuance.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; diff --git a/packages/react-query/src/index.ts b/packages/react-query/src/index.ts index ae29f2f23dbd..6d92730788e1 100644 --- a/packages/react-query/src/index.ts +++ b/packages/react-query/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 export { default as Available } from './Available.js'; diff --git a/packages/react-query/src/translate.ts b/packages/react-query/src/translate.ts index 4b809aca43f9..a96befe7d5c3 100644 --- a/packages/react-query/src/translate.ts +++ b/packages/react-query/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-query authors & contributors +// Copyright 2017-2024 @polkadot/react-query authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/react-signer/src/Address.tsx b/packages/react-signer/src/Address.tsx index 7b3baac9981e..676332cc3c3f 100644 --- a/packages/react-signer/src/Address.tsx +++ b/packages/react-signer/src/Address.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-signer/src/Password.tsx b/packages/react-signer/src/Password.tsx index 62a25e54176e..823f18dd6111 100644 --- a/packages/react-signer/src/Password.tsx +++ b/packages/react-signer/src/Password.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringPair } from '@polkadot/keyring/types'; diff --git a/packages/react-signer/src/PaymentInfo.tsx b/packages/react-signer/src/PaymentInfo.tsx index cbbdfdc19bb0..dd0b1f4cac7f 100644 --- a/packages/react-signer/src/PaymentInfo.tsx +++ b/packages/react-signer/src/PaymentInfo.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/promise/types'; diff --git a/packages/react-signer/src/Qr.tsx b/packages/react-signer/src/Qr.tsx index e3b9b357b439..aeac733594a5 100644 --- a/packages/react-signer/src/Qr.tsx +++ b/packages/react-signer/src/Qr.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import React, { useCallback, useState } from 'react'; diff --git a/packages/react-signer/src/SignFields.tsx b/packages/react-signer/src/SignFields.tsx index 4cef615701e7..a64a8109d0aa 100644 --- a/packages/react-signer/src/SignFields.tsx +++ b/packages/react-signer/src/SignFields.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SignerOptions } from '@polkadot/api/submittable/types'; diff --git a/packages/react-signer/src/Tip.tsx b/packages/react-signer/src/Tip.tsx index f1ee1edcb79a..a27a24674deb 100644 --- a/packages/react-signer/src/Tip.tsx +++ b/packages/react-signer/src/Tip.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { BN } from '@polkadot/util'; diff --git a/packages/react-signer/src/Transaction.tsx b/packages/react-signer/src/Transaction.tsx index 535d753e25b0..1f0276ed4180 100644 --- a/packages/react-signer/src/Transaction.tsx +++ b/packages/react-signer/src/Transaction.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { QueueTx } from '@polkadot/react-components/Status/types'; diff --git a/packages/react-signer/src/TxSigned.tsx b/packages/react-signer/src/TxSigned.tsx index 7ade3b3f47f6..f781dad36b1a 100644 --- a/packages/react-signer/src/TxSigned.tsx +++ b/packages/react-signer/src/TxSigned.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-signer/src/TxUnsigned.tsx b/packages/react-signer/src/TxUnsigned.tsx index 0713011e9f59..18c5b658dcfe 100644 --- a/packages/react-signer/src/TxUnsigned.tsx +++ b/packages/react-signer/src/TxUnsigned.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/react-signer/src/index.tsx b/packages/react-signer/src/index.tsx index 3ae22e9c6c35..38b7d4e3d4c1 100644 --- a/packages/react-signer/src/index.tsx +++ b/packages/react-signer/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/react-signer/src/signers/AccountSigner.ts b/packages/react-signer/src/signers/AccountSigner.ts index 825d87bf76c7..e1d2f2f29044 100644 --- a/packages/react-signer/src/signers/AccountSigner.ts +++ b/packages/react-signer/src/signers/AccountSigner.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Signer, SignerResult } from '@polkadot/api/types'; diff --git a/packages/react-signer/src/signers/ApiSigner.ts b/packages/react-signer/src/signers/ApiSigner.ts index 84bbbb6cae08..26ed58f1b9c5 100644 --- a/packages/react-signer/src/signers/ApiSigner.ts +++ b/packages/react-signer/src/signers/ApiSigner.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableResult } from '@polkadot/api'; diff --git a/packages/react-signer/src/signers/LedgerSigner.ts b/packages/react-signer/src/signers/LedgerSigner.ts index 8ff150702ad8..94935975bb9d 100644 --- a/packages/react-signer/src/signers/LedgerSigner.ts +++ b/packages/react-signer/src/signers/LedgerSigner.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Signer, SignerResult } from '@polkadot/api/types'; diff --git a/packages/react-signer/src/signers/QrSigner.ts b/packages/react-signer/src/signers/QrSigner.ts index e6dfd0e6976c..4fb5a84854e4 100644 --- a/packages/react-signer/src/signers/QrSigner.ts +++ b/packages/react-signer/src/signers/QrSigner.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Signer, SignerResult } from '@polkadot/api/types'; diff --git a/packages/react-signer/src/signers/index.ts b/packages/react-signer/src/signers/index.ts index 6b090a85f735..09b12122315a 100644 --- a/packages/react-signer/src/signers/index.ts +++ b/packages/react-signer/src/signers/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 // we use augmented types in this tsconfig diff --git a/packages/react-signer/src/translate.ts b/packages/react-signer/src/translate.ts index 9c415c190f2d..5900cb4f2e59 100644 --- a/packages/react-signer/src/translate.ts +++ b/packages/react-signer/src/translate.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import { useTranslation as useTranslationBase } from 'react-i18next'; diff --git a/packages/react-signer/src/types.ts b/packages/react-signer/src/types.ts index 9e2e7294671f..7af6a1c3fdbd 100644 --- a/packages/react-signer/src/types.ts +++ b/packages/react-signer/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SignerResult } from '@polkadot/api/types'; diff --git a/packages/react-signer/src/util.ts b/packages/react-signer/src/util.ts index f274a73d88ee..c3c17b86035d 100644 --- a/packages/react-signer/src/util.ts +++ b/packages/react-signer/src/util.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/react-signer authors & contributors +// Copyright 2017-2024 @polkadot/react-signer authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableResult } from '@polkadot/api'; diff --git a/packages/test-support/scripts/createBounties.ts b/packages/test-support/scripts/createBounties.ts index 2ab2e8ce96e1..534cd8416ec5 100644 --- a/packages/test-support/scripts/createBounties.ts +++ b/packages/test-support/scripts/createBounties.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import { createApi } from '@polkadot/test-support/api'; diff --git a/packages/test-support/scripts/lib/bountyWaitFunctions.ts b/packages/test-support/scripts/lib/bountyWaitFunctions.ts index bf8dd221b38b..dae6bc025d22 100644 --- a/packages/test-support/scripts/lib/bountyWaitFunctions.ts +++ b/packages/test-support/scripts/lib/bountyWaitFunctions.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/scripts/lib/changeBountyStateFunctions.ts b/packages/test-support/scripts/lib/changeBountyStateFunctions.ts index 7de64e1cd7ee..45f716421bed 100644 --- a/packages/test-support/scripts/lib/changeBountyStateFunctions.ts +++ b/packages/test-support/scripts/lib/changeBountyStateFunctions.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/scripts/lib/constants.ts b/packages/test-support/scripts/lib/constants.ts index 0630f3eedb17..8a94337315fa 100644 --- a/packages/test-support/scripts/lib/constants.ts +++ b/packages/test-support/scripts/lib/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import { BN } from '@polkadot/util'; diff --git a/packages/test-support/scripts/lib/helpers.ts b/packages/test-support/scripts/lib/helpers.ts index 35d5d059f604..f200da189b6b 100644 --- a/packages/test-support/scripts/lib/helpers.ts +++ b/packages/test-support/scripts/lib/helpers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/scripts/lib/multiFunctions.ts b/packages/test-support/scripts/lib/multiFunctions.ts index 6bd66e41bdc9..8a292917dbbb 100644 --- a/packages/test-support/scripts/lib/multiFunctions.ts +++ b/packages/test-support/scripts/lib/multiFunctions.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/src/api/createApi.ts b/packages/test-support/src/api/createApi.ts index eb3a45e3fb2c..b5efb61ad966 100644 --- a/packages/test-support/src/api/createApi.ts +++ b/packages/test-support/src/api/createApi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/src/api/createAugmentedApi.ts b/packages/test-support/src/api/createAugmentedApi.ts index 40810c2eea3f..3952f984bf30 100644 --- a/packages/test-support/src/api/createAugmentedApi.ts +++ b/packages/test-support/src/api/createAugmentedApi.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import { ApiPromise, WsProvider } from '@polkadot/api'; diff --git a/packages/test-support/src/api/index.ts b/packages/test-support/src/api/index.ts index b7e4beb1e968..624bc0947585 100644 --- a/packages/test-support/src/api/index.ts +++ b/packages/test-support/src/api/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import '@polkadot/api-augment/substrate'; diff --git a/packages/test-support/src/creation/account.ts b/packages/test-support/src/creation/account.ts index 5ea999044c9b..88b33fa6e1bf 100644 --- a/packages/test-support/src/creation/account.ts +++ b/packages/test-support/src/creation/account.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/test-support/src/creation/balance.ts b/packages/test-support/src/creation/balance.ts index a8aa6bba705f..50eccf343430 100644 --- a/packages/test-support/src/creation/balance.ts +++ b/packages/test-support/src/creation/balance.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import { TypeRegistry, u128 as U128 } from '@polkadot/types'; diff --git a/packages/test-support/src/creation/bounties.ts b/packages/test-support/src/creation/bounties.ts index 5979a3ff33e3..8deb4e313f13 100644 --- a/packages/test-support/src/creation/bounties.ts +++ b/packages/test-support/src/creation/bounties.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/src/creation/contact.ts b/packages/test-support/src/creation/contact.ts index 8eef44ff2b70..38df33f8ffa5 100644 --- a/packages/test-support/src/creation/contact.ts +++ b/packages/test-support/src/creation/contact.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/test-support/src/creation/hashes.ts b/packages/test-support/src/creation/hashes.ts index fc6ccf7286e9..1713bb109b3d 100644 --- a/packages/test-support/src/creation/hashes.ts +++ b/packages/test-support/src/creation/hashes.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Hash } from '@polkadot/types/interfaces'; diff --git a/packages/test-support/src/creation/staking.ts b/packages/test-support/src/creation/staking.ts index bfbf5731d9ff..e6a0e25a5bbc 100644 --- a/packages/test-support/src/creation/staking.ts +++ b/packages/test-support/src/creation/staking.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/app-bounties authors & contributors +// Copyright 2017-2024 @polkadot/app-bounties authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PalletStakingStakingLedger } from '@polkadot/types/lookup'; diff --git a/packages/test-support/src/creation/treasury.ts b/packages/test-support/src/creation/treasury.ts index d5bc9b0c041c..fea5dae6354a 100644 --- a/packages/test-support/src/creation/treasury.ts +++ b/packages/test-support/src/creation/treasury.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { ApiPromise } from '@polkadot/api'; diff --git a/packages/test-support/src/hooks/index.ts b/packages/test-support/src/hooks/index.ts index cd235d83a5de..3c1644dca147 100644 --- a/packages/test-support/src/hooks/index.ts +++ b/packages/test-support/src/hooks/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import { extractTime } from '@polkadot/util'; diff --git a/packages/test-support/src/keyring/MemoryStore.ts b/packages/test-support/src/keyring/MemoryStore.ts index fdea5191f252..a3b889e7f0a7 100644 --- a/packages/test-support/src/keyring/MemoryStore.ts +++ b/packages/test-support/src/keyring/MemoryStore.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringJson, KeyringStore } from '@polkadot/ui-keyring/types'; diff --git a/packages/test-support/src/keyring/addresses.ts b/packages/test-support/src/keyring/addresses.ts index eba666270a73..7425f77f7d7a 100644 --- a/packages/test-support/src/keyring/addresses.ts +++ b/packages/test-support/src/keyring/addresses.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export const alice = '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY'; diff --git a/packages/test-support/src/keyring/index.ts b/packages/test-support/src/keyring/index.ts index 32a8ab38d864..e72b7152a354 100644 --- a/packages/test-support/src/keyring/index.ts +++ b/packages/test-support/src/keyring/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './addresses.js'; diff --git a/packages/test-support/src/keyring/signers.ts b/packages/test-support/src/keyring/signers.ts index 5f5b5f1b0664..23c349740f87 100644 --- a/packages/test-support/src/keyring/signers.ts +++ b/packages/test-support/src/keyring/signers.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringPair } from '@polkadot/keyring/types'; diff --git a/packages/test-support/src/mockData/index.ts b/packages/test-support/src/mockData/index.ts index 1f2eb8578429..80bc95492775 100644 --- a/packages/test-support/src/mockData/index.ts +++ b/packages/test-support/src/mockData/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registrar } from '@polkadot/react-hooks/types'; diff --git a/packages/test-support/src/pages/Page.tsx b/packages/test-support/src/pages/Page.tsx index 493a3eb01e1c..901a5ce0c0a6 100644 --- a/packages/test-support/src/pages/Page.tsx +++ b/packages/test-support/src/pages/Page.tsx @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global jest, fail */ diff --git a/packages/test-support/src/pagesElements/JudgementTag.ts b/packages/test-support/src/pagesElements/JudgementTag.ts index 51a5145ab857..85b8b78b72c4 100644 --- a/packages/test-support/src/pagesElements/JudgementTag.ts +++ b/packages/test-support/src/pagesElements/JudgementTag.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global fail */ diff --git a/packages/test-support/src/pagesElements/Row.ts b/packages/test-support/src/pagesElements/Row.ts index d0999ea546f7..ebd881179f19 100644 --- a/packages/test-support/src/pagesElements/Row.ts +++ b/packages/test-support/src/pagesElements/Row.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global expect */ diff --git a/packages/test-support/src/pagesElements/Sidebar.ts b/packages/test-support/src/pagesElements/Sidebar.ts index 6e3f7df6db65..de872bfa3506 100644 --- a/packages/test-support/src/pagesElements/Sidebar.ts +++ b/packages/test-support/src/pagesElements/Sidebar.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global expect */ diff --git a/packages/test-support/src/pagesElements/Table.ts b/packages/test-support/src/pagesElements/Table.ts index 288ab7b3d5cf..39c5749cbd00 100644 --- a/packages/test-support/src/pagesElements/Table.ts +++ b/packages/test-support/src/pagesElements/Table.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global expect */ diff --git a/packages/test-support/src/pagesElements/index.ts b/packages/test-support/src/pagesElements/index.ts index e44dfbf82bae..9fbbf695aea3 100644 --- a/packages/test-support/src/pagesElements/index.ts +++ b/packages/test-support/src/pagesElements/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './JudgementTag.js'; diff --git a/packages/test-support/src/react/apiInTests.ts b/packages/test-support/src/react/apiInTests.ts index 2a91f44065d7..ccfc96eb25a1 100644 --- a/packages/test-support/src/react/apiInTests.ts +++ b/packages/test-support/src/react/apiInTests.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { PropsWithChildren } from 'react'; diff --git a/packages/test-support/src/react/index.ts b/packages/test-support/src/react/index.ts index 158d261b684b..3ceace2e41ca 100644 --- a/packages/test-support/src/react/index.ts +++ b/packages/test-support/src/react/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './apiInTests.js'; diff --git a/packages/test-support/src/substrate/constants.ts b/packages/test-support/src/substrate/constants.ts index 5e9088094cb7..8827d3ca3811 100644 --- a/packages/test-support/src/substrate/constants.ts +++ b/packages/test-support/src/substrate/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export const SUBSTRATE_PORT = Number.parseInt(process.env.TEST_SUBSTRATE_PORT || '30333'); diff --git a/packages/test-support/src/substrate/index.ts b/packages/test-support/src/substrate/index.ts index 3e520afb9f68..efc1b71058d7 100644 --- a/packages/test-support/src/substrate/index.ts +++ b/packages/test-support/src/substrate/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './constants.js'; diff --git a/packages/test-support/src/transaction/execute.ts b/packages/test-support/src/transaction/execute.ts index 9190fc9bbbb3..8a00a40a5d6a 100644 --- a/packages/test-support/src/transaction/execute.ts +++ b/packages/test-support/src/transaction/execute.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { SubmittableExtrinsic } from '@polkadot/api/types'; diff --git a/packages/test-support/src/transaction/index.ts b/packages/test-support/src/transaction/index.ts index 257d5e111841..1e08256c9b2d 100644 --- a/packages/test-support/src/transaction/index.ts +++ b/packages/test-support/src/transaction/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './execute.js'; diff --git a/packages/test-support/src/types.ts b/packages/test-support/src/types.ts index 98e957fead0a..5fa015427404 100644 --- a/packages/test-support/src/types.ts +++ b/packages/test-support/src/types.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/test-support/src/utils/accountDefaults.ts b/packages/test-support/src/utils/accountDefaults.ts index ca1d0f58d5de..1456dbafcb74 100644 --- a/packages/test-support/src/utils/accountDefaults.ts +++ b/packages/test-support/src/utils/accountDefaults.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { DeriveBalancesAll, DeriveStakingAccount } from '@polkadot/api-derive/types'; diff --git a/packages/test-support/src/utils/balance.ts b/packages/test-support/src/utils/balance.ts index 1452d752d82c..a04e9cc62c52 100644 --- a/packages/test-support/src/utils/balance.ts +++ b/packages/test-support/src/utils/balance.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Balance } from '@polkadot/types/interfaces'; diff --git a/packages/test-support/src/utils/index.ts b/packages/test-support/src/utils/index.ts index 1f1acf239dcd..4b4e0cb26c2d 100644 --- a/packages/test-support/src/utils/index.ts +++ b/packages/test-support/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 export * from './accountDefaults.js'; diff --git a/packages/test-support/src/utils/mockApiHooks.ts b/packages/test-support/src/utils/mockApiHooks.ts index 5686b18137ae..c2f60a141a26 100644 --- a/packages/test-support/src/utils/mockApiHooks.ts +++ b/packages/test-support/src/utils/mockApiHooks.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Registrar } from '@polkadot/react-hooks/types'; diff --git a/packages/test-support/src/utils/renderedScreenUtils.ts b/packages/test-support/src/utils/renderedScreenUtils.ts index 973efd3777d6..3b461f81b68d 100644 --- a/packages/test-support/src/utils/renderedScreenUtils.ts +++ b/packages/test-support/src/utils/renderedScreenUtils.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-supports authors & contributors +// Copyright 2017-2024 @polkadot/test-supports authors & contributors // SPDX-License-Identifier: Apache-2.0 /* global expect */ diff --git a/packages/test-support/src/utils/waitFor.ts b/packages/test-support/src/utils/waitFor.ts index 057d9497dcb9..a3c6b4afa27b 100644 --- a/packages/test-support/src/utils/waitFor.ts +++ b/packages/test-support/src/utils/waitFor.ts @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/test-support authors & contributors +// Copyright 2017-2024 @polkadot/test-support authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { WaitOptions } from '../types.js'; diff --git a/scripts/findPackages.cjs b/scripts/findPackages.cjs index aa67936a85bc..2272778f0f64 100644 --- a/scripts/findPackages.cjs +++ b/scripts/findPackages.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('node:fs'); diff --git a/scripts/i18nLint.cjs b/scripts/i18nLint.cjs index e8075f530b6f..34b8d6a44f96 100644 --- a/scripts/i18nLint.cjs +++ b/scripts/i18nLint.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('node:fs'); diff --git a/scripts/i18nSort.cjs b/scripts/i18nSort.cjs index 1e60e5d121f3..169230151083 100644 --- a/scripts/i18nSort.cjs +++ b/scripts/i18nSort.cjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('node:fs'); diff --git a/scripts/imgConvert.mjs b/scripts/imgConvert.mjs index fe12de64d2ba..242b21ff3d6e 100644 --- a/scripts/imgConvert.mjs +++ b/scripts/imgConvert.mjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 import fs from 'node:fs'; @@ -9,7 +9,7 @@ import { formatNumber, stringCamelCase } from '@polkadot/util'; const MAX_SIZE = 48 * 1024; // FIXME The sorting here and the sorting from linting seems like a mismatch... -const HEADER = '// Copyright 2017-2023 @polkadot/apps authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n// Do not edit. Auto-generated via node scripts/imgConvert.mjs\n\n'; +const HEADER = '// Copyright 2017-2024 @polkadot/apps authors & contributors\n// SPDX-License-Identifier: Apache-2.0\n\n// Do not edit. Auto-generated via node scripts/imgConvert.mjs\n\n'; /** @type {Record} */ const MIME = { diff --git a/scripts/ipfsUpload.mjs b/scripts/ipfsUpload.mjs index 7d64a392c19f..c2f9aac996ff 100644 --- a/scripts/ipfsUpload.mjs +++ b/scripts/ipfsUpload.mjs @@ -1,4 +1,4 @@ -// Copyright 2017-2023 @polkadot/apps authors & contributors +// Copyright 2017-2024 @polkadot/apps authors & contributors // SPDX-License-Identifier: Apache-2.0 // eslint-disable-next-line @typescript-eslint/ban-ts-comment diff --git a/scripts/robohash.cjs b/scripts/robohash.cjs index 5883f1e1b589..e645087220de 100755 --- a/scripts/robohash.cjs +++ b/scripts/robohash.cjs @@ -1,10 +1,10 @@ -// Copyright 2017-2023 @polkadot/react-components authors & contributors +// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 const fs = require('node:fs'); const path = require('node:path'); -const HEADER = `// Copyright 2017-2023 @polkadot/react-components authors & contributors +const HEADER = `// Copyright 2017-2024 @polkadot/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 // Automatically generated, do not edit