@brightspace-ui/core 3.260.2 → 3.261.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.
@@ -25,6 +25,7 @@ class ObjectPropertyList extends LocalizeCoreElement(SkeletonMixin(LitElement))
25
25
  return [super.styles, bodySmallStyles, css`
26
26
  :host {
27
27
  display: block;
28
+ overflow-wrap: anywhere;
28
29
  }
29
30
  :host([hidden]) {
30
31
  display: none;
package/lang/ca.js CHANGED
@@ -69,8 +69,8 @@ export default {
69
69
  other {El número ha de ser superior a {min} i inferior o igual a {max}.}
70
70
  }}
71
71
  other {{maxExclusive, select,
72
- true {Number must be greater than or equal to {min} and less than {max}.}
73
- other {Number must be greater than or equal to {min} and less than or equal to {max}.}
72
+ true {El número ha de ser igual o superior a {min} i inferior a {max}.}
73
+ other {El número ha de ser igual o superior a {min} i igual o inferior a {max}.}
74
74
  }}
75
75
  }`,
76
76
  "components.form-element.input.number.rangeOverflow":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.260.2",
3
+ "version": "3.261.0",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",
@@ -58,7 +58,7 @@
58
58
  "chalk": "^5",
59
59
  "eslint": "^9",
60
60
  "eslint-config-brightspace": "^3",
61
- "eslint-plugin-unicorn": "^64",
61
+ "eslint-plugin-unicorn": "^65",
62
62
  "glob-all": "^3",
63
63
  "messageformat-validator": "^3.0.0-beta",
64
64
  "mocha": "^11",