oasys-lib 1.60.11 → 1.60.13

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": "oasys-lib",
3
- "version": "1.60.11",
3
+ "version": "1.60.13",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.10",
6
6
  "@angular/core": "^16.2.10"
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 07 May 2024 11:04:26 GMT
3
+ * Generated on Wed, 15 May 2024 09:48:23 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomandwild {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 07 May 2024 11:04:26 GMT
3
+ * Generated on Wed, 15 May 2024 09:48:23 GMT
4
4
  */
5
5
 
6
6
  :root .brand-tokens-bloomon {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 07 May 2024 11:04:26 GMT
3
+ // Generated on Wed, 15 May 2024 09:48:23 GMT
4
4
 
5
5
  $oasys-size-web-breakpoint-mobile: 0px;
6
6
  $oasys-size-web-breakpoint-tablet: 767px;
@@ -13,7 +13,7 @@ html {
13
13
  font-weight: var(--oasys-typography-body-body-font-weight);
14
14
 
15
15
  font-size: var(--oasys-typography-body-body-font-size);
16
- line-height: var(--oasys-typography-body-body-font-line-height);
16
+ line-height: var(--oasys-typography-body-body-line-height);
17
17
  color: var(--oasys-color-brand-foreground-primary);
18
18
 
19
19
  b,
@@ -114,15 +114,11 @@ h3,
114
114
  h4,
115
115
  .text-heading--functional--primary {
116
116
  font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
117
- line-height: var(
118
- --oasys-typography-heading-func-primary-desktop-line-height
119
- );
117
+ line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
120
118
  font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
121
119
 
122
120
  @include mobile() {
123
- font-size: var(
124
- --oasys-typography-heading-func-primary-mobile-font-size
125
- );
121
+ font-size: var(--oasys-typography-heading-func-primary-mobile-font-size);
126
122
  line-height: var(
127
123
  --oasys-typography-heading-func-primary-mobile-line-height
128
124
  );
@@ -135,16 +131,18 @@ h5,
135
131
  line-height: var(
136
132
  --oasys-typography-heading-func-secondary-desktop-line-height
137
133
  );
138
- font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
134
+ font-weight: var(
135
+ --oasys-typography-heading-func-secondary-desktop-font-weight
136
+ );
139
137
 
140
138
  @include mobile() {
141
- font-size: var(
142
- --oasys-typography-heading-func-secondary-mobile-font-size
143
- );
139
+ font-size: var(--oasys-typography-heading-func-secondary-mobile-font-size);
144
140
  line-height: var(
145
141
  --oasys-typography-heading-func-secondary-mobile-line-height
146
- );
147
- font-weight: var(--oasys-typography-heading-func-secondary-mobile-font-weight);
142
+ );
143
+ font-weight: var(
144
+ --oasys-typography-heading-func-secondary-mobile-font-weight
145
+ );
148
146
  }
149
147
  }
150
148
 
@@ -207,7 +205,9 @@ label,
207
205
  }
208
206
 
209
207
  .text-body--line-through {
210
- text-decoration: var(--oasys-typography-body-line-through-body-text-decoration);
208
+ text-decoration: var(
209
+ --oasys-typography-body-line-through-body-text-decoration
210
+ );
211
211
  }
212
212
 
213
213
  .text-body--emphasis {
@@ -333,9 +333,7 @@ article {
333
333
  p,
334
334
  ul,
335
335
  ol {
336
- margin-bottom: var(
337
- --oasys-prose-vertical-adjustment-paragraph-bottom
338
- );
336
+ margin-bottom: var(--oasys-prose-vertical-adjustment-paragraph-bottom);
339
337
 
340
338
  &:empty {
341
339
  display: none;
@@ -346,9 +344,7 @@ article {
346
344
  @extend .text--readable-width;
347
345
  @extend .text-body--expressive;
348
346
  padding-top: var(--oasys-prose-vertical-adjustment-blockquote-top);
349
- margin-bottom: var(
350
- --oasys-prose-vertical-adjustment-blockquote-bottom
351
- );
347
+ margin-bottom: var(--oasys-prose-vertical-adjustment-blockquote-bottom);
352
348
  text-align: center;
353
349
  margin: 0 auto;
354
350
  }
@@ -382,12 +378,8 @@ article {
382
378
  }
383
379
 
384
380
  .ui-rce-embed {
385
- padding-top: var(
386
- --oasys-prose-vertical-adjustment-component-top-bottom
387
- );
388
- margin-bottom: var(
389
- --oasys-prose-vertical-adjustment-component-top-bottom
390
- );
381
+ padding-top: var(--oasys-prose-vertical-adjustment-component-top-bottom);
382
+ margin-bottom: var(--oasys-prose-vertical-adjustment-component-top-bottom);
391
383
 
392
384
  a,
393
385
  a:hover {