@norges-domstoler/dds-components 0.0.0-dev-20240802090822 → 0.0.0-dev-20240802100115
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/index.css +12 -12
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.css
CHANGED
|
@@ -371,46 +371,46 @@
|
|
|
371
371
|
margin-top: var(--dds-font-supporting-style-label-01-paragraph-spacing);
|
|
372
372
|
margin-bottom: var(--dds-font-supporting-style-label-01-paragraph-spacing);
|
|
373
373
|
}
|
|
374
|
-
:where(.typographyStyles_supporting-style-
|
|
374
|
+
:where(.typographyStyles_supporting-style-helpertext-01) {
|
|
375
375
|
margin: 0;
|
|
376
|
-
font: var(--dds-font-supporting-style-
|
|
376
|
+
font: var(--dds-font-supporting-style-helpertext-01);
|
|
377
377
|
letter-spacing: var(--dds-font-supporting-style-helpertext-01-letter-spacing);
|
|
378
378
|
color: var(--dds-color-text-helper);
|
|
379
379
|
}
|
|
380
|
-
:where(.typographyStyles_supporting-style-
|
|
380
|
+
:where(.typographyStyles_supporting-style-helpertext-01--margins) {
|
|
381
381
|
display: block;
|
|
382
382
|
margin-top: var(--dds-font-supporting-style-helpertext-01-paragraph-spacing);
|
|
383
383
|
margin-bottom: var( --dds-font-supporting-style-helpertext-01-paragraph-spacing );
|
|
384
384
|
}
|
|
385
|
-
:where(.typographyStyles_supporting-style-
|
|
385
|
+
:where(.typographyStyles_supporting-style-placeholdertext-01) {
|
|
386
386
|
margin: 0;
|
|
387
|
-
font: var(--dds-font-supporting-style-
|
|
387
|
+
font: var(--dds-font-supporting-style-placeholdertext-01);
|
|
388
388
|
letter-spacing: var( --dds-font-supporting-style-placeholdertext-01-letter-spacing );
|
|
389
389
|
color: var(--dds-color-text-placeholder);
|
|
390
390
|
}
|
|
391
|
-
:where(.typographyStyles_supporting-style-
|
|
391
|
+
:where(.typographyStyles_supporting-style-placeholdertext-01--margins) {
|
|
392
392
|
display: block;
|
|
393
393
|
margin-top: var( --dds-font-supporting-style-placeholdertext-01-paragraph-spacing );
|
|
394
394
|
margin-bottom: var( --dds-font-supporting-style-placeholdertext-01-paragraph-spacing );
|
|
395
395
|
}
|
|
396
|
-
:where(.typographyStyles_supporting-style-
|
|
396
|
+
:where(.typographyStyles_supporting-style-placeholdertext-02) {
|
|
397
397
|
margin: 0;
|
|
398
|
-
font: var(--dds-font-supporting-style-
|
|
398
|
+
font: var(--dds-font-supporting-style-placeholdertext-02);
|
|
399
399
|
letter-spacing: var( --dds-font-supporting-style-placeholdertext-02-letter-spacing );
|
|
400
400
|
color: var(--dds-color-text-placeholder);
|
|
401
401
|
}
|
|
402
|
-
:where(.typographyStyles_supporting-style-
|
|
402
|
+
:where(.typographyStyles_supporting-style-placeholdertext-02--margins) {
|
|
403
403
|
display: block;
|
|
404
404
|
margin-top: var( --dds-font-supporting-style-placeholdertext-02-paragraph-spacing );
|
|
405
405
|
margin-bottom: var( --dds-font-supporting-style-placeholdertext-02-paragraph-spacing );
|
|
406
406
|
}
|
|
407
|
-
:where(.typographyStyles_supporting-style-
|
|
407
|
+
:where(.typographyStyles_supporting-style-placeholdertext-03) {
|
|
408
408
|
margin: 0;
|
|
409
|
-
font: var(--dds-font-supporting-style-
|
|
409
|
+
font: var(--dds-font-supporting-style-placeholdertext-03);
|
|
410
410
|
letter-spacing: var( --dds-font-supporting-style-placeholdertext-03-letter-spacing );
|
|
411
411
|
color: var(--dds-color-text-placeholder);
|
|
412
412
|
}
|
|
413
|
-
:where(.typographyStyles_supporting-style-
|
|
413
|
+
:where(.typographyStyles_supporting-style-placeholdertext-03--margins) {
|
|
414
414
|
display: block;
|
|
415
415
|
margin-top: var( --dds-font-supporting-style-placeholdertext-03-paragraph-spacing );
|
|
416
416
|
margin-bottom: var( --dds-font-supporting-style-placeholdertext-03-paragraph-spacing );
|