Skip to content

Commit

Permalink
deps(*): upgrade kongponents
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed May 17, 2024
1 parent e36a079 commit e50f90d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@kong-ui-public/i18n": "^2.1.6",
"@kong-ui-public/misc-widgets": "^2.0.43",
"@kong/icons": "^1.9.1",
"@kong/kongponents": "^9.0.0-alpha.154",
"@kong/kongponents": "^9.0.0-alpha.156",
"@material-design-icons/font": "^0.14.9",
"axios": "^1.6.0",
"dayjs": "^1.11.10",
Expand Down
10 changes: 3 additions & 7 deletions src/pages/data-plane-nodes/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,11 @@
<template #actions="{ row }">
<KDropdown :kpop-attributes="{ placement: 'bottomEnd' }">
<KButton
appearance="tertiary"
class="actions-trigger"
size="small"
>
<KIcon
:color="KUI_COLOR_TEXT_NEUTRAL_STRONGER"
icon="more"
size="16"
/>
<MoreIcon />
</KButton>
<template #items>
<KClipboardProvider v-slot="{ copyToClipboard }">
Expand Down Expand Up @@ -167,12 +164,11 @@
import type { AxiosError } from 'axios'
import { computed, ref, watch } from 'vue'
import {
KUI_COLOR_TEXT_NEUTRAL_STRONGER,
KUI_COLOR_TEXT_NEUTRAL,
KUI_ICON_SIZE_30,
KUI_COLOR_BACKGROUND_NEUTRAL,
} from '@kong/design-tokens'
import { ProgressIcon, InfoIcon, ChevronDownIcon } from '@kong/icons'
import { ProgressIcon, InfoIcon, ChevronDownIcon, MoreIcon } from '@kong/icons'
import type { FetcherParams } from '@kong-ui-public/entities-shared'
import { ChangeLogLevelModal, LogLevel, composables } from '@kong-ui-public/entities-data-plane-nodes'
import { capitalize, formatDate } from '@/utils'
Expand Down
2 changes: 1 addition & 1 deletion tests/playwright/specs/routes/01-Routes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const selectProtocols = async (page: Page, protocol: string) => {
await expect(locator.locator('[data-testid="route-form-protocols"]')).toBeVisible()
await locator.locator('.k-input-wrapper.select-input').click()

await expect(locator.locator('.k-popover-content .select-items-container')).toBeVisible()
await expect(locator.locator('.popover-content .select-items-container')).toBeVisible()
await locator.locator(`[data-testid="select-item-${protocol}"]`).click()
}

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,10 @@
resolved "https://registry.yarnpkg.com/@kong/icons/-/icons-1.9.1.tgz#3947e3019710d306865eef19aef3ec6c89c5a5b6"
integrity sha512-8V21s7OEXcGAWDfPlcidjLlvAemz1KxgkpNSCWC9BCMGnmYRV/1hF7hzC0Dbjz6Q5uP3jnukI+e2bkKKrxANMQ==

"@kong/kongponents@^9.0.0-alpha.154":
version "9.0.0-alpha.154"
resolved "https://registry.yarnpkg.com/@kong/kongponents/-/kongponents-9.0.0-alpha.154.tgz#f0c767ee4abdb3a4a769ffa64bb0f906662c4b59"
integrity sha512-yz1Cw4NdXhq26NtWHKGPpTy2nFX0dRhZP7RbgjpP/ETMBYDYMFF/KvQvtQzBtm3Q/P/1jFPDKH6UzbMxuJ2E8w==
"@kong/kongponents@^9.0.0-alpha.156":
version "9.0.0-alpha.156"
resolved "https://registry.yarnpkg.com/@kong/kongponents/-/kongponents-9.0.0-alpha.156.tgz#3edb5c583b7e05056c50c21b6bbd8fa05fd8e576"
integrity sha512-AXBmo63qgfwtFe+xdcNdEkfyXJrH5y91yjgR3EE9EDXpTw4f2WfaFh80kbwaQVs1pkUeKcKwzDw8KFu2EGjCkQ==
dependencies:
"@kong/icons" "^1.9.1"
"@popperjs/core" "^2.11.8"
Expand Down

0 comments on commit e50f90d

Please sign in to comment.