@digigov/css 1.3.0-rc.0 → 2.0.0-113e6661

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 (128) hide show
  1. package/defaultTheme/accordion.json +8 -0
  2. package/defaultTheme/brandConfig.json +14 -2
  3. package/defaultTheme/button.json +16 -3
  4. package/defaultTheme/card.json +16 -5
  5. package/defaultTheme/form.json +117 -0
  6. package/defaultTheme/globals.json +11 -1
  7. package/defaultTheme/index.js +1 -1
  8. package/defaultTheme/layout.json +55 -0
  9. package/defaultTheme/misc.json +20 -0
  10. package/defaultTheme/panel.json +5 -0
  11. package/defaultTheme/typography.json +12 -12
  12. package/dist/base/index.css +1 -1
  13. package/dist/base.js +1 -1
  14. package/dist/components.js +1 -1
  15. package/dist/digigov.css +3 -3
  16. package/dist/utilities/index.css +1 -1
  17. package/dist/utilities.js +1 -1
  18. package/package.json +10 -6
  19. package/postcss.config.js +1 -0
  20. package/src/base/base.css +1 -1
  21. package/src/base/index.css +5 -5
  22. package/src/components/accordion.css +56 -53
  23. package/src/components/admin-header.css +2 -19
  24. package/src/components/admin-layout.css +13 -22
  25. package/src/components/autocomplete.css +89 -46
  26. package/src/components/back-to-top.css +3 -4
  27. package/src/components/blockquote.common.css +14 -0
  28. package/src/components/blockquote.css +9 -0
  29. package/src/components/blockquote.native.css +11 -0
  30. package/src/components/bottom-info.css +2 -1
  31. package/src/components/breadcrumbs.css +16 -7
  32. package/src/components/button.common.css +62 -0
  33. package/src/components/button.css +57 -71
  34. package/src/components/button.native.css +56 -0
  35. package/src/components/card.common.css +33 -0
  36. package/src/components/card.css +65 -52
  37. package/src/components/card.native.css +29 -0
  38. package/src/components/checkboxes.common.css +16 -0
  39. package/src/components/checkboxes.css +26 -31
  40. package/src/components/checkboxes.native.css +28 -0
  41. package/src/components/chip.css +28 -29
  42. package/src/components/code.css +128 -0
  43. package/src/components/components.css +2 -2
  44. package/src/components/copy-to-clipboard.css +27 -26
  45. package/src/components/copy-to-clipboard.native.css +28 -0
  46. package/src/components/details.common.css +26 -0
  47. package/src/components/details.css +14 -15
  48. package/src/components/details.native.css +26 -0
  49. package/src/components/dev-theme.css +2 -3
  50. package/src/components/drawer.css +46 -47
  51. package/src/components/dropdown.common.css +23 -0
  52. package/src/components/dropdown.css +57 -48
  53. package/src/components/dropdown.native.css +28 -0
  54. package/src/components/experimental.css +12 -12
  55. package/src/components/fillable.css +4 -4
  56. package/src/components/filter.css +10 -15
  57. package/src/components/footer.css +35 -21
  58. package/src/components/form.common.css +82 -0
  59. package/src/components/form.css +86 -48
  60. package/src/components/form.native.css +133 -0
  61. package/src/components/full-page-background.css +1 -1
  62. package/src/components/header.common.css +36 -0
  63. package/src/components/header.css +44 -43
  64. package/src/components/header.native.css +34 -0
  65. package/src/components/hidden.css +17 -17
  66. package/src/components/index.css +49 -47
  67. package/src/components/kitchensink.css +33 -33
  68. package/src/components/layout.common.css +36 -0
  69. package/src/components/layout.css +40 -41
  70. package/src/components/layout.native.css +39 -0
  71. package/src/components/loader.css +28 -28
  72. package/src/components/masthead.css +56 -55
  73. package/src/components/misc.css +37 -15
  74. package/src/components/modal.css +21 -14
  75. package/src/components/nav.common.css +22 -0
  76. package/src/components/nav.css +72 -67
  77. package/src/components/nav.native.css +41 -0
  78. package/src/components/notification-banner.common.css +46 -0
  79. package/src/components/notification-banner.css +23 -19
  80. package/src/components/notification-banner.native.css +42 -0
  81. package/src/components/pagination.css +29 -30
  82. package/src/components/panel.common.css +30 -0
  83. package/src/components/panel.css +10 -18
  84. package/src/components/panel.native.css +20 -0
  85. package/src/components/phase-banner.common.css +23 -0
  86. package/src/components/phase-banner.css +11 -10
  87. package/src/components/phase-banner.native.css +31 -0
  88. package/src/components/radios.common.css +16 -0
  89. package/src/components/radios.css +27 -30
  90. package/src/components/radios.native.css +24 -0
  91. package/src/components/skeleton.css +85 -0
  92. package/src/components/skiplink.css +2 -2
  93. package/src/components/stack.css +63 -63
  94. package/src/components/stepnav.css +33 -29
  95. package/src/components/summary-list.common.css +90 -0
  96. package/src/components/summary-list.css +101 -30
  97. package/src/components/summary-list.native.css +93 -0
  98. package/src/components/svg-icons.common.css +56 -0
  99. package/src/components/svg-icons.css +78 -80
  100. package/src/components/svg-icons.native.css +55 -0
  101. package/src/components/table.css +159 -178
  102. package/src/components/tabs.css +51 -67
  103. package/src/components/task-list.css +18 -18
  104. package/src/components/test.css +7 -0
  105. package/src/components/timeline.css +4 -3
  106. package/src/components/typography.common.css +140 -0
  107. package/src/components/typography.css +103 -175
  108. package/src/components/typography.native.css +97 -0
  109. package/src/components/warning-text.common.css +23 -0
  110. package/src/components/warning-text.css +8 -8
  111. package/src/components/warning-text.native.css +22 -0
  112. package/src/index.native.css +20 -0
  113. package/src/pages/index.js +1 -1
  114. package/src/utilities/index.css +3 -1655
  115. package/src/utilities/index.native.css +2 -0
  116. package/src/utilities/layout.css +231 -0
  117. package/src/utilities/layout.native.css +278 -0
  118. package/src/utilities/print.css +11 -0
  119. package/src/utilities/spacing.css +2133 -0
  120. package/src/utilities/utilities.css +723 -6
  121. package/tailwind.config.js +2 -0
  122. package/defaultTheme/footer.json +0 -8
  123. package/src/pages/admin-filtering-data.js +0 -160
  124. package/src/pages/admin.js +0 -61
  125. package/src/pages/dropdown.js +0 -249
  126. package/src/pages/form.js +0 -400
  127. package/src/pages/pagination.js +0 -124
  128. package/src/pages/table.js +0 -308
