@brightspace-ui/core 3.40.2 → 3.40.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -103,7 +103,7 @@ Circle meters display data in a compact circle format, so they're useful when ho
|
|
103
103
|
## Light Foreground
|
104
104
|
All `meter` components have a `foreground-light` style that ensures accessible contrast levels when displayed against a dark background.
|
105
105
|
|
106
|
-
<!-- docs: demo code darkMode:true
|
106
|
+
<!-- docs: demo code darkMode:true -->
|
107
107
|
```html
|
108
108
|
<script type="module">
|
109
109
|
import '@brightspace-ui/core/components/meter/meter-linear.js';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.40.
|
3
|
+
"version": "3.40.3",
|
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",
|