vira 28.19.5 → 28.19.7
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.
|
@@ -39,8 +39,8 @@ export const ViraButton = defineViraElement()({
|
|
|
39
39
|
/** On the default button style this is the text color. */
|
|
40
40
|
'vira-button-secondary-color': '#ffffff',
|
|
41
41
|
'vira-button-padding': '5px 10px',
|
|
42
|
-
'vira-button-internal-foreground-color': '',
|
|
43
|
-
'vira-button-internal-background-color': '',
|
|
42
|
+
'vira-button-internal-foreground-color': 'transparent',
|
|
43
|
+
'vira-button-internal-background-color': 'transparent',
|
|
44
44
|
},
|
|
45
45
|
styles: ({ hostClasses, cssVars }) => css `
|
|
46
46
|
:host {
|
package/dist/styles/focus.d.ts
CHANGED
|
@@ -7,7 +7,10 @@ import { type PartialWithUndefined } from '@augment-vir/common';
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const viraFocusCssVars: import("lit-css-vars").CssVarDefinitions<{
|
|
9
9
|
readonly 'vira-focus-outline-color': "#59b1ff";
|
|
10
|
-
readonly 'vira-focus-outline-border-radius':
|
|
10
|
+
readonly 'vira-focus-outline-border-radius': {
|
|
11
|
+
readonly initialValue: "10px";
|
|
12
|
+
readonly default: import("element-vir").CSSResult;
|
|
13
|
+
};
|
|
11
14
|
}>;
|
|
12
15
|
/**
|
|
13
16
|
* Create styles that look like an outline for the given selector.
|
package/dist/styles/focus.js
CHANGED
|
@@ -10,7 +10,10 @@ import { viraBorders } from './border.js';
|
|
|
10
10
|
*/
|
|
11
11
|
export const viraFocusCssVars = defineCssVars({
|
|
12
12
|
'vira-focus-outline-color': '#59b1ff',
|
|
13
|
-
'vira-focus-outline-border-radius':
|
|
13
|
+
'vira-focus-outline-border-radius': {
|
|
14
|
+
initialValue: '10px',
|
|
15
|
+
default: css `calc(${viraBorders['vira-form-input-radius'].value} + 2px)`,
|
|
16
|
+
},
|
|
14
17
|
});
|
|
15
18
|
/**
|
|
16
19
|
* Create styles that look like an outline for the given selector.
|
|
@@ -595,7 +595,7 @@ export declare const viraTheme: import("theme-vir/dist/color-theme/color-theme.j
|
|
|
595
595
|
*
|
|
596
596
|
* @category Color
|
|
597
597
|
*/
|
|
598
|
-
export declare const viraThemeDarkOverride: import("theme-vir/dist/color-theme/color-theme-
|
|
598
|
+
export declare const viraThemeDarkOverride: import("theme-vir/dist/color-theme/color-theme-init.js").ColorThemeOverride<{
|
|
599
599
|
readonly 'vira-red-foreground-body': {
|
|
600
600
|
readonly foreground: import("lit-css-vars").SingleCssVarDefinition;
|
|
601
601
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vira",
|
|
3
|
-
"version": "28.19.
|
|
3
|
+
"version": "28.19.7",
|
|
4
4
|
"description": "A simple and highly versatile design system using element-vir.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"test:docs": "virmator docs check"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@augment-vir/assert": "^31.
|
|
42
|
-
"@augment-vir/common": "^31.
|
|
43
|
-
"@augment-vir/web": "^31.
|
|
44
|
-
"colorjs.io": "^0.6.
|
|
41
|
+
"@augment-vir/assert": "^31.59.0",
|
|
42
|
+
"@augment-vir/common": "^31.59.0",
|
|
43
|
+
"@augment-vir/web": "^31.59.0",
|
|
44
|
+
"colorjs.io": "^0.6.1",
|
|
45
45
|
"date-vir": "^8.1.0",
|
|
46
46
|
"device-navigation": "^4.5.5",
|
|
47
|
-
"lit-css-vars": "^3.
|
|
47
|
+
"lit-css-vars": "^3.2.2",
|
|
48
48
|
"observavir": "^2.3.1",
|
|
49
49
|
"page-active": "^1.0.3",
|
|
50
50
|
"spa-router-vir": "^6.4.1",
|
|
51
|
-
"type-fest": "^5.
|
|
51
|
+
"type-fest": "^5.4.1",
|
|
52
52
|
"typed-event-target": "^4.1.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@augment-vir/test": "^31.
|
|
55
|
+
"@augment-vir/test": "^31.59.0",
|
|
56
56
|
"@web/dev-server-esbuild": "^1.0.4",
|
|
57
57
|
"@web/test-runner": "^0.20.2",
|
|
58
58
|
"@web/test-runner-commands": "^0.9.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"esbuild": "^0.27.2",
|
|
62
62
|
"istanbul-smart-text-reporter": "^1.1.5",
|
|
63
63
|
"markdown-code-example-inserter": "^3.0.3",
|
|
64
|
-
"theme-vir": "^28.
|
|
64
|
+
"theme-vir": "^28.18.3",
|
|
65
65
|
"typedoc": "^0.28.16",
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vite": "^7.3.1",
|