@@ -0,0 +1,140 @@
1
+ /* stylelint-disable digigov/enforce-class-selector-namespace */
2
+ @tailwind utilities;
3
+
4
+ @layer utilities {
5
+ .util-font-weight-bold-text {
6
+ @apply font-bold !important;
7
+ }
8
+
9
+ .util-heading-xl {
10
+ @apply mx-0 max-w-2xl;
11
+ }
12
+ .util-heading-xl-text {
13
+ font-size: var(--heading-xl-font-size);
14
+ line-height: var(--heading-xl-line-height);
15
+ font-weight: var(--heading-xl-font-weight);
16
+ }
17
+ .util-heading-lg-text {
18
+ font-size: var(--heading-lg-font-size);
19
+ line-height: var(--heading-lg-line-height);
20
+ font-weight: var(--heading-lg-font-weight);
21
+ }
22
+ .util-heading-md-text {
23
+ font-size: var(--heading-md-font-size);
24
+ line-height: var(--heading-md-line-height);
25
+ font-weight: var(--heading-md-font-weight);
26
+ }
27
+ .util-heading-sm-text {
28
+ font-size: var(--heading-sm-font-size);
29
+ line-height: var(--heading-sm-line-height);
30
+ font-weight: var(--heading-sm-font-weight);
31
+ }
32
+ .util-heading-xs-text {
33
+ font-size: var(--heading-xs-font-size);
34
+ line-height: var(--heading-xs-line-height);
35
+ font-weight: var(--heading-xs-font-weight);
36
+ }
37
+
38
+ .util-body-text {
39
+ font-size: var(--body-font-size);
40
+ line-height: var(--body-line-height);
41
+ margin-bottom: var(--body-margin-bottom);
42
+ color: var(--body-color);
43
+ }
44
+ .util-body-lg-text {
45
+ font-size: var(--body--lg-font-size);
46
+ line-height: var(--body--lg-line-height);
47
+ }
48
+ .util-body-sm-text {
49
+ font-size: var(--body--sm-font-size);
50
+ line-height: var(--body--sm-line-height);
51
+ }
52
+ .util-link {
53
+ @apply focus:bg-focus;
54
+ padding: var(--link-padding);
55
+ }
56
+ .util-link-text {
57
+ /* @apply focus:text-link-active underline; */
58
+ @apply underline;
59
+ color: var(--link-color);
60
+ font-size: var(--link-font-size);
61
+ line-height: var(--link-line-height);
62
+ /* &:focus {
63
+ text-decoration: none !important;
64
+ } */
65
+ }
66
+
67
+ .util-caption-xl {
68
+ @apply mx-0 font-normal;
69
+ }
70
+ .util-caption-xl-text {
71
+ color: var(--caption-xl-color);
72
+ font-size: var(--caption-xl-font-size);
73
+ margin-bottom: var(--caption-xl-margin-bottom);
74
+ font-weight: var(--caption-xl-font-weight);
75
+ line-height: var(--caption-xl-line-height);
76
+ }
77
+ .util-caption-lg {
78
+ @apply mx-0 font-normal;
79
+ }
80
+ .util-caption-lg-text {
81
+ color: var(--caption-lg-color);
82
+ font-size: var(--caption-lg-font-size);
83
+ margin-bottom: var(--caption-lg-margin-bottom);
84
+ font-weight: var(--caption-lg-font-weight);
85
+ line-height: var(--caption-lg-line-height);
86
+ }
87
+ .util-caption-md {
88
+ @apply mx-0 font-normal;
89
+ }
90
+ .util-caption-md-text {
91
+ color: var(--caption-md-color);
92
+ font-size: var(--caption-md-font-size);
93
+ margin-bottom: var(--caption-md-margin-bottom);
94
+ font-weight: var(--caption-md-font-weight);
95
+ line-height: var(--caption-md-line-height);
96
+ }
97
+
98
+ /* Hint */
99
+ .util-hint {
100
+ margin-bottom: var(--hint-margin-bottom);
101
+ }
102
+ .util-hint-text {
103
+ font-size: var(--hint-font-size);
104
+ line-height: var(--hint-line-height);
105
+ color: var(--hint-color);
106
+ }
107
+ .util-hint-lg-text {
108
+ font-size: var(--hint--lg-font-size);
109
+ line-height: var(--hint--lg-line-height);
110
+ }
111
+ .util-hint-sm-text {
112
+ font-size: var(--hint--sm-font-size);
113
+ line-height: var(--hint--sm-line-height);
114
+ }
115
+
116
+ /* List */
117
+ .util-list {
118
+ @apply mt-4;
119
+
120
+ @apply md:mb-8 mb-4 text-base-content;
121
+ }
122
+ .util-list-bullet {
123
+ @apply pl-4;
124
+ }
125
+ .util-list-number {
126
+ @apply pl-4;
127
+ }
128
+ .util-list-horizontal {
129
+ @apply flex flex-wrap gap-x-6 gap-y-3;
130
+ }
131
+ .util-list-spaced {
132
+ @apply gap-x-10 gap-y-5;
133
+ }
134
+ .util-list-item {
135
+ @apply mb-2 last:mb-0;
136
+ }
137
+ .util-list-item-horizontal {
138
+ @apply w-full;
139
+ }
140
+ }
@@ -1,114 +1,79 @@
1
+ @import './typography.common.css';
2
+
1
3
  .ds-heading-xl {
2
- @apply mx-0 max-w-2xl;
3
- font-size: var(--heading-xl-font-size);
4
- line-height: var(--heading-xl-line-height);
5
- margin-bottom: var(--heading-xl-margin-bottom);
6
- font-weight: var(--heading-xl-font-weight);
4
+ @apply util-heading-xl util-heading-xl-text;
7
5
  letter-spacing: var(--heading-xl-letter-spacing);
6
+ margin-bottom: var(--heading-xl-margin-bottom);
8
7
  }
