From 21cd0e393a744dd55d77d63e6bb9aba0858b84f2 Mon Sep 17 00:00:00 2001 From: "kai.arrowood" Date: Fri, 8 Mar 2024 14:35:32 -0500 Subject: [PATCH] chore(copy-uuid): remove package [khcp-9465] --- packages/core/copy-uuid/CHANGELOG.md | 1890 ----------------- packages/core/copy-uuid/LICENSE | 201 -- packages/core/copy-uuid/README.md | 223 -- packages/core/copy-uuid/package.json | 70 - packages/core/copy-uuid/sandbox/App.vue | 79 - packages/core/copy-uuid/sandbox/index.html | 25 - packages/core/copy-uuid/sandbox/index.ts | 19 - packages/core/copy-uuid/sandbox/tsconfig.json | 13 - .../copy-uuid/src/components/CopyUuid.cy.ts | 345 --- .../copy-uuid/src/components/CopyUuid.vue | 207 -- packages/core/copy-uuid/src/constants.ts | 1 - .../core/copy-uuid/src/global-components.d.ts | 2 - packages/core/copy-uuid/src/index.ts | 22 - packages/core/copy-uuid/src/locales/en.json | 10 - packages/core/copy-uuid/src/types/index.ts | 1 - packages/core/copy-uuid/src/types/notify.ts | 10 - packages/core/copy-uuid/tsconfig.build.json | 12 - packages/core/copy-uuid/tsconfig.json | 23 - packages/core/copy-uuid/vite.config.ts | 40 - 19 files changed, 3193 deletions(-) delete mode 100644 packages/core/copy-uuid/CHANGELOG.md delete mode 100644 packages/core/copy-uuid/LICENSE delete mode 100644 packages/core/copy-uuid/README.md delete mode 100644 packages/core/copy-uuid/package.json delete mode 100644 packages/core/copy-uuid/sandbox/App.vue delete mode 100644 packages/core/copy-uuid/sandbox/index.html delete mode 100644 packages/core/copy-uuid/sandbox/index.ts delete mode 100644 packages/core/copy-uuid/sandbox/tsconfig.json delete mode 100644 packages/core/copy-uuid/src/components/CopyUuid.cy.ts delete mode 100644 packages/core/copy-uuid/src/components/CopyUuid.vue delete mode 100644 packages/core/copy-uuid/src/constants.ts delete mode 100644 packages/core/copy-uuid/src/global-components.d.ts delete mode 100644 packages/core/copy-uuid/src/index.ts delete mode 100644 packages/core/copy-uuid/src/locales/en.json delete mode 100644 packages/core/copy-uuid/src/types/index.ts delete mode 100644 packages/core/copy-uuid/src/types/notify.ts delete mode 100644 packages/core/copy-uuid/tsconfig.build.json delete mode 100644 packages/core/copy-uuid/tsconfig.json delete mode 100644 packages/core/copy-uuid/vite.config.ts diff --git a/packages/core/copy-uuid/CHANGELOG.md b/packages/core/copy-uuid/CHANGELOG.md deleted file mode 100644 index fec327671b..0000000000 --- a/packages/core/copy-uuid/CHANGELOG.md +++ /dev/null @@ -1,1890 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [2.0.43](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.42...@kong-ui-public/copy-uuid@2.0.43) (2024-03-08) - - -### Bug Fixes - -* replace CopyUuid with KCopy [khcp-9465] ([#1210](https://github.com/Kong/public-ui-components/issues/1210)) ([e409d60](https://github.com/Kong/public-ui-components/commit/e409d60b7ab483c200ed6bb33f43ff571d6e6b88)) - - - - - -## [2.0.42](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.41...@kong-ui-public/copy-uuid@2.0.42) (2024-03-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.41](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.40...@kong-ui-public/copy-uuid@2.0.41) (2024-02-27) - - -### Bug Fixes - -* kongponents alpha phase 8 [KHCP-10758] ([#1170](https://github.com/Kong/public-ui-components/issues/1170)) ([ff130c3](https://github.com/Kong/public-ui-components/commit/ff130c3c9f1af9e9fcb09fb8c23ae758cc0a5ae2)) - - - - - -## [2.0.40](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.39...@kong-ui-public/copy-uuid@2.0.40) (2024-02-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.39](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.38...@kong-ui-public/copy-uuid@2.0.39) (2024-02-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.38](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.37...@kong-ui-public/copy-uuid@2.0.38) (2024-02-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.37](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.36...@kong-ui-public/copy-uuid@2.0.37) (2024-02-13) - - -### Bug Fixes - -* kongponents alpha phase 7 [KHCP-10653] ([#1149](https://github.com/Kong/public-ui-components/issues/1149)) ([bd76d01](https://github.com/Kong/public-ui-components/commit/bd76d011107f92109022fc22877b795167798d01)) - - - - - -## [2.0.36](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.35...@kong-ui-public/copy-uuid@2.0.36) (2024-02-05) - - -### Bug Fixes - -* kongponents alpha phase 6 [KHCP-10444] ([#1135](https://github.com/Kong/public-ui-components/issues/1135)) ([bf6d314](https://github.com/Kong/public-ui-components/commit/bf6d314c1fe657a10f64e8db926f3f3feb36ca3f)) - - - - - -## [2.0.35](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.34...@kong-ui-public/copy-uuid@2.0.35) (2024-02-05) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.34](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.33...@kong-ui-public/copy-uuid@2.0.34) (2024-01-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.33](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.32...@kong-ui-public/copy-uuid@2.0.33) (2024-01-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.31...@kong-ui-public/copy-uuid@2.0.32) (2024-01-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.30...@kong-ui-public/copy-uuid@2.0.31) (2024-01-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.29...@kong-ui-public/copy-uuid@2.0.30) (2024-01-23) - - -### Bug Fixes - -* kongponents alpha phase 5 [KHCP-10381] ([#1097](https://github.com/Kong/public-ui-components/issues/1097)) ([24e5ba6](https://github.com/Kong/public-ui-components/commit/24e5ba6d6b256b092276c70e16d2e221d5be0c17)) - - - - - -## [2.0.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.28...@kong-ui-public/copy-uuid@2.0.29) (2024-01-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.27...@kong-ui-public/copy-uuid@2.0.28) (2024-01-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.26...@kong-ui-public/copy-uuid@2.0.27) (2024-01-19) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.13 ([#1090](https://github.com/Kong/public-ui-components/issues/1090)) ([8939575](https://github.com/Kong/public-ui-components/commit/8939575e252049d7af455a1d343afb9e85632f1b)) - - - - - -## [2.0.26](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.25...@kong-ui-public/copy-uuid@2.0.26) (2024-01-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.25](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.24...@kong-ui-public/copy-uuid@2.0.25) (2024-01-17) - - -### Bug Fixes - -* kongponents alpha phase 4 [KHCP-10182] ([#1069](https://github.com/Kong/public-ui-components/issues/1069)) ([8dc4cb0](https://github.com/Kong/public-ui-components/commit/8dc4cb060fc5414381824b1eb8ce7691d1346ce5)) - - - - - -## [2.0.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.23...@kong-ui-public/copy-uuid@2.0.24) (2024-01-15) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.12 ([#1073](https://github.com/Kong/public-ui-components/issues/1073)) ([4cd95e5](https://github.com/Kong/public-ui-components/commit/4cd95e51ada9c8614648e81e9bdf2471b789ca65)) - - - - - -## [2.0.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.22...@kong-ui-public/copy-uuid@2.0.23) (2024-01-12) - - -### Bug Fixes - -* widen peer dependencies ([#1071](https://github.com/Kong/public-ui-components/issues/1071)) ([4a345d2](https://github.com/Kong/public-ui-components/commit/4a345d28f53d9248846a9ffc4ed1011d6ff8616f)) - - - - - -## [2.0.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.21...@kong-ui-public/copy-uuid@2.0.22) (2024-01-12) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.20...@kong-ui-public/copy-uuid@2.0.21) (2024-01-11) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.11 ([#1063](https://github.com/Kong/public-ui-components/issues/1063)) ([2eee31d](https://github.com/Kong/public-ui-components/commit/2eee31d1e56367c283f46d5bfa11e37bd9a6e31f)) - - - - - -## [2.0.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.19...@kong-ui-public/copy-uuid@2.0.20) (2024-01-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.18...@kong-ui-public/copy-uuid@2.0.19) (2024-01-01) - - -### Bug Fixes - -* **deps:** update all non-major dependencies with stable version ([#1042](https://github.com/Kong/public-ui-components/issues/1042)) ([6112776](https://github.com/Kong/public-ui-components/commit/61127764e7f193177a394e292db30ff11aab0409)) - - - - - -## [2.0.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.17...@kong-ui-public/copy-uuid@2.0.18) (2023-12-27) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.16...@kong-ui-public/copy-uuid@2.0.17) (2023-12-22) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.8 ([#1025](https://github.com/Kong/public-ui-components/issues/1025)) ([335f314](https://github.com/Kong/public-ui-components/commit/335f314ef8de6d1245ca34d8c5b3468812256f24)) - - - - - -## [2.0.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.15...@kong-ui-public/copy-uuid@2.0.16) (2023-12-21) - - -### Bug Fixes - -* type exports ([efecd88](https://github.com/Kong/public-ui-components/commit/efecd8859a01aae41d9490b1758237233c925c19)) - - - - - -## [2.0.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.14...@kong-ui-public/copy-uuid@2.0.15) (2023-12-20) - - -### Bug Fixes - -* add design tokens plugin ([#1024](https://github.com/Kong/public-ui-components/issues/1024)) ([0d6b971](https://github.com/Kong/public-ui-components/commit/0d6b971fc8fb13ea32714416f8d20ce8f5ecf35e)) - - - - - -## [2.0.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.13...@kong-ui-public/copy-uuid@2.0.14) (2023-12-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.12...@kong-ui-public/copy-uuid@2.0.13) (2023-12-12) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.11...@kong-ui-public/copy-uuid@2.0.12) (2023-12-08) - - -### Bug Fixes - -* kongponents alpha phase 3 [KHCP-9942] ([#985](https://github.com/Kong/public-ui-components/issues/985)) ([dc61424](https://github.com/Kong/public-ui-components/commit/dc61424540d15386c73db9d106143dc7e50714de)) - - - - - -## [2.0.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.10...@kong-ui-public/copy-uuid@2.0.11) (2023-12-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.9...@kong-ui-public/copy-uuid@2.0.10) (2023-12-05) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.8...@kong-ui-public/copy-uuid@2.0.9) (2023-12-05) - - -### Bug Fixes - -* update kcard usage [KHCP-9887] ([#977](https://github.com/Kong/public-ui-components/issues/977)) ([3f00e69](https://github.com/Kong/public-ui-components/commit/3f00e69fd65d1eae07139cee52afb16825f34a9b)) - - - - - -## [2.0.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.7...@kong-ui-public/copy-uuid@2.0.8) (2023-12-01) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.2 ([#968](https://github.com/Kong/public-ui-components/issues/968)) ([afd8013](https://github.com/Kong/public-ui-components/commit/afd801327bfd53bede1215fa358b5828540af23a)) - - - - - -## [2.0.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.6...@kong-ui-public/copy-uuid@2.0.7) (2023-11-30) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.1 ([#962](https://github.com/Kong/public-ui-components/issues/962)) ([66680c6](https://github.com/Kong/public-ui-components/commit/66680c6981424e3529478f8aec203de3ac4d2053)) - - - - - -## [2.0.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.5...@kong-ui-public/copy-uuid@2.0.6) (2023-11-30) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.4...@kong-ui-public/copy-uuid@2.0.5) (2023-11-29) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.3...@kong-ui-public/copy-uuid@2.0.4) (2023-11-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.2...@kong-ui-public/copy-uuid@2.0.3) (2023-11-22) - - -### Bug Fixes - -* **entities-vaults:** fix kradio card occurrences ([#937](https://github.com/Kong/public-ui-components/issues/937)) ([21827e9](https://github.com/Kong/public-ui-components/commit/21827e9592a962ec0e7a7de1d76ebd80c36dcd2f)) - - - - - -## [2.0.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.1...@kong-ui-public/copy-uuid@2.0.2) (2023-11-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [2.0.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@2.0.0...@kong-ui-public/copy-uuid@2.0.1) (2023-11-20) - - -### Bug Fixes - -* **deps:** update dependency @kong/icons to ^1.8.0 ([#923](https://github.com/Kong/public-ui-components/issues/923)) ([dc7c17f](https://github.com/Kong/public-ui-components/commit/dc7c17ffb340fe4bcc49b7cf98281bb2e68cf4b7)) - - - - - -# [2.0.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.12...@kong-ui-public/copy-uuid@2.0.0) (2023-11-20) - - -### Features - -* kongponents alpha [KHCP-9494] ([#880](https://github.com/Kong/public-ui-components/issues/880)) ([f81ab17](https://github.com/Kong/public-ui-components/commit/f81ab1718a954ff6883baa9b2b47c0ccdb1e2f5e)) - - -### BREAKING CHANGES - -* Updating Kongponents to version 9 alpha. Style changes are breaking. - -* fix: lockfile - -* feat(ktextarea): kongponents alpha fixes - -* fix(copy-uuid): alignment - -* fix: lockfile - -* chore(deps): update package - - - - - -## [1.3.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.11...@kong-ui-public/copy-uuid@1.3.12) (2023-11-16) - - -### Bug Fixes - -* **copy-uuid:** add optional chaining [KHCP-9762] ([#915](https://github.com/Kong/public-ui-components/issues/915)) ([ddc340d](https://github.com/Kong/public-ui-components/commit/ddc340dd85d7fe289f21c6276667559789f3ec52)) - - - - - -## [1.3.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.10...@kong-ui-public/copy-uuid@1.3.11) (2023-11-16) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.9...@kong-ui-public/copy-uuid@1.3.10) (2023-11-15) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.8...@kong-ui-public/copy-uuid@1.3.9) (2023-11-11) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.7...@kong-ui-public/copy-uuid@1.3.8) (2023-11-03) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.6...@kong-ui-public/copy-uuid@1.3.7) (2023-11-01) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.5...@kong-ui-public/copy-uuid@1.3.6) (2023-10-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.4...@kong-ui-public/copy-uuid@1.3.5) (2023-10-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.3...@kong-ui-public/copy-uuid@1.3.4) (2023-10-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.2...@kong-ui-public/copy-uuid@1.3.3) (2023-10-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.1...@kong-ui-public/copy-uuid@1.3.2) (2023-10-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.3.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.3.0...@kong-ui-public/copy-uuid@1.3.1) (2023-10-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [1.3.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.2.2...@kong-ui-public/copy-uuid@1.3.0) (2023-10-10) - - -### Features - -* **error-boundary:** create component [KHCP-6068] ([#821](https://github.com/Kong/public-ui-components/issues/821)) ([6c7851f](https://github.com/Kong/public-ui-components/commit/6c7851f0c006973591ea7475c3e75c27eab45f88)) - - - - - -## [1.2.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.2.1...@kong-ui-public/copy-uuid@1.2.2) (2023-10-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.2.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.2.0...@kong-ui-public/copy-uuid@1.2.1) (2023-10-06) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [1.2.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.27...@kong-ui-public/copy-uuid@1.2.0) (2023-09-29) - - -### Features - -* **copy-uuid:** display tooltip on id hover ([#813](https://github.com/Kong/public-ui-components/issues/813)) ([db5a09f](https://github.com/Kong/public-ui-components/commit/db5a09f2b69f5ad54134ca60f7d1f373c62891eb)) - - - - - -## [1.1.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.26...@kong-ui-public/copy-uuid@1.1.27) (2023-09-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.26](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.25...@kong-ui-public/copy-uuid@1.1.26) (2023-09-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.25](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.24...@kong-ui-public/copy-uuid@1.1.25) (2023-09-27) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.23...@kong-ui-public/copy-uuid@1.1.24) (2023-09-20) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.22...@kong-ui-public/copy-uuid@1.1.23) (2023-09-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.21...@kong-ui-public/copy-uuid@1.1.22) (2023-09-16) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.20...@kong-ui-public/copy-uuid@1.1.21) (2023-09-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.19...@kong-ui-public/copy-uuid@1.1.20) (2023-09-13) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.18...@kong-ui-public/copy-uuid@1.1.19) (2023-09-12) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.17...@kong-ui-public/copy-uuid@1.1.18) (2023-09-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.16...@kong-ui-public/copy-uuid@1.1.17) (2023-09-08) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.15...@kong-ui-public/copy-uuid@1.1.16) (2023-09-04) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.14...@kong-ui-public/copy-uuid@1.1.15) (2023-09-02) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.13...@kong-ui-public/copy-uuid@1.1.14) (2023-08-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.12...@kong-ui-public/copy-uuid@1.1.13) (2023-08-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.11...@kong-ui-public/copy-uuid@1.1.12) (2023-08-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.10...@kong-ui-public/copy-uuid@1.1.11) (2023-08-22) - - -### Bug Fixes - -* **tsconfig:** apply `@vue/tsconfig` ([#729](https://github.com/Kong/public-ui-components/issues/729)) ([c8aeca7](https://github.com/Kong/public-ui-components/commit/c8aeca7bed27ad0347183744096a5524d1852568)) - - - - - -## [1.1.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.9...@kong-ui-public/copy-uuid@1.1.10) (2023-08-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.8...@kong-ui-public/copy-uuid@1.1.9) (2023-08-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.7...@kong-ui-public/copy-uuid@1.1.8) (2023-08-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.6...@kong-ui-public/copy-uuid@1.1.7) (2023-08-12) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.5...@kong-ui-public/copy-uuid@1.1.6) (2023-08-11) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.4...@kong-ui-public/copy-uuid@1.1.5) (2023-08-08) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.3...@kong-ui-public/copy-uuid@1.1.4) (2023-08-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.2...@kong-ui-public/copy-uuid@1.1.3) (2023-08-05) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.1...@kong-ui-public/copy-uuid@1.1.2) (2023-08-04) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [1.1.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@1.1.0...@kong-ui-public/copy-uuid@1.1.1) (2023-08-04) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [1.1.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.12...@kong-ui-public/copy-uuid@1.1.0) (2023-08-04) - - -### Features - -* **copy-uuid:** supports new prop - format [KHCP-8505] ([#663](https://github.com/Kong/public-ui-components/issues/663)) ([143c3b8](https://github.com/Kong/public-ui-components/commit/143c3b89c3a724a8e37b7d7a213fcdd08b393342)) - - - - - -## [0.7.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.11...@kong-ui-public/copy-uuid@0.7.12) (2023-08-04) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.10...@kong-ui-public/copy-uuid@0.7.11) (2023-08-04) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.9...@kong-ui-public/copy-uuid@0.7.10) (2023-08-03) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.8...@kong-ui-public/copy-uuid@0.7.9) (2023-08-03) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.7...@kong-ui-public/copy-uuid@0.7.8) (2023-08-02) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.6...@kong-ui-public/copy-uuid@0.7.7) (2023-07-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.5...@kong-ui-public/copy-uuid@0.7.6) (2023-07-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.4...@kong-ui-public/copy-uuid@0.7.5) (2023-07-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.3...@kong-ui-public/copy-uuid@0.7.4) (2023-07-31) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.2...@kong-ui-public/copy-uuid@0.7.3) (2023-07-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.1...@kong-ui-public/copy-uuid@0.7.2) (2023-07-27) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.7.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.7.0...@kong-ui-public/copy-uuid@0.7.1) (2023-07-27) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [0.7.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.6.2...@kong-ui-public/copy-uuid@0.7.0) (2023-07-25) - - -### Features - -* add design tokens and remove utility classes [KHCP-8172] ([#624](https://github.com/Kong/public-ui-components/issues/624)) ([dbdc995](https://github.com/Kong/public-ui-components/commit/dbdc995dacdc7ba97f103185dfee71a0372d7207)) - - - - - -## [0.6.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.6.1...@kong-ui-public/copy-uuid@0.6.2) (2023-07-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.6.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.6.0...@kong-ui-public/copy-uuid@0.6.1) (2023-07-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [0.6.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.14...@kong-ui-public/copy-uuid@0.6.0) (2023-07-19) - - -### Features - -* upgrade to vue 3.3.x [KHCP-7567] ([#618](https://github.com/Kong/public-ui-components/issues/618)) ([6fc9e17](https://github.com/Kong/public-ui-components/commit/6fc9e177aaf61602f1a0877519eb47c9fe68f0d0)) - - - - - -## [0.5.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.13...@kong-ui-public/copy-uuid@0.5.14) (2023-07-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.12...@kong-ui-public/copy-uuid@0.5.13) (2023-06-29) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.11...@kong-ui-public/copy-uuid@0.5.12) (2023-06-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.10...@kong-ui-public/copy-uuid@0.5.11) (2023-06-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.9...@kong-ui-public/copy-uuid@0.5.10) (2023-06-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.8...@kong-ui-public/copy-uuid@0.5.9) (2023-06-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.7...@kong-ui-public/copy-uuid@0.5.8) (2023-06-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.6...@kong-ui-public/copy-uuid@0.5.7) (2023-06-22) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.5...@kong-ui-public/copy-uuid@0.5.6) (2023-06-15) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.4...@kong-ui-public/copy-uuid@0.5.5) (2023-06-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.3...@kong-ui-public/copy-uuid@0.5.4) (2023-06-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.2...@kong-ui-public/copy-uuid@0.5.3) (2023-06-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.1...@kong-ui-public/copy-uuid@0.5.2) (2023-06-12) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.5.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.5.0...@kong-ui-public/copy-uuid@0.5.1) (2023-06-12) - - -### Bug Fixes - -* **copy-uuid:** externalize i18n ([#522](https://github.com/Kong/public-ui-components/issues/522)) ([f0d45c2](https://github.com/Kong/public-ui-components/commit/f0d45c25d8891032fa304d1d684b8bed8ce6c2bf)) - - - - - -# [0.5.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.4.4...@kong-ui-public/copy-uuid@0.5.0) (2023-06-08) - - -### Features - -* **copy-uuid:** support tooltips instead of events ([#512](https://github.com/Kong/public-ui-components/issues/512)) ([7a7b45c](https://github.com/Kong/public-ui-components/commit/7a7b45c28028545ec4978f811f665ec32eea4933)) - - - - - -## [0.4.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.4.3...@kong-ui-public/copy-uuid@0.4.4) (2023-06-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.4.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.4.2...@kong-ui-public/copy-uuid@0.4.3) (2023-05-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.4.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.4.1...@kong-ui-public/copy-uuid@0.4.2) (2023-05-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.4.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.4.0...@kong-ui-public/copy-uuid@0.4.1) (2023-05-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [0.4.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.33...@kong-ui-public/copy-uuid@0.4.0) (2023-05-26) - - -### Features - -* define and check dist size limit [KHCP-7179] ([#455](https://github.com/Kong/public-ui-components/issues/455)) ([02e4d0a](https://github.com/Kong/public-ui-components/commit/02e4d0ae354b7d30a63856110e58b10e335d8134)) - - - - - -## [0.3.33](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.32...@kong-ui-public/copy-uuid@0.3.33) (2023-05-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.32](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.31...@kong-ui-public/copy-uuid@0.3.32) (2023-05-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.30...@kong-ui-public/copy-uuid@0.3.31) (2023-05-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.29...@kong-ui-public/copy-uuid@0.3.30) (2023-05-20) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.28...@kong-ui-public/copy-uuid@0.3.29) (2023-05-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.27...@kong-ui-public/copy-uuid@0.3.28) (2023-05-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.26...@kong-ui-public/copy-uuid@0.3.27) (2023-05-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.26](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.25...@kong-ui-public/copy-uuid@0.3.26) (2023-05-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.25](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.24...@kong-ui-public/copy-uuid@0.3.25) (2023-05-08) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.23...@kong-ui-public/copy-uuid@0.3.24) (2023-05-08) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.22...@kong-ui-public/copy-uuid@0.3.23) (2023-05-05) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.21...@kong-ui-public/copy-uuid@0.3.22) (2023-05-05) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.20...@kong-ui-public/copy-uuid@0.3.21) (2023-05-03) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.19...@kong-ui-public/copy-uuid@0.3.20) (2023-05-02) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.18...@kong-ui-public/copy-uuid@0.3.19) (2023-05-01) - - -### Bug Fixes - -* **analytics:** sanitize filenames [MA-1651] ([#366](https://github.com/Kong/public-ui-components/issues/366)) ([8990dba](https://github.com/Kong/public-ui-components/commit/8990dba7ea9d6a982e4ce74b6115849c6f81e4de)) - - - - - -## [0.3.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.17...@kong-ui-public/copy-uuid@0.3.18) (2023-05-01) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.16...@kong-ui-public/copy-uuid@0.3.17) (2023-05-01) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.15...@kong-ui-public/copy-uuid@0.3.16) (2023-04-27) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.14...@kong-ui-public/copy-uuid@0.3.15) (2023-04-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.13...@kong-ui-public/copy-uuid@0.3.14) (2023-04-26) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.12...@kong-ui-public/copy-uuid@0.3.13) (2023-04-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.11...@kong-ui-public/copy-uuid@0.3.12) (2023-04-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.10...@kong-ui-public/copy-uuid@0.3.11) (2023-04-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.9...@kong-ui-public/copy-uuid@0.3.10) (2023-04-20) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.8...@kong-ui-public/copy-uuid@0.3.9) (2023-04-20) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.7...@kong-ui-public/copy-uuid@0.3.8) (2023-04-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.6...@kong-ui-public/copy-uuid@0.3.7) (2023-04-19) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.5...@kong-ui-public/copy-uuid@0.3.6) (2023-04-13) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.4...@kong-ui-public/copy-uuid@0.3.5) (2023-03-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.3...@kong-ui-public/copy-uuid@0.3.4) (2023-03-23) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.2...@kong-ui-public/copy-uuid@0.3.3) (2023-03-22) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.1...@kong-ui-public/copy-uuid@0.3.2) (2023-03-22) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.3.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.3.0...@kong-ui-public/copy-uuid@0.3.1) (2023-03-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -# [0.3.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.31...@kong-ui-public/copy-uuid@0.3.0) (2023-03-21) - - -### Features - -* **copy-uuid:** add events ([#266](https://github.com/Kong/public-ui-components/issues/266)) ([2999860](https://github.com/Kong/public-ui-components/commit/299986046fc6032d88d5cc0c10b14cc1b0493964)) - - - - - -## [0.2.31](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.30...@kong-ui-public/copy-uuid@0.2.31) (2023-03-18) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.30](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.29...@kong-ui-public/copy-uuid@0.2.30) (2023-03-17) - - -### Bug Fixes - -* **i18n:** move to peer dependencies ([#258](https://github.com/Kong/public-ui-components/issues/258)) ([358ca38](https://github.com/Kong/public-ui-components/commit/358ca385310e0be461b64dcc67babd148cf6812e)) - - - - - -## [0.2.29](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.28...@kong-ui-public/copy-uuid@0.2.29) (2023-03-17) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.28](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.27...@kong-ui-public/copy-uuid@0.2.28) (2023-03-15) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.27](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.26...@kong-ui-public/copy-uuid@0.2.27) (2023-03-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.26](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.25...@kong-ui-public/copy-uuid@0.2.26) (2023-03-14) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.25](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.24...@kong-ui-public/copy-uuid@0.2.25) (2023-03-11) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.24](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.23...@kong-ui-public/copy-uuid@0.2.24) (2023-03-10) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.23](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.22...@kong-ui-public/copy-uuid@0.2.23) (2023-03-10) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.22](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.21...@kong-ui-public/copy-uuid@0.2.22) (2023-03-10) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.20...@kong-ui-public/copy-uuid@0.2.21) (2023-03-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.19...@kong-ui-public/copy-uuid@0.2.20) (2023-03-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.18...@kong-ui-public/copy-uuid@0.2.19) (2023-03-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.17...@kong-ui-public/copy-uuid@0.2.18) (2023-03-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.16...@kong-ui-public/copy-uuid@0.2.17) (2023-03-09) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.15...@kong-ui-public/copy-uuid@0.2.16) (2023-03-08) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.14...@kong-ui-public/copy-uuid@0.2.15) (2023-03-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.13...@kong-ui-public/copy-uuid@0.2.14) (2023-03-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.12...@kong-ui-public/copy-uuid@0.2.13) (2023-03-07) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.11...@kong-ui-public/copy-uuid@0.2.12) (2023-03-06) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.10...@kong-ui-public/copy-uuid@0.2.11) (2023-03-02) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.9...@kong-ui-public/copy-uuid@0.2.10) (2023-03-01) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.8...@kong-ui-public/copy-uuid@0.2.9) (2023-02-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.7...@kong-ui-public/copy-uuid@0.2.8) (2023-02-28) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.6...@kong-ui-public/copy-uuid@0.2.7) (2023-02-25) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.5...@kong-ui-public/copy-uuid@0.2.6) (2023-02-24) - - -### Bug Fixes - -* **kongponents:** remove imports ([7f8fa05](https://github.com/Kong/public-ui-components/commit/7f8fa059dbdbe63edbedf62c8a3530db083e318d)) - - - - - -## [0.2.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.4...@kong-ui-public/copy-uuid@0.2.5) (2023-02-24) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.3...@kong-ui-public/copy-uuid@0.2.4) (2023-02-22) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.2...@kong-ui-public/copy-uuid@0.2.3) (2023-02-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.1...@kong-ui-public/copy-uuid@0.2.2) (2023-02-21) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.2.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.2.0...@kong-ui-public/copy-uuid@0.2.1) (2023-02-17) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.27.0 ([#158](https://github.com/Kong/public-ui-components/issues/158)) ([bfca559](https://github.com/Kong/public-ui-components/commit/bfca5595b42dffb2cdc7de7cedacb90f2027cea8)) - - - - - -# [0.2.0](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.21...@kong-ui-public/copy-uuid@0.2.0) (2023-02-17) - - -### ✨ Features - -* **app-layout:** unification ux updates [KHCP-5798] ([#147](https://github.com/Kong/public-ui-components/issues/147)) ([220e89e](https://github.com/Kong/public-ui-components/commit/220e89e8215fc4bdc9da5b39e589b03aa92ee4fa)) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.26.2 ([#157](https://github.com/Kong/public-ui-components/issues/157)) ([4fbcaac](https://github.com/Kong/public-ui-components/commit/4fbcaac2da85de3803ea70aa9640b8ab56d4e37b)) - - - - - -## [0.1.21](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.20...@kong-ui-public/copy-uuid@0.1.21) (2023-02-16) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.26.0 ([#152](https://github.com/Kong/public-ui-components/issues/152)) ([be5e9ec](https://github.com/Kong/public-ui-components/commit/be5e9ec638b6151f08219ec817e3a7adf6f1aed0)) - - - - - -## [0.1.20](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.19...@kong-ui-public/copy-uuid@0.1.20) (2023-02-16) - -**Note:** Version bump only for package @kong-ui-public/copy-uuid - - - - - -## [0.1.19](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.18...@kong-ui-public/copy-uuid@0.1.19) (2023-02-16) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.25.1 ([#148](https://github.com/Kong/public-ui-components/issues/148)) ([f1eb158](https://github.com/Kong/public-ui-components/commit/f1eb15846c99be6da60906221a7c3c2b41bda3ed)) - - - - - -## [0.1.18](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.17...@kong-ui-public/copy-uuid@0.1.18) (2023-02-15) - - -### 🐛 Bug Fixes - -* **spec-renderer:** untagged items [khcp-6150] ([#144](https://github.com/Kong/public-ui-components/issues/144)) ([9491728](https://github.com/Kong/public-ui-components/commit/9491728cb5c9bad0563510bb732c4fb4c75de5ea)) - - - - - -## [0.1.17](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.16...@kong-ui-public/copy-uuid@0.1.17) (2023-02-15) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.25.0 ([#146](https://github.com/Kong/public-ui-components/issues/146)) ([7efe5de](https://github.com/Kong/public-ui-components/commit/7efe5dec93992108bc7dbc4c59003d514eae6913)) - - - - - -## [0.1.16](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.15...@kong-ui-public/copy-uuid@0.1.16) (2023-02-15) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.24.3 ([#145](https://github.com/Kong/public-ui-components/issues/145)) ([fdc3ef7](https://github.com/Kong/public-ui-components/commit/fdc3ef7dcffaa0e3f651d3fa3c8609cde7b4e12e)) - - - - - -## [0.1.15](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.14...@kong-ui-public/copy-uuid@0.1.15) (2023-02-11) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.24.2 ([#139](https://github.com/Kong/public-ui-components/issues/139)) ([b7d6587](https://github.com/Kong/public-ui-components/commit/b7d6587852a5892cf1f35bb8783be8e644c51a2e)) - - - - - -## [0.1.14](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.13...@kong-ui-public/copy-uuid@0.1.14) (2023-02-09) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.24.1 ([#130](https://github.com/Kong/public-ui-components/issues/130)) ([dee41e3](https://github.com/Kong/public-ui-components/commit/dee41e306797a066638ce6cd2e328a853039b623)) - - - - - -## [0.1.13](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.12...@kong-ui-public/copy-uuid@0.1.13) (2023-02-08) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.24.0 ([#124](https://github.com/Kong/public-ui-components/issues/124)) ([ff91346](https://github.com/Kong/public-ui-components/commit/ff913464fa2dd64e9b104d94a49348f8b9dca4d6)) - - - - - -## [0.1.12](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.11...@kong-ui-public/copy-uuid@0.1.12) (2023-02-08) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.23.1 ([#122](https://github.com/Kong/public-ui-components/issues/122)) ([aa81d41](https://github.com/Kong/public-ui-components/commit/aa81d41845bf31af3ad78bbf75d9385c3d12b3a2)) - - - - - -## [0.1.11](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.10...@kong-ui-public/copy-uuid@0.1.11) (2023-02-07) - - -### ♻️ Chores - -* **types:** add cypress/vue ([7a5c61c](https://github.com/Kong/public-ui-components/commit/7a5c61c01b50ec1b5aa42b6954b6656f2d5b7496)) - - - - - -## [0.1.10](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.9...@kong-ui-public/copy-uuid@0.1.10) (2023-02-07) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.23.0 ([#116](https://github.com/Kong/public-ui-components/issues/116)) ([7b5c86e](https://github.com/Kong/public-ui-components/commit/7b5c86ecc675050a9e9433637792d83d0d306296)) - - - - - -## [0.1.9](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.8...@kong-ui-public/copy-uuid@0.1.9) (2023-02-06) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.22.4 ([#111](https://github.com/Kong/public-ui-components/issues/111)) ([b17a3fb](https://github.com/Kong/public-ui-components/commit/b17a3fbf1735d18201038775c75e600f5cdf7ea7)) - - - - - -## [0.1.8](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.7...@kong-ui-public/copy-uuid@0.1.8) (2023-02-03) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.22.3 ([#107](https://github.com/Kong/public-ui-components/issues/107)) ([86343e1](https://github.com/Kong/public-ui-components/commit/86343e1ce02db13c9ff2162bdc9ab59aed3e90b0)) - - - - - -## [0.1.7](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.6...@kong-ui-public/copy-uuid@0.1.7) (2023-02-03) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.22.2 ([#102](https://github.com/Kong/public-ui-components/issues/102)) ([4559a2c](https://github.com/Kong/public-ui-components/commit/4559a2c0b9210cc79e7e5774e6abfd487d46319f)) - - - - - -## [0.1.6](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.5...@kong-ui-public/copy-uuid@0.1.6) (2023-02-02) - - -### ♻️ Chores - -* **deps:** update dependency vue to ^3.2.47 ([#98](https://github.com/Kong/public-ui-components/issues/98)) ([eb28034](https://github.com/Kong/public-ui-components/commit/eb28034b5707b1000762038e7218c305b53c831c)) - - - - - -## [0.1.5](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.4...@kong-ui-public/copy-uuid@0.1.5) (2023-02-02) - - -### ♻️ Chores - -* **deps:** update dependency vue to ^3.2.46 ([#96](https://github.com/Kong/public-ui-components/issues/96)) ([cc1d5f1](https://github.com/Kong/public-ui-components/commit/cc1d5f16228d5ea6b81222c67aca8e7d33db9d4c)) - - - - - -## [0.1.4](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.3...@kong-ui-public/copy-uuid@0.1.4) (2023-02-01) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.22.0 ([#94](https://github.com/Kong/public-ui-components/issues/94)) ([e32086c](https://github.com/Kong/public-ui-components/commit/e32086c30d479a6808f1fce424263bec6a95ded6)) - - - - - -## [0.1.3](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.2...@kong-ui-public/copy-uuid@0.1.3) (2023-01-31) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.21.5 ([#89](https://github.com/Kong/public-ui-components/issues/89)) ([3ca28ea](https://github.com/Kong/public-ui-components/commit/3ca28ea635ab92dbff50350d9b9e48877df05918)) - - - - - -## [0.1.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.1...@kong-ui-public/copy-uuid@0.1.2) (2023-01-31) - - -### 🐛 Bug Fixes - -* **deps:** resolve proper dependencies ([#86](https://github.com/Kong/public-ui-components/issues/86)) ([496035a](https://github.com/Kong/public-ui-components/commit/496035a5d1cc19cee48736161369e37e882fd21a)) - - - - - -## [0.1.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/copy-uuid@0.1.0...@kong-ui-public/copy-uuid@0.1.1) (2023-01-31) - - -### ♻️ Chores - -* **deps:** update dependency [@kong](https://github.com/kong)/kongponents to ^8.21.4 ([#82](https://github.com/Kong/public-ui-components/issues/82)) ([313e2e9](https://github.com/Kong/public-ui-components/commit/313e2e929799590de968c824f023eb1403154542)) - - - - - -# 0.1.0 (2023-01-31) - - -### ✨ Features - -* **copy-uuid:** create component ([#68](https://github.com/Kong/public-ui-components/issues/68)) ([6c34d88](https://github.com/Kong/public-ui-components/commit/6c34d880b84d3bd447ef393e762e1bf8c3fa3a30)) diff --git a/packages/core/copy-uuid/LICENSE b/packages/core/copy-uuid/LICENSE deleted file mode 100644 index 47c89644eb..0000000000 --- a/packages/core/copy-uuid/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2023 Kong, Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/packages/core/copy-uuid/README.md b/packages/core/copy-uuid/README.md deleted file mode 100644 index 1694df7108..0000000000 --- a/packages/core/copy-uuid/README.md +++ /dev/null @@ -1,223 +0,0 @@ -# @kong-ui-public/copy-uuid - -A Kong UI component for displaying uuid and copying it to clipboard. - -- [Features](#features) -- [Requirements](#requirements) -- [Usage](#usage) - - [Install](#install) - - [Register](#register) - - [Initialize](#initialize) -- [TypeScript interfaces](#typescript-interfaces) -- [Props](#props) - - [`uuid`](#uuid) - - [`truncated`](#truncated) - - [`useMono`](#usemono) - - [`format`](#format) - - [`notify`](#notify) - - [`iconColor`](#iconcolor) - - [`tooltip`](#tooltip) - - [`successTooltip`](#successtooltip) -- [Events](#events) - - [`success`](#success) - - [`error`](#error) - -## Features - -- Configurable uuid appearances -- Ability to copy the uuid to clipboard with one click -- Customizable `notify` method through `provide` or `prop` - -![copy-uuid component example with different appearances](./docs/copy-uuid.jpg) - -## Requirements - -- `vue` must be initialized in the host application -- `@kong/kongponents` must be available as a `dependency` in the host application, along with the package's style imports. [See here for instructions on installing Kongponents](https://kongponents.konghq.com/#globally-install-all-kongponents). Specifically, the following Kongponents must be available: - - `KClipboardProvider` - - `KIcon` -- `@kong-ui-public/i18n` must be available as a `dependency` in the host application. - -## Usage - -### Install - -Install the component in your host application - -```sh -yarn add @kong-ui-public/copy-uuid -``` - -### Register - -You can register `copy-uuid` globally or locally. - -```typescript -// Global registration -import { createApp } from 'vue' -import CopyUuid, { CopyUuidNotifyParam } from '@kong-ui-public/copy-uuid' -import '@kong-ui-public/copy-uuid/dist/style.css' - -const app = createApp(App) - -app.use(CopyUuid) -``` - -```html - - - - -``` - -### Initialize - -You can set up an optional global `notify` method, and every `copy-uuid` component instance will use this method as a default. - -If you're using `copy-uuid` as a vue plugin: - -```typescript -// app entry file -import { createApp } from 'vue' -import CopyUuid, { CopyUuidNotifyParam } from '@kong-ui-public/copy-uuid' -import '@kong-ui-public/copy-uuid/dist/style.css' - -const app = createApp(App) - -app.use(CopyUuid, { - notify: (props: CopyUuidNotifyParam) => { - // Notify your end users - } -}) -``` - -If you prefer using `copy-uuid` as a component: - -```typescript -// app entry file -import { createApp } from 'vue' -import { COPY_UUID_NOTIFY_KEY, CopyUuidNotifyParam } from '@kong-ui-public/copy-uuid' - -const app = createApp(App) - -app.provide(COPY_UUID_NOTIFY_KEY, (props: CopyUuidNotifyParam) => { - // Notify your end users -}) -``` - -You could also set up a `notify` method for each `copy-uuid` component instance through its `prop`. If the `notify` prop is defined, it'll take precedence over the global `notify` method: - -```html - - - -``` - -## TypeScript interfaces - -TypeScript interfaces [are available here](https://github.com/Kong/public-ui-components/blob/main/packages/core/copy-uuid/src/types/) and can be directly imported into your host application. The following interfaces are available for import: - -```ts -import type { CopyUuidNotifyParam, CopyUuidInstallOptions } from '@kong-ui-public/copy-uuid' -``` - -## Props - -### `uuid` - -- type: `String` -- required: `true` - -The UUID string. When the copy button is clicked, this string will be copied to clipboard. - -### `truncated` - -- type: `Boolean` -- required: `false` -- default: `true` - -An indicator of whether a long UUID is truncated. When `true`, the UUID will be truncated to 8 characters. When `false`, the UUID will be displayed in full. - -### `useMono` - -- type: `Boolean` -- required: `false` -- default: `true` - -An indicator of whether a `.mono` class is added to the UUID string. Make sure to import the Kongponents style file in your host application for this class to take effect. - -### `format` - -- type: `String as PropType<'uuid' | 'hidden' | 'redacted' | 'deleted'>` -- required: `false` -- default: `uuid` - -Determines the display format of the UUID string. The component can take the following `format` values: - -- `uuid`: displays regular uuid -- `hidden`: displays just a copy button without text -- `redacted`: displays `*****` -- `deleted`: displays `*` - -### `notify` - -- type: `Function as PropType<(param: CopyUuidNotifyParam) => void>` -- required: `false` -- default: `undefined` - -A function that will be called when the copy button is clicked. The function will receive a `CopyUuidNotifyParam` object as its only argument. The `CopyUuidNotifyParam` object has the following properties: - -- `type`: `success` | `error`, indicating whether the copy operation is successful -- `message`: `string`, the message to be displayed to the end user - -### `iconColor` - -- type: `String` -- required: `false` -- default: `'rgba(0, 0, 0, 0.45)'` - -The color of the `copy` icon. - -### `tooltip` - -- type: `String` -- required: `false` -- default: `''` - -Tooltip text to display on hovering over the copy icon. This field is required if `successTooltip` has a value. - -### `successTooltip` - -- type: `String` -- required: `false` -- default: `''` - -Note: The `tooltip` prop is required to have a value in order to use this prop. When using this prop the `@success` and `@error` events will not be fired, as the tooltip text will be updated instead. -Tooltip text to display on successful copy. - -## Events - -Success and error events are only emitted if NOT using the `successTooltip` prop. - -### `success` - -A `success` event is emitted when the UUID is successfully copied to clipboard. The event payload is the UUID. - -### `error` - -An `error` event is emitted when an error occurs when trying to copy the UUID. The event payload is the UUID. diff --git a/packages/core/copy-uuid/package.json b/packages/core/copy-uuid/package.json deleted file mode 100644 index 80bc351529..0000000000 --- a/packages/core/copy-uuid/package.json +++ /dev/null @@ -1,70 +0,0 @@ -{ - "name": "@kong-ui-public/copy-uuid", - "version": "2.0.43", - "type": "module", - "main": "./dist/copy-uuid.umd.js", - "module": "./dist/copy-uuid.es.js", - "types": "dist/types/index.d.ts", - "files": [ - "dist" - ], - "exports": { - ".": { - "import": "./dist/copy-uuid.es.js", - "require": "./dist/copy-uuid.umd.js", - "types": "./dist/types/index.d.ts" - }, - "./package.json": "./package.json", - "./dist/*": "./dist/*" - }, - "publishConfig": { - "access": "public" - }, - "scripts": { - "dev": "cross-env USE_SANDBOX=true vite", - "build": "run-s typecheck build:package build:types", - "build:package": "vite build -m production", - "build:analyzer": "BUILD_VISUALIZER='core/copy-uuid' vite build -m production", - "build:types": "vue-tsc -p './tsconfig.build.json' --emitDeclarationOnly", - "build:sandbox": "cross-env USE_SANDBOX=true vite build -m production", - "preview": "cross-env USE_SANDBOX=true vite preview", - "lint": "eslint '**/*.{js,jsx,ts,tsx,vue}' --ignore-path '../../../.eslintignore'", - "lint:fix": "eslint '**/*.{js,jsx,ts,tsx,vue}' --ignore-path '../../../.eslintignore' --fix", - "stylelint": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}'", - "stylelint:fix": "stylelint --allow-empty-input './src/**/*.{css,scss,sass,less,styl,vue}' --fix", - "typecheck": "vue-tsc -p './tsconfig.build.json' --noEmit", - "test:component": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress run --component -b chrome --spec './src/**/*.cy.ts' --project '../../../.'", - "test:component:open": "BABEL_ENV=cypress cross-env FORCE_COLOR=1 cypress open --component -b chrome --project '../../../.'" - }, - "peerDependencies": { - "@kong-ui-public/i18n": "workspace:^", - "@kong/kongponents": "9.0.0-alpha.111", - "vue": ">= 3.3.13 < 4" - }, - "devDependencies": { - "@kong-ui-public/i18n": "workspace:^", - "@kong/design-tokens": "1.12.10", - "@kong/kongponents": "9.0.0-alpha.111", - "vue": "^3.4.20" - }, - "repository": { - "type": "git", - "url": "https://github.com/Kong/public-ui-components.git", - "directory": "packages/core/copy-uuid" - }, - "homepage": "https://github.com/Kong/public-ui-components/tree/main/packages/core/copy-uuid", - "bugs": { - "url": "https://github.com/Kong/public-ui-components/issues" - }, - "author": "Kong, Inc.", - "license": "Apache-2.0", - "volta": { - "extends": "../../../package.json" - }, - "distSizeChecker": { - "errorLimit": "250KB" - }, - "dependencies": { - "@kong/icons": "^1.8.14" - } -} diff --git a/packages/core/copy-uuid/sandbox/App.vue b/packages/core/copy-uuid/sandbox/App.vue deleted file mode 100644 index 44fd38522b..0000000000 --- a/packages/core/copy-uuid/sandbox/App.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - diff --git a/packages/core/copy-uuid/sandbox/index.html b/packages/core/copy-uuid/sandbox/index.html deleted file mode 100644 index c93bd18f38..0000000000 --- a/packages/core/copy-uuid/sandbox/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - CopyUuid Component Sandbox - - - - - - - -
- - - - diff --git a/packages/core/copy-uuid/sandbox/index.ts b/packages/core/copy-uuid/sandbox/index.ts deleted file mode 100644 index 78f2b124d7..0000000000 --- a/packages/core/copy-uuid/sandbox/index.ts +++ /dev/null @@ -1,19 +0,0 @@ -import { createApp } from 'vue' -import App from './App.vue' -import type { CopyUuidNotifyParam } from '../src' -import CopyUuid from '../src' -import { KClipboardProvider, KIcon, KTooltip } from '@kong/kongponents' -import '@kong/kongponents/dist/style.css' - -const app = createApp(App) - -app.component('KClipboardProvider', KClipboardProvider) -app.component('KIcon', KIcon) -app.component('KTooltip', KTooltip) - -app.use(CopyUuid, { - notify: (props: CopyUuidNotifyParam) => { - alert(props.message) - }, -}) -app.mount('#app') diff --git a/packages/core/copy-uuid/sandbox/tsconfig.json b/packages/core/copy-uuid/sandbox/tsconfig.json deleted file mode 100644 index 1ff7e79a74..0000000000 --- a/packages/core/copy-uuid/sandbox/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "extends": "../tsconfig.json", - "compilerOptions": { - "baseUrl": "." - }, - "include": [ - "**/*.ts", - "**/*.vue", - ], - "exclude": [ - "node_modules" - ] -} diff --git a/packages/core/copy-uuid/src/components/CopyUuid.cy.ts b/packages/core/copy-uuid/src/components/CopyUuid.cy.ts deleted file mode 100644 index 4e5e319de4..0000000000 --- a/packages/core/copy-uuid/src/components/CopyUuid.cy.ts +++ /dev/null @@ -1,345 +0,0 @@ -// Cypress component test spec file - -/* eslint-disable cypress/no-unnecessary-waiting */ -import CopyUuid from './CopyUuid.vue' -import { COPY_UUID_NOTIFY_KEY } from '../constants' -import type { CopyUuidNotifyParam } from '../types' - -const uuid = '1234567890ABCDEFG' -const container = '.kong-ui-copy-uuid' - -describe('', () => { - it('renders with default props', () => { - cy.mount(CopyUuid, { - props: { - uuid, - }, - }) - - cy.get(container).should('be.visible') - - cy.get(container).find('.uuid-container') - .should('have.class', 'truncated-uuid') - .should('have.class', 'mono') - .should('contain.text', uuid) - - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - - cy.get(container).find('.uuid-icon').should('have.css', 'color').and('eq', 'rgba(0, 0, 0, 0.45)') - }) - - it('renders with `truncated` set to false', () => { - cy.mount(CopyUuid, { - props: { - uuid, - truncated: false, - }, - }) - - cy.get(container).should('be.visible') - - cy.get(container).find('.uuid-container') - .should('not.have.class', 'truncated-uuid') - .should('have.class', 'mono') - .should('contain.text', uuid) - - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - }) - - it('renders with `useMono` set to false', () => { - cy.mount(CopyUuid, { - props: { - uuid, - useMono: false, - }, - }) - - cy.get(container).should('be.visible') - - cy.get(container).find('.uuid-container') - .should('have.class', 'truncated-uuid') - .should('not.have.class', 'mono') - .should('contain.text', uuid) - - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - }) - - it('renders with `format` set to `hidden`', () => { - cy.mount(CopyUuid, { - props: { - uuid, - format: 'hidden', - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('[data-testid="copy-id"]').should('not.exist') - cy.get(container).find('.uuid-icon').should('be.visible') - }) - - it('renders with `format` set to `redacted`', () => { - cy.mount(CopyUuid, { - props: { - uuid, - format: 'redacted', - }, - }) - - cy.get(container).should('be.visible') - - cy.get(container).find('.uuid-container') - .should('have.class', 'truncated-uuid') - .should('have.class', 'mono') - .should('contain.text', '*****') - - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - }) - - it('renders with `format` set to `deleted`', () => { - cy.mount(CopyUuid, { - props: { - uuid, - format: 'deleted', - }, - }) - - cy.get(container).should('be.visible') - - cy.get(container).find('.uuid-container') - .should('have.class', 'truncated-uuid') - .should('have.class', 'mono') - .should('contain.text', '*12345') - - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - }) - - describe('notify', () => { - it('notify as a global provide', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid: '123', - }, - global: { - provide: { - [COPY_UUID_NOTIFY_KEY]: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith('"123" copied to clipboard') - }) - }) - - it('notify as a prop', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid: '123', - notify: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith('"123" copied to clipboard') - }) - }) - - it('notify with format set to hidden', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid, - format: 'hidden', - notify: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith('Successfully copied to clipboard') - }) - }) - - it('notify with format set to redacted', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid, - format: 'redacted', - notify: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith('Successfully copied to clipboard') - }) - }) - - it('notify with format set to deleted', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid: '123', - format: 'deleted', - notify: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith('"123" copied to clipboard') - }) - }) - - it('notify with long uuid', () => { - const spy = cy.spy(window, 'alert') - cy.mount(CopyUuid, { - props: { - uuid, - notify: (props: CopyUuidNotifyParam) => { - window.alert(props.message) - }, - }, - }) - - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.wait(100).then(() => { - expect(spy).to.be.calledWith(`"${uuid.substring(0, 15)}..." copied to clipboard`) - }) - }) - }) - - it('renders with `iconColor` set to rgb(71, 60, 251)', () => { - cy.mount(CopyUuid, { - props: { - uuid, - iconColor: 'rgb(71, 60, 251)', - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.uuid-icon').should('be.visible') - cy.get(container).find('[data-testid="copy-to-clipboard"]').should('be.visible') - - cy.get(container).find('.uuid-icon').should('have.css', 'color').and('eq', 'rgb(71, 60, 251)') - }) - - describe('tooltips', () => { - it('renders with `tooltip` prop set', () => { - const tooltipText = 'Click to copy' - - cy.mount(CopyUuid, { - props: { - uuid, - tooltip: tooltipText, - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.k-tooltip').should('exist') - cy.get(container).find('.k-tooltip .k-popover-content').should('contain.text', tooltipText) - }) - - it('renders with `idTooltip` prop set', () => { - const tooltipText = 'Custom tooltip text!' - - cy.mount(CopyUuid, { - props: { - uuid, - idTooltip: tooltipText, - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.k-tooltip').should('exist') - cy.get(container).find('.k-tooltip .k-popover-content').should('contain.text', tooltipText) - }) - - it('renders `successTooltip` with `tooltip` prop set', () => { - const tooltipText = 'Click to copy' - const successText = 'Copied!' - - cy.mount(CopyUuid, { - props: { - uuid, - tooltip: tooltipText, - successTooltip: successText, - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.k-tooltip').should('exist') - cy.get(container).find('.k-tooltip .k-popover-content').should('contain.text', tooltipText) - cy.get('[data-testid="copy-to-clipboard"]').click() - cy.get(container).find('.k-tooltip .k-popover-content').should('contain.text', successText) - }) - - it('does not render `successTooltip` without `tooltip` prop set', () => { - const successText = 'Copied!' - - cy.mount(CopyUuid, { - props: { - uuid, - successTooltip: successText, - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.k-tooltip').should('not.exist') - }) - - it('does not emit events when `successTooltip` prop is set', () => { - cy.mount(CopyUuid, { - props: { - uuid, - tooltip: 'Click to copy', - successTooltip: 'Copied!', - }, - }) - - cy.get(container).should('be.visible') - cy.get(container).find('.k-tooltip').should('exist') - // eslint-disable-next-line cypress/unsafe-to-chain-command - cy.get('[data-testid="copy-to-clipboard"]').click().then(() => { - cy.wrap(Cypress.vueWrapper.emitted()).should('not.have.property', 'success') - }) - }) - }) - - it('emits event', () => { - cy.mount(CopyUuid, { - props: { - uuid, - }, - }) - - // eslint-disable-next-line cypress/unsafe-to-chain-command - cy.get('[data-testid="copy-to-clipboard"]').click().then(() => { - cy.wrap(Cypress.vueWrapper.emitted()).should('have.property', 'success').then((evt) => { - // Verify emit payload - cy.wrap(evt[0][0]).should('be.equal', uuid) - }) - }) - }) -}) diff --git a/packages/core/copy-uuid/src/components/CopyUuid.vue b/packages/core/copy-uuid/src/components/CopyUuid.vue deleted file mode 100644 index 374de89fe0..0000000000 --- a/packages/core/copy-uuid/src/components/CopyUuid.vue +++ /dev/null @@ -1,207 +0,0 @@ - - - - - diff --git a/packages/core/copy-uuid/src/constants.ts b/packages/core/copy-uuid/src/constants.ts deleted file mode 100644 index 1c6eb07fa7..0000000000 --- a/packages/core/copy-uuid/src/constants.ts +++ /dev/null @@ -1 +0,0 @@ -export const COPY_UUID_NOTIFY_KEY = 'kong-ui-copy-uuid-notify' diff --git a/packages/core/copy-uuid/src/global-components.d.ts b/packages/core/copy-uuid/src/global-components.d.ts deleted file mode 100644 index 2f0048d672..0000000000 --- a/packages/core/copy-uuid/src/global-components.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -// Import globally available components -import '@kong/kongponents/dist/types/global-components' diff --git a/packages/core/copy-uuid/src/index.ts b/packages/core/copy-uuid/src/index.ts deleted file mode 100644 index 11b0825eda..0000000000 --- a/packages/core/copy-uuid/src/index.ts +++ /dev/null @@ -1,22 +0,0 @@ -import type { App } from 'vue' -import CopyUuid from './components/CopyUuid.vue' -import { COPY_UUID_NOTIFY_KEY } from './constants' -import type { CopyUuidInstallOptions } from './types' - -// Export Vue plugin as the default -export default { - // Customize Vue plugin options as desired - // Providing a `name` property allows for customizing the registered - // name of your component (useful if exporting a single component). - install: (app: App, options: CopyUuidInstallOptions & { name?: string } = {}): void => { - if (typeof options?.notify === 'function') { - app.provide(COPY_UUID_NOTIFY_KEY, options.notify) - } - app.component(options.name || 'CopyUuid', CopyUuid) - }, -} - -export { CopyUuid } - -export * from './constants' -export * from './types' diff --git a/packages/core/copy-uuid/src/locales/en.json b/packages/core/copy-uuid/src/locales/en.json deleted file mode 100644 index b2e55dc95c..0000000000 --- a/packages/core/copy-uuid/src/locales/en.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "message": { - "fail": "Failed to copy id to clipboard", - "success": { - "prefix": "Successfully", - "content": " copied to clipboard" - } - }, - "iconTitle": "Copy to clipboard" -} diff --git a/packages/core/copy-uuid/src/types/index.ts b/packages/core/copy-uuid/src/types/index.ts deleted file mode 100644 index 3a805b317b..0000000000 --- a/packages/core/copy-uuid/src/types/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './notify' diff --git a/packages/core/copy-uuid/src/types/notify.ts b/packages/core/copy-uuid/src/types/notify.ts deleted file mode 100644 index 9c626fa027..0000000000 --- a/packages/core/copy-uuid/src/types/notify.ts +++ /dev/null @@ -1,10 +0,0 @@ -export interface CopyUuidNotifyParam { - /** The notification type */ - type: 'success' | 'error' - /** The notification content */ - message: string -} - -export interface CopyUuidInstallOptions { - notify?: (param: CopyUuidNotifyParam) => void -} diff --git a/packages/core/copy-uuid/tsconfig.build.json b/packages/core/copy-uuid/tsconfig.build.json deleted file mode 100644 index 577de9d6ae..0000000000 --- a/packages/core/copy-uuid/tsconfig.build.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "extends": "./tsconfig.json", - "compilerOptions": { - "types": [] - }, - "exclude": [ - "src/**/*.cy.ts", - "src/**/*.spec.ts", - "sandbox", - "dist" - ] -} diff --git a/packages/core/copy-uuid/tsconfig.json b/packages/core/copy-uuid/tsconfig.json deleted file mode 100644 index e34e90e4e4..0000000000 --- a/packages/core/copy-uuid/tsconfig.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "extends": "../../../tsconfig.json", - "compilerOptions": { - "baseUrl": ".", - "outDir": "dist", - "declarationDir": "dist/types", - "types": [ - "node", - "vite/client", - "cypress", - "cypress/vue", - "../../../cypress/support" - ] - }, - "include": [ - "src/**/*", - "sandbox/**/*" - ], - "exclude": [ - "node_modules", - "dist" - ] -} diff --git a/packages/core/copy-uuid/vite.config.ts b/packages/core/copy-uuid/vite.config.ts deleted file mode 100644 index d7032aae87..0000000000 --- a/packages/core/copy-uuid/vite.config.ts +++ /dev/null @@ -1,40 +0,0 @@ -import sharedViteConfig, { sanitizePackageName } from '../../../vite.config.shared' -import { resolve } from 'path' -import { defineConfig, mergeConfig } from 'vite' - -// Package name MUST always match the kebab-case package name inside the component's package.json file and the name of your `/packages/{package-name}` directory -const packageName = 'copy-uuid' -const sanitizedPackageName = sanitizePackageName(packageName) - -// Merge the shared Vite config with the local one defined below -const config = mergeConfig(sharedViteConfig, defineConfig({ - build: { - lib: { - // The kebab-case name of the exposed global variable. MUST be in the format `kong-ui-public-{package-name}` - // Example: name: 'kong-ui-public-demo-component' - name: `kong-ui-public-${sanitizedPackageName}`, - entry: resolve(__dirname, './src/index.ts'), - fileName: (format) => `${sanitizedPackageName}.${format}.js`, - }, - rollupOptions: { - // Make sure to externalize deps that shouldn't be bundled into your library - external: ['@kong-ui-public/i18n'], - output: { - // Provide global variables to use in the UMD build for externalized deps - globals: { - '@kong-ui-public/i18n': 'kong-ui-public-i18n', - }, - }, - }, - }, -})) - -// If we are trying to preview a build of the local `package/copy-uuid/sandbox` directory, -// unset the lib, rollupOptions.external and rollupOptions.output.globals properties -if (process.env.USE_SANDBOX) { - config.build.lib = undefined - config.build.rollupOptions.external = undefined - config.build.rollupOptions.output.global = undefined -} - -export default config