sempli-website-lib 5.3.0 → 5.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sempli-website-lib",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.3.4",
6
6
  "@angular/core": "~13.3.4",
@@ -15151,13 +15151,13 @@ ul.list-view {
15151
15151
  display: grid;
15152
15152
  grid-template-columns: repeat(5, 1fr);
15153
15153
  border-bottom: 1px solid $color-secondary-light;
15154
- &.4-column {
15154
+ &.four-column {
15155
15155
  grid-template-columns: repeat(4, 1fr);
15156
15156
  }
15157
- &.3-column {
15157
+ &.three-column {
15158
15158
  grid-template-columns: repeat(3, 1fr);
15159
15159
  }
15160
- &.2-column {
15160
+ &.two-column {
15161
15161
  grid-template-columns: repeat(2, 1fr);
15162
15162
  }
15163
15163
  .table-cell {
@@ -18204,13 +18204,13 @@ ul.list-view {
18204
18204
  display: grid;
18205
18205
  grid-template-columns: repeat(5, 1fr);
18206
18206
  border-bottom: 1px solid $color-secondary-light;
18207
- &.4-column {
18207
+ &.four-column {
18208
18208
  grid-template-columns: repeat(4, 1fr);
18209
18209
  }
18210
- &.3-column {
18210
+ &.three-column {
18211
18211
  grid-template-columns: repeat(3, 1fr);
18212
18212
  }
18213
- &.2-column {
18213
+ &.two-column {
18214
18214
  grid-template-columns: repeat(2, 1fr);
18215
18215
  }
18216
18216
  .table-cell {
@@ -704,13 +704,13 @@ ul.list-view {
704
704
  display: grid;
705
705
  grid-template-columns: repeat(5, 1fr);
706
706
  border-bottom: 1px solid $color-secondary-light;
707
- &.4-column {
707
+ &.four-column {
708
708
  grid-template-columns: repeat(4, 1fr);
709
709
  }
710
- &.3-column {
710
+ &.three-column {
711
711
  grid-template-columns: repeat(3, 1fr);
712
712
  }
713
- &.2-column {
713
+ &.two-column {
714
714
  grid-template-columns: repeat(2, 1fr);
715
715
  }
716
716
  .table-cell {