9
8
  .ds-heading-lg {
10
- @apply mx-0;
11
- font-size: var(--heading-lg-font-size);
12
- line-height: var(--heading-lg-line-height);
13
- margin-bottom: var(--heading-lg-margin-bottom);
14
- font-weight: var(--heading-lg-font-weight);
9
+ @apply util-heading-lg-text mx-0;
15
10
  letter-spacing: var(--heading-lg-letter-spacing);
11
+ margin-bottom: var(--heading-lg-margin-bottom);
16
12
  }
17
13
  .ds-heading-md {
18
- @apply mx-0;
19
- font-size: var(--heading-md-font-size);
20
- line-height: var(--heading-md-line-height);
14
+ @apply util-heading-md-text mx-0;
15
+ letter-spacing: var(--heading-lg-letter-spacing);
21
16
  margin-bottom: var(--heading-md-margin-bottom);
22
- font-weight: var(--heading-md-font-weight);
23
- letter-spacing: var(--heading-md-letter-spacing);
24
17
  }
25
18
  .ds-heading-sm {
26
- @apply mx-0;
27
- font-size: var(--heading-sm-font-size);
28
- line-height: var(--heading-sm-line-height);
19
+ @apply util-heading-sm-text mx-0;
20
+ letter-spacing: var(--heading-lg-letter-spacing);
29
21
  margin-bottom: var(--heading-sm-margin-bottom);
30
- font-weight: var(--heading-sm-font-weight);
31
- letter-spacing: var(--heading-sm-letter-spacing);
32
22
  }
