@indice/ng-components 0.3.2-beta.68 → 0.3.2-beta.69

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/_styles.scss +5 -5
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -3705,24 +3705,24 @@
3705
3705
  }
3706
3706
 
3707
3707
  .side-pane-box-size {
3708
- @apply w-screen sm:w-1/3;
3708
+ @apply w-screen max-w-2xl;
3709
3709
  }
3710
3710
 
3711
3711
  .side-pane-box-size-25 {
3712
- @apply w-screen sm:w-1/4;
3712
+ @apply w-screen max-w-2xl;
3713
3713
  }
3714
3714
 
3715
3715
  .side-pane-box-size-50 {
3716
- @apply w-screen sm:w-2/4;
3716
+ @apply w-screen max-w-3xl;
3717
3717
  }
3718
3718
 
3719
3719
  .side-pane-box-size-75 {
3720
- @apply w-screen sm:w-3/4;
3720
+ @apply w-screen max-w-4xl;
3721
3721
  }
3722
3722
 
3723
3723
 
3724
3724
  .side-pane-box-size-100 {
3725
- @apply w-screen;
3725
+ @apply w-screen max-w-full;
3726
3726
  }
3727
3727
 
3728
3728
  .side-pane {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.68",
3
+ "version": "0.3.2-beta.69",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",