@fkui/vue 6.22.0 → 6.24.0

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.
@@ -585,7 +585,7 @@ export declare class FListPageObject implements BasePageObject {
585
585
  selector: string;
586
586
  el: () => DefaultCypressChainable;
587
587
  /**
588
- * @param selector - the root of the label, usually `<li class="list">...</label>`.
588
+ * @param selector - the root of the list, usually `<li class="list">...</li>`.
589
589
  */
590
590
  constructor(selector: string);
591
591
  /**
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -18,4 +18,7 @@ module.exports = [
18
18
 
19
19
  /* FWizardStep uses an anchor with role="button" for completed steps */
20
20
  ".wizard-step__header__title",
21
+
22
+ /* FDialogueTree uses aria-label on ul element */
23
+ ".dialogue-tree__list",
21
24
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fkui/vue",
3
- "version": "6.22.0",
3
+ "version": "6.24.0",
4
4
  "description": "Vue implementation of FKUI components",
5
5
  "keywords": [
6
6
  "fkui",
@@ -60,9 +60,9 @@
60
60
  "unit:watch": "jest --watch"
61
61
  },
62
62
  "peerDependencies": {
63
- "@fkui/date": "^6.22.0",
64
- "@fkui/design": "^6.22.0",
65
- "@fkui/logic": "^6.22.0",
63
+ "@fkui/date": "^6.24.0",
64
+ "@fkui/design": "^6.24.0",
65
+ "@fkui/logic": "^6.24.0",
66
66
  "fk-icons": "^4.30.1",
67
67
  "html-validate": ">= 7.9.0",
68
68
  "vue": "^3.5.0"
@@ -79,5 +79,5 @@
79
79
  "node": ">= 20",
80
80
  "npm": ">= 7"
81
81
  },
82
- "gitHead": "ebc31640a950acc4a20ac6b07509aa12f78ee781"
82
+ "gitHead": "77a328ca7fd752d3c0e3d8a5fd57e7cb32f09ecc"
83
83
  }