33
23
  .ds-heading-xs {
34
- @apply mx-0;
35
- font-size: var(--heading-xs-font-size);
36
- line-height: var(--heading-xs-line-height);
24
+ @apply util-heading-xs-text mx-0;
25
+ letter-spacing: var(--heading-lg-letter-spacing);
37
26
  margin-bottom: var(--heading-xs-margin-bottom);
38
- font-weight: var(--heading-xs-font-weight);
39
- letter-spacing: var(--heading-xs-letter-spacing);
40
27
  }
28
+
41
29
  .ds-heading--break-words {
42
30
  @apply break-words;
43
31
  }
44
32
  .ds-caption-xl {
45
- @apply block mx-0 font-normal;
46
- color: var(--caption-xl-color);
47
- font-size: var(--caption-xl-font-size);
48
- line-height: var(--caption-xl-line-height);
49
- margin-bottom: var(--caption-xl-margin-bottom);
50
- font-weight: var(--caption-xl-font-weight);
33
+ @apply util-caption-xl util-caption-xl-text block;
51
34
  letter-spacing: var(--heading-xl-letter-spacing);
52
35
  }
53
36
  .ds-caption-lg {
54
- @apply block mx-0 font-normal;
55
- color: var(--caption-lg-color);
56
- font-size: var(--caption-lg-font-size);
57
- line-height: var(--caption-lg-line-height);
58
- margin-bottom: var(--caption-lg-margin-bottom);
59
- font-weight: var(--caption-lg-font-weight);
60
- letter-spacing: var(--caption-lg-letter-spacing);
37
+ @apply util-caption-lg util-caption-lg-text block;
38
+ letter-spacing: var(--heading-lg-letter-spacing);
61
39
  }
62
40
  .ds-caption-md {
63
- @apply block mx-0 font-normal;
64
- color: var(--caption-md-color);
65
- font-size: var(--caption-md-font-size);
66
- line-height: var(--caption-md-line-height);
67
- margin-bottom: var(--caption-md-margin-bottom);
68
- font-weight: var(--caption-md-font-weight);
69
- letter-spacing: var(--caption-md-letter-spacing);
70
- }
71
- .ds-body {
72
- font-size: var(--body-font-size);
73
- line-height: var(--body-line-height);
74
- margin-bottom: var(--body-margin-bottom);
75
- color: var(--body-color);
76
- letter-spacing: var(--body-letter-spacing);
77
- }
78
- .ds-body-lg {
79
- font-size: var(--body-lg-font-size);
80
- line-height: var(--body-lg-line-height);
81
- }
82
- .ds-body-sm {
83
- font-size: var(--body-sm-font-size);
84
- line-height: var(--body-sm-line-height);
41
+ @apply util-caption-md util-caption-md-text block;
42
+ letter-spacing: var(--heading-md-letter-spacing);
85
43
  }
