diff --git a/tests/ui/pages/account_page.py b/tests/ui/pages/account_page.py index 4b96e623ce..444b441e7e 100644 --- a/tests/ui/pages/account_page.py +++ b/tests/ui/pages/account_page.py @@ -5,7 +5,9 @@ from pytest_splunk_addon_ui_smartx.components.entity import Entity from pytest_splunk_addon_ui_smartx.components.controls.button import Button from pytest_splunk_addon_ui_smartx.components.controls.single_select import SingleSelect -from pytest_splunk_addon_ui_smartx.components.controls.oauth_select import OAuthSelect +from pytest_splunk_addon_ui_smartx.components.controls.oauth_select import ( + OAuthSelect as SmartxOAuthSelect, +) from pytest_splunk_addon_ui_smartx.components.controls.multi_select import MultiSelect from pytest_splunk_addon_ui_smartx.components.controls.checkbox import Checkbox from pytest_splunk_addon_ui_smartx.components.controls.textbox import TextBox @@ -20,6 +22,18 @@ from tests.ui import constants as C +class OAuthSelect(SmartxOAuthSelect): + """Wait for React UI OAuth selects to settle before clicking them.""" + + def select(self, value): + self.wait_to_be_clickable("root") + return super().select(value) + + def list_of_values(self): + self.wait_to_be_clickable("root") + return super().list_of_values() + + class AccountEntity(Entity): def __init__(self, browser, container): """ diff --git a/tests/ui/test_configuration_page_account_tab.py b/tests/ui/test_configuration_page_account_tab.py index 94a43c7c2e..9bea69a4b1 100644 --- a/tests/ui/test_configuration_page_account_tab.py +++ b/tests/ui/test_configuration_page_account_tab.py @@ -545,7 +545,8 @@ def test_account_help_text_entity( ) self.assert_util( account.entity.account_radio.get_help_text, - "This is an example radio button for the account entity. Read more about it here (Opens new window)", + "This is an example radio button for the account entity. " + "Read more about it here\u2060 (Opens new window)", ) self.assert_util( account.entity.multiple_select.get_help_text, diff --git a/ui/package.json b/ui/package.json index cbbebf4908..f726d01bc6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,103 +30,103 @@ "prepublishOnly": "yarn run build:lib" }, "dependencies": { - "@splunk/dashboard-action-buttons": "29.4.0", - "@splunk/dashboard-context": "29.4.0", - "@splunk/dashboard-core": "29.4.0", - "@splunk/dashboard-presets": "29.4.0", - "@splunk/dashboard-state": "29.4.0", - "@splunk/dashboard-types": "29.4.0", - "@splunk/react-events-viewer": "^28.0.0", - "@splunk/react-icons": "^5.2.0", - "@splunk/react-page": "^8.0.0", - "@splunk/react-toast-notifications": "^0.12.0", - "@splunk/react-ui": "5.2.0", + "@splunk/dashboard-action-buttons": "29.8.0", + "@splunk/dashboard-context": "29.8.0", + "@splunk/dashboard-core": "29.8.0", + "@splunk/dashboard-presets": "29.8.0", + "@splunk/dashboard-state": "29.8.0", + "@splunk/dashboard-types": "29.8.0", + "@splunk/react-events-viewer": "^28.9.0", + "@splunk/react-icons": "^5.14.1", + "@splunk/react-page": "^8.3.2", + "@splunk/react-toast-notifications": "^0.13.0", + "@splunk/react-ui": "5.15.0", "@splunk/search-job": "^3.1.0", - "@splunk/splunk-utils": "^3.2.0", - "@splunk/themes": "^1.2.0", - "@splunk/ui-utils": "^1.10.0", - "@splunk/visualization-context": "^28.4.0", + "@splunk/splunk-utils": "^3.4.0", + "@splunk/themes": "^1.11.0", + "@splunk/ui-utils": "^1.14.1", + "@splunk/visualization-context": "^28.9.0", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^15.0.7", "@vitejs/plugin-react": "^4.7.0", - "@vitest/coverage-istanbul": "^4.1.2", + "@vitest/coverage-istanbul": "^4.1.11", "glob": "^13.0.6", "immutability-helper": "^3.1.1", - "js-yaml": "^4.1.1", - "lodash": "^4.17.23", + "js-yaml": "^4.3.2", + "lodash": "^4.18.1", "prop-types": "^15.8.1", "react": "18.3.1", "react-dom": "18.3.1", "react-is": "^16.13.1", - "react-router-dom": "7.18.0", + "react-router-dom": "7.18.2", "styled-components": "^5.3.11", - "uuid": "^14.0.0", - "vite": "^7.3.1", - "vite-plugin-checker": "^0.12.0", - "vitest": "^4.1.2", - "zod": "^4.3.6" + "uuid": "^14.0.2", + "vite": "^7.3.6", + "vite-plugin-checker": "^0.14.5", + "vitest": "^4.1.11", + "zod": "^4.4.3" }, "devDependencies": { - "@babel/core": "^7.29.0", - "@babel/eslint-parser": "^7.28.6", - "@babel/helper-plugin-utils": "^7.28.6", - "@babel/plugin-transform-runtime": "^7.29.0", - "@babel/preset-env": "^7.29.2", - "@babel/preset-react": "^7.28.5", + "@babel/core": "^7.29.7", + "@babel/eslint-parser": "^7.29.7", + "@babel/helper-plugin-utils": "^7.29.7", + "@babel/plugin-transform-runtime": "^7.29.7", + "@babel/preset-env": "^7.29.7", + "@babel/preset-react": "^7.29.7", "@kickstartds/core": "^4.1.0", "@kickstartds/storybook-addon-jsonschema": "^4.0.0", - "@rollup/plugin-commonjs": "^29.0.2", + "@rollup/plugin-commonjs": "^29.0.3", "@splunk/babel-preset": "^4.0.0", - "@splunk/eslint-config": "^5.0.0", - "@storybook/addon-a11y": "^10.3.3", - "@storybook/addon-links": "^10.3.3", - "@storybook/builder-vite": "^10.3.3", - "@storybook/react": "^10.3.3", - "@storybook/react-vite": "^10.3.3", - "@storybook/test-runner": "^0.24.3", + "@splunk/eslint-config": "^5.1.0", + "@storybook/addon-a11y": "^10.5.10", + "@storybook/addon-links": "^10.5.10", + "@storybook/builder-vite": "^10.5.10", + "@storybook/react": "^10.5.10", + "@storybook/react-vite": "^10.5.10", + "@storybook/test-runner": "^0.24.4", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^15.0.7", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.6", "@types/jest-image-snapshot": "^6.4.1", "@types/js-yaml": "^4.0.9", - "@types/lodash": "^4.17.24", + "@types/lodash": "^4.17.25", "@types/node": "^20.17.24", - "@types/react": "^18.3.28", + "@types/react": "^18.3.31", "@types/react-dom": "^18.3.7", "@types/styled-components": "^5.1.36", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "babel-eslint": "^10.1.0", - "babel-jest": "^30.3.0", + "babel-jest": "^30.4.1", "babel-loader": "^8.4.1", "babel-plugin-module-resolver": "^5.0.3", "cross-env": "^10.1.0", "css-loader": "^7.1.4", - "esbuild-loader": "^4.4.2", + "esbuild-loader": "^4.5.0", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^7.2.0", - "eslint-import-resolver-typescript": "^4.4.4", + "eslint-import-resolver-typescript": "^4.4.5", "eslint-plugin-import": "^2.32.0", - "eslint-plugin-jest": "^29.15.1", + "eslint-plugin-jest": "^29.16.2", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^4.2.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", - "eslint-plugin-storybook": "^10.3.3", + "eslint-plugin-storybook": "^10.5.10", "eslint-plugin-testing-library": "^7.16.2", - "jest": "^30.3.0", - "jest-environment-jsdom": "^30.3.0", + "jest": "^30.4.2", + "jest-environment-jsdom": "^30.4.1", "jest-fixed-jsdom": "^0.0.11", "jest-image-snapshot": "^6.5.2", "jsdom": "^30.0.1", - "msw": "^2.12.14", - "msw-storybook-addon": "^2.0.6", + "msw": "^2.15.0", + "msw-storybook-addon": "^2.0.7", "prettier": "^2.8.8", "querystring-es3": "^0.2.1", - "rollup-plugin-license": "^3.7.0", - "storybook": "^10.3.3", + "rollup-plugin-license": "^3.7.1", + "storybook": "^10.5.10", "style-loader": "^4.0.0", "stylelint": "^14.16.1", "ts-node": "^10.9.2", @@ -134,59 +134,59 @@ "undici": "^5.29.0", "url": "^0.11.4", "vite-plugin-dts": "5.0.3", - "vite-plugin-node-polyfills": "^0.26.0" + "vite-plugin-node-polyfills": "^0.28.0" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", - "react-is": "^19.2.4", + "react-is": "^19.2.8", "styled-components": "^5.3.11", "typescript": "^5.9.3" }, "resolutions": { "nanoid": "3.3.18", "@npmcli/git": "^2.1.0", - "@types/react": "^18.3.28", + "@types/react": "^18.3.31", "css-what": "^5.1.0", "d3-color": "^3.1.0", "d3-interpolate": "^3.0.1", "glob-parent": "^5.1.2", - "postcss": "^8.5.10", - "semver": "^7.7.4", + "postcss": "^8.5.26", + "semver": "^7.8.5", "strip-ansi": "^6.0.1", "string-width": "^4.2.3", - "esbuild": "^0.28.0", - "axios": "^1.14.0", + "esbuild": "^0.28.2", + "axios": "^1.20.0", "jspdf": "^4.2.1", - "http-proxy-middleware": "^3.0.5", - "js-yaml": "^4.1.1", - "@splunk/react-ui": "5.2.0", - "@splunk/dashboard-event-handlers": "29.4.0", - "@splunk/dashboard-inputs": "29.4.0", - "@splunk/dashboard-search": "29.4.0", - "@splunk/datasources": "29.4.0", - "@splunk/visualization-schemas": "28.4.0", - "@splunk/dashboard-definition": "29.4.0", - "@splunk/dashboard-icons": "29.4.0", - "@splunk/dashboard-layouts": "29.4.0", - "@splunk/dashboard-state": "29.4.0", - "@splunk/dashboard-telemetry": "29.4.0", - "@splunk/dashboard-ui": "29.4.0", - "@splunk/dashboard-utils": "29.4.0", - "@splunk/dashboard-validation": "29.4.0", - "@splunk/datasource-utils": "29.4.0", - "@splunk/dashboard-definition/ajv": "^8.18.0", - "@splunk/dashboard-validation/ajv": "^8.18.0", - "@splunk/dashboard-types/ajv": "^8.18.0", - "table/ajv": "^8.18.0", - "@rushstack/node-core-library/ajv": "^8.18.0", + "http-proxy-middleware": "^3.0.7", + "js-yaml": "^4.3.2", + "@splunk/react-ui": "5.15.0", + "@splunk/dashboard-event-handlers": "29.8.0", + "@splunk/dashboard-inputs": "29.8.0", + "@splunk/dashboard-search": "29.8.0", + "@splunk/datasources": "29.8.0", + "@splunk/visualization-schemas": "28.9.0", + "@splunk/dashboard-definition": "29.8.0", + "@splunk/dashboard-icons": "29.8.0", + "@splunk/dashboard-layouts": "29.8.0", + "@splunk/dashboard-state": "29.8.0", + "@splunk/dashboard-telemetry": "29.8.0", + "@splunk/dashboard-ui": "29.8.0", + "@splunk/dashboard-utils": "29.8.0", + "@splunk/dashboard-validation": "29.8.0", + "@splunk/datasource-utils": "29.8.0", + "@splunk/dashboard-definition/ajv": "^8.20.0", + "@splunk/dashboard-validation/ajv": "^8.20.0", + "@splunk/dashboard-types/ajv": "^8.20.0", + "table/ajv": "^8.20.0", + "@rushstack/node-core-library/ajv": "^8.20.0", "diff": "^8.0.4", "crypto-js": "^4.2.0", - "vitest/vite": "^7.3.1", + "vitest/vite": "^7.3.6", "lodash": "^4.18.1", "protocol-buffers-schema": "^3.6.1", - "fast-uri": "^3.1.2", - "@xmldom/xmldom": "^0.8.13", + "fast-uri": "^3.1.6", + "@xmldom/xmldom": "^0.9.12", "jsonata": "^2.2.2" }, "engines": { diff --git a/ui/src/components/AcceptModal/stories/__images__/AcceptModal-base-chromium.png b/ui/src/components/AcceptModal/stories/__images__/AcceptModal-base-chromium.png index 4536fd1a06..982abd2c7a 100644 --- a/ui/src/components/AcceptModal/stories/__images__/AcceptModal-base-chromium.png +++ b/ui/src/components/AcceptModal/stories/__images__/AcceptModal-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecd29ddf28495c1662e85ec7c9bb55ba3a96109fb35aaa3963fcab6ff2c06ce4 -size 39355 +oid sha256:662e71f6417a2e28f09ed85344d715b8c8c95510ec03dd19a7b1b22d6e36ae28 +size 35933 diff --git a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-config-page-groups-chromium.png b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-config-page-groups-chromium.png index c16b8938f0..ded0bb9644 100644 --- a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-config-page-groups-chromium.png +++ b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-config-page-groups-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce3be690a262295cdd29b1e00446d85da3a66e58d6b6f2401561c15b59066fa5 -size 18465 +oid sha256:d6b943ef6cb74e7e9beb5b26d3d5ebea14b9b06fce85c81b2f51ca1353895613 +size 18520 diff --git a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-group-modifications-config-chromium.png b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-group-modifications-config-chromium.png index 26e7ecf436..2554b53591 100644 --- a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-group-modifications-config-chromium.png +++ b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-group-modifications-config-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:61912188f4a7b57bb7fdb04c1582f925d53e31b27ca806e9362565b8fc5189ef -size 28460 +oid sha256:3085e7edc97487434765fce3f3e2797a828ffb59eb7162d5ddf1b3abb78da175 +size 28552 diff --git a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-input-page-groups-chromium.png b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-input-page-groups-chromium.png index c3cd35169e..fd5cc66076 100644 --- a/ui/src/components/BaseFormView/stories/__images__/BaseFormView-input-page-groups-chromium.png +++ b/ui/src/components/BaseFormView/stories/__images__/BaseFormView-input-page-groups-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39ff4659dce0194225b32daf9aa987d7a09223f0b882b376ff34583a1e2d6c08 -size 18450 +oid sha256:354de165a81512e80d9c1f7da3a0b59c228a704ab808a5db5cdf45c7e179ae57 +size 18505 diff --git a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-input-page-view-chromium.png b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-input-page-view-chromium.png index bb9b3d2a91..d87f13de85 100644 --- a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-input-page-view-chromium.png +++ b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-input-page-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d016b23c927d7fe60d0ff7b9d88836d388f7dc548591cf969330ba59bb305750 -size 55790 +oid sha256:9a97e3c5e1412a122dcafdb5489c446faa7c9d72b5ada6ed91badef0b163b4ed +size 54932 diff --git a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-mixed-with-groups-chromium.png b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-mixed-with-groups-chromium.png index 448d9c4870..5f38ae39ff 100644 --- a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-mixed-with-groups-chromium.png +++ b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-mixed-with-groups-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:332149190bf1cdb99e20d6a71351740dd81e8e6bd4bdf9f91d1e7b00e46b936f -size 27866 +oid sha256:7ed50afbed7039127bd78741f76e0feccaa41bd9f9371cd03715e45a602b01ba +size 27901 diff --git a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-required-view-chromium.png b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-required-view-chromium.png index 4b2117672e..92f4e3fc47 100644 --- a/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-required-view-chromium.png +++ b/ui/src/components/CheckboxGroup/stories/__images__/CheckboxGroup-required-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dd67b9ddd16973999788f607aee57f08cbe50a0f855e1a487914d62bf88209d -size 61352 +oid sha256:0b00efd70dd1889da4ec19c9ddb08a025f1c6adbace0b8f2f435559cb24d0ec5 +size 60372 diff --git a/ui/src/components/CheckboxTree/CheckboxTree.test.tsx b/ui/src/components/CheckboxTree/CheckboxTree.test.tsx index c93458938f..e43fdc5f40 100644 --- a/ui/src/components/CheckboxTree/CheckboxTree.test.tsx +++ b/ui/src/components/CheckboxTree/CheckboxTree.test.tsx @@ -199,14 +199,16 @@ describe('CheckboxTree Component - Collapsed Groups', () => { // Expand Group 1 and verify rows are displayed const toggleGroup1Button = screen.getByRole('button', { - name: 'Toggle for Group 1', + name: 'Group 1', + expanded: false, }); await user.click(toggleGroup1Button); expect(screen.getByLabelText('Row under Group 1')).toBeInTheDocument(); // Expand Group 3 and verify rows are displayed const toggleGroup3Button = screen.getByRole('button', { - name: 'Toggle for Group 3', + name: 'Group 3', + expanded: false, }); await user.click(toggleGroup3Button); expect(screen.getByLabelText('First row under Group 3')).toBeInTheDocument(); diff --git a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-input-page-view-chromium.png b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-input-page-view-chromium.png index 33350f62b9..06bd77061b 100644 --- a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-input-page-view-chromium.png +++ b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-input-page-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6fe0ae19a6b717df15a0008473e9f17e9a9f8d1b454753ddf6234a1a3a03e1a8 -size 61785 +oid sha256:e7455c6c0896e97fe72bf102365da1e59b3406a8dffc4fa690fefc9b06ca1a0c +size 61273 diff --git a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-mixed-with-groups-chromium.png b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-mixed-with-groups-chromium.png index 5016b7a2dd..5c840ba2f4 100644 --- a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-mixed-with-groups-chromium.png +++ b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-mixed-with-groups-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c32582a003124664fce7f133181c1d57b96fd0730b02007733b01e036e634a1 -size 24414 +oid sha256:e876139c932c363057f277060632dd11d41b0bc34a52f1e30c0ad47f3e5171eb +size 24454 diff --git a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-multiline-with-groups-chromium.png b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-multiline-with-groups-chromium.png index e0d48ab113..6fbfef3860 100644 --- a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-multiline-with-groups-chromium.png +++ b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-multiline-with-groups-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0b06e317ff2b586d72dbea507e89f07b948db7a7859107d2283dca5b526e42af -size 33955 +oid sha256:a9ff5eb3e73f5a311f8000d72502114ea35215635cd55f7d51280c476de4fc6c +size 34012 diff --git a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-required-view-chromium.png b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-required-view-chromium.png index 0ccff77f6c..0a9d9792e6 100644 --- a/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-required-view-chromium.png +++ b/ui/src/components/CheckboxTree/stories/__images__/CheckboxTree-required-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3708d8a12af5429044ff1ee87c7951baf313e861fc81651c966c05e16552cda1 -size 54481 +oid sha256:c3c17db8a57836cda365ceaeb13e545eda8b8a1d3a674432e911ff0e8d9f3b9f +size 54487 diff --git a/ui/src/components/ControlWrapper/test/ControlWrapper.test.tsx b/ui/src/components/ControlWrapper/test/ControlWrapper.test.tsx index 32c526790c..d0abc21379 100644 --- a/ui/src/components/ControlWrapper/test/ControlWrapper.test.tsx +++ b/ui/src/components/ControlWrapper/test/ControlWrapper.test.tsx @@ -115,12 +115,12 @@ it('check if label and help updated due to modifiedEntitiesData', () => { describe('Help message', () => { const verifyLink = ({ link, linkText }: { link: string; linkText: string }) => { const linkElem = screen.getByRole('link', { - name: `${linkText} (Opens new window)`, + name: `${linkText}(Opens new window)`, }); expect(linkElem).toBeInTheDocument(); expect(linkElem).toHaveAttribute('href', link); - expect(linkElem).toHaveTextContent(`${linkText}(Opens new window)`); + expect(linkElem).toHaveTextContent(`${linkText}\u2060(Opens new window)`); }; it('check if help added due to modifiedEntitiesData', () => { @@ -194,7 +194,7 @@ describe('Help message', () => { verifyLink(helpDef.links[0]); expect(help).toHaveTextContent( - 'Some line that contains link reference(Opens new window) to documentation' + 'Some line that contains link reference\u2060(Opens new window) to documentation' ); // include rest of text expect(help).toHaveTextContent('Some line that contains link'); @@ -227,7 +227,7 @@ describe('Help message', () => { // visual correctnes of display is checked via storybook images const linkElems = screen.getAllByRole('link', { - name: `${helpDef.links[0].linkText} (Opens new window)`, + name: `${helpDef.links[0].linkText}(Opens new window)`, }); expect(linkElems).toHaveLength(2); }); @@ -270,7 +270,7 @@ describe('Help message', () => { // include rest of text expect(help).toHaveTextContent('Some line that contains link'); expect(help).toHaveTextContent( - 'to documentation or you can use UCC Reference(Opens new window)' + 'to documentation or you can use UCC Reference\u2060(Opens new window)' ); }); @@ -325,7 +325,7 @@ describe('Help message', () => { // include rest of text expect(help).toHaveTextContent('Some line that contains link'); expect(help).toHaveTextContent( - 'to documentation or you can use UCC Reference(Opens new window)' + 'to documentation or you can use UCC Reference\u2060(Opens new window)' ); }); diff --git a/ui/src/components/DeleteModal/stories/__images__/DeleteModal-base-chromium.png b/ui/src/components/DeleteModal/stories/__images__/DeleteModal-base-chromium.png index c11d06c3d5..24025716e9 100644 --- a/ui/src/components/DeleteModal/stories/__images__/DeleteModal-base-chromium.png +++ b/ui/src/components/DeleteModal/stories/__images__/DeleteModal-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d469939a377c0d16a762c57c407f69054be16958622ce49b8a3f194954d5c7b -size 42438 +oid sha256:0451e057ed90366dbf455f5a3ce552f72cad53f7c0fa66de9f455cc1da90e395 +size 42373 diff --git a/ui/src/components/DeleteModal/stories/__images__/DeleteModal-inputs-chromium.png b/ui/src/components/DeleteModal/stories/__images__/DeleteModal-inputs-chromium.png index 8115aa2aa9..1673beadb0 100644 --- a/ui/src/components/DeleteModal/stories/__images__/DeleteModal-inputs-chromium.png +++ b/ui/src/components/DeleteModal/stories/__images__/DeleteModal-inputs-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6c42883b385443defa19298f2c658f085efe7cf422f7c6e545a0fe8a92885b39 -size 36564 +oid sha256:36552929451a2c17efaf09c21897a6fd8ddb625704dcb644613a290befe3fe34 +size 36117 diff --git a/ui/src/components/EntityModal/stories/__images__/EntityModal-base-chromium.png b/ui/src/components/EntityModal/stories/__images__/EntityModal-base-chromium.png index 43f498294e..d78006e855 100644 --- a/ui/src/components/EntityModal/stories/__images__/EntityModal-base-chromium.png +++ b/ui/src/components/EntityModal/stories/__images__/EntityModal-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95dc96a8a41435503c7a5d8dc1611bca86c19af0ad8abe8dd6bd2dfe50fa23f3 -size 49272 +oid sha256:9c52b0b9d4282d96eae51957cfe71b64cdc03bcb53c0a2b6d290d75af0fd8278 +size 48404 diff --git a/ui/src/components/EntityModal/stories/__images__/EntityModal-inputs-chromium.png b/ui/src/components/EntityModal/stories/__images__/EntityModal-inputs-chromium.png index 6df6e70d40..93a2f2d7f0 100644 --- a/ui/src/components/EntityModal/stories/__images__/EntityModal-inputs-chromium.png +++ b/ui/src/components/EntityModal/stories/__images__/EntityModal-inputs-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7f60a9a6ebf0ce68c8d83199c90cecb4e50c3e85a01b8ec3eef55d5bc905760 -size 49476 +oid sha256:105da7ce6a99379273a75e4b9c6662179a8d44214b582f4dd35ccf1208d2574c +size 48250 diff --git a/ui/src/components/EntityPage/stories/__images__/EntityPage-base-chromium.png b/ui/src/components/EntityPage/stories/__images__/EntityPage-base-chromium.png index d58746406d..bff921b107 100644 --- a/ui/src/components/EntityPage/stories/__images__/EntityPage-base-chromium.png +++ b/ui/src/components/EntityPage/stories/__images__/EntityPage-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46a3029932f2380cc8837b12eb2721ae4f7b471c19ecd4b3811b0f28c924e6d2 -size 26192 +oid sha256:c5e703b3fe8249175dedf0aa17af72c2827771a8a31443bf4d3890b4762c4922 +size 26293 diff --git a/ui/src/components/ErrorBoundary/ErrorBoundary.test.tsx b/ui/src/components/ErrorBoundary/ErrorBoundary.test.tsx index a2e8504333..62cf8f475a 100644 --- a/ui/src/components/ErrorBoundary/ErrorBoundary.test.tsx +++ b/ui/src/components/ErrorBoundary/ErrorBoundary.test.tsx @@ -52,7 +52,7 @@ it('should render Error Boundary with useful links', async () => { ); const detailedSearchLink = screen.getByRole('link', { - name: 'Error Splunk Search (Opens new window)', + name: 'Error Splunk Search(Opens new window)', }); expect(detailedSearchLink).toBeInTheDocument(); expect(detailedSearchLink).toHaveAttribute( @@ -61,7 +61,7 @@ it('should render Error Boundary with useful links', async () => { ); const link = screen.getByRole('link', { - name: 'UCC Troubleshooting Guide (Opens new window)', + name: 'UCC Troubleshooting Guide(Opens new window)', }); expect(link).toBeInTheDocument(); expect(link).toHaveAttribute( @@ -70,7 +70,7 @@ it('should render Error Boundary with useful links', async () => { ); const searchLink = screen.getByRole('link', { - name: 'Search All Splunk Errors (Opens new window)', + name: 'Search All Splunk Errors(Opens new window)', }); expect(searchLink).toBeInTheDocument(); expect(searchLink).toHaveAttribute( diff --git a/ui/src/components/ErrorBoundary/stories/__images__/ErrorBoundary-base-chromium.png b/ui/src/components/ErrorBoundary/stories/__images__/ErrorBoundary-base-chromium.png index b5a6ed2a54..6af55bad8c 100644 --- a/ui/src/components/ErrorBoundary/stories/__images__/ErrorBoundary-base-chromium.png +++ b/ui/src/components/ErrorBoundary/stories/__images__/ErrorBoundary-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55101f764a44f15ba3899781f7d2d9a870a415c59bcdafe17bd959ddbbdeac30 -size 57435 +oid sha256:16d8b6f28bead187b40f7fe812d489b20d8d7b7f09ab38468c25efb0d6101803 +size 57509 diff --git a/ui/src/components/ErrorModal/stories/__images__/ErrorModal-base-chromium.png b/ui/src/components/ErrorModal/stories/__images__/ErrorModal-base-chromium.png index 2371050d84..574bd1bf40 100644 --- a/ui/src/components/ErrorModal/stories/__images__/ErrorModal-base-chromium.png +++ b/ui/src/components/ErrorModal/stories/__images__/ErrorModal-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eb8933fecab04210b4a30c06b606735bf6a8a4ccf47851de38ac5b3a3b31cae -size 35256 +oid sha256:60af3de3377d03c66fa29d9959d81c48daa88b0957e0b0ccd3716a3d3e374098 +size 31886 diff --git a/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-base-chromium.png b/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-base-chromium.png index e5c953f6ec..a0e6f9f6f3 100644 --- a/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-base-chromium.png +++ b/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdcbcce6c4b9bf485d90152077f9fd58a125d13727c115c5f4aab4d9162284f9 -size 11727 +oid sha256:7278c5a941131e8505b719fafea8502d71a9bc290d373aa022296e65a4aa7188 +size 11841 diff --git a/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-with-default-name-chromium.png b/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-with-default-name-chromium.png index 3d21b8467a..38bff8a031 100644 --- a/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-with-default-name-chromium.png +++ b/ui/src/components/FileInputComponent/stories/__images__/FileInputComponent-with-default-name-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6a0ddc788323af6b2abbb69a4da5adc10f7180e4ba80072e60777e3b8b051ec -size 15596 +oid sha256:89af3490bb4152d5f0bdf69d1e29ee15e86081e106227a3eea30b119baedfb4f +size 15711 diff --git a/ui/src/components/Group/stories/__images__/Group-expandable-chromium.png b/ui/src/components/Group/stories/__images__/Group-expandable-chromium.png index 2a4ef07806..7c09c8abb0 100644 --- a/ui/src/components/Group/stories/__images__/Group-expandable-chromium.png +++ b/ui/src/components/Group/stories/__images__/Group-expandable-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aca89cd8e52ea9319631a061476cf0ba64cd26213fc6535546853f7d3a68e493 -size 8489 +oid sha256:845ecbf2c8f426056d094130c1fadd17be578fe0c15ca09354eb80d07df7a3a0 +size 8538 diff --git a/ui/src/components/HelpLinkComponent/tests/HelpLinkComponent.test.tsx b/ui/src/components/HelpLinkComponent/tests/HelpLinkComponent.test.tsx index cc55e0c5de..aca418f2bf 100644 --- a/ui/src/components/HelpLinkComponent/tests/HelpLinkComponent.test.tsx +++ b/ui/src/components/HelpLinkComponent/tests/HelpLinkComponent.test.tsx @@ -84,5 +84,5 @@ it('Render one link in many lines', () => { const link = screen.getByRole('link'); expect(link).toBeInTheDocument(); expect(link).toHaveAttribute('href', 'https://splunk.github.io/addonfactory-ucc-generator/'); - expect(link).toHaveTextContent('First Line Second Line Last line(Opens new window)'); + expect(link).toHaveTextContent('First Line Second Line Last line\u2060(Opens new window)'); }); diff --git a/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-menu-chromium.png b/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-menu-chromium.png index ac8eeef91d..9797b21a7f 100644 --- a/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-menu-chromium.png +++ b/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-menu-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:580bd65793f6253aeb97f1be5b0ca7c71b8dcab235046faaa65d246c94db6e8d -size 26811 +oid sha256:5799f70558edcbb2eaa35d357d0da243f7cec4065a3f79260f60abfb90e485ed +size 26792 diff --git a/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-sub-menu-chromium.png b/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-sub-menu-chromium.png index ac6c3262c5..02a1da895c 100644 --- a/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-sub-menu-chromium.png +++ b/ui/src/components/MenuInput/stories/__images__/MenuInput-with-opened-sub-menu-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:828c069ef21c5b403a5afefefa57308b8a60820e2c8d7b9044689c16a9cf39b6 -size 20293 +oid sha256:91c2e4a30314103a35d3c1384091d0fd347d49c1e4ee988ebb5318beb0270ba5 +size 20272 diff --git a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-all-props-chromium.png b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-all-props-chromium.png index f694c309a1..b94dec9581 100644 --- a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-all-props-chromium.png +++ b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-all-props-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67d29ece20d3e558164900f7a9b2ab8241bb71537a221b2c62a155da0181eef6 -size 5620 +oid sha256:8485552c4d8bcc8d8ee38c5802f03837a7c43c162d5befb07d6c131b0c919143 +size 5622 diff --git a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-base-chromium.png b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-base-chromium.png index bc70979f57..2e3a86a24e 100644 --- a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-base-chromium.png +++ b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6b72bff1c3823747184dd3249a0bc40614a696e8a87ccc2042c0436fb9c5325c -size 5253 +oid sha256:e67ffd43f3b963327e2fae2a8ea3e1e6104d18f9171ede1087bea1ab2f427259 +size 5267 diff --git a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-endpoint-api-chromium.png b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-endpoint-api-chromium.png index 73f873fb4f..274e42d67c 100644 --- a/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-endpoint-api-chromium.png +++ b/ui/src/components/MultiInputComponent/stories/__images__/MultiInputComponent-endpoint-api-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:39cfdcaad059ca089b24be43f3a37c946f89c82bf9e1ba9e10f7b91b02772e77 -size 5872 +oid sha256:9ee072016c3c5d04eb7956ee065f09dc783571ddb16d66f7b072f77ef2d711ff +size 5857 diff --git a/ui/src/components/SingleInputComponent/SingleInputComponent.test.tsx b/ui/src/components/SingleInputComponent/SingleInputComponent.test.tsx index b646bebe57..ead683ac43 100644 --- a/ui/src/components/SingleInputComponent/SingleInputComponent.test.tsx +++ b/ui/src/components/SingleInputComponent/SingleInputComponent.test.tsx @@ -197,7 +197,7 @@ it('should fetch options from API when endpointUrl is provided', async () => { const { rerender } = render(); await userEvent.click(screen.getByRole('combobox')); - await screen.findByRole('menuitem', { name: 'No matches' }); + await screen.findByRole('option', { name: 'No matches' }); // undefined value must be omitted const firstEntry = mockedEntries[0]; diff --git a/ui/src/components/SubDescription/SubDescription.test.tsx b/ui/src/components/SubDescription/SubDescription.test.tsx index 92b02b49ba..ecd6326890 100644 --- a/ui/src/components/SubDescription/SubDescription.test.tsx +++ b/ui/src/components/SubDescription/SubDescription.test.tsx @@ -41,7 +41,7 @@ it('Sub Description component - links', async () => { ); const linkInsideDescription = screen.getByRole('link', { - name: 'blog post (Opens new window)', + name: 'blog post(Opens new window)', }); expect(linkInsideDescription).toHaveAttribute('href', 'https://splk.it/31oy2b2'); diff --git a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-base-chromium.png b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-base-chromium.png index fe0814a776..c3aba41327 100644 --- a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-base-chromium.png +++ b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-base-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f34ab063891d2c98511a5db7d6338df98445e883944c6861a9acf52924957e6 -size 4407 +oid sha256:da57eacc3c6dc51d5758d838318ead99c2cc7fc7b31f577eff2774d55b11b21f +size 4408 diff --git a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-encrypted-chromium.png b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-encrypted-chromium.png index 30d7b937ee..977af2a7be 100644 --- a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-encrypted-chromium.png +++ b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-encrypted-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e983da427cf76eb320d36a3ea0f69f950091f93e928560956851165df9c71b4c -size 5591 +oid sha256:fdc4f4a15ba5dc846915bbb0a0ca3ed20836b27d3edd83a25553b6d7dad80f50 +size 5592 diff --git a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-un-encrypted-chromium.png b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-un-encrypted-chromium.png index 1da0a7b41d..5882161f27 100644 --- a/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-un-encrypted-chromium.png +++ b/ui/src/components/TextAreaComponent/stories/__images__/TextAreaComponent-un-encrypted-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e52cc729157e6446abe1f9937358a80ed6a18c763721e951c02766c20af8bca8 -size 7849 +oid sha256:4b7e286fbbf2d468f1dfc0b8b39fa9f303247c0f30ed8399a3396d821e9034cc +size 7846 diff --git a/ui/src/components/table/stories/__images__/TableWrapper-ouath-basic-chromium.png b/ui/src/components/table/stories/__images__/TableWrapper-ouath-basic-chromium.png index e15b4ac810..2cbda7d3ca 100644 --- a/ui/src/components/table/stories/__images__/TableWrapper-ouath-basic-chromium.png +++ b/ui/src/components/table/stories/__images__/TableWrapper-ouath-basic-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dd36cb04e4f8ab6f2dfa4587acb8ec7b0dfee0d503d70f0543fa16d071c4579 -size 25729 +oid sha256:c0a6995fcf233821bc44c9937f8c435e9c804b647697353595ff021d090fedc8 +size 26027 diff --git a/ui/src/components/table/stories/__images__/TableWrapper-simple-config-with-status-mapped-chromium.png b/ui/src/components/table/stories/__images__/TableWrapper-simple-config-with-status-mapped-chromium.png index 223eabc6a6..2ac7b08e48 100644 --- a/ui/src/components/table/stories/__images__/TableWrapper-simple-config-with-status-mapped-chromium.png +++ b/ui/src/components/table/stories/__images__/TableWrapper-simple-config-with-status-mapped-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22fe8187ccd4f958f991004fc2880145151c2d79b75f8b0eebac261534b345a4 -size 51725 +oid sha256:322eada5ec2d9b710383aa852d5d3404c5c3005ce4045f9fc5c3a7d8b90f4c17 +size 51770 diff --git a/ui/src/components/table/stories/__images__/TableWrapper-simple-table-many-services-chromium.png b/ui/src/components/table/stories/__images__/TableWrapper-simple-table-many-services-chromium.png index e84ae9999c..87d3f3efa7 100644 --- a/ui/src/components/table/stories/__images__/TableWrapper-simple-table-many-services-chromium.png +++ b/ui/src/components/table/stories/__images__/TableWrapper-simple-table-many-services-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aefff130259d6a5c199c65e4164631dd7ded89d4d41749463f16b426c88206de -size 91658 +oid sha256:2be287d66b0a093220a329a08e9ddecb7b73ff71f0bcfbfda6fdf04d16eacb5e +size 91711 diff --git a/ui/src/components/table/stories/__images__/TableWrapper-simple-table-style-page-chromium.png b/ui/src/components/table/stories/__images__/TableWrapper-simple-table-style-page-chromium.png index 70b5d0924b..50f132b6df 100644 --- a/ui/src/components/table/stories/__images__/TableWrapper-simple-table-style-page-chromium.png +++ b/ui/src/components/table/stories/__images__/TableWrapper-simple-table-style-page-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e902ef4883dd50a9a4b425fba0ce2df16ea6d799d445e00cc672fb28dda78d -size 75485 +oid sha256:2aac67062a406e821f8893004b5934d31e27559c9d123b933205e6806e7f4d65 +size 75562 diff --git a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-custom-header-chromium.png b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-custom-header-chromium.png index fc5b537320..9c26332628 100644 --- a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-custom-header-chromium.png +++ b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-custom-header-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:65bbf099eef6bffd6f7fc0c318765031053ebbe421a16aee8eb374f7925e8e45 -size 78953 +oid sha256:4b3974b360338b0dc00068458c7a79ad46aae934c28f1111cc56bfe2cb672c46 +size 76065 diff --git a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-page-view-chromium.png b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-page-view-chromium.png index be4fac6a02..27c2bcd90d 100644 --- a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-page-view-chromium.png +++ b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-page-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1c2b7e14c291470f0b500f7e18461911669303142b5d6ba0fb8d7d0607bf46c6 -size 59437 +oid sha256:772a952dbdfaf2f18d2291e9dc725d4f84b35b71ab9e66f74e127c6a0ed54327 +size 59321 diff --git a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-view-add-chromium.png b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-view-add-chromium.png index 3f193274ba..7ce179b296 100644 --- a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-view-add-chromium.png +++ b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-configuration-view-add-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d89e9b35140e57a59b8e96c6e3f020b64b689a7f031dd7b04529af29145f399f -size 133771 +oid sha256:39a1e44092ce8e94a6c1f9cdad952543ec19504804826452cb4a975e46ad5453 +size 128973 diff --git a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-long-tab-name-story-chromium.png b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-long-tab-name-story-chromium.png index 01f2c7012e..ed66879cc1 100644 --- a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-long-tab-name-story-chromium.png +++ b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-long-tab-name-story-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de65dbfe761847bd66195f43ca4448f4e5a0b6d240f7e8ddb7bd877559397898 -size 64897 +oid sha256:645c9138a68dd067fa0dc2db788c75ff317b31707e5d5065c46274f2254f1ebb +size 65016 diff --git a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-multi-tabs-story-chromium.png b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-multi-tabs-story-chromium.png index c96d65cd76..6c154291f3 100644 --- a/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-multi-tabs-story-chromium.png +++ b/ui/src/pages/Configuration/stories/__images__/ConfigurationPage-multi-tabs-story-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31f745184689084fe3b1acd3dd8cdde530c004494c7470473ac5dd323153d89f -size 56822 +oid sha256:d7dc40a69a5f8b4cd97a2d90293bcaf8d93c83ab9a0698c30cfadbcd27d9c522 +size 56739 diff --git a/ui/src/pages/Dashboard/stories/__images__/DashboardPage-dashboard-page-view-chromium.png b/ui/src/pages/Dashboard/stories/__images__/DashboardPage-dashboard-page-view-chromium.png index dc7419d93c..fe0a76575c 100644 --- a/ui/src/pages/Dashboard/stories/__images__/DashboardPage-dashboard-page-view-chromium.png +++ b/ui/src/pages/Dashboard/stories/__images__/DashboardPage-dashboard-page-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5f178905f38692c71ee53968de19d942173c5d40837467a8db61e7a8ee3626c5 -size 71259 +oid sha256:27889ade75a328e95db53b003a281a2cc0dd3dfd50f90fb9b71dfb7006404873 +size 74747 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-page-expanded-row-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-page-expanded-row-chromium.png index 7c919f0260..ca8a4fe8e5 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-page-expanded-row-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-page-expanded-row-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b23fc47d31b37a20f055a586d5e429578ef1c9d4eff4449e72bf3067f788cff6 -size 50088 +oid sha256:ce8b756c5e88e53e3234aac964b34e2c2a7c0c59c302b702524ebd8267526f82 +size 50097 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-add-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-add-chromium.png index dea186318b..a1f522784d 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-add-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-add-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1936a47b57ba2ab6bb9433873e96330d8e86417d6272d5ec839491ea0f72247 -size 119964 +oid sha256:42e07f3a3053cbf236431dee26e3468a2aec16474356c67275e786196a011883 +size 118585 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-chromium.png index a0e9b064ca..a748970c1f 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:51f0f95f4ebfe4de60f3aa49a31f4e8f6f3ecbc451d51e45dc97ecfdcce4c198 -size 44147 +oid sha256:164a47baa4867a2db6587b07b199ce8ec07fb0b18c7a8f664e22a837dfb62c56 +size 44163 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-update-input-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-update-input-chromium.png index 872f632aaf..a28da92632 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-update-input-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-page-view-update-input-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2b150a2dfcdcbab227b134786ba6233e3f7cdd1923e4aca89a0f5cf54e2cff79 -size 119398 +oid sha256:fa7e8f319b9c2d8978b1d3d0408d634f0bda4bf6c0d6af594373fe52511c8249 +size 118034 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-tab-custom-header-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-tab-custom-header-chromium.png index fa2f635071..0f390516ee 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-tab-custom-header-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-tab-custom-header-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbf31bd33d13d9898f2f3433b8a5c9a6094ee9613ebbf52d197a2d08d77c4c28 -size 76170 +oid sha256:d8e625df9abf05f14ff5fce6eb16c27313a9e88449083e2cbbac2114f8e5766d +size 73994 diff --git a/ui/src/pages/Input/stories/__images__/InputPage-input-tab-view-add-chromium.png b/ui/src/pages/Input/stories/__images__/InputPage-input-tab-view-add-chromium.png index 3fdc2a743f..a88b6641d0 100644 --- a/ui/src/pages/Input/stories/__images__/InputPage-input-tab-view-add-chromium.png +++ b/ui/src/pages/Input/stories/__images__/InputPage-input-tab-view-add-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e9ff302dd017ad82092983b2b53000bbd2f5683423fd73e6017edfbac2395bf -size 61267 +oid sha256:e691bd3c3a3d7e2f67b5eed4404a04a3d3e24c6a8d682643b2fbfcd273020428 +size 61335 diff --git a/ui/src/pages/stories/__images__/GlobalConfigPlayground-global-config-playground-chromium.png b/ui/src/pages/stories/__images__/GlobalConfigPlayground-global-config-playground-chromium.png index 83bf2185f9..67b14b5504 100644 --- a/ui/src/pages/stories/__images__/GlobalConfigPlayground-global-config-playground-chromium.png +++ b/ui/src/pages/stories/__images__/GlobalConfigPlayground-global-config-playground-chromium.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a4b86ebf05e9fb747cf535ef7c78855b9d4bb8d8d32a0298d55b252eea1c487 -size 61647 +oid sha256:c43317c3a53fa1f6999e2c09ba1b8c5028b4497473209ec74d8f50ce5677178e +size 61895 diff --git a/ui/src/util/textutils/textUtils.test.tsx b/ui/src/util/textutils/textUtils.test.tsx index ac36f8852e..e98df54f08 100644 --- a/ui/src/util/textutils/textUtils.test.tsx +++ b/ui/src/util/textutils/textUtils.test.tsx @@ -32,7 +32,7 @@ describe('mapTextToElements', () => { it('should render text with links correctly', () => { setup(); - const linkElement = screen.getByRole('link', { name: 'Example Link (Opens new window)' }); + const linkElement = screen.getByRole('link', { name: 'Example Link(Opens new window)' }); expect(linkElement).toHaveAttribute( 'href', 'https://splunk.github.io/addonfactory-ucc-generator/' @@ -71,7 +71,7 @@ describe('mapTextToElements', () => { setup(propsWithLinkAtBeginning); const linkElement = screen.getAllByRole('link', { - name: 'Example Link (Opens new window)', + name: 'Example Link(Opens new window)', }); linkElement.forEach((l) => { @@ -97,7 +97,7 @@ describe('mapTextToElements', () => { }; setup(singleLinkProps); const linkElement = screen.getByRole('link', { - name: `${singleLinkProps.text} (Opens new window)`, + name: `${singleLinkProps.text}(Opens new window)`, }); expect(linkElement).toHaveAttribute( 'href', @@ -124,10 +124,10 @@ describe('mapTextToElements', () => { setup(multipleLinksProps); const linkElement1 = screen.getByRole('link', { - name: 'Example Link 1 (Opens new window)', + name: 'Example Link 1(Opens new window)', }); const linkElement2 = screen.getByRole('link', { - name: 'Example Link 2 (Opens new window)', + name: 'Example Link 2(Opens new window)', }); expect(linkElement1).toHaveAttribute( diff --git a/ui/yarn.lock b/ui/yarn.lock index 1de55689bc..e06476267c 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -39,7 +39,7 @@ is-potential-custom-element-name "^1.0.1" lru-cache "^11.5.2" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.29.7": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.29.0", "@babel/code-frame@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7" integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw== @@ -53,7 +53,7 @@ resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629" integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg== -"@babel/core@^7.22.5", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.0", "@babel/core@^7.29.0", "@babel/core@^7.7.5": +"@babel/core@^7.22.5", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.0", "@babel/core@^7.29.0", "@babel/core@^7.29.7", "@babel/core@^7.7.5": version "7.29.7" resolved "https://registry.npmjs.org/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7" integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA== @@ -74,7 +74,7 @@ json5 "^2.2.3" semver "^6.3.1" -"@babel/eslint-parser@^7.28.6": +"@babel/eslint-parser@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.29.7.tgz#272cc7531972ff45bc0db96c45349cb7304d21e1" integrity sha512-zxt+UJTOMKvUt3yOg+D58MLuz334pHp93qifMFcjIIO+9hN6t+ufw2gi7vDPMpxvfnHRR+3VVXvIjineCcgyXw== @@ -834,7 +834,7 @@ dependencies: "@babel/helper-plugin-utils" "^7.29.7" -"@babel/plugin-transform-runtime@^7.29.0": +"@babel/plugin-transform-runtime@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.7.tgz#7c7fb6e2a46dce67e278b6cc84421c1d16da5695" integrity sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q== @@ -924,7 +924,7 @@ "@babel/helper-create-regexp-features-plugin" "^7.29.7" "@babel/helper-plugin-utils" "^7.29.7" -"@babel/preset-env@^7.2.0", "@babel/preset-env@^7.29.2": +"@babel/preset-env@^7.2.0", "@babel/preset-env@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.7.tgz#5e2ab5e764b493fdefc99c43aeaa70a9533a37fd" integrity sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA== @@ -1010,7 +1010,7 @@ "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.28.5": +"@babel/preset-react@^7.0.0", "@babel/preset-react@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.29.7.tgz#2ed18366e38c2081bbf1760dc01e88fa5674eb17" integrity sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA== @@ -1022,7 +1022,7 @@ "@babel/plugin-transform-react-jsx-development" "^7.29.7" "@babel/plugin-transform-react-pure-annotations" "^7.29.7" -"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.0", "@babel/runtime@^7.21.5", "@babel/runtime@^7.27.6", "@babel/runtime@^7.28.4", "@babel/runtime@^7.28.6", "@babel/runtime@^7.29.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.0", "@babel/runtime@^7.21.5", "@babel/runtime@^7.27.6", "@babel/runtime@^7.28.6", "@babel/runtime@^7.29.7": version "7.29.7" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz#12022450c45a4da6d8d8287b18a4ff2ddb23f768" integrity sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw== @@ -1839,6 +1839,11 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" +"@juggle/resize-observer@^3.4.0": + version "3.4.0" + resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60" + integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== + "@kickstartds/core@^4.1.0": version "4.1.0" resolved "https://registry.npmjs.org/@kickstartds/core/-/core-4.1.0.tgz#9d5f103fe3c8808665146ab652d8096195bc9c85" @@ -2402,22 +2407,24 @@ "@react-spring/shared" "~9.7.5" "@react-spring/types" "~9.7.5" -"@reduxjs/toolkit@^1.9.7": - version "1.9.7" - resolved "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz#7fc07c0b0ebec52043f8cb43510cf346405f78a6" - integrity sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ== +"@reduxjs/toolkit@^2.12.0": + version "2.12.0" + resolved "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.12.0.tgz#e62787503a38561e04bb8f39e29ca8db689590f9" + integrity sha512-KiT+RzZbp6mQET+Mg+h2c97+9j1sNflUxQkIHI7Yuzf6Peu+OYpmkn6nbHWmLLWj+1ZODUJFwGZ7gx3L9R9EOw== dependencies: - immer "^9.0.21" - redux "^4.2.1" - redux-thunk "^2.4.2" - reselect "^4.1.8" + "@standard-schema/spec" "^1.0.0" + "@standard-schema/utils" "^0.3.0" + immer "^11.0.0" + redux "^5.0.1" + redux-thunk "^3.1.0" + reselect "^5.1.0" "@rolldown/pluginutils@1.0.0-beta.27": version "1.0.0-beta.27" resolved "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f" integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA== -"@rollup/plugin-commonjs@^29.0.2": +"@rollup/plugin-commonjs@^29.0.3": version "29.0.3" resolved "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-29.0.3.tgz#e0269126503d218e81e180478355ff740ca9baff" integrity sha512-ZaOxZceP7SOUW7Lqw5IRVweSQYWaeIPnXIGLiB690EBA3FGJTO40EEr2L5yZplJWsgTCogILRSpcAe7+U0Otdg== @@ -2614,12 +2621,12 @@ dependencies: "@sinonjs/commons" "^3.0.1" -"@splunk/async-dynamic-options-evaluator@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/async-dynamic-options-evaluator/-/async-dynamic-options-evaluator-28.8.0.tgz#375818092d84f6e22e4247892f94d8447ab05bdc" - integrity sha512-Vs88UrnEtHA1JAXh6R85/IXjbYvYPm18G3/gZH+gR2JizFjOcY8a1Po2EJyYOLPckrrfxM4lZ3QBztYrS+m9hA== +"@splunk/async-dynamic-options-evaluator@^28.8.0", "@splunk/async-dynamic-options-evaluator@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/async-dynamic-options-evaluator/-/async-dynamic-options-evaluator-28.9.0.tgz#cba44f1d5fd1a1b63dfd1b6fc32c45a2089f1cd4" + integrity sha512-qRleWk5EXwMuza6P7V1erj2tVbZHKLsnsYP2I4cNLkyQrmJVEFYBlooJWUSyqTQYVAHD+580tWjQ8XtNJZK31w== dependencies: - "@splunk/visualization-encoding" "^28.8.0" + "@splunk/visualization-encoding" "^28.9.0" "@splunk/babel-preset@^4.0.0": version "4.0.0" @@ -2632,298 +2639,303 @@ "@babel/preset-env" "^7.2.0" "@babel/preset-react" "^7.0.0" -"@splunk/charting-bundle@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/charting-bundle/-/charting-bundle-28.8.0.tgz#804bade0c5a7e0c7bd28176d9de9602d6092bc6a" - integrity sha512-vZ7wd2048q7IUk5J7UxG6VQZQInR4rKHN1uBFh8+ypCtlpjbiXxkuTKSnwBa7pztcr19KSQPtxV8ZIwogBPL5w== - -"@splunk/dashboard-action-buttons@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-action-buttons/-/dashboard-action-buttons-29.4.0.tgz#fc5a02b8349ed42010fe118a4ac7dd90b54d561e" - integrity sha512-aiwjmdF4RJcmgUI0kybQf6u+Byiue2gty03yAJc67gd5VFPaomguGxs63/d0RkoEA26RhLJAFia3EkfS57g8Yg== - dependencies: - "@splunk/dashboard-icons" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-ui" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/react-icons" "^5.6.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/ui-utils" "^1.12.0" +"@splunk/charting-bundle@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/charting-bundle/-/charting-bundle-28.9.0.tgz#14ad294c624d564a64f9cac67f68a05027cb2f67" + integrity sha512-vZs4lXYYtnEojASKFxpZij987e54McGUuvfFjIKnRLZEahL7fm/rEVynYBzvlLx3aX2R/NvDRA5sA/ckPNNJXA== + +"@splunk/dashboard-action-buttons@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-action-buttons/-/dashboard-action-buttons-29.8.0.tgz#8a64385dd1ef14543b42a728ffb8607566b83579" + integrity sha512-QKX2HUV/pdihOb6cnW99oi3mqiwW902O7b5H/7YefEaErf7ZxIhjgE+iAYEblu7nQFqMwccBA6liXh/J0QZNiA== + dependencies: + "@splunk/dashboard-icons" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-ui" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/react-icons" "^5.13.0" + "@splunk/react-ui" "^5.12.0" + "@splunk/ui-utils" "^1.14.0" + "@types/react" "^18.3.29" -"@splunk/dashboard-context@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-context/-/dashboard-context-29.4.0.tgz#0fec2130f360c8963b54f9e76a6d1b619c90269d" - integrity sha512-ZN2AyZJOLEwfAzJFERhRutRtvox8xG5hV4zH4z69QgX25oWachNS3HIm2L8O/jV3GcLRRLXoe6O/ayXcGcubAA== +"@splunk/dashboard-context@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-context/-/dashboard-context-29.8.0.tgz#f988c9bc2b925d1c20a6f2958b76f9f8bae883b6" + integrity sha512-rk8aA9O9tro/ccjcZUe+RUrLvpGdDqN5xUzATCkEit8Zt1oCYLSvb0wHNUltckUatC0DCUMP7txVNy7yRFOV9A== dependencies: "@dnd-kit/core" "^6.3.1" "@dnd-kit/sortable" "^10.0.0" "@dnd-kit/utilities" "^3.2.2" - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-icons" "29.4.0" - "@splunk/dashboard-search" "29.4.0" - "@splunk/dashboard-state" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" - "@splunk/datasources" "29.4.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-icons" "29.8.0" + "@splunk/dashboard-search" "29.8.0" + "@splunk/dashboard-state" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" + "@splunk/datasources" "29.8.0" + "@splunk/react-ui" "^5.12.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/themes" "^1.9.0" + "@splunk/ui-utils" "^1.14.0" ctrl-keys "^1.0.6" - lodash "^4.17.23" + lodash "^4.18.1" memoize-one "^6.0.0" rxjs "^5.5.12" -"@splunk/dashboard-core@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-core/-/dashboard-core-29.4.0.tgz#e3ba47fdc87c19c159aaad15e7bbbe86f466697c" - integrity sha512-KohhkdIn4t23N5skREW4I6bSDoAHPyfzPPkMXBhEArG6Lyv1QpiQobXLmmjhnQ9eF4r/QOB8lqwR4i3tSnu5cQ== +"@splunk/dashboard-core@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-core/-/dashboard-core-29.8.0.tgz#bba3c28e353360fa6dccace6560bf7f0961c0737" + integrity sha512-/RcI9OFQsXHoZEAyc0+6hD07O61rhIJp4hAZd2gMzyoM7uC6wVeNJw4RCU4OR5XlPN6r4zD3gH2njrwJoT1WlA== dependencies: "@dnd-kit/core" "^6.3.1" "@dnd-kit/modifiers" "^9.0.0" "@dnd-kit/sortable" "^10.0.0" "@dnd-kit/utilities" "^3.2.2" - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-layouts" "29.4.0" - "@splunk/dashboard-search" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-ui" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/dashboard-validation" "29.4.0" - "@splunk/datasource-utils" "29.4.0" - "@splunk/react-icons" "^5.6.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" - lodash "^4.17.23" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-layouts" "29.8.0" + "@splunk/dashboard-search" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-ui" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/dashboard-validation" "29.8.0" + "@splunk/datasource-utils" "29.8.0" + "@splunk/react-icons" "^5.13.0" + "@splunk/react-ui" "^5.12.0" + "@splunk/themes" "^1.9.0" + "@splunk/ui-utils" "^1.14.0" + lodash "^4.18.1" react-full-screen "^1.1.1" react-resize-detector "^12.3.0" -"@splunk/dashboard-definition@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-definition/-/dashboard-definition-29.4.0.tgz#6e226496002dcc8833526c8c54c78b03d14f2d34" - integrity sha512-6pvxHyve/64xH22eqF9eFr8+x9hnXhoguKzxogJp3+mzuPkeCDNp79ncB+d1dTh4XC3VKErvXi9cEFzTPdPVBw== +"@splunk/dashboard-definition@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-definition/-/dashboard-definition-29.8.0.tgz#64d7b539b5147fa1524186abc8be20da1c114c39" + integrity sha512-A5H/V8DHkSkcWYbalnmV1vJdZnobdzgcI/fYORNyGll7Bs08I6YwyxJ/ygHDFn/eAduCCpyRL97KSShWktNXVQ== dependencies: - "@splunk/dashboard-utils" "29.4.0" - "@splunk/ui-utils" "^1.12.0" - ajv "^8.5.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/ui-utils" "^1.14.0" + ajv "^8.20.0" fast-json-patch "^3.1.1" hash-it "^5.0.2" - lodash "^4.17.23" + lodash "^4.18.1" -"@splunk/dashboard-event-handlers@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-event-handlers/-/dashboard-event-handlers-29.4.0.tgz#7ac49c9f8fe1356089ab55350cee7d0d010cc189" - integrity sha512-ZtODx1z3Z6lUpO0ur6rz73lDD8uCsz49BkpuCy5WRdqX8YE60rkJcsYhbGs9S3j066IK5j23EV+vF4wtq7IQ5w== +"@splunk/dashboard-event-handlers@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-event-handlers/-/dashboard-event-handlers-29.8.0.tgz#446aaee13e2185ce170a0dcb82dc6778d0f40a89" + integrity sha512-nlReWL2McLTNYkuarBPfiQdr7GaiDWidZuKTYrGGA/2j8dJxrTvnLnxQSy+h8BtsTRE0FHMyPvVW/bYrUO2mKw== dependencies: - "@splunk/dashboard-types" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" + "@splunk/dashboard-types" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" -"@splunk/dashboard-icons@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-icons/-/dashboard-icons-29.4.0.tgz#e70603f57d96e7ecb971e05450375c3d505f4077" - integrity sha512-teo7UM/HttoJXGHb5dBiNgUz58Z0fBqO85BfShjMYsP2sHMh9ED/NJwWQnvCT1fK20OfZeLLa6j1U3hZGYd9gg== +"@splunk/dashboard-icons@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-icons/-/dashboard-icons-29.8.0.tgz#6a3ce7657242e5f73e338dece6ab8d16fccaeee7" + integrity sha512-x+atFlRyjdq7ck2dYHfhK2C71gQtQOhVU0+a9jIo7i0t9/HaMLy8Ehm+dysH7EgZ/2iLO2OxoDNxCUh2haSoFg== dependencies: - "@splunk/react-icons" "^5.6.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" - -"@splunk/dashboard-inputs@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-inputs/-/dashboard-inputs-29.4.0.tgz#ec994674cc451b08266511dbd432ae841207a348" - integrity sha512-p9gHnmin74PMfg4ncCpLkQbtwBt9AxnBmLnz3dvYvWF+8jILuFs3Ar6+niLt74MebDZfNqdkOTqhKjTIFnc0Vw== - dependencies: - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-icons" "29.4.0" - "@splunk/dashboard-types" "29.4.0" - "@splunk/dashboard-ui" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" + "@splunk/react-icons" "^5.13.0" + "@splunk/themes" "^1.9.0" + "@splunk/ui-utils" "^1.14.0" + "@types/react" "^18.3.29" + +"@splunk/dashboard-inputs@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-inputs/-/dashboard-inputs-29.8.0.tgz#9913426d7ad9c13d02763b1995518cae7b6958bd" + integrity sha512-q28+3WU+RUEepz/IQHNj88YevzLPNw2YZru1ueUS93KfQ+Xw82qQw+22lthVlr9h88f8DthrvjPuRqzq95QYLw== + dependencies: + "@splunk/async-dynamic-options-evaluator" "^28.8.0" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-icons" "29.8.0" + "@splunk/dashboard-types" "29.8.0" + "@splunk/dashboard-ui" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" "@splunk/moment" "^0.7.0" - "@splunk/react-icons" "^5.6.0" + "@splunk/react-icons" "^5.13.0" "@splunk/react-time-range" "^11.3.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/themes" "^1.4.1" + "@splunk/react-ui" "^5.12.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/themes" "^1.9.0" "@splunk/time-range-utils" "^3.4.1" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-encoding" "28.4.0" - lodash "^4.17.23" + "@splunk/ui-utils" "^1.14.0" + "@splunk/visualization-encoding" "^28.8.0" + "@types/react" "^18.3.29" + lodash "^4.18.1" prop-types "^15.8.1" -"@splunk/dashboard-layouts@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-layouts/-/dashboard-layouts-29.4.0.tgz#160a781885b65eefeb0ccd31910fe5729ebc7a06" - integrity sha512-fwXRWDIyU+Ur8lituARsmsUgA0YBsQk2gAZhV0hJ5uU5CRL6TqQijmFDXokFHzWxTWeJbY97HYy83SKVcp923A== +"@splunk/dashboard-layouts@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-layouts/-/dashboard-layouts-29.8.0.tgz#455afa2afa99161de02966876996b615d52c4c06" + integrity sha512-VnAIOXcBXJlLrjPxOWxyJmirKlTtjtUoaOF9l6eqOMC4BEUhWl3gjDf51dlANOVnZiXeITs+W8qXSOvYKZ6pTQ== dependencies: "@dnd-kit/core" "^6.3.1" "@dnd-kit/sortable" "^10.0.0" "@dnd-kit/utilities" "^3.2.2" - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-state" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-ui" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/react-icons" "^5.6.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-color-palettes" "28.4.0" - "@splunk/visualization-encoding" "28.4.0" - "@splunk/visualizations" "28.4.0" - "@splunk/visualizations-shared" "28.4.0" - lodash "^4.17.23" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-state" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-ui" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/react-icons" "^5.13.0" + "@splunk/themes" "^1.9.0" + "@splunk/ui-utils" "^1.14.0" + "@splunk/visualization-color-palettes" "^28.8.0" + "@splunk/visualization-encoding" "^28.8.0" + "@splunk/visualizations" "^28.8.0" + "@splunk/visualizations-shared" "^28.8.0" + lodash "^4.18.1" memoize-one "^6.0.0" - prop-types "^15.8.1" react-resize-detector "^12.3.0" rxjs "^5.5.12" -"@splunk/dashboard-presets@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-presets/-/dashboard-presets-29.4.0.tgz#1751d6ad22a467d553bab381c76a8ab43b87fa7d" - integrity sha512-0SHzpHed1asylALWD8BTa3Few+muR1eVQJ5kzvlnO6JLJMzrt+J/GFd5Ihs4y1rUiaVZRRPc8PivR1z5zgA6ZQ== - dependencies: - "@splunk/dashboard-event-handlers" "29.4.0" - "@splunk/dashboard-inputs" "29.4.0" - "@splunk/dashboard-layouts" "29.4.0" - "@splunk/dashboard-types" "29.4.0" - "@splunk/dashboard-ui" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasources" "29.4.0" - "@splunk/react-icons" "^5.6.0" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualizations" "28.4.0" - lodash "^4.17.23" - -"@splunk/dashboard-search@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-search/-/dashboard-search-29.4.0.tgz#39d04cff04141c15fce0daf5c584c66f6df015d9" - integrity sha512-26RiVyCTw1kaax3BP9yggwOED/sT/KhvhkLyVDxKGONz0I8cw4g3hIvRseEVm0Om7bWMSdz9wYYO96VrAJzCsA== - dependencies: - "@reduxjs/toolkit" "^1.9.7" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" - "@splunk/datasources" "29.4.0" - "@splunk/ui-utils" "^1.12.0" +"@splunk/dashboard-presets@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-presets/-/dashboard-presets-29.8.0.tgz#bf6f78a34c18f74b4c881d5b625af5fdb26226af" + integrity sha512-InmLyC1DNtN2jJ30Ec28UsPhP/D+3vEXjbju4lp5epu5n0ZEA+9TUx2499DWTRJ0TbhL/p44spOVwiUJuejzcQ== + dependencies: + "@splunk/dashboard-event-handlers" "29.8.0" + "@splunk/dashboard-inputs" "29.8.0" + "@splunk/dashboard-layouts" "29.8.0" + "@splunk/dashboard-types" "29.8.0" + "@splunk/dashboard-ui" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasources" "29.8.0" + "@splunk/react-icons" "^5.13.0" + "@splunk/ui-utils" "^1.14.0" + "@splunk/visualizations" "^28.8.0" + "@types/react" "^18.3.29" + lodash "^4.18.1" + +"@splunk/dashboard-search@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-search/-/dashboard-search-29.8.0.tgz#81e191633de7b65e62de58927044a54b16eb2e32" + integrity sha512-50qsIzvD6N9pN6QhstN7h+VUG6wFNzL7fL49wCCY9Rn58o7zwjfWVrlbKVqgseQBc6Fn/uWzCxo/qmn6TBkHBQ== + dependencies: + "@reduxjs/toolkit" "^2.12.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" + "@splunk/datasources" "29.8.0" + "@splunk/ui-utils" "^1.14.0" hash-it "^5.0.2" - lodash "^4.17.23" + lodash "^4.18.1" rxjs "^5.5.12" -"@splunk/dashboard-state@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-state/-/dashboard-state-29.4.0.tgz#c8407f901ff6cd9d27427d6819778fc72eb825a4" - integrity sha512-MMu2MCOLmlD7/+Et32V8z6/1czeTzcgNfJAwhvjx3IUHPmD7MtSN7I3kQ6aSUzDPxmiDi1D149yEWLsS4godow== +"@splunk/dashboard-state@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-state/-/dashboard-state-29.8.0.tgz#b5945bb657b3a57b731be5e4286ef08359a00877" + integrity sha512-8KFIBAOC3XrWCKTJ4JQ+DrMhPF89KxMikU8+xVkfq5yrSlqgne9eVlrtJQNotr48WYWilzCrQgZTxZUTJ06dWw== dependencies: - "@reduxjs/toolkit" "^1.9.7" - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" - "@splunk/ui-utils" "^1.12.0" - lodash "^4.17.23" - react-redux "^8.1.3" - -"@splunk/dashboard-telemetry@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-telemetry/-/dashboard-telemetry-29.4.0.tgz#90a5510c6b60d94c7e851b5f31ba13b748da254e" - integrity sha512-l/DXiCYFzT0v0rceWlL0KAF4leJRHdpQQIRZpmzJUWM48Ns8831f/eLmRBIhHuOvYB2AIQXOQ6ztYrHbF8o8pA== - dependencies: - "@splunk/dashboard-utils" "29.4.0" - lodash "^4.17.23" - -"@splunk/dashboard-types@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-types/-/dashboard-types-29.4.0.tgz#1ff71c90f60874415ad5888c82378296bf8b73d2" - integrity sha512-FCc4g7kqFk4REiVbiHxodw536oGwBGtuNAPgio4vtPlJBgP2RFNCmaeEeW374I91aC4XCff81qh3EkGRejvkVg== - dependencies: - "@reduxjs/toolkit" "^1.9.7" - "@types/react" "^18.3.27" - ajv "^8.5.0" - redux "^4.2.1" + "@reduxjs/toolkit" "^2.12.0" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" + "@splunk/ui-utils" "^1.14.0" + lodash "^4.18.1" + react-redux "^9.3.0" + +"@splunk/dashboard-telemetry@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-telemetry/-/dashboard-telemetry-29.8.0.tgz#9f24cfed0c33ee0a8690b5995e8c9825b1062ff9" + integrity sha512-z8yVBzk757AAhb5zRR28UtMqp/h3Kc/DxBShHr9whDkz+yT/XA+ryXph7w1+ajaKhFj4LEb0qzP+ZRjn9zEAVA== + dependencies: + "@splunk/dashboard-utils" "29.8.0" + lodash "^4.18.1" + +"@splunk/dashboard-types@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-types/-/dashboard-types-29.8.0.tgz#78f764cf958ffb44e007c7e292a17ecaf587cc31" + integrity sha512-NqlONUXVN1JctK0ZagQYHgjOxRo1/eEIMnwM6RJ1OrFEt4vCDogZpcBn0xYLLMl4QxunrgMmMZpE8BWrBQjSBg== + dependencies: + "@reduxjs/toolkit" "^2.12.0" + "@types/react" "^18.3.29" + ajv "^8.20.0" + redux "^5.0.1" rxjs "^5.5.12" -"@splunk/dashboard-ui@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-ui/-/dashboard-ui-29.4.0.tgz#77413f8e1bb11d1d1c189e881d65213ceadf0e26" - integrity sha512-VivTjEaWqLrO2nlrkdce152r1bJU34fQ8nnPyxY5fGEyK2B0rKCU1FHYCBsQybZlmrjo52IVLug5t5w4bhH8Tg== +"@splunk/dashboard-ui@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-ui/-/dashboard-ui-29.8.0.tgz#4a54ab9e0aeeedf725fb87434ac7e67cc4802f8e" + integrity sha512-wIX29uqLvu2UYM1BOK2ek43BQ5f3i5m9lIqejxUL80W3Kt4FlL5q+RoVkqcTR+221tsYzizOnIJMFoGV5AhzgQ== dependencies: - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-icons" "29.4.0" - "@splunk/dashboard-telemetry" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-icons" "29.8.0" + "@splunk/dashboard-telemetry" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" "@splunk/moment" "^0.7.0" - "@splunk/react-icons" "^5.6.0" + "@splunk/react-icons" "^5.13.0" "@splunk/react-search" "^7.0.1" - "@splunk/react-ui" "^5.7.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-icons" "28.4.0" - "@splunk/visualizations-shared" "28.4.0" + "@splunk/react-ui" "^5.12.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/themes" "^1.9.0" + "@splunk/ui-utils" "^1.14.0" + "@splunk/visualization-icons" "^28.8.0" + "@splunk/visualizations-shared" "^28.8.0" + "@types/react" "^18.3.29" hoist-non-react-statics "^3.3.2" - lodash "^4.17.23" + lodash "^4.18.1" memoize-one "^6.0.0" prop-types "^15.8.1" resize-observer-polyfill "^1.5.1" tinycolor2 "^1.6.0" -"@splunk/dashboard-utils@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-utils/-/dashboard-utils-29.4.0.tgz#12c3a7991338a7727a14bb129316a87c2ac2d178" - integrity sha512-jxTv3h+/84+LPOlSXnadP9+zOKpQKj2eiAKHmbOoeoUsIOOyLAAsW6c62whH7OzCquiZwbKHbraWcTvPJvQosg== +"@splunk/dashboard-utils@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-utils/-/dashboard-utils-29.8.0.tgz#402f76cb6f7ee0a7f911b3df7db7c5b4cf421391" + integrity sha512-/X9rZ/NKGeznqpZXfMAcApMiOZH/fZRKNZBvUNCe3K8+V3oj5hW9qfo78F94NCfKxsLmKtOMkkR41U/WUjeVqg== dependencies: "@splunk/moment" "^0.7.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-migrations" "28.4.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/ui-utils" "^1.14.0" + "@splunk/visualization-migrations" "^28.8.0" crypto-js "^4.0.0" - fflate "^0.8.2" - jsonata "^2.1.0" - jspdf "^3.0.4" - lodash "^4.17.23" + fflate "^0.8.3" + jsonata "^2.2.1" + jspdf "^4.2.1" + lodash "^4.18.1" memoize-one "^6.0.0" -"@splunk/dashboard-validation@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/dashboard-validation/-/dashboard-validation-29.4.0.tgz#6ef23e99a7ed38e0188280d514241f0ffc561217" - integrity sha512-+4dhOxNZDGeZ1Jgt9kZ4IJnatC2N5eSzfux6VfRKSF5VEClYWc7opDoRysd2tBu/HmuuWS4TRPaPbY/MH04Ncg== +"@splunk/dashboard-validation@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/dashboard-validation/-/dashboard-validation-29.8.0.tgz#93bfb472eb0be2888d0727370504a41e58dca071" + integrity sha512-bYzefU2FVyQf/0IUVrICrhuQfGMe7OlnF8SIx5i7WSfsqIzzncVAjkbFo3wUGAyzaF17EjrnABzvwLuPdpeCOQ== dependencies: - "@splunk/ui-utils" "^1.12.0" - ajv "^8.5.0" + "@splunk/ui-utils" "^1.14.0" + ajv "^8.20.0" ajv-errors "^3.0.0" -"@splunk/datasource-utils@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/datasource-utils/-/datasource-utils-29.4.0.tgz#0d281908be29b103778831de652807b4383b3108" - integrity sha512-6DxpwNavKVrxmYoJ8wvEu9yxabzFoZX0SG/cDtMZGOMp8/ntk+WWtYRV8XGdyQ6YU0Eco/Lmq0Sgq7/bc6kKYw== +"@splunk/datasource-utils@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/datasource-utils/-/datasource-utils-29.8.0.tgz#31e4f113380c92db77b1e79205f58798377c551b" + integrity sha512-mfTPv3tE9S6qMAPWibMRuFg5oUeq5POqdXDcTi1fwNHjGHx2+2PYfgV9G1yygDPSJMIq7fsvn4X/A1YX3kptKA== dependencies: - "@splunk/dashboard-utils" "29.4.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/ui-utils" "^1.12.0" - lodash "^4.17.23" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/ui-utils" "^1.14.0" + lodash "^4.18.1" -"@splunk/datasources@29.4.0": - version "29.4.0" - resolved "https://registry.npmjs.org/@splunk/datasources/-/datasources-29.4.0.tgz#f7fb58564fb55f085a7c32a002e5c5f7c7f0bb9d" - integrity sha512-VW6JrwKh8KwTq64TU3wDKck2qaRmhhey+5oPM3qBKi35wp8vIzExqJSEmkl89atxsFcV6pRPhV4ID3P9PbH/uQ== +"@splunk/datasources@29.8.0": + version "29.8.0" + resolved "https://registry.npmjs.org/@splunk/datasources/-/datasources-29.8.0.tgz#347fd8204a5bca0b5e9f4372fee2ec6c2c2ec5c4" + integrity sha512-YVueMn4Y7+hYB9/B1aGWRk87EoaBBq70v05cHn+olvyqI3NoO5LqwvzG0DHxnHORua7aGkkEnYX37LxXHed76w== dependencies: - "@splunk/dashboard-definition" "29.4.0" - "@splunk/dashboard-utils" "29.4.0" - "@splunk/datasource-utils" "29.4.0" + "@splunk/dashboard-definition" "29.8.0" + "@splunk/dashboard-utils" "29.8.0" + "@splunk/datasource-utils" "29.8.0" "@splunk/moment" "^0.7.0" "@splunk/search-job" "^3.1.0" - "@splunk/splunk-utils" "^3.4.0" - "@splunk/ui-utils" "^1.12.0" + "@splunk/splunk-utils" "^4.0.0" + "@splunk/ui-utils" "^1.14.0" "@splunkdev/cloud-auth-client" "^3.5.3" "@splunkdev/cloud-sdk" "^15.0.0" hash-it "^5.0.2" - lodash "^4.17.23" + lodash "^4.18.1" memoize-one "^6.0.0" moment "^2.30.1" rxjs "^5.5.12" -"@splunk/eslint-config@^5.0.0": +"@splunk/eslint-config@^5.1.0": version "5.1.0" resolved "https://registry.npmjs.org/@splunk/eslint-config/-/eslint-config-5.1.0.tgz#c451277e0c2790ea2762d305f74fe8bda2f8edb4" integrity sha512-iW6geaqEf4PeMZPorzP8AXE8YFb48oy9GZXD05pz+W+m1KX2A+wcjXJ/UQGeEmoiod4DETpsHk6v7MUMdlAOsQ== @@ -2937,34 +2949,35 @@ "@splunk/ui-utils" "^1.6.0" lodash "^4.17.14" -"@splunk/react-events-viewer@^28.0.0", "@splunk/react-events-viewer@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/react-events-viewer/-/react-events-viewer-28.8.0.tgz#3799a68acd595eba93a308deda274b7509447739" - integrity sha512-yZdJ6QA0QyQK8ubVbSoEZql5lbBClebE4wR1omdBEDoOGcsbuxh84PZ02ehVlSU3SXGD39tmprl/SNZSAMBbcA== +"@splunk/react-events-viewer@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/react-events-viewer/-/react-events-viewer-28.9.0.tgz#fe39054b8a7e6e2f17837578dec35629fa276706" + integrity sha512-zbsCEHCHUmD2p7tSp9kxcwpdtJlZcTAL9O2OegIT9Jj8x5LXuVpjqDYoCLy7DlPCAmKygW+rx0h8flk/REqdPQ== dependencies: "@babel/runtime" "^7.29.7" "@splunk/moment" "^0.7.0" - "@splunk/react-icons" "^5.12.0" - "@splunk/react-ui" "^5.11.1" + "@splunk/react-icons" "^5.14.1" + "@splunk/react-ui" "^5.14.0" "@splunk/splunk-utils" "^3.4.0" - "@splunk/themes" "^1.8.0" - "@splunk/ui-utils" "^1.14.0" + "@splunk/themes" "^1.10.0" + "@splunk/ui-utils" "^1.14.1" lodash "^4.18.1" prop-types "^15.8.1" + use-sync-external-store "^1.6.0" -"@splunk/react-field-summary@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/react-field-summary/-/react-field-summary-28.8.0.tgz#58def2a0a6832559406005417e2dfd6366c446fc" - integrity sha512-wHXt0GsWySEPxyX3JC0fTrHCDukbtnfKhxTApDRZamTzyX+zgFZLVZXvJZTKFpJQb7fd8/4DOgNfUyvuAXPBzQ== +"@splunk/react-field-summary@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/react-field-summary/-/react-field-summary-28.9.0.tgz#616ab72dbf287692e9a20946bcda79c39c6e6299" + integrity sha512-V4MFpdmgVYixrc5bTLMjjvRKnVDsmggrpxtj7UshLfzWHa6GPYoVDld7hr5vvhAXKsLJgJiSCKvAThpaotWDtA== dependencies: "@babel/runtime" "^7.29.7" - "@splunk/react-icons" "^5.12.0" - "@splunk/react-ui" "^5.11.1" - "@splunk/themes" "^1.8.0" - "@splunk/ui-utils" "^1.14.0" + "@splunk/react-icons" "^5.14.1" + "@splunk/react-ui" "^5.14.0" + "@splunk/themes" "^1.10.0" + "@splunk/ui-utils" "^1.14.1" prop-types "^15.8.1" -"@splunk/react-icons@^5.0.0", "@splunk/react-icons@^5.12.0", "@splunk/react-icons@^5.13.0", "@splunk/react-icons@^5.2.0", "@splunk/react-icons@^5.5.0", "@splunk/react-icons@^5.6.0": +"@splunk/react-icons@^5.13.0", "@splunk/react-icons@^5.14.1", "@splunk/react-icons@^5.9.0": version "5.14.1" resolved "https://registry.npmjs.org/@splunk/react-icons/-/react-icons-5.14.1.tgz#8505bcb9c6148c760061132800f3d2e48393cb41" integrity sha512-7tNUuN21xZASwk/z0NO/B/1It93aCQkoQw9U/GRNoChMPrugoHIYeGebAVj9IsR0Dp3ACIN98lGVoKwwzRWHdw== @@ -2973,7 +2986,7 @@ lodash "^4.18.1" prop-types "^15.6.2" -"@splunk/react-page@^8.0.0": +"@splunk/react-page@^8.3.2": version "8.3.2" resolved "https://registry.npmjs.org/@splunk/react-page/-/react-page-8.3.2.tgz#00729bd3b6c73e4177b9b91f8414442e42671963" integrity sha512-CohQd/tlW6pd5j1nl8gDsyxGrXkZXY9TbKkVmrwjH2sMMutE1iNFwIrR6RalCBB/IinXFUuTsaLD8kApf8pykQ== @@ -3019,39 +3032,40 @@ lodash "^4.17.19" prop-types "^15.6.0" -"@splunk/react-toast-notifications@^0.12.0": - version "0.12.0" - resolved "https://registry.npmjs.org/@splunk/react-toast-notifications/-/react-toast-notifications-0.12.0.tgz#a79169134d271b7d5f490bd9732f28a054d6c240" - integrity sha512-J/8BnsxTxxvvqdJAVgIiCmLURYOgtIaeHy0zzH37LxgoR442gLfkuxuBq3ANUo9I5PSRSO4kB4YA43uy7mW3Kg== +"@splunk/react-toast-notifications@^0.13.0": + version "0.13.0" + resolved "https://registry.npmjs.org/@splunk/react-toast-notifications/-/react-toast-notifications-0.13.0.tgz#15c3b02721249d6198e0ee2fd1d5a8401e8b2933" + integrity sha512-kpC+5+DlokV4YHciteuSE/uS/hFYnzZjnqpj1t6rXZOKBnJrTlnk0Q0DXxRcQBz6GsPIXW63agJrAAos4lu0RQ== dependencies: - "@splunk/react-icons" "^5.0.0" - "@splunk/react-ui" "^5.0.0" - "@splunk/themes" "^1.0.0" - "@splunk/ui-utils" "^1.9.0" + "@splunk/react-icons" "^5.9.0" + "@splunk/react-ui" "^5.9.0" + "@splunk/themes" "^1.6.0" + "@splunk/ui-utils" "^1.12.0" lodash "^4.17.14" prop-types "^15.6.2" react-flip-move "^3.0.1" -"@splunk/react-ui@5.2.0", "@splunk/react-ui@^5.0.0", "@splunk/react-ui@^5.11.1", "@splunk/react-ui@^5.12.0", "@splunk/react-ui@^5.13.0", "@splunk/react-ui@^5.7.0": - version "5.2.0" - resolved "https://registry.npmjs.org/@splunk/react-ui/-/react-ui-5.2.0.tgz#7f031e292c6d8933d6ef49fa74f72d264b3da6a7" - integrity sha512-uvLpcBj569b6AkJKAaXnYExSRQpphbw4zCa+8FwuGToPkY1lxRcpPYH72FCttmqxC5msmgMjdui9TlWYSvhVUw== +"@splunk/react-ui@5.15.0", "@splunk/react-ui@^5.12.0", "@splunk/react-ui@^5.13.0", "@splunk/react-ui@^5.14.0", "@splunk/react-ui@^5.9.0": + version "5.15.0" + resolved "https://registry.npmjs.org/@splunk/react-ui/-/react-ui-5.15.0.tgz#746f374ab77e8b24e849ddbf01b33e130a94489a" + integrity sha512-t9uebKobNkVTrUW6pQHbBE5yOOA3tEzdRjjHqnQWr5tDDhsszHsAEr9s3yEE5pbHgUsUO542hnij3Tg4w92y7Q== dependencies: "@dnd-kit/core" "^6.1.0" "@dnd-kit/modifiers" "^7.0.0" "@dnd-kit/sortable" "^8.0.0" "@dnd-kit/utilities" "^3.2.2" "@react-spring/web" "^9.7.5" - "@splunk/react-icons" "^5.2.0" - "@splunk/themes" "^1.2.0" - "@splunk/ui-utils" "^1.10.0" - decimal.js-light "^2.2.3" - lodash "^4.17.14" + "@splunk/react-icons" "^5.14.1" + "@splunk/themes" "^1.11.0" + "@splunk/ui-utils" "^1.14.1" + decimal.js-light "^2.5.1" + intl-tel-input "^25.3.2" + lodash "^4.18.1" moment "^2.29.4" - prop-types "^15.6.2" + prop-types "^15.8.0" react-markdown "^8.0.7" remark-gfm "^1.0.0" - tinycolor2 "^1.4.1" + use-sync-external-store "^1.6.0" use-typed-event-listener "^3.0.0" "@splunk/search-job@^3.1.0": @@ -3063,7 +3077,7 @@ lodash "^4.17.14" rxjs "^5.4.2" -"@splunk/splunk-utils@^3.0.0", "@splunk/splunk-utils@^3.1.0", "@splunk/splunk-utils@^3.2.0", "@splunk/splunk-utils@^3.3.0", "@splunk/splunk-utils@^3.4.0": +"@splunk/splunk-utils@^3.0.0", "@splunk/splunk-utils@^3.1.0", "@splunk/splunk-utils@^3.3.0", "@splunk/splunk-utils@^3.4.0": version "3.4.0" resolved "https://registry.npmjs.org/@splunk/splunk-utils/-/splunk-utils-3.4.0.tgz#f0918b938c93964ed422aafbf9e8b709129a9843" integrity sha512-RZDp9U+UCgS2A41zRBVvHvgMTYPsRxDv1BdKzKc78KH5xG3qwnpxwbYNoLhMhc9h0Wd+FTkL07qxj7TWbzxr2w== @@ -3073,7 +3087,7 @@ querystring "^0.2.1" scriptjs "^2.5.8" -"@splunk/splunk-utils@^4.0.1": +"@splunk/splunk-utils@^4.0.0", "@splunk/splunk-utils@^4.0.1": version "4.0.1" resolved "https://registry.npmjs.org/@splunk/splunk-utils/-/splunk-utils-4.0.1.tgz#c11a73f93bba2b4422541daab47725a0e51f985f" integrity sha512-BsFKoetTEE7tQGXAbRiikQcrfuOfoPFCpsvc3rfVe1HdB2go5XtcH/A5VMGsZ/HiP6Av0ZARfVsFPYmZKj4D5Q== @@ -3082,7 +3096,7 @@ lodash "^4.18.1" scriptjs "^2.5.8" -"@splunk/themes@^1.0.0", "@splunk/themes@^1.10.0", "@splunk/themes@^1.2.0", "@splunk/themes@^1.4.1", "@splunk/themes@^1.8.0", "@splunk/themes@^1.9.0": +"@splunk/themes@^1.10.0", "@splunk/themes@^1.11.0", "@splunk/themes@^1.6.0", "@splunk/themes@^1.9.0": version "1.11.0" resolved "https://registry.npmjs.org/@splunk/themes/-/themes-1.11.0.tgz#cc0dc218c893d33d07be3144d3af2b8c3ed7aca5" integrity sha512-wIzLxq5c38sj67OmiGYB+qiVJIAoqIdPaMrVAaklQQsJF5/2qtWlRLh/1JwUVoR/YPd1tRHh6GIl3RPljSr4PA== @@ -3092,7 +3106,7 @@ colorjs.io "^0.6.1" lodash "^4.18.1" -"@splunk/time-range-utils@^3.3.0", "@splunk/time-range-utils@^3.4.1": +"@splunk/time-range-utils@^3.4.1": version "3.4.1" resolved "https://registry.npmjs.org/@splunk/time-range-utils/-/time-range-utils-3.4.1.tgz#f11f3af43ef148df90aba54463a0f31c6d11977f" integrity sha512-5pgDdS7xMcGYu9gd2gNVXP4q3s3dlvky3PhbUKuR2/5KPgcfrbkozqWwbRunvqmHQxDGKYKslh50B+lmsU6mnA== @@ -3103,7 +3117,7 @@ "@splunk/ui-utils" "^1.8.0" lodash "^4.17.21" -"@splunk/ui-utils@^1.10.0", "@splunk/ui-utils@^1.12.0", "@splunk/ui-utils@^1.14.0", "@splunk/ui-utils@^1.14.1", "@splunk/ui-utils@^1.6.0", "@splunk/ui-utils@^1.8.0", "@splunk/ui-utils@^1.9.0": +"@splunk/ui-utils@^1.12.0", "@splunk/ui-utils@^1.14.0", "@splunk/ui-utils@^1.14.1", "@splunk/ui-utils@^1.6.0", "@splunk/ui-utils@^1.8.0": version "1.14.1" resolved "https://registry.npmjs.org/@splunk/ui-utils/-/ui-utils-1.14.1.tgz#0862110b04155e1e2495ecab646d62e6cd2de3f9" integrity sha512-sr67renHKlIPkTtNAJ1Eg3dP2+/4kQU4oK+Csuwm0aakMWtEqccODij1gLtdYXJihkNdtxfTCMqNcMwe/NN2cA== @@ -3111,15 +3125,15 @@ keycode "^2.1.9" lodash "^4.18.1" -"@splunk/visualization-canvas@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualization-canvas/-/visualization-canvas-28.8.0.tgz#2c25ce17b3940b725ad5b2779040d03670b84eff" - integrity sha512-mk9pjqw+ToQ+pBWeHhr4vJYwKgsuTA4nHdJcLjOR1gK4eyhOFFKfb8jhqi5eT9iwBPbbI1kk6OmEIJWEUosc8Q== +"@splunk/visualization-canvas@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-canvas/-/visualization-canvas-28.9.0.tgz#4bda3972745c44db29667751899a364dd4836cc1" + integrity sha512-4BZKeQ3xThUdcKHvzSf7I32LdP/e2h40ZRUJRGvPPII523fTYumf4d8loU5QSQgKmTB3qz7o0b0KuAaB1smejw== dependencies: - "@splunk/react-icons" "^5.12.0" - "@splunk/react-ui" "^5.11.1" - "@splunk/themes" "^1.8.0" - "@splunk/ui-utils" "^1.14.0" + "@splunk/react-icons" "^5.14.1" + "@splunk/react-ui" "^5.14.0" + "@splunk/themes" "^1.10.0" + "@splunk/ui-utils" "^1.14.1" d3-scale "^4.0.2" d3-scale-chromatic "^3.0.0" lodash "^4.18.1" @@ -3128,41 +3142,22 @@ uplot "^1.6.31" uplot-react "^1.2.4" -"@splunk/visualization-color-palettes@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualization-color-palettes/-/visualization-color-palettes-28.4.0.tgz#b530bd5c50578667629a78f49f4628f6eca88981" - integrity sha512-eKMbRaj/5m1bvHiOPUwzEbcnrJBzQogQ7yy0jpFXWePgTri21Be8BoXdbdPu67qODls5aFylmsnnq1W+EOpRRw== - dependencies: - "@splunk/ui-utils" "^1.12.0" - -"@splunk/visualization-color-palettes@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualization-color-palettes/-/visualization-color-palettes-28.8.0.tgz#a26654cb3170f29867d2a6f9aabdc5f858c5c96d" - integrity sha512-kiqEGuRvYK0oBG3YEjwnfmE2tjHT7q5q7YZzudG6h1LVdeIclMADg10X8xDAaULj51d9a7o63yUECDtWdNZZqw== +"@splunk/visualization-color-palettes@^28.8.0", "@splunk/visualization-color-palettes@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-color-palettes/-/visualization-color-palettes-28.9.0.tgz#523e694fd445ab2cb87bbf833471e67b01bb8bfe" + integrity sha512-2ORm9ln4isnzNBFf3YolouV6nIdRp/24jPRQYc1mUgGlyizl52wwqeudRYm8DgD4vhPuaVGkswkf3TWb2ox29A== dependencies: - "@splunk/ui-utils" "^1.14.0" + "@splunk/ui-utils" "^1.14.1" -"@splunk/visualization-context@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualization-context/-/visualization-context-28.8.0.tgz#75e4b036d39016f4912d4eb5e6a25dc10139b130" - integrity sha512-J0JGC34/RsB+R5LQg/6ZWE+rxsZBDd4sa/8b5tbTTaCJdXB4yZZJI43WhMXP9bjotEnenNKmpiPDOKZp3w2Jbw== +"@splunk/visualization-context@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-context/-/visualization-context-28.9.0.tgz#31247d339ded20f06685ac4913256a603217febf" + integrity sha512-7RChzgq9Yast2p4t4YN8CIcP/PpLLgcw3rv/BzWteVQyWVhrnw+jGH+TFtgI1yUZFW6puuQlDuKBqD2c88mX1Q== dependencies: - "@splunk/ui-utils" "^1.14.0" + "@splunk/ui-utils" "^1.14.1" uuid-v4 "^0.1.0" -"@splunk/visualization-encoding@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualization-encoding/-/visualization-encoding-28.4.0.tgz#4c7b543c62f5f3c9a889505f9e5b67613572cffa" - integrity sha512-L7AVWN3KRO2Jm0rrhT11KQJLXCQsDyzB2uRTvzXgw5A15HC/GBcbrijka5x09I78oqk95GfDYXjZmjkA3Bsuog== - dependencies: - "@splunk/moment" "^0.7.0" - "@splunk/visualization-schemas" "^28.4.0" - chroma-js "^3.1.2" - lodash "^4.17.21" - nearley "^2.20.1" - numbro "2.5.0" - -"@splunk/visualization-encoding@^28.4.0", "@splunk/visualization-encoding@^28.8.0": +"@splunk/visualization-encoding@^28.8.0": version "28.8.0" resolved "https://registry.npmjs.org/@splunk/visualization-encoding/-/visualization-encoding-28.8.0.tgz#3f142b417f5dc140a5e1e4355cc6f7a72c4c245c" integrity sha512-M0eu1Bbe1v1ZVQ1ojpFVTlV3H188TneokgpJEEhrsWBZ+EShrXUSxRPkbKYmFMihPHF1g85ujGop8A6NFtitXw== @@ -3174,111 +3169,96 @@ nearley "^2.20.1" numbro "2.5.0" -"@splunk/visualization-icons@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualization-icons/-/visualization-icons-28.4.0.tgz#8ae931d21b82f7517a2a7ed313ba3cc8fb2eceb3" - integrity sha512-s1oK8DroX/hp5zDOQRYxchItj98yNmLtQ9ETzccs583R7p4HdBOpQMgBw8yitQZ0Mpz/vl0SGYGmJgf4byAYFA== +"@splunk/visualization-encoding@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-encoding/-/visualization-encoding-28.9.0.tgz#cdcfea5bfbf57ac72d1f3da8abd50dd00af81e17" + integrity sha512-KaROPcG07GqXUS4lpdw/eQhEgpK6rGzwPzV5HuijbgEdq1iSuOw3D5dWpTDtR0wuZMIrfwq8Dx95EDRZLuh4MQ== dependencies: - "@splunk/react-icons" "^5.5.0" - "@splunk/ui-utils" "^1.12.0" + "@splunk/moment" "^0.7.0" + "@splunk/visualization-schemas" "^28.9.0" + chroma-js "^3.2.0" + lodash "^4.18.1" + nearley "^2.20.1" + numbro "2.5.0" -"@splunk/visualization-icons@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualization-icons/-/visualization-icons-28.8.0.tgz#ee67a3ddf62999eecca37da1b056aad3151a510c" - integrity sha512-CUxwCGUGEUIdllKR4vD1e79HrsC+f8GGOkJV5pMa4CXFELIaxx1LPRq980dbhV94IsBvLlbwUpoHOUI+3ss8yA== +"@splunk/visualization-icons@^28.8.0", "@splunk/visualization-icons@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-icons/-/visualization-icons-28.9.0.tgz#ea5209ad54212b63518a612d2224424f9b6daf96" + integrity sha512-FlER6BJKX2b0aPCsGaQdDXnLjbTz+xLQHc4ICOGshhqETm8XDcKQKE3pdWd84x3eymKBTcZtB4SVe9Q7S7Nyfw== dependencies: - "@splunk/react-icons" "^5.12.0" - "@splunk/ui-utils" "^1.14.0" + "@splunk/react-icons" "^5.14.1" + "@splunk/ui-utils" "^1.14.1" -"@splunk/visualization-migrations@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualization-migrations/-/visualization-migrations-28.4.0.tgz#9cb3187c63077af2b1bf1c0cf08c1956d56f5136" - integrity sha512-uCslijBPasv3yh1s6Z7T8Zg+efhvF0ArgGZ78AgPsaTv8x7vneGzjSuEgoSqvmXDoCaFcBOXkcjla9SgY+JS1A== +"@splunk/visualization-migrations@^28.8.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-migrations/-/visualization-migrations-28.9.0.tgz#7380c02e95b41a3aea1341b0feed9b104e48612b" + integrity sha512-qRJyeu5tfbMC1esUM7GzUZDFQ9rZ3J0hK2n577ETlGIndWo79ct78q/5XPtuypcEwgkaNTWxw7gZ6+EZ7WiONw== dependencies: - "@splunk/visualization-encoding" "^28.4.0" - "@splunk/visualization-schemas" "^28.4.0" - lodash "^4.17.21" + "@splunk/visualization-encoding" "^28.9.0" + "@splunk/visualization-schemas" "^28.9.0" + lodash "^4.18.1" -"@splunk/visualization-schemas@28.4.0", "@splunk/visualization-schemas@^28.4.0", "@splunk/visualization-schemas@^28.8.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualization-schemas/-/visualization-schemas-28.4.0.tgz#5870312e52beb8e4aa33ba2a557e93b41f5ec688" - integrity sha512-+3cCofhx5OByRk1wf6UxC5/0x9vCb3BQuRrAaUakqQdpo8g4dnO/8IRsPt0ru2TqNZEG8E/hoHxxfE47xNrUlg== +"@splunk/visualization-schemas@28.9.0", "@splunk/visualization-schemas@^28.8.0", "@splunk/visualization-schemas@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-schemas/-/visualization-schemas-28.9.0.tgz#d92227f89a1cda2f7bd9c1b286696f32a9b0a96e" + integrity sha512-DvRJP3OLOaOO8pwRaSeBnwX0xZkMcTODrxwHbyt3PsFpz4EfTUyQSGsQHJiYGb8tyQMIVaGtDLAs6y9D2H2Egw== dependencies: - "@splunk/visualization-color-palettes" "^28.4.0" + "@splunk/visualization-color-palettes" "^28.9.0" "@types/json-schema" "^7.0.15" -"@splunk/visualization-themes@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualization-themes/-/visualization-themes-28.8.0.tgz#5cef271d31cc2be851200335aa8fa9edd738730a" - integrity sha512-/biiHGcx/jUCdUkv9zcg4LhGeQBYAbHVXBP79L1CI5NTtfjIJUSGJYvzZOh+/MuGRzg0HTPWzyUdOi8FnokEng== +"@splunk/visualization-themes@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualization-themes/-/visualization-themes-28.9.0.tgz#9236d8abcd0afa4a67be22ea9394801a5960b1ac" + integrity sha512-PWjQJOmcXKlFU0ePwGXT19cOjM+F8pMH5WYTgDf9sn++WntoUY51AdIQ3+ovFw4xOLHLnjK/SxnyJFgKuREq9A== dependencies: - "@splunk/themes" "^1.8.0" + "@splunk/themes" "^1.10.0" lodash "^4.18.1" -"@splunk/visualizations-shared@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualizations-shared/-/visualizations-shared-28.4.0.tgz#82ba24992be419776a0af7770310712bd96f9ad9" - integrity sha512-djygAcjoWTYMayx7TOEAEWDEv6JDj8+aajhGV/YUhBLcra4MLthkMh6NCwt38eAgR848KtBDOdisrrhI0539nQ== - dependencies: - "@loki/create-async-callback" "^0.35.1" - "@splunk/moment" "^0.7.0" - "@splunk/react-icons" "^5.5.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/themes" "^1.4.1" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-encoding" "^28.4.0" - "@splunk/visualization-schemas" "^28.4.0" - element-resize-detector "^1.2.4" - lodash "^4.17.21" - numeral "^2.0.6" - prop-types "^15.8.1" - xmlserializer "^0.6.1" - -"@splunk/visualizations-shared@^28.4.0": - version "28.8.0" - resolved "https://registry.npmjs.org/@splunk/visualizations-shared/-/visualizations-shared-28.8.0.tgz#b014707ccfa31b1d4387e922217fe9db00b1a4fd" - integrity sha512-SH5rOX9YaSi9YQ5Nnge5KYkjpfe9Xon9qrYn9OdJhv9d3QttG5RwjLm/UPblilEv5bsUBtrb09iEAEIk0q7gEA== +"@splunk/visualizations-shared@^28.8.0", "@splunk/visualizations-shared@^28.9.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualizations-shared/-/visualizations-shared-28.9.0.tgz#d609a762215b58b8a8cdfbbfa1eaec895388829e" + integrity sha512-oVkMv7HwM2wwNGZ1RT2Mw5UVR4XPWRgsN42pZmskYrp9ZY2i1ye1nIQzEIq5aDuzJlmzAwihK/L9WRrdZ7ZT5w== dependencies: "@loki/create-async-callback" "^0.35.1" "@splunk/moment" "^0.7.0" - "@splunk/react-icons" "^5.12.0" - "@splunk/react-ui" "^5.11.1" - "@splunk/themes" "^1.8.0" - "@splunk/ui-utils" "^1.14.0" - "@splunk/visualization-encoding" "^28.8.0" - "@splunk/visualization-schemas" "^28.8.0" + "@splunk/react-icons" "^5.14.1" + "@splunk/react-ui" "^5.14.0" + "@splunk/themes" "^1.10.0" + "@splunk/ui-utils" "^1.14.1" + "@splunk/visualization-encoding" "^28.9.0" + "@splunk/visualization-schemas" "^28.9.0" element-resize-detector "^1.2.4" lodash "^4.18.1" numeral "^2.0.6" prop-types "^15.8.1" xmlserializer "^0.6.1" -"@splunk/visualizations@28.4.0": - version "28.4.0" - resolved "https://registry.npmjs.org/@splunk/visualizations/-/visualizations-28.4.0.tgz#68e8335d2ebbc4046bdfd20a16f7c2657c755ae3" - integrity sha512-dSppDtcJwzGcG3GsCHHt7bQWvs5yh804bA/A12EtS+xXOo0jRim7oeG4B2zMbH03uQAcU1b2S7sxQ0NPiEVLxQ== +"@splunk/visualizations@^28.8.0": + version "28.9.0" + resolved "https://registry.npmjs.org/@splunk/visualizations/-/visualizations-28.9.0.tgz#173190f0d70f82e8100c545b916627e0b9fbe9b9" + integrity sha512-EZMwR3JIpric664Y7ZisPr1mheZC+ccDStn/rhUPQWjCEMp8LwGwrXzlok3eD0pOQj8cSvPwHJly4AQNk1uEWQ== dependencies: - "@babel/runtime" "^7.28.4" - "@splunk/async-dynamic-options-evaluator" "^28.4.0" - "@splunk/charting-bundle" "^28.4.0" + "@babel/runtime" "^7.29.7" + "@splunk/async-dynamic-options-evaluator" "^28.9.0" + "@splunk/charting-bundle" "^28.9.0" "@splunk/moment" "^0.7.0" - "@splunk/react-events-viewer" "^28.4.0" - "@splunk/react-field-summary" "^28.4.0" - "@splunk/react-icons" "^5.5.0" - "@splunk/react-ui" "^5.7.0" - "@splunk/splunk-utils" "^3.3.0" - "@splunk/themes" "^1.4.1" - "@splunk/time-range-utils" "^3.3.0" - "@splunk/ui-utils" "^1.12.0" - "@splunk/visualization-canvas" "^28.4.0" - "@splunk/visualization-color-palettes" "^28.4.0" - "@splunk/visualization-encoding" "^28.4.0" - "@splunk/visualization-icons" "^28.4.0" - "@splunk/visualization-schemas" "^28.4.0" - "@splunk/visualization-themes" "^28.4.0" - "@splunk/visualizations-shared" "^28.4.0" - "@xmldom/xmldom" "^0.8.11" - chroma-js "^3.1.2" + "@splunk/react-events-viewer" "^28.9.0" + "@splunk/react-field-summary" "^28.9.0" + "@splunk/react-icons" "^5.14.1" + "@splunk/react-ui" "^5.14.0" + "@splunk/splunk-utils" "^3.4.0" + "@splunk/themes" "^1.10.0" + "@splunk/time-range-utils" "^3.4.1" + "@splunk/ui-utils" "^1.14.1" + "@splunk/visualization-canvas" "^28.9.0" + "@splunk/visualization-color-palettes" "^28.9.0" + "@splunk/visualization-encoding" "^28.9.0" + "@splunk/visualization-icons" "^28.9.0" + "@splunk/visualization-schemas" "^28.9.0" + "@splunk/visualization-themes" "^28.9.0" + "@splunk/visualizations-shared" "^28.9.0" + "@xmldom/xmldom" "^0.8.13" + chroma-js "^3.2.0" cssesc "3.0.0" d3-array "^3.2.4" d3-axis "^2.1.0" @@ -3286,6 +3266,7 @@ d3-collection "^1.0.7" d3-drag "^2.0.0" d3-force "^3.0.0" + d3-hierarchy "^3.1.2" d3-interpolate "^3.0.1" d3-quadtree "^3.0.1" d3-scale "^3.3.0" @@ -3293,10 +3274,14 @@ d3-transition "^2.0.0" d3-zoom "^2.0.0" dagre "^0.8.5" + dompurify "^3.4.12" jexl "^2.3.0" - lodash "^4.17.21" + lodash "^4.18.1" maplibre-gl "^5.8.0" prop-types "^15.8.1" + slate "^0.112.0" + slate-dom "^0.112.0" + slate-react "^0.112.0" uplot "^1.6.31" uplot-react "^1.2.4" xpath "^0.0.32" @@ -3325,12 +3310,17 @@ resolved "https://registry.npmjs.org/@splunkdev/cloud-sdk/-/cloud-sdk-15.0.0.tgz#30a49eb2e8f26eb1569c4e97402a473dc7f96883" integrity sha512-6oqdH9ljEpnnt6TjkkZuCo3w0IBJH6fiTKMsVIVjaZDBPaoUhxSdRFuXOO+SI/8qf21p+xaGYbepeKZ1ne2HTQ== -"@standard-schema/spec@^1.1.0": +"@standard-schema/spec@^1.0.0", "@standard-schema/spec@^1.1.0": version "1.1.0" resolved "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz#a79b55dbaf8604812f52d140b2c9ab41bc150bb8" integrity sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w== -"@storybook/addon-a11y@^10.3.3": +"@standard-schema/utils@^0.3.0": + version "0.3.0" + resolved "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz#3d5e608f16c2390c10528e98e59aef6bf73cae7b" + integrity sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g== + +"@storybook/addon-a11y@^10.5.10": version "10.5.10" resolved "https://registry.npmjs.org/@storybook/addon-a11y/-/addon-a11y-10.5.10.tgz#e13a0686051ac545a4ff585ee5e1759dc76f1c4d" integrity sha512-RpRQV5xUbrl6hCiNrd5FSMIo6pnRZ0VZxWvEW/ASLcreGkKUW5jl2AeLCe5YROE2i80s/dU+6VPzOYKrwWNFbQ== @@ -3338,14 +3328,14 @@ "@storybook/global" "^5.0.0" axe-core "^4.2.0" -"@storybook/addon-links@^10.3.3": +"@storybook/addon-links@^10.5.10": version "10.5.10" resolved "https://registry.npmjs.org/@storybook/addon-links/-/addon-links-10.5.10.tgz#7ea408f308dc90b4f917508b587baac92a02d230" integrity sha512-wZQX26vSKEBuQB+EKHuAoeDh0XiUDrN2GMX2lhhj2KpJ/di4OyXFaHXspXOXWkjNtyMTRd0QkCHQqKx4LY3E6w== dependencies: "@storybook/global" "^5.0.0" -"@storybook/builder-vite@10.5.10", "@storybook/builder-vite@^10.3.3": +"@storybook/builder-vite@10.5.10", "@storybook/builder-vite@^10.5.10": version "10.5.10" resolved "https://registry.npmjs.org/@storybook/builder-vite/-/builder-vite-10.5.10.tgz#0caf06c122da29351bcc234421a58a631f181a49" integrity sha512-O4GgIP0tKLRueom3EmU3OaBUHKjNYj+jkOvmTIkn3PYTiWVkCuHqSKEs4ADvRyaQuLH+peHhFe4JtkNC9KbtrQ== @@ -3390,7 +3380,7 @@ resolved "https://registry.npmjs.org/@storybook/react-dom-shim/-/react-dom-shim-10.5.10.tgz#8ddcad879d8804a9bbc09a5d0ea10f8356f01ed6" integrity sha512-rbu62ILo/VE3iXKmu+kWXFpD1H1Lwi0f19q/x7JnDsD2dxKS9w5znLEqPIq2qxpzi/wjjIb2iUP1cRG1d/9W5A== -"@storybook/react-vite@^10.3.3": +"@storybook/react-vite@^10.5.10": version "10.5.10" resolved "https://registry.npmjs.org/@storybook/react-vite/-/react-vite-10.5.10.tgz#649b7ddff87bc30c01a8eaba18d843309ef5ade7" integrity sha512-xOztxefUnqKeuyvcnjspqmlDnER4cExL+liltrpdXLPJVqfFNr9lgM49FyEPajzsUVG9W/vHJWjbaQGGu1UsYQ== @@ -3405,7 +3395,7 @@ resolve "^1.22.8" tsconfig-paths "^4.2.0" -"@storybook/react@10.5.10", "@storybook/react@^10.3.3": +"@storybook/react@10.5.10", "@storybook/react@^10.5.10": version "10.5.10" resolved "https://registry.npmjs.org/@storybook/react/-/react-10.5.10.tgz#d28d575869df5514ccbaf27c5cf828d8f458172e" integrity sha512-4MBV5e1SXIMfPynLHzr+Mp0dwGv/FW1bklWAsS4ynBOAbC98W9p/I9vqBnUctsvE3BJkhzHQQyPwMHL5tTcHVA== @@ -3415,7 +3405,7 @@ react-docgen "^8.0.2" react-docgen-typescript "^2.2.2" -"@storybook/test-runner@^0.24.3": +"@storybook/test-runner@^0.24.4": version "0.24.4" resolved "https://registry.npmjs.org/@storybook/test-runner/-/test-runner-0.24.4.tgz#4db1aed0880e113ec78fc7c4c7dc568affe1cf01" integrity sha512-xm04bba5N7QyHHc+wD4xmPZx0vKK/PIpmTFypy445HrWOj0nFK4pYg5dE6H4ppqMt7qZAnb5GfHTvBwJtywJ4A== @@ -3591,7 +3581,7 @@ "@testing-library/dom" "^10.0.0" "@types/react-dom" "^18.0.0" -"@testing-library/user-event@^14.6.1": +"@testing-library/user-event@^14.6.1", "@testing-library/user-event@^14.6.6": version "14.6.6" resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.6.tgz#ecd5614fe2dbb76a1744a9b5a96e305b8591ceac" integrity sha512-Jbs9FpkkIDw8FgSc6kOVsOv8JuuqGAL7J4X1oot77JxAoDlkNn2GRkd0aYRVuQ+pVQAiHWVkE4rX/dkF5fBiCw== @@ -3703,7 +3693,7 @@ dependencies: "@types/unist" "^2" -"@types/hoist-non-react-statics@*", "@types/hoist-non-react-statics@^3.3.1": +"@types/hoist-non-react-statics@*": version "3.3.7" resolved "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.7.tgz#306e3a3a73828522efa1341159da4846e7573a6c" integrity sha512-PQTyIulDkIDro8P+IHbKCsw7U2xxBYflVzW/FgWdCAePD9xGSidgA76/GeJ6lBKoblyhf9pBY763gbrN+1dI8g== @@ -3777,7 +3767,7 @@ resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/lodash@^4.17.24": +"@types/lodash@^4.17.25": version "4.17.25" resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.25.tgz#69765ac7bcddb0eb072961cf292524a8f5b3c2c0" integrity sha512-+K1NIO8I+F9/wNulfVvu23QYd0Pe9/OCqRrim4NoYIf1VoEDL90Ve4ClzpyqBLc7NpGGWRvYNCKZ1BE/Jpf8dQ== @@ -3850,7 +3840,7 @@ resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.7.tgz#b89ddf2cd83b4feafcc4e2ea41afdfb95a0d194f" integrity sha512-MEe3UeoENYVFXzoXEWsvcpg6ZvlrFNlOQ7EOsvhI3CfAXwzPfO8Qwuxd40nepsYKqyyVQnTdEfv68q91yLcKrQ== -"@types/react@*", "@types/react@^18.3.27", "@types/react@^18.3.28": +"@types/react@*", "@types/react@^18.3.29", "@types/react@^18.3.31": version "18.3.31" resolved "https://registry.npmjs.org/@types/react/-/react-18.3.31.tgz#b5e95e28ffcceab8d982f33f2eb076e17653c2a4" integrity sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw== @@ -3911,10 +3901,10 @@ resolved "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz#11af57b127e32487774841f7a4e54eab166d03c4" integrity sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA== -"@types/use-sync-external-store@^0.0.3": - version "0.0.3" - resolved "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" - integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== +"@types/use-sync-external-store@^0.0.6": + version "0.0.6" + resolved "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz#60be8d21baab8c305132eb9cb912ed497852aadc" + integrity sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg== "@types/wait-on@^5.2.0": version "5.3.4" @@ -4207,7 +4197,7 @@ "@types/babel__core" "^7.20.5" react-refresh "^0.17.0" -"@vitest/coverage-istanbul@^4.1.2": +"@vitest/coverage-istanbul@^4.1.11": version "4.1.11" resolved "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-4.1.11.tgz#5a3c77c5b12d6328355101901e8588cec56235e8" integrity sha512-pK9LJtOS534bmUwdwLpGD9qL52DeqVWSInrXFMNqrvWLbbAhuIPAlRup3UbsjFOMqCC/p3MmmX7uXV7ZTkcFfQ== @@ -4343,10 +4333,10 @@ resolved "https://registry.npmjs.org/@webcontainer/env/-/env-1.1.1.tgz#23021b2bb24befeeef53dba8996d1886b7016515" integrity sha512-6aN99yL695Hi9SuIk1oC88l9o0gmxL1nGWWQ/kNy81HigJ0FoaoTXpytCj6ItzgyCEwA9kF1wixsTuv5cjsgng== -"@xmldom/xmldom@^0.8.11", "@xmldom/xmldom@^0.8.13": - version "0.8.15" - resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.15.tgz#71ebf80729e4e95221d519ac9b1e1eaea7784907" - integrity sha512-/5NV/vDALVFDXgLmfsy9TRCBlKwO2LNBFzpzvb9iIj+jR+eSc6DLYYvVOdivT/jm7MtU6TebYuRmzEOI7w40UA== +"@xmldom/xmldom@^0.8.13", "@xmldom/xmldom@^0.9.12": + version "0.9.12" + resolved "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.12.tgz#1f84c07cb95ccf28202299f77b5fd7fc257151e8" + integrity sha512-5AXjrcMClTryPe9LgZrygpB1lj7s0S9E0+W+AHaVKAVyHanafK86iPSvG5xHVSp/jC+VH1UXu0TAEmY279xH7A== ace-builds@^1.44.0: version "1.44.0" @@ -4410,7 +4400,7 @@ ajv@^6.12.4: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ajv@^8.0.1, ajv@^8.18.0, ajv@^8.5.0: +ajv@^8.0.1, ajv@^8.20.0: version "8.20.0" resolved "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz#304b3636add88ba7d936760dd50ece006dea95f9" integrity sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA== @@ -4675,10 +4665,10 @@ axe-core@^4.10.0, axe-core@^4.2.0: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.13.0.tgz#f868ecb1bd61d982321760e51d841ab497ab86d0" integrity sha512-UzGt8zg7Ny8djbYMhxl2zuEevVa7r2gJjYY5Lwr1xM7+XU2nd6CkIWFTVcCIbAP63vSz71NaVyyuSk9lHKcy0A== -axios@^1.14.0, axios@^1.6.1: - version "1.19.0" - resolved "https://registry.npmjs.org/axios/-/axios-1.19.0.tgz#ddf864d4c8233c0e6873746ab59361537d05ad39" - integrity sha512-ht/iuYZXEjFxLH/Hkezgd7m6JKlHHXEUSneaDz8uZe1Gj5QZtCnpyDsckvAiEnT89OEbCLmnte4R4sn7P0EKFw== +axios@^1.20.0, axios@^1.6.1: + version "1.20.0" + resolved "https://registry.npmjs.org/axios/-/axios-1.20.0.tgz#515513445aa60e71d04b6521ca6210829ccb4786" + integrity sha512-r8aOh8j9cGKpgQAqpzrUHnSIc6a59Y3Xf/cv8sy1DrHCkZHzQGEuoq1tARk6qSyDdtQGSDgpb9kFlruzPvrgwg== dependencies: follow-redirects "^1.16.0" form-data "^4.0.6" @@ -4702,7 +4692,7 @@ babel-eslint@^10.1.0: eslint-visitor-keys "^1.0.0" resolve "^1.12.0" -babel-jest@30.4.1, babel-jest@^30.3.0: +babel-jest@30.4.1, babel-jest@^30.4.1: version "30.4.1" resolved "https://registry.npmjs.org/babel-jest/-/babel-jest-30.4.1.tgz#63cba904438bbe64c4cf0acdea87b0a45cb809fc" integrity sha512-fATAbM8piYxkiXQp3RBXmZHxZVNJZAVXXfyeyCN2Tida3+qJ8ea9UxhiJ2y4fLO90ZImKt6k9FlcH2+rLkJGhw== @@ -5210,13 +5200,6 @@ check-error@^2.1.1: resolved "https://registry.npmjs.org/check-error/-/check-error-2.1.3.tgz#2427361117b70cca8dc89680ead32b157019caf5" integrity sha512-PAJdDJusoxnwm1VwW07VWwUN1sl7smmC3OKggvndJFadxxDRyFJBX/ggnu/KE4kQAB7a3Dp8f/YXC1FlUprWmA== -chokidar@^4.0.3: - version "4.0.3" - resolved "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz#7be37a4c03c9aee1ecfe862a4a23b2c70c205d30" - integrity sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA== - dependencies: - readdirp "^4.0.1" - chokidar@^5.0.0: version "5.0.0" resolved "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz#949c126a9238a80792be9a0265934f098af369a5" @@ -5224,7 +5207,7 @@ chokidar@^5.0.0: dependencies: readdirp "^5.0.0" -chroma-js@^3.1.2, chroma-js@^3.2.0: +chroma-js@^3.2.0: version "3.2.0" resolved "https://registry.npmjs.org/chroma-js/-/chroma-js-3.2.0.tgz#4e9e665290b9bbfece524fccf759d5120e351ff2" integrity sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw== @@ -5372,6 +5355,11 @@ compare-versions@^6.1.1: resolved "https://registry.npmjs.org/compare-versions/-/compare-versions-6.1.1.tgz#7af3cc1099ba37d244b3145a9af5201b629148a9" integrity sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg== +compute-scroll-into-view@^3.0.2: + version "3.1.1" + resolved "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.1.tgz#02c3386ec531fb6a9881967388e53e8564f3e9aa" + integrity sha512-VRhuHOLoKYOy4UbilLbUzbYg93XLjv2PncJC50EuTWPA3gaja1UjBsUP/D/9/juV3vQFr6XBEzn9KCAHdUvOHw== + concat-map@0.0.1: version "0.0.1" resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" @@ -5697,6 +5685,11 @@ d3-force@^3.0.0: resolved "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz#01fdb46b58beb1f55b10b42ad70b6e344d5eb2ae" integrity sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg== +d3-hierarchy@^3.1.2: + version "3.1.2" + resolved "https://registry.npmjs.org/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz#b01cd42c1eed3d46db77a5966cf726f8c09160c6" + integrity sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA== + "d3-interpolate@1 - 2", "d3-interpolate@1 - 3", "d3-interpolate@1.2.0 - 2", "d3-interpolate@1.2.0 - 3", d3-interpolate@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz#3c47aa5b32c5b3dfb56ef3fd4342078a632b400d" @@ -5887,7 +5880,7 @@ decamelize@^1.1.0, decamelize@^1.2.0: resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== -decimal.js-light@^2.2.3: +decimal.js-light@^2.5.1: version "2.5.1" resolved "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz#134fd32508f19e208f4fb2f8dac0d2626a867934" integrity sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg== @@ -6042,6 +6035,11 @@ dir-glob@^3.0.1: dependencies: path-type "^4.0.0" +direction@^1.0.4: + version "1.0.4" + resolved "https://registry.npmjs.org/direction/-/direction-1.0.4.tgz#2b86fb686967e987088caf8b89059370d4837442" + integrity sha512-GYqKi1aH7PJXxdhTeZBFrg8vUBeKXi+cNprXsC1kpJcbcVnV9wBsrOu1cQEdG0WeQwlfHiy3XvnKfIrJ2R0NzQ== + discontinuous-range@1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz#e38331f0844bba49b9a9cb71c771585aab1bc65a" @@ -6101,7 +6099,7 @@ domhandler@^2.3.0: dependencies: domelementtype "1" -dompurify@^3.3.1: +dompurify@^3.3.1, dompurify@^3.4.12: version "3.4.14" resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz#a789edb2c7bcdb69a93713a34edb7e0a5245d8c9" integrity sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg== @@ -6370,7 +6368,7 @@ es6-error@^4.0.1: resolved "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d" integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== -esbuild-loader@^4.4.2: +esbuild-loader@^4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-4.5.0.tgz#5caa226d592f154bebf2c66109122ce9df1db5d3" integrity sha512-rVYe97IN1+VoealVHQ3STEPbfTm+vvPk7AZPrL53Pt6JUGBhHTnIqyaow7EveMFlmQ2A1bLp7q19sP4PppaCDQ== @@ -6380,7 +6378,7 @@ esbuild-loader@^4.4.2: loader-utils "^2.0.4" webpack-sources "^3.3.4" -esbuild@^0.17.18, "esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0", "esbuild@^0.27.0 || ^0.28.0", esbuild@^0.28.0, esbuild@^0.28.1: +esbuild@^0.17.18, "esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^0.28.0", "esbuild@^0.27.0 || ^0.28.0", esbuild@^0.28.1, esbuild@^0.28.2: version "0.28.2" resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.28.2.tgz#0f43bd1bad955b72d24e2261e3abe5957ccf0816" integrity sha512-HKVLS8dvII+xoKW9kmqxbRKrnWEXfJJr/FZhhJmiqIB0e053QNYFqOBouTMO/k5sID4MvCiUCvv8b9M4h32wIA== @@ -6473,7 +6471,7 @@ eslint-import-resolver-node@^0.3.9: is-core-module "^2.16.1" resolve "^2.0.0-next.6" -eslint-import-resolver-typescript@^4.4.4: +eslint-import-resolver-typescript@^4.4.5: version "4.4.5" resolved "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-4.4.5.tgz#3058afec12595b3c036c34f8a1066fb9e18fff0c" integrity sha512-nbE5XLph6TLtGYcu/U6e6ZVXyKBhbDWK5cLGk76eJ7NdZpwf1P9EFkpt1Z01mNZNrrilsAYWKH6zUkL4reoXbw== @@ -6518,10 +6516,10 @@ eslint-plugin-import@^2.32.0: string.prototype.trimend "^1.0.9" tsconfig-paths "^3.15.0" -eslint-plugin-jest@^29.15.1: - version "29.16.1" - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.1.tgz#ca686565cb25155edb687eb9cf640766f9f8834d" - integrity sha512-tfxOIsjzaBud+f74aLbBMRcnrztt5eCIgnAdeoGdnzMAQ4IdAa/s/p8Ls55mk9MC79N3j2jbv4Qetz6Hclbcfw== +eslint-plugin-jest@^29.16.2: + version "29.16.2" + resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.16.2.tgz#d46faaef3655729c4b1ab41e3a8ed42ab34b590f" + integrity sha512-vDIaCZzzyQNqwvECtPaN3hMd5wPVMKlK5P9C8WOgO9oDKmIEvRN8uSNb1BctKG0N/DVJUvEnTm5xB2yS21oKZg== dependencies: "@typescript-eslint/utils" "^8.0.0" @@ -6582,7 +6580,7 @@ eslint-plugin-react@^7.37.5: string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" -eslint-plugin-storybook@^10.3.3: +eslint-plugin-storybook@^10.5.10: version "10.5.10" resolved "https://registry.npmjs.org/eslint-plugin-storybook/-/eslint-plugin-storybook-10.5.10.tgz#f39999b6f714a29cb31d0c99488d4d157dc16644" integrity sha512-NeOu3axmhNZfRuHRciFH0a/OVgvtAJLRHAwiJjcGkPAcElNmwEPp+pqoiwxytx7kHInz7mVVoBfPwVc8kPmOLw== @@ -6872,7 +6870,7 @@ fast-string-width@^3.0.2: dependencies: fast-string-truncated-width "^3.0.2" -fast-uri@^3.0.1, fast-uri@^3.1.2: +fast-uri@^3.0.1, fast-uri@^3.1.6: version "3.1.6" resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.6.tgz#bfdd308ef763f835fed059f3c6c925f708e33e3a" integrity sha512-7Ical1vFEMr0onbVzEDIreM22I4khW+fzyQPwvAFWBp1iwdshSZRsL4jjRvPG9JP1uiqMHRto+YU6R2/CzDz5Q== @@ -6908,7 +6906,7 @@ fdir@^6.2.0, fdir@^6.4.3, fdir@^6.5.0: resolved "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350" integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg== -fflate@^0.8.1, fflate@^0.8.2: +fflate@^0.8.1, fflate@^0.8.3: version "0.8.3" resolved "https://registry.npmjs.org/fflate/-/fflate-0.8.3.tgz#bc27d8eb30343d4d512abb03480202ce65d825fc" integrity sha512-tbZNuJrLwGUp3zshBtdy4W+ORxZuIh8a5ilyIEQDC5rY1f3U20JMry0Ll3WBzU58EZKsEuJFXhb5gwv8CsPvgA== @@ -7522,7 +7520,7 @@ http-proxy-agent@^7.0.2: agent-base "^7.1.0" debug "^4.3.4" -http-proxy-middleware@^3.0.5: +http-proxy-middleware@^3.0.7: version "3.0.7" resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.7.tgz#53d3a1fe175bcacc507711cc52a0b32baf2c3442" integrity sha512-iwbQltVlx8bCrqePUM8C+hllHvdawVhQJaLrj1X7qllkvFQdXFsr16pW/mo9+JDVjN+QO2XUx9jd8SmoFkE5qw== @@ -7591,10 +7589,15 @@ ignore@^5.2.0, ignore@^5.2.1, ignore@^5.3.1: resolved "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5" integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g== -immer@^9.0.21: - version "9.0.21" - resolved "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176" - integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== +immer@^10.0.3: + version "10.2.0" + resolved "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz#88a4ce06a1af64172d254b70f7cb04df51c871b1" + integrity sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw== + +immer@^11.0.0: + version "11.1.18" + resolved "https://registry.npmjs.org/immer/-/immer-11.1.18.tgz#87d9bced1e25157dc23bced66811de89460ec8f3" + integrity sha512-EQyQtLiYW029lyoczMl/Hh4Xu7cDecSc58JRYpHyL4tIAu3eqd1yJzQX04d2BZHDkzFFvm6qJEJWOtfDSWAXbQ== immutability-helper@^3.1.1: version "3.1.1" @@ -7684,6 +7687,11 @@ internmap@^1.0.0: resolved "https://registry.npmjs.org/internmap/-/internmap-1.0.1.tgz#0017cc8a3b99605f0302f2b198d272e015e5df95" integrity sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw== +intl-tel-input@^25.3.2: + version "25.15.1" + resolved "https://registry.npmjs.org/intl-tel-input/-/intl-tel-input-25.15.1.tgz#52d8275c4c6e51bedd77d42ea67dbee8a416fed6" + integrity sha512-v3E/Cr3vjfcw43LxsEYRJ8kDHk96ByB5d0asU9zTYgDuLivLbYymOwcISaoZibqZVB1tndzfYWxtSrmFVumFSg== + iobuffer@^5.3.2: version "5.4.0" resolved "https://registry.npmjs.org/iobuffer/-/iobuffer-5.4.0.tgz#f85dff957fd0579257472f0a4cfe5ed3430e63e1" @@ -7853,6 +7861,11 @@ is-hexadecimal@^1.0.0: resolved "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7" integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw== +is-hotkey@^0.2.0: + version "0.2.0" + resolved "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.2.0.tgz#1835a68171a91e5c9460869d96336947c8340cef" + integrity sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw== + is-inside-container@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4" @@ -8263,7 +8276,7 @@ jest-each@30.4.1: jest-util "30.4.1" pretty-format "30.4.1" -jest-environment-jsdom@^30.3.0: +jest-environment-jsdom@^30.4.1: version "30.4.1" resolved "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-30.4.1.tgz#928c81b3ea630b409fc6483cd16553b90b220bfc" integrity sha512-o3nfaN4zej7qgk2X0j8Jhq/S9nAVKs2xK3QeQxeHVvpkEPxaA1yxDGydR+iVI7zPy7Cp62Aq2h3Ja46QvfWHGA== @@ -8574,7 +8587,7 @@ jest-worker@30.4.1: merge-stream "^2.0.0" supports-color "^8.1.1" -jest@^30.0.4, jest@^30.3.0: +jest@^30.0.4, jest@^30.4.2: version "30.4.2" resolved "https://registry.npmjs.org/jest/-/jest-30.4.2.tgz#e9bdb00f4bf1126d781b0d98e23130db096bbd9a" integrity sha512-Yi1jqNC/Oq0N4hBgNH/YvBpP1P57QqundgytzYqy3yqAa7NZPNjSoi4SGbRAXDMdBzNE6xBCi5U7RgfrvMEUVQ== @@ -8607,10 +8620,10 @@ joi@^17.11.0: resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^3.13.1, js-yaml@^4.1.0, js-yaml@^4.1.1: - version "4.3.1" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.1.tgz#01216c001d67f48e2cd560d708c7af21090a3848" - integrity sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ== +js-yaml@^3.13.1, js-yaml@^4.1.0, js-yaml@^4.3.2: + version "4.3.2" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz#8e44fb14a2643c59726bb15787b5f1512cb3d3fb" + integrity sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA== dependencies: argparse "^2.0.1" @@ -8719,7 +8732,7 @@ json5@^2.1.2, json5@^2.2.2, json5@^2.2.3: resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== -jsonata@^2.1.0, jsonata@^2.2.2: +jsonata@^2.2.1, jsonata@^2.2.2: version "2.2.2" resolved "https://registry.npmjs.org/jsonata/-/jsonata-2.2.2.tgz#69ec3138d3eaa8250e70c10ba86abaff38bf5f3e" integrity sha512-XDFH2PuaAXv0AXJEWwElXbqADmKFGKMLMkFb+qOz0EhjQW2EIJ6pgtordLU+4u3IVERyBfqy6bi6kZKEncvRqA== @@ -8738,7 +8751,7 @@ jsonfile@^6.0.1: optionalDependencies: graceful-fs "^4.1.6" -jspdf@^3.0.4, jspdf@^4.2.1: +jspdf@^4.2.1: version "4.2.1" resolved "https://registry.npmjs.org/jspdf/-/jspdf-4.2.1.tgz#6ba0d263999313f91f369ee80ecf235046b2acd8" integrity sha512-YyAXyvnmjTbR4bHQRLzex3CuINCDlQnBqoSYyjJwTP2x9jDLuKDzy7aKUl0hgx3uhcl7xzg32agn5vlie6HIlQ== @@ -8899,7 +8912,7 @@ lodash.truncate@^4.4.2: resolved "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193" integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw== -lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.18.1: +lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.18.1: version "4.18.1" resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== @@ -9594,14 +9607,14 @@ ms@^2.1.1, ms@^2.1.3: resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -msw-storybook-addon@^2.0.6: +msw-storybook-addon@^2.0.7: version "2.0.7" resolved "https://registry.npmjs.org/msw-storybook-addon/-/msw-storybook-addon-2.0.7.tgz#c79126f4f75071db5f701664d7e565b23bef8ca5" integrity sha512-TGmlxXy2TsaB6QcClVKRxqvay5f93xoLguHOihRFQ+gIEIyiyvcoQjkEeuOe7Y9qvddzGB1LyFomzPo9/EpnuQ== dependencies: is-node-process "^1.0.1" -msw@^2.12.14: +msw@^2.15.0: version "2.15.0" resolved "https://registry.npmjs.org/msw/-/msw-2.15.0.tgz#4028ba3d887af8c166d45aa3bf37116f73f21cec" integrity sha512-2wQAmKkQKxRuXvYJxVhPGG0wZNBQyD06oJvxqw90XqLvptdqxdlHrFUfEteKkpaNORX3Xzc+HtEl/q0nfmN2wQ== @@ -10450,7 +10463,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0, postcss-value-parser@^ resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.19, postcss@^8.4.40, postcss@^8.5.10, postcss@^8.5.6: +postcss@^8.4.19, postcss@^8.4.40, postcss@^8.5.26, postcss@^8.5.6: version "8.5.26" resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz#6e75135780c7e10df3433bf2266c552d35c8c620" integrity sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ== @@ -10538,7 +10551,7 @@ prompts@^2.4.1: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.1: +prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.0, prop-types@^15.8.1: version "15.8.1" resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -10547,6 +10560,15 @@ prop-types@^15.0.0, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.8.1: object-assign "^4.1.1" react-is "^16.13.1" +proper-lockfile@^4.1.2: + version "4.1.2" + resolved "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz#c8b9de2af6b2f1601067f98e01ac66baa223141f" + integrity sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA== + dependencies: + graceful-fs "^4.2.4" + retry "^0.12.0" + signal-exit "^3.0.2" + property-information@^6.0.0: version "6.5.0" resolved "https://registry.npmjs.org/property-information/-/property-information-6.5.0.tgz#6212fbb52ba757e92ef4fb9d657563b933b7ffec" @@ -10754,17 +10776,13 @@ react-markdown@^8.0.7: unist-util-visit "^4.0.0" vfile "^5.0.0" -react-redux@^8.1.3: - version "8.1.3" - resolved "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz#4fdc0462d0acb59af29a13c27ffef6f49ab4df46" - integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw== +react-redux@^9.3.0: + version "9.3.0" + resolved "https://registry.npmjs.org/react-redux/-/react-redux-9.3.0.tgz#a30113bb6d95c0a715d54dda4308d450fca6ce09" + integrity sha512-KQopgqFo/p/fgmAs5qz6p5RWaNAzq40WAu7fJIXnQpYxFPbJYtsJPWvGeF2rOBaY/kEuV77AVsX8TsQzKm+A/g== dependencies: - "@babel/runtime" "^7.12.1" - "@types/hoist-non-react-statics" "^3.3.1" - "@types/use-sync-external-store" "^0.0.3" - hoist-non-react-statics "^3.3.2" - react-is "^18.0.0" - use-sync-external-store "^1.0.0" + "@types/use-sync-external-store" "^0.0.6" + use-sync-external-store "^1.4.0" react-refresh@^0.17.0: version "0.17.0" @@ -10778,17 +10796,17 @@ react-resize-detector@^12.3.0: dependencies: es-toolkit "^1.39.6" -react-router-dom@7.18.0: - version "7.18.0" - resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.0.tgz#71a657374610e00cebf2783804d7812facfdb1b5" - integrity sha512-Fi0yY6kgtKae/Th2xibdWK0KSdYZ4B53Gyf6wRtomOKWgpNm7H7+DyfDhncdz9FKbpS+1jmDhg3F4WoGJ+yFOA== +react-router-dom@7.18.2: + version "7.18.2" + resolved "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.18.2.tgz#00bf1d0ce8bf17a6d831949aacda72a6120e4926" + integrity sha512-AIKJ/jgGlFb3EbfCXk5Gzshiwt+l3mqbCrNjmEWMMjqQxNJ3svBa6bgzFyCC2Sw3RA0VWF1kg3uQf2OFhxb8hw== dependencies: - react-router "7.18.0" + react-router "7.18.2" -react-router@7.18.0: - version "7.18.0" - resolved "https://registry.npmjs.org/react-router/-/react-router-7.18.0.tgz#e7d94b54745277aabe3cf93fac938cbebc9c1c5e" - integrity sha512-pTTGt8J+ji1NOmYnjzT+bAJy/1zD+Jp4ziO6cL7T3ZLvXKtusO7BpFqlRXitqpcPVqllsIXFHRMt+2/k3Xn6HQ== +react-router@7.18.2: + version "7.18.2" + resolved "https://registry.npmjs.org/react-router/-/react-router-7.18.2.tgz#a76c46ce9e5edacd4f51289d5a71f71305db9152" + integrity sha512-aUVMjFm3GAPTTZL7oYr5E7ETiqfQCHRLH+B+5afnICvf0r7kkK4eR6SMuwbSTJw/7t+12khT/Kahij49fqOCIg== dependencies: cookie "^1.0.1" set-cookie-parser "^2.6.0" @@ -10841,11 +10859,6 @@ readable-stream@^3.1.1, readable-stream@^3.5.0, readable-stream@^3.6.0: string_decoder "^1.1.1" util-deprecate "^1.0.1" -readdirp@^4.0.1: - version "4.1.2" - resolved "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz#eb85801435fbf2a7ee58f19e0921b068fc69948d" - integrity sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg== - readdirp@^5.0.0: version "5.1.1" resolved "https://registry.npmjs.org/readdirp/-/readdirp-5.1.1.tgz#520bca06f9d1ae1b96cc0800dbe84b983d19422c" @@ -10870,17 +10883,15 @@ redent@^3.0.0: indent-string "^4.0.0" strip-indent "^3.0.0" -redux-thunk@^2.4.2: - version "2.4.2" - resolved "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b" - integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q== +redux-thunk@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3" + integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw== -redux@^4.2.1: - version "4.2.1" - resolved "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" - integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== - dependencies: - "@babel/runtime" "^7.9.2" +redux@^5.0.1: + version "5.0.1" + resolved "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz#97fa26881ce5746500125585d5642c77b6e9447b" + integrity sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w== reflect.getprototypeof@^1.0.10, reflect.getprototypeof@^1.0.9: version "1.0.10" @@ -11008,11 +11019,16 @@ requires-port@^1.0.0: resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" integrity sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ== -reselect@^4.1.7, reselect@^4.1.8: +reselect@^4.1.7: version "4.1.8" resolved "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524" integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ== +reselect@^5.1.0: + version "5.3.0" + resolved "https://registry.npmjs.org/reselect/-/reselect-5.3.0.tgz#0a3e3ed4436bdf2ab7c5e0f392dab2c062595d61" + integrity sha512-XGoLeRAVzUTcJ1qkxPQhDJyIZ5d6zzZD9nT7AEZOaaU9UbWclhycElmhO+VD5bFeLuzhPBaOV2oXC8uG35ZSpg== + resize-observer-polyfill@^1.5.1: version "1.5.1" resolved "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" @@ -11117,7 +11133,7 @@ ripemd160@^2.0.0, ripemd160@^2.0.1, ripemd160@^2.0.3: hash-base "^3.1.2" inherits "^2.0.4" -rollup-plugin-license@^3.7.0: +rollup-plugin-license@^3.7.1: version "3.7.1" resolved "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-3.7.1.tgz#b99329f1c840142559789e3d6cb9f69e9e5b36ef" integrity sha512-FcGXUbAmPvRSLxjVdjp/r/MUtKBlttVQd+ApUyvKfREnsoAfAZA6Ic2fE1Tz4RL0f9XqEQU9UIRNUMdtQtliDw== @@ -11286,7 +11302,14 @@ scriptjs@^2.5.8: resolved "https://registry.npmjs.org/scriptjs/-/scriptjs-2.5.9.tgz#343915cd2ec2ed9bfdde2b9875cd28f59394b35f" integrity sha512-qGVDoreyYiP1pkQnbnFAUIS5AjenNwwQBdl7zeos9etl+hYKWahjRTfzAZZYBv5xNHx7vNKCmaLDQZ6Fr2AEXg== -"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4: +scroll-into-view-if-needed@^3.1.0: + version "3.1.0" + resolved "https://registry.npmjs.org/scroll-into-view-if-needed/-/scroll-into-view-if-needed-3.1.0.tgz#fa9524518c799b45a2ef6bbffb92bcad0296d01f" + integrity sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ== + dependencies: + compute-scroll-into-view "^3.0.2" + +"semver@2 || 3 || 4 || 5", semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.8.5: version "7.8.5" resolved "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz#39b646037dd50c14fb451e7e4cac58ed8b863f69" integrity sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA== @@ -11438,6 +11461,41 @@ slash@^5.0.0: resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce" integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg== +slate-dom@^0.112.0: + version "0.112.2" + resolved "https://registry.npmjs.org/slate-dom/-/slate-dom-0.112.2.tgz#216d89c39cb6fbb296b31c1ca03a931c451d5f57" + integrity sha512-cozITMlpcBxrov854reM6+TooiHiqpfM/nZPrnjpN1wSiDsAQmYbWUyftC+jlwcpFj80vywfDHzlG6hXIc5h6A== + dependencies: + "@juggle/resize-observer" "^3.4.0" + direction "^1.0.4" + is-hotkey "^0.2.0" + is-plain-object "^5.0.0" + lodash "^4.17.21" + scroll-into-view-if-needed "^3.1.0" + tiny-invariant "1.3.1" + +slate-react@^0.112.0: + version "0.112.1" + resolved "https://registry.npmjs.org/slate-react/-/slate-react-0.112.1.tgz#9d651d2132b86828fa8b55db0d58d2907e022414" + integrity sha512-V9b+waxPweXqAkSQmKQ1afG4Me6nVQACPpxQtHPIX02N7MXa5f5WilYv+bKt7vKKw+IZC2F0Gjzhv5BekVgP/A== + dependencies: + "@juggle/resize-observer" "^3.4.0" + direction "^1.0.4" + is-hotkey "^0.2.0" + is-plain-object "^5.0.0" + lodash "^4.17.21" + scroll-into-view-if-needed "^3.1.0" + tiny-invariant "1.3.1" + +slate@^0.112.0: + version "0.112.0" + resolved "https://registry.npmjs.org/slate/-/slate-0.112.0.tgz#674092eccd89951201bc859e0eeb1216d2a0b752" + integrity sha512-PRnfFgDA3tSop4OH47zu4M1R4Uuhm/AmASu29Qp7sGghVFb713kPBKEnSf1op7Lx/nCHkRlCa3ThfHtCBy+5Yw== + dependencies: + immer "^10.0.3" + is-plain-object "^5.0.0" + tiny-warning "^1.0.3" + slice-ansi@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" @@ -11593,7 +11651,7 @@ stop-iteration-iterator@^1.1.0: es-errors "^1.3.0" internal-slot "^1.1.0" -storybook@^10.3.3: +storybook@^10.5.10: version "10.5.10" resolved "https://registry.npmjs.org/storybook/-/storybook-10.5.10.tgz#97e9b4a71b4df7732e82d64edffe07f9e8d70083" integrity sha512-Rz8k9ejFHsi7lbtJTaxZlhCUz4GkbJIKEoKDjXeLfr/ZhXip73E6keKxW0KH8iGeKiCqHAbJCV4YIQrxTOLiig== @@ -12000,17 +12058,27 @@ timers-browserify@^2.0.4: dependencies: setimmediate "^1.0.4" +tiny-invariant@1.3.1: + version "1.3.1" + resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642" + integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw== + tiny-invariant@^1.3.3: version "1.3.3" resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127" integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg== +tiny-warning@^1.0.3: + version "1.0.3" + resolved "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" + integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== + tinybench@^2.9.0: version "2.9.0" resolved "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz#103c9f8ba6d7237a47ab6dd1dcff77251863426b" integrity sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg== -tinycolor2@^1.4.1, tinycolor2@^1.6.0: +tinycolor2@^1.6.0: version "1.6.0" resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz#f98007460169b0263b97072c5ae92484ce02d09e" integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw== @@ -12548,7 +12616,7 @@ use-deep-compare@^1.1.0: dependencies: dequal "2.0.3" -use-sync-external-store@^1.0.0, use-sync-external-store@^1.5.0: +use-sync-external-store@^1.4.0, use-sync-external-store@^1.5.0, use-sync-external-store@^1.6.0: version "1.6.0" resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz#b174bfa65cb2b526732d9f2ac0a408027876f32d" integrity sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w== @@ -12589,7 +12657,7 @@ uuid-v4@^0.1.0: resolved "https://registry.npmjs.org/uuid-v4/-/uuid-v4-0.1.0.tgz#62d7b310406f6cecfea1528c69f1e8e0bcec5a3a" integrity sha512-m11RYDtowtAIihBXMoGajOEKpAXrKbpKlpmxqyztMYQNGSY5nZAZ/oYch/w2HNS1RMA4WLGcZvuD8/wFMuCEzA== -uuid@^14.0.0: +uuid@^14.0.2: version "14.0.2" resolved "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz#d5ae03e4db0881c87271f8b0b9bd7312d02c799a" integrity sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ== @@ -12661,19 +12729,18 @@ vfile@^5.0.0: unist-util-stringify-position "^3.0.0" vfile-message "^3.0.0" -vite-plugin-checker@^0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.12.0.tgz#1e9688a5a10f5de1fd833bc1351618eed54db3bc" - integrity sha512-CmdZdDOGss7kdQwv73UyVgLPv0FVYe5czAgnmRX2oKljgEvSrODGuClaV3PDR2+3ou7N/OKGauDDBjy2MB07Rg== +vite-plugin-checker@^0.14.5: + version "0.14.5" + resolved "https://registry.npmjs.org/vite-plugin-checker/-/vite-plugin-checker-0.14.5.tgz#b809a65bbec0195d932bfee4bb3a49cdd2907640" + integrity sha512-c9lQ92eisUO+F7Fd93aelojmiOS+NQpPgQ1XR2LTQHox1/laZf4yAoQj+L3RA9Vgh10e2nFd9b8r2LLyYZsbpA== dependencies: - "@babel/code-frame" "^7.27.1" - chokidar "^4.0.3" + "@babel/code-frame" "^7.29.0" + chokidar "^5.0.0" npm-run-path "^6.0.0" picocolors "^1.1.1" - picomatch "^4.0.3" + picomatch "^4.0.4" + proper-lockfile "^4.1.2" tiny-invariant "^1.3.3" - tinyglobby "^0.2.15" - vscode-uri "^3.1.0" vite-plugin-dts@5.0.3: version "5.0.3" @@ -12682,15 +12749,15 @@ vite-plugin-dts@5.0.3: dependencies: unplugin-dts "1.0.3" -vite-plugin-node-polyfills@^0.26.0: - version "0.26.0" - resolved "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.26.0.tgz#9043c65b3d3146c00382eab1d1254d1990e85879" - integrity sha512-BAe5YzJf368XGev02hDvioidx4uVH8dqEJlG73bjQSxM26/AQnGcKFomq9n3vGq5yqpSHKN4h1XQNxx9l98mBg== +vite-plugin-node-polyfills@^0.28.0: + version "0.28.0" + resolved "https://registry.npmjs.org/vite-plugin-node-polyfills/-/vite-plugin-node-polyfills-0.28.0.tgz#f4864700500741318060cde4610ce97a15c09ca3" + integrity sha512-NXct/ci2ef4fRyCfTb8fk2HmR80Rv7icLd+cRH41TnUugDzdKMFKqFPpZYCFUInZMMem9bkLv5pkq02+7Xu7+w== dependencies: "@rollup/plugin-inject" "^5.0.5" node-stdlib-browser "^1.3.1" -"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^7.3.1: +"vite@^6.0.0 || ^7.0.0 || ^8.0.0", vite@^7.3.6: version "7.3.6" resolved "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz#0547a395e68d3746e9a505f1fd4469fe09b49cc4" integrity sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg== @@ -12704,7 +12771,7 @@ vite-plugin-node-polyfills@^0.26.0: optionalDependencies: fsevents "~2.3.3" -vitest@^4.1.2: +vitest@^4.1.11: version "4.1.11" resolved "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz#1653c1521ae917f960d9b21877797c47dfd8bf21" integrity sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw== @@ -12735,7 +12802,7 @@ vm-browserify@^1.0.1: resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== -vscode-uri@^3.0.8, vscode-uri@^3.1.0: +vscode-uri@^3.0.8: version "3.2.0" resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.2.0.tgz#1cb1fd3cee7426b66732afc3fb86343d596d5fb4" integrity sha512-m2gXo3bn0G1kT9InzMf07fTbqMbGtyckj3bH5ktLO+1Ssv+yiATZ4dhwaQv9UZWxJh6E9IFGnQyjgWVDWVBDrg== @@ -13132,7 +13199,7 @@ yocto-queue@^0.1.0: resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== -zod@^4.3.6: +zod@^4.4.3: version "4.4.3" resolved "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz#b680f172885d18bbebf21a834ea25e55a1bbf356" integrity sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==