@oicl/openbridge-webcomponents-svelte 2.0.0-next.91 → 2.0.0-next.93
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.
|
@@ -46,6 +46,8 @@ Static tanks render as a non-interactive `<div role="img">` (not a
|
|
|
46
46
|
`<button>`), so they are not in the tab order and do not announce as
|
|
47
47
|
activatable controls. */
|
|
48
48
|
static?: boolean;
|
|
49
|
+
/** Enables the activated background color, used to indicate that the tank is activated/selected. */
|
|
50
|
+
activated?: boolean;
|
|
49
51
|
tag?: string;
|
|
50
52
|
/** Chart cell rendering mode.
|
|
51
53
|
- `bar`: static fill bar driven by `value`/`max` (default).
|
|
@@ -34,6 +34,8 @@ Static tanks render as a non-interactive `<div role="img">` (not a
|
|
|
34
34
|
`<button>`), so they are not in the tab order and do not announce as
|
|
35
35
|
activatable controls. */
|
|
36
36
|
static?: boolean;
|
|
37
|
+
/** Enables the activated background color, used to indicate that the tank is activated/selected. */
|
|
38
|
+
activated?: boolean;
|
|
37
39
|
tag?: string;
|
|
38
40
|
/** Chart cell rendering mode.
|
|
39
41
|
- `bar`: static fill bar driven by `value`/`max` (default).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-svelte",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.93",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build && npm run prepack",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
34
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.92"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"svelte": "^5.0.0"
|