@ncino/web-components 5.0.1-preview.2 → 5.0.1-preview.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utils/vitest-a11y-utils.js +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
- /package/dist/node_modules/.pnpm/{@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.2_77c47ac19cbe97978028e1e5ac862536 → @vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.54.1_bec24bd4d36b5a538258c6baab40b42a}/node_modules/@vitest/browser/context.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
import{page as s}from"../node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.
|
|
1
|
+
import{page as s}from"../node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.54.1_bec24bd4d36b5a538258c6baab40b42a/node_modules/@vitest/browser/context.js";import n from"../_virtual/axe.js";import{a as o}from"../node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js";const d="Supercalifragilisticexpialidocious".repeat(10);async function a(t){return(await n.run(t)).violations}async function p(t){const e=await a(t);o(e,`Expected no axe core violations, but got ${e.length}: ${JSON.stringify(e)}`).toHaveLength(0)}function x(){return s.viewport(320,256)}function h(t){let e;if(t.scrollWidth!==0?e=t:t.shadowRoot?e=t.shadowRoot.firstElementChild:e=t.firstElementChild,e){const r=e.scrollWidth>e.clientWidth;return o(r).toBe(!1)}return o(!0).toBe(!1)}function g(t,e,r){let i=t.querySelector(":focus-visible");if(i||(i=t.shadowRoot?.querySelector(":focus-visible")),i){const l=getComputedStyle(i).getPropertyValue(e);return o(l).toContain(r)}return o(!0).toBe(!1)}export{g as expectComponentFocusStyle,h as expectComponentNotToHaveHorizontalScrollbar,p as expectNoAxeViolations,x as resizeWindowForReflowTest,a as runAxeAndGetViolations,d as superLongStringForReflowTest};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ncino/web-components",
|
|
3
3
|
"author": "nCino",
|
|
4
|
-
"version": "5.0.1-preview.
|
|
4
|
+
"version": "5.0.1-preview.3",
|
|
5
5
|
"license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -101,17 +101,17 @@
|
|
|
101
101
|
"@storybook/web-components": "^8.6.14",
|
|
102
102
|
"@storybook/web-components-vite": "^8.6.14",
|
|
103
103
|
"@types/react": "^19.1.8",
|
|
104
|
-
"@typescript-eslint/parser": "^8.
|
|
104
|
+
"@typescript-eslint/parser": "^8.37.0",
|
|
105
105
|
"@vitest/browser": "^3.2.4",
|
|
106
106
|
"@vitest/coverage-v8": "^3.2.4",
|
|
107
107
|
"@vitest/ui": "3.2.4",
|
|
108
108
|
"axe-core": "^4.10.3",
|
|
109
109
|
"cem-plugin-expanded-types": "^1.4.0",
|
|
110
110
|
"chromatic": "^13.1.2",
|
|
111
|
-
"conventional-changelog-conventionalcommits": "^9.
|
|
111
|
+
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
112
112
|
"custom-element-jet-brains-integration": "^1.7.0",
|
|
113
113
|
"custom-elements-manifest": "^2.1.0",
|
|
114
|
-
"eslint": "^9.
|
|
114
|
+
"eslint": "^9.31.0",
|
|
115
115
|
"eslint-config-standard": "^17.1.0",
|
|
116
116
|
"eslint-plugin-import": "^2.32.0",
|
|
117
117
|
"eslint-plugin-json": "^4.0.1",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"eslint-plugin-yml": "1.18.0",
|
|
122
122
|
"glob": "^11.0.3",
|
|
123
123
|
"jsdom": "26.1.0",
|
|
124
|
-
"playwright": "1.
|
|
124
|
+
"playwright": "1.54.1",
|
|
125
125
|
"postcss": "^8.5.6",
|
|
126
126
|
"rimraf": "^6.0.1",
|
|
127
127
|
"sass": "1.89.2",
|
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@ncino/web-components",
|
|
4
|
-
"version": "5.0.1-preview.
|
|
4
|
+
"version": "5.0.1-preview.2",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|