@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.
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 {
|
|
73
|
-
other {
|
|
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.
|
|
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": "^
|
|
61
|
+
"eslint-plugin-unicorn": "^65",
|
|
62
62
|
"glob-all": "^3",
|
|
63
63
|
"messageformat-validator": "^3.0.0-beta",
|
|
64
64
|
"mocha": "^11",
|