@genesislcap/rapid-design-system 14.215.1 → 14.216.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.
|
@@ -27825,7 +27825,7 @@
|
|
|
27825
27825
|
"type": {
|
|
27826
27826
|
"text": "ElementStyles"
|
|
27827
27827
|
},
|
|
27828
|
-
"default": "css`\n ${foundationStepperStyles}\n\n :host {\n font-family: var(--body-font);\n }\n\n :host([orientation='horizontal']) {\n height:
|
|
27828
|
+
"default": "css`\n ${foundationStepperStyles}\n\n :host {\n font-family: var(--body-font);\n }\n\n :host([orientation='horizontal']) {\n height: 100%;\n }\n\n .stepper-tab-panel {\n border: none;\n height: auto;\n }\n\n :host([orientation='horizontal']) .stepper-tab-panel {\n height: 100%;\n }\n\n .stepper-tab {\n background-color: var(--neutral-layer-3);\n border: none;\n }\n\n .stepper-panel-container {\n padding: calc(var(--design-unit) * 4px);\n }\n\n .action-buttons-container {\n padding: calc(var(--design-unit) * 2px);\n width: auto;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .stepper-tab-menu {\n margin-bottom: calc(var(--design-unit) * 4px);\n }\n\n .stepper-tab-progress {\n padding: calc(var(--design-unit) * 4px) 0;\n }\n\n label {\n padding: 0 calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n`"
|
|
27829
27829
|
}
|
|
27830
27830
|
],
|
|
27831
27831
|
"exports": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stepper-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,qBAAqB,YACvB,wBAAwB,cACrB,2BAA2B,KACtC,
|
|
1
|
+
{"version":3,"file":"stepper-tab.styles.d.ts","sourceRoot":"","sources":["../../../src/stepper-tab/stepper-tab.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,qBAAqB,YACvB,wBAAwB,cACrB,2BAA2B,KACtC,aA6DF,CAAC"}
|
|
@@ -44,17 +44,18 @@ export const rapidStepperTabStyles = (context, definition) => css `
|
|
|
44
44
|
|
|
45
45
|
:host([completed]) .step-number {
|
|
46
46
|
border-color: var(--success-color);
|
|
47
|
-
color:
|
|
47
|
+
color: white;
|
|
48
|
+
background-color: var(--success-color);
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
:host([completed]) .step-title
|
|
51
|
-
:host([completed]) .angle-icon {
|
|
51
|
+
:host([completed]) .step-title {
|
|
52
52
|
color: var(--success-color);
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
:host([error]) .step-number {
|
|
56
56
|
border-color: var(--error-color);
|
|
57
|
-
color:
|
|
57
|
+
color: white;
|
|
58
|
+
background-color: var(--error-color);
|
|
58
59
|
}
|
|
59
60
|
|
|
60
61
|
:host([error]) .step-title {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.216.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
40
|
-
"@genesislcap/genx": "14.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.
|
|
42
|
-
"@genesislcap/ts-builder": "14.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
44
|
-
"@genesislcap/vite-builder": "14.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.
|
|
40
|
+
"@genesislcap/genx": "14.216.0",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.216.0",
|
|
42
|
+
"@genesislcap/ts-builder": "14.216.0",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.216.0",
|
|
44
|
+
"@genesislcap/vite-builder": "14.216.0",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.216.0",
|
|
46
46
|
"@storybook/addon-coverage": "^1.0.1",
|
|
47
47
|
"@storybook/addon-essentials": "^8.0.0",
|
|
48
48
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"storybook": "^8.0.0"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@genesislcap/foundation-logger": "14.
|
|
64
|
-
"@genesislcap/foundation-ui": "14.
|
|
65
|
-
"@genesislcap/foundation-utils": "14.
|
|
63
|
+
"@genesislcap/foundation-logger": "14.216.0",
|
|
64
|
+
"@genesislcap/foundation-ui": "14.216.0",
|
|
65
|
+
"@genesislcap/foundation-utils": "14.216.0",
|
|
66
66
|
"@microsoft/fast-colors": "^5.3.1",
|
|
67
67
|
"@microsoft/fast-components": "^2.30.6",
|
|
68
68
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"customElements": "dist/custom-elements.json",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "b376558560c01c275ea32ac90429521839776d02"
|
|
84
84
|
}
|