86
44
  .ds-hint {
87
- font-size: var(--hint-font-size);
88
- line-height: var(--hint-line-height);
89
- margin-bottom: var(--hint-margin-bottom);
90
- color: var(--hint-color);
45
+ @apply util-hint util-hint-text;
91
46
  letter-spacing: var(--hint-letter-spacing);
47
+ &.ds-hint--lg {
48
+ @apply util-hint-lg-text;
49
+ }
50
+ &.ds-hint--sm {
51
+ @apply util-hint-sm-text;
52
+ }
53
+ &.ds-hint--break-words {
54
+ @apply break-words;
55
+ }
92
56
  }
93
- .ds-background-dark, .ds-masthead--primary {
57
+ .ds-background-dark,
58
+ .ds-masthead--primary {
94
59
  .ds-hint {
95
60
  @apply opacity-70 text-white print:text-base-content;
96
61
  }
97
62
  }
98
63
  .ds-code {
99
64
  @apply text-sm sm:text-base bg-base-100;
100
- }
101
- .ds-code--attr {
102
- @apply text-info;
103
- }
104
- .ds-code--string {
105
- @apply text-success;
106
- }
107
- .ds-code--keyword {
108
- @apply text-warning;
109
- }
110
- .ds-code--name {
111
- @apply text-tertiary;
65
+ &.ds-code--attr {
66
+ @apply text-info;
67
+ }
68
+ &.ds-code--string {
69
+ @apply text-success;
70
+ }
71
+ &.ds-code--keyword {
72
+ @apply text-warning;
73
+ }
74
+ &.ds-code--name {
75
+ @apply text-tertiary;
76
+ }
112
77
  }
113
78
  .ds-\!-font-size-14 {
114
79
  @apply text-xs md:text-sm !important;
@@ -138,13 +103,28 @@
138
103
  @apply font-normal !important;
139
104
  }
140
105
  .ds-\!-font-weight-bold {
141
- @apply font-bold !important;
106
+ @apply util-font-weight-bold-text;
142
107
  }
143
108
  .ds-list {
144
109
  @apply list-none list-outside mt-4;
110
+ @apply md:mb-8 mb-4 text-base-content;
145
111
  font-size: var(--list-font-size);
146
112
  line-height: var(--list-line-height);
147
- letter-spacing: var(--list-letter-spacing);
113
+ &.ds-list--bullet {
114
+ @apply list-disc list-outside pl-4;
115
+ }
116
+ &.ds-list--number {
117
+ @apply list-decimal list-outside pl-6;
118
+ }
119
+ &.ds-list--horizontal {
120
+ @apply flex flex-wrap gap-x-6 gap-y-3;
121
+ &.ds-list--spaced {
122
+ @apply gap-x-10 gap-y-5;
123
+ }
124
+ .ds-list__item {
125
+ @apply w-full sm:w-auto;
126
+ }
127
+ }
148
128
  .ds-list__item {
149
129
  @apply mb-2;
150
130
  &:last-child {
@@ -155,41 +135,23 @@
155
135
  .ds-list__item > .ds-list--bullet:nth-child(1) {
156
136
  list-style: circle inside none;
157
137
  }
158
- .ds-list__item
159
- > .ds-list
160
- > .ds-list__item
161
- > .ds-list--bullet:nth-child(1) {
138
+ .ds-list__item > .ds-list > .ds-list__item > .ds-list--bullet:nth-child(1) {
162
139
  @apply list-disc;
163
140
  }
164
141
  .ds-list__item
165
- > .ds-list:not(.ds-list--bullet):not(.ds-list--number):nth-child(1)
142
+ > .ds-list:not(.ds-list--bullet, .ds-list--number):nth-child(1)
166
143
  > .ds-list__item {
167
144
  @apply pl-10;
168
145
  }
169
146
  .ds-list__item > .ds-list {
170
147
  @apply mb-0 mt-2;
171
148
  }
172
- .ds-list--bullet {
173
- @apply list-disc list-outside pl-4;
174
- }
175
- .ds-list--number {
176
- @apply list-decimal list-outside pl-6;
177
- }
178
149
  .ds-list--spaced:not(.ds-list--horizontal) > .ds-list__item {
179
150
  @apply mb-4;
180
151
  &:last-child {
181
152
  @apply mb-0;
182
153
  }
183
154
  }
184
- .ds-list--horizontal {
185
- @apply flex flex-wrap gap-x-6 gap-y-3;
186
- .ds-list__item {
187
- @apply w-full sm:w-auto;
188
- }
189
- &.ds-list--spaced {
190
- @apply gap-x-10 gap-y-5;
191
- }
192
- }
193
155
  @media (min-width: 768px) {
194
156
  .ds-list--col-2 {
195
157
  column-count: 2;
@@ -198,91 +160,53 @@
198
160
  column-count: 2;
199
161
  }
200
162
  }
201
- .ds-list {
202
- @apply md:mb-8 mb-4 text-base-content;
203
- }
204
- .ds-blockquote {
205
- @apply mb-4 mt-8 md:mb-8 p-4 border-l-8 border-base-500 text-base-content;
206
- font-size: var(--blockquote-font-size);
207
- line-height: var(--blockquote-line-height);
208
- &.ds-blockquote--dense, .ds-dense & {
209
- @apply mt-3 md:mb-6 p-3 border-l-6;
210
- }
211
- }
212
163
  .ds-body {
213
- font-size: var(--body-font-size);
214
- line-height: var(--body-line-height);
215
- margin-bottom: var(--body-margin-bottom);
216
- color: var(--body-color);
164
+ @apply util-body-text;
217
165
  letter-spacing: var(--body-letter-spacing);
218
- }
219
- .ds-body-lg {
220
- font-size: var(--body-lg-font-size);
221
- line-height: var(--body-lg-line-height);
222
- }
223
- .ds-body-sm {
224
- font-size: var(--body-sm-font-size);
225
- line-height: var(--body-sm-line-height);
226
- }
227
- .ds-hint {
228
- font-size: var(--hint-font-size);
229
- line-height: var(--hint-line-height);
230
- margin-bottom: var(--hint-margin-bottom);
231
- color: var(--hint-color);
232
- letter-spacing: var(--hint-letter-spacing);
233
- }
234
- .ds-hint-lg {
235
- font-size: var(--hint-lg-font-size);
236
- line-height: var(--hint-lg-line-height);
237
- }
238
- .ds-hint-sm {
239
- font-size: var(--hint-sm-font-size);
240
- line-height: var(--hint-sm-line-height);
241
- }
242
- .ds-hint--break-words {
243
- @apply break-words;
166
+ &.ds-body--lg {
167
+ @apply util-body-lg-text;
168
+ }
169
+ &.ds-body--sm {
170
+ @apply util-body-sm-text;
171
+ }
172
+ .ds-code {
173
+ @apply p-1 bg-base-200;
174
+ }
244
175
  }
245
176
 
246
-
247
177
  .ds-link {
248
- @apply focus:text-link-active underline cursor-pointer;
249
- color: var(--link-color);
250
- padding: var(--link-padding);
251
- font-size: var(--link-font-size);
252
- line-height: var(--link-line-height);
178
+ @apply focus:text-link-active util-link util-link-text cursor-pointer;
253
179
  letter-spacing: var(--link-letter-spacing);
254
180
  &:hover {
255
181
  text-decoration-thickness: 2px;
256
182
  color: var(--link-color-hover);
257
183
  }
258
184
  &:focus {
259
- color: var(--link-color-active);
260
- background-color: var(--color-focus);
261
185
  box-shadow:
262
186
  0 -2px var(--color-focus),
263
187
  0 4px var(--color-base-content);
188
+
264
189
  text-decoration: none !important;
265
190
  outline: none;
266
191
  }
267
- .ds-heading-xl & ,
268
- .ds-heading-lg & ,
269
- .ds-heading-md & ,
270
- .ds-heading-sm & ,
192
+ &.ds-link--no-underline {
193
+ @apply no-underline hover:underline;
194
+ }
195
+ .ds-heading-xl &,
196
+ .ds-heading-lg &,
197
+ .ds-heading-md &,
198
+ .ds-heading-sm &,
271
199
  .ds-body &,
272
200
  .ds-hint &,
273
- .ds-footer__list &
274
- {
201
+ .ds-footer__list & {
275
202
  font-size: inherit;
276
203
  }
277
204
  }
278
- .ds-link--no-underline {
279
- @apply no-underline hover:underline;
280
- }
281
205
 
282
206
  .ds-back-link {
207
+ @apply w-fit text-base-content underline flex items-center mb-4 cursor-pointer;
283
208
  font-size: var(--back-link-font-size);
284
209
  letter-spacing: var(--back-link-letter-spacing);
285
- @apply w-fit text-base-content underline flex items-center mb-4 cursor-pointer;
286
210
  &:hover {
287
211
  text-decoration-thickness: 2px;
288
212
  }
@@ -297,34 +221,35 @@
297
221
  }
298
222
 
299
223
  .ds-highlight-links {
300
- .ds-link {
301
- @apply bg-base-content p-1 text-focus underline m-1;
302
- }
303
224
  &.dark {
304
225
  .ds-link {
305
226
  @apply bg-base-300;
306
227
  }
307
228
  }
229
+ .ds-link {
230
+ @apply bg-base-content p-1 text-focus underline m-1;
231
+ }
308
232
  }
309
233
  .ds-visually-hidden {
310
234
  @apply absolute m-0 p-0 overflow-hidden border-0 whitespace-nowrap !important;
311
235
  width: 1px !important;
312
236
  height: 1px !important;
313
237
  clip: rect(0 0 0 0) !important;
314
- -webkit-clip-path: inset(50%) !important;
315
238
  clip-path: inset(50%) !important;
316
239
  }
317
240
  @media print {
318
- .ds-body .ds-link[href^="#"]:after {
241
+ .ds-body .ds-link[href^='#']::after {
319
242
  display: none;
320
243
  }
321
244
  .ds-link[href^="http://"]:after, .ds-link[href^="https://"]:after
322
245
  {
323
- content: " (" attr(href) ")";
246
+ content: ' (' attr(href) ')';
324
247
  font-size: 80%;
325
248
  }
326
- .ds-body .ds-link {
327
- word-wrap: break-word;
249
+ .ds-body {
250
+ .ds-link {
251
+ word-wrap: break-word;
252
+ }
328
253
  }
329
254
  .ds-link {
330
255
  @apply text-base-content;
@@ -333,10 +258,12 @@
333
258
 
334
259
  /* overrides */
335
260
 
336
- .ds-link {
261
+ .ds-hint {
337
262
  .ds-svg-icon {
338
- fill: var(--color-link);
263
+ fill: var(--hint-color);
339
264
  }
265
+ }
266
+ .ds-link {
340
267
  &:hover {
341
268
  .ds-svg-icon {
342
269
  fill: var(--color-link-hover);
@@ -347,6 +274,9 @@
347
274
  fill: var(--color-link-active);
348
275
  }
349
276
  }
277
+ .ds-svg-icon {
278
+ fill: var(--color-link);
279
+ }
350
280
  }
351
281
  button.ds-link {
352
282
  .ds-svg-icon {
@@ -355,14 +285,12 @@ button.ds-link {
355
285
  }
356
286
  .ds-back-link {
357
287
  .ds-svg-icon--caret {
358
- fill: var(--color-base-content);
359
288
  @apply md:w-4 md:h-4 w-3 h-3 inline-block mr-2;
289
+ fill: var(--color-base-content);
360
290
  }
361
291
  }
362
-
363
- .ds-code-block__container {
364
- @apply p-4 bg-base-200 border border-base-300 w-full;
365
- }
366
- .ds-code-block__content {
367
- @apply text-sm sm:text-base;
292
+ .ds-table__cell {
293
+ & > code {
294
+ @apply border-none;
295
+ }
368
296
  }
@@ -0,0 +1,97 @@
1
+ /* stylelint-disable digigov/nest-related-rules */
2
+ @import './typography.common.css';
3
+
4
+ .ds-\!-font-weight-bold__text {
5
+ @apply util-font-weight-bold-text;
6
+ }
7
+
8
+ /* Heading */
9
+ .ds-heading-xl {
10
+ @apply util-heading-xl;
11
+ }
12
+ .ds-heading-xl__text {
13
+ @apply util-heading-xl-text;
14
+ margin-bottom: var(--heading-xl-margin-bottom);
15
+ }
16
+ .ds-heading-lg__text {
17
+ @apply util-heading-lg-text;
18
+ margin-bottom: var(--heading-lg-margin-bottom);
19
+ }
20
+ .ds-heading-md__text {
21
+ @apply util-heading-md-text;
22
+ margin-bottom: var(--heading-md-margin-bottom);
23
+ }
24
+ .ds-heading-sm__text {
25
+ @apply util-heading-sm-text;
26
+ margin-bottom: var(--heading-sm-margin-bottom);
27
+ }
28
+ .ds-heading-xs__text {
29
+ @apply util-heading-xs-text;
30
+ margin-bottom: var(--heading-xs-margin-bottom);
31
+ }
32
+
33
+ /* Paragraph */
34
+ .ds-body__text {
35
+ @apply util-body-text;
36
+ }
37
+ .ds-body--lg__text {
38
+ @apply util-body-lg-text;
39
+ }
40
+ .ds-body--sm__text {
41
+ @apply util-body-sm-text;
42
+ }
43
+
44
+ /* Hint */
45
+ .ds-hint {
46
+ @apply util-hint flex flex-row;
47
+ }
48
+ .ds-hint__text {
49
+ @apply util-hint-text;
50
+ }
51
+ .ds-hint--lg__text {
52
+ @apply util-hint-lg-text;
53
+ }
54
+ .ds-hint--sm__text {
55
+ @apply util-hint-sm-text;
56
+ }
57
+
58
+ /* Link */
59
+ .ds-link {
60
+ @apply util-link focus:border-b-4 border-b-base-content;
61
+ }
62
+ .ds-link__text {
63
+ @apply util-link-text;
64
+ }
65
+
66
+ /* HeadingCaption */
67
+ .ds-caption-xl {
68
+ @apply util-caption-xl;
69
+ }
70
+ .ds-caption-xl__text {
71
+ @apply util-caption-xl-text;
72
+ }
73
+ .ds-caption-lg {
74
+ @apply util-caption-lg;
75
+ }
76
+ .ds-caption-lg__text {
77
+ @apply util-caption-lg-text;
78
+ }
79
+ .ds-caption-md {
80
+ @apply util-caption-md;
81
+ }
82
+ .ds-caption-md__text {
83
+ @apply util-caption-md-text;
84
+ }
85
+
86
+ .ds-list {
87
+ @apply util-list;
88
+ }
89
+ .ds-list__item {
90
+ @apply util-list-item;
91
+ }
92
+ .ds-list--bullet {
93
+ @apply util-list-bullet;
94
+ }
95
+ .ds-list--number {
96
+ @apply util-list-number;
97
+ }
@@ -0,0 +1,23 @@
1
+ /* stylelint-disable digigov/enforce-class-selector-namespace */
2
+
3
+ @tailwind utilities;
4
+
5
+ @layer utilities {
6
+ .util-warning-text {
7
+ @apply flex pb-0;
8
+ }
9
+ .util-warning-text-text {
10
+ font-size: var(--warning-text-font-size);
11
+ }
12
+ .util-warning-text__icon {
13
+ @apply md:min-h-10 w-10 h-10 rounded-3xl bg-base-content
14
+ print:bg-white print:border-2 print:border-base-content;
15
+ }
16
+ .util-warning-text__icon-text {
17
+ @apply text-base-content-invert font-bold leading-10 text-center
18
+ print:text-base-content;
19
+ }
20
+ .util-warning-text__assistive {
21
+ @apply absolute w-px h-px m-0 p-0 border-0 overflow-hidden !important;
22
+ }
23
+ }