Skip to content

Commit fe1a50c

Browse files
authored
Merge branch 'master' into rkaraivanov/fix-1686
2 parents 60a4ba6 + e593ae4 commit fe1a50c

32 files changed

+1043
-653
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![npm version](https://badge.fury.io/js/igniteui-webcomponents.svg)](https://badge.fury.io/js/igniteui-webcomponents)
1010
[![Discord](https://img.shields.io/discord/836634487483269200?logo=discord&logoColor=ffffff)](https://discord.gg/39MjrTRqds)
1111

12-
[Ignite UI for Web Components] is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach. All components are based on the [Indigo.Design Design System] and are backed by ready-to-use UI kits for Sketch, Adobe XD and Figma.
12+
[Ignite UI for Web Components] is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach. All components are based on the [Indigo.Design Design System] and are backed by ready-to-use UI kit for Figma.
1313

1414
See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
1515

package-lock.json

Lines changed: 110 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"@custom-elements-manifest/analyzer": "^0.10.4",
6161
"@igniteui/material-icons-extended": "^3.1.0",
6262
"@open-wc/testing": "^4.0.0",
63-
"@storybook/addon-a11y": "^9.0.0-rc.0",
64-
"@storybook/addon-docs": "^9.0.0-rc.0",
65-
"@storybook/addon-links": "^9.0.0-rc.0",
66-
"@storybook/web-components-vite": "^9.0.0-rc.0",
63+
"@storybook/addon-a11y": "^9.0.0-rc.2",
64+
"@storybook/addon-docs": "^9.0.0-rc.2",
65+
"@storybook/addon-links": "^9.0.0-rc.2",
66+
"@storybook/web-components-vite": "^9.0.0-rc.2",
6767
"@types/mocha": "^10.0.10",
6868
"@web/dev-server-esbuild": "^1.0.4",
6969
"@web/test-runner": "^0.20.1",
@@ -77,7 +77,7 @@
7777
"globby": "^14.1.0",
7878
"husky": "^9.1.7",
7979
"ig-typedoc-theme": "^6.0.0",
80-
"igniteui-theming": "^17.2.0",
80+
"igniteui-theming": "^18.0.1",
8181
"keep-a-changelog": "^2.6.2",
8282
"lint-staged": "^16.0.0",
8383
"lit-analyzer": "^2.0.3",
@@ -89,9 +89,9 @@
8989
"rimraf": "^6.0.1",
9090
"sass-embedded": "~1.78.0",
9191
"sinon": "^20.0.0",
92-
"storybook": "^9.0.0-rc.0",
92+
"storybook": "^9.0.0-rc.2",
9393
"stylelint": "^16.19.1",
94-
"stylelint-config-standard-scss": "^15.0.0",
94+
"stylelint-config-standard-scss": "^15.0.1",
9595
"stylelint-prettier": "^5.0.3",
9696
"stylelint-scss": "^6.12.0",
9797
"ts-lit-plugin": "^2.0.2",

src/components/calendar/helpers.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ export function getDayViewDOM(element: IgcDaysViewComponent) {
5151
)
5252
);
5353
},
54+
get current() {
55+
return root.querySelector('span[part~="current"]')!;
56+
},
5457
},
5558
};
5659
}

0 commit comments

Comments
 (0)