@testgorilla/tgo-ui 1.13.15 → 1.13.17
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/components/button/button.component.d.ts +1 -1
- package/components/elevation-shadow/elevation-shadow.component.d.ts +4 -3
- package/components/elevation-shadow/elevation-shadow.constant.d.ts +5 -1
- package/components/icon/icon.config.d.ts +9 -1
- package/esm2022/components/avatar/avatar.component.mjs +3 -3
- package/esm2022/components/button/button.component.mjs +7 -6
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +4 -3
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +4 -1
- package/esm2022/components/field/field.component.mjs +2 -2
- package/esm2022/components/file-upload/file-upload.component.mjs +3 -3
- package/esm2022/components/icon/icon.config.mjs +245 -5
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +3 -3
- package/esm2022/components/progress-bar/progress-bar.component.mjs +2 -2
- package/fesm2022/testgorilla-tgo-ui.mjs +265 -20
- package/fesm2022/testgorilla-tgo-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/src/theme/_variables.scss +4 -2
- /package/src/assets/icons/rebrand/{Gendeg-male-filled.svg → Gender-male-filled.svg} +0 -0
- /package/src/assets/icons/rebrand/{Gendeg-male-in-line.svg → Gender-male-in-line.svg} +0 -0
- /package/src/assets/icons/rebrand/{Menu-ellipses-filled.svg → Menu-ellipsis-filled.svg} +0 -0
- /package/src/assets/icons/rebrand/{Menu-ellipses-in-line.svg → Menu-ellipsis-in-line.svg} +0 -0
package/package.json
CHANGED
|
@@ -145,5 +145,7 @@ $colors: (
|
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
$box-shadow-
|
|
149
|
-
$box-shadow-
|
|
148
|
+
$box-shadow-hover-state: 0px 4px 16px 0px #24242414;
|
|
149
|
+
$box-shadow-notification: 0px 4px 16px 0px #2424240A;
|
|
150
|
+
$box-shadow-page-card: 0px 4px 100px 0px #2424240A;
|
|
151
|
+
$box-shadow-modal: 0px 4px 100px 0px #24242414;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|