@incodetech/web 0.0.0-dev-20260430-c2b3d94 → 0.0.0-dev-20260430-4ae9af7
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/dist/base.css +6 -7
- package/dist/types/extensibility.d.ts +1 -1
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -3980,25 +3980,24 @@
|
|
|
3980
3980
|
display: flex;
|
|
3981
3981
|
}
|
|
3982
3982
|
.IncodeSpinner.IncodeSpinnerFullScreen {
|
|
3983
|
-
inset: var(--spacing-0, var(--spacing-none, 0px));
|
|
3984
|
-
z-index: 50;
|
|
3985
3983
|
background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
|
|
3986
3984
|
opacity: 1;
|
|
3987
|
-
|
|
3985
|
+
width: 100%;
|
|
3986
|
+
height: 100%;
|
|
3988
3987
|
}
|
|
3989
|
-
.IncodeSpinnerContent {
|
|
3988
|
+
.IncodeSpinner .IncodeSpinnerContent {
|
|
3990
3989
|
flex-direction: column;
|
|
3991
3990
|
justify-content: center;
|
|
3992
3991
|
align-items: center;
|
|
3993
3992
|
display: flex;
|
|
3994
3993
|
}
|
|
3995
|
-
.IncodeSpinnerText {
|
|
3994
|
+
.IncodeSpinner .IncodeSpinnerText {
|
|
3996
3995
|
text-align: center;
|
|
3997
3996
|
flex-direction: column;
|
|
3998
3997
|
align-items: center;
|
|
3999
3998
|
display: flex;
|
|
4000
3999
|
}
|
|
4001
|
-
.IncodeSpinnerTitle {
|
|
4000
|
+
.IncodeSpinner .IncodeSpinnerTitle {
|
|
4002
4001
|
font-family: var(--typography-headline-family);
|
|
4003
4002
|
font-size: var(--typography-headline-h2-size);
|
|
4004
4003
|
font-weight: var(--typography-headline-h2-weight);
|
|
@@ -4006,7 +4005,7 @@
|
|
|
4006
4005
|
letter-spacing: var(--typography-headline-h2-letter-spacing);
|
|
4007
4006
|
color: var(--color-spinner-text-title, var(--spinner-text-title));
|
|
4008
4007
|
}
|
|
4009
|
-
.IncodeSpinnerSubtitle {
|
|
4008
|
+
.IncodeSpinner .IncodeSpinnerSubtitle {
|
|
4010
4009
|
font-family: var(--typography-headline-family);
|
|
4011
4010
|
font-size: var(--typography-headline-h5-size);
|
|
4012
4011
|
font-weight: var(--typography-headline-h5-weight);
|
|
@@ -773,7 +773,7 @@ declare type SpinnerProps = {
|
|
|
773
773
|
subtitle?: string;
|
|
774
774
|
/** Size of the spinner icon */
|
|
775
775
|
size?: SpinnerSize;
|
|
776
|
-
/** Whether to
|
|
776
|
+
/** Whether to fill the SDK container */
|
|
777
777
|
fullScreen?: boolean;
|
|
778
778
|
/** Additional CSS class name */
|
|
779
779
|
className?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260430-
|
|
3
|
+
"version": "0.0.0-dev-20260430-4ae9af7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"qrcode": "^1.5.4",
|
|
231
231
|
"signature_pad": "^5.1.3",
|
|
232
232
|
"tailwindcss": "^4.1.17",
|
|
233
|
-
"@incodetech/core": "0.0.0-dev-20260430-
|
|
233
|
+
"@incodetech/core": "0.0.0-dev-20260430-4ae9af7"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
236
|
"@microsoft/api-extractor": "^7.53.3",
|