@instructure/ui-calendar 11.7.2-snapshot-1 → 11.7.2-snapshot-5

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/CHANGELOG.md CHANGED
@@ -3,9 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [11.7.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-1) (2026-03-20)
6
+ ## [11.7.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2-snapshot-5) (2026-03-23)
7
7
 
8
- **Note:** Version bump only for package @instructure/ui-calendar
8
+
9
+ ### Bug Fixes
10
+
11
+ * **many:** fix checkbox toggle variant icons and resolve border radius inheritance issues in DateInput and Menu from View ([ab2c8c2](https://github.com/instructure/instructure-ui/commit/ab2c8c2ba7f5b3944f7977244e37f4a4c916422a))
9
12
 
10
13
 
11
14
 
@@ -394,6 +394,7 @@ let Calendar = (_dec = withDeterministicId(), _dec2 = withStyle(generateStyle),
394
394
  display: "inline-block",
395
395
  padding: "small",
396
396
  background: "primary",
397
+ borderRadius: "inherit",
397
398
  elementRef: this.handleRef,
398
399
  "data-cid": "Calendar",
399
400
  children: [this.renderHeader(), this.renderBody()]
@@ -404,6 +404,7 @@ let Calendar = exports.Calendar = (_dec = (0, _withDeterministicId.withDetermini
404
404
  display: "inline-block",
405
405
  padding: "small",
406
406
  background: "primary",
407
+ borderRadius: "inherit",
407
408
  elementRef: this.handleRef,
408
409
  "data-cid": "Calendar",
409
410
  children: [this.renderHeader(), this.renderBody()]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-calendar",
3
- "version": "11.7.2-snapshot-1",
3
+ "version": "11.7.2-snapshot-5",
4
4
  "description": "A calendar component.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -15,27 +15,27 @@
15
15
  "license": "MIT",
16
16
  "dependencies": {
17
17
  "@babel/runtime": "^7.27.6",
18
- "@instructure/console": "11.7.2-snapshot-1",
19
- "@instructure/emotion": "11.7.2-snapshot-1",
20
- "@instructure/shared-types": "11.7.2-snapshot-1",
21
- "@instructure/ui-a11y-content": "11.7.2-snapshot-1",
22
- "@instructure/ui-buttons": "11.7.2-snapshot-1",
23
- "@instructure/ui-icons": "11.7.2-snapshot-1",
24
- "@instructure/ui-simple-select": "11.7.2-snapshot-1",
25
- "@instructure/ui-utils": "11.7.2-snapshot-1",
26
- "@instructure/ui-view": "11.7.2-snapshot-1",
27
- "@instructure/ui-react-utils": "11.7.2-snapshot-1",
28
- "@instructure/uid": "11.7.2-snapshot-1",
29
- "@instructure/ui-i18n": "11.7.2-snapshot-1"
18
+ "@instructure/emotion": "11.7.2-snapshot-5",
19
+ "@instructure/console": "11.7.2-snapshot-5",
20
+ "@instructure/shared-types": "11.7.2-snapshot-5",
21
+ "@instructure/ui-buttons": "11.7.2-snapshot-5",
22
+ "@instructure/ui-i18n": "11.7.2-snapshot-5",
23
+ "@instructure/ui-a11y-content": "11.7.2-snapshot-5",
24
+ "@instructure/ui-icons": "11.7.2-snapshot-5",
25
+ "@instructure/ui-react-utils": "11.7.2-snapshot-5",
26
+ "@instructure/ui-simple-select": "11.7.2-snapshot-5",
27
+ "@instructure/ui-utils": "11.7.2-snapshot-5",
28
+ "@instructure/ui-view": "11.7.2-snapshot-5",
29
+ "@instructure/uid": "11.7.2-snapshot-5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@testing-library/jest-dom": "^6.6.3",
33
33
  "@testing-library/react": "15.0.7",
34
34
  "@testing-library/user-event": "^14.6.1",
35
35
  "vitest": "^3.2.2",
36
- "@instructure/ui-babel-preset": "11.7.2-snapshot-1",
37
- "@instructure/ui-color-utils": "11.7.2-snapshot-1",
38
- "@instructure/ui-themes": "11.7.2-snapshot-1"
36
+ "@instructure/ui-babel-preset": "11.7.2-snapshot-5",
37
+ "@instructure/ui-themes": "11.7.2-snapshot-5",
38
+ "@instructure/ui-color-utils": "11.7.2-snapshot-5"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=18 <=19"
@@ -546,6 +546,7 @@ class Calendar extends Component<CalendarProps, CalendarState> {
546
546
  display="inline-block"
547
547
  padding="small"
548
548
  background="primary"
549
+ borderRadius="inherit"
549
550
  elementRef={this.handleRef}
550
551
  data-cid="Calendar"
551
552
  >