@incodetech/web 0.0.0-dev-20260421-9f82818 → 0.0.0-dev-20260421-6a42f52

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.
Files changed (2) hide show
  1. package/dist/base.css +11 -3
  2. package/package.json +2 -2
package/dist/base.css CHANGED
@@ -3830,10 +3830,9 @@
3830
3830
  overflow-y: auto;
3831
3831
  }
3832
3832
  .IncodeModalRoot .IncodeModalContent {
3833
- width: 100%;
3834
- max-width: var(--dialog-content-max-width);
3835
3833
  border-radius: var(--radius-large, var(--border-radius-large));
3836
3834
  background-color: var(--color-surface-neutral-0, var(--surface-neutral-0));
3835
+ width: 100%;
3837
3836
  padding-inline: var(--spacing-16, var(--spacing-16, 16px));
3838
3837
  padding-block: var(--spacing-24, var(--spacing-24, 24px));
3839
3838
  flex-direction: column;
@@ -3841,6 +3840,11 @@
3841
3840
  display: flex;
3842
3841
  position: relative;
3843
3842
  }
3843
+ @media (min-width: 48rem) {
3844
+ .IncodeModalRoot .IncodeModalContent {
3845
+ max-width: var(--dialog-content-max-width);
3846
+ }
3847
+ }
3844
3848
  .IncodeModalRoot .IncodeModalClose {
3845
3849
  top: var(--spacing-16, var(--spacing-16, 16px));
3846
3850
  right: var(--spacing-16, var(--spacing-16, 16px));
@@ -4265,13 +4269,17 @@
4265
4269
  }
4266
4270
  .IncodeBottomSheetOverlay .IncodeBottomSheetContainer {
4267
4271
  min-height: 100%;
4268
- max-width: var(--dialog-content-max-width);
4269
4272
  padding-inline: var(--spacing-0, var(--spacing-none, 0px));
4270
4273
  flex-direction: column;
4271
4274
  justify-content: flex-end;
4272
4275
  margin-inline: auto;
4273
4276
  display: flex;
4274
4277
  }
4278
+ @media (min-width: 48rem) {
4279
+ .IncodeBottomSheetOverlay .IncodeBottomSheetContainer {
4280
+ max-width: var(--dialog-content-max-width);
4281
+ }
4282
+ }
4275
4283
  .IncodeBottomSheetOverlay .IncodeBottomSheetContainer .IncodeBottomSheet {
4276
4284
  border-top-left-radius: var(--radius-x-large, var(--border-radius-x-large));
4277
4285
  border-top-right-radius: var(--radius-x-large, var(--border-radius-x-large));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incodetech/web",
3
- "version": "0.0.0-dev-20260421-9f82818",
3
+ "version": "0.0.0-dev-20260421-6a42f52",
4
4
  "type": "module",
5
5
  "main": "./dist/index.es.js",
6
6
  "types": "./dist/types/index.d.ts",
@@ -183,7 +183,7 @@
183
183
  "qrcode": "^1.5.4",
184
184
  "signature_pad": "^5.1.3",
185
185
  "tailwindcss": "^4.1.17",
186
- "@incodetech/core": "0.0.0-dev-20260421-9f82818"
186
+ "@incodetech/core": "0.0.0-dev-20260421-6a42f52"
187
187
  },
188
188
  "devDependencies": {
189
189
  "@microsoft/api-extractor": "^7.53.3",