@nordcode/ui 1.1.2 → 1.1.3
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/CHANGELOG.md +6 -0
- package/out/bundle.css +2 -2
- package/out/bundle_configless.css +2 -2
- package/out/complete.css +2 -2
- package/out/complete_configless.css +2 -2
- package/package.json +1 -1
- package/src/styles/components/icons.css +1 -1
- package/src/styles/utils/base.css +2 -1
- package/src/styles/utils/bundle.css +1 -1
- package/src/styles/utils/reset.css +0 -1
package/CHANGELOG.md
CHANGED
package/out/bundle.css
CHANGED
|
@@ -410,7 +410,6 @@
|
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
:where(p) {
|
|
413
|
-
text-wrap: balance;
|
|
414
413
|
text-wrap: pretty;
|
|
415
414
|
max-inline-size: var(--measure-base);
|
|
416
415
|
}
|
|
@@ -492,6 +491,7 @@
|
|
|
492
491
|
}
|
|
493
492
|
|
|
494
493
|
:where(figure) :where(figcaption) {
|
|
494
|
+
text-align: center;
|
|
495
495
|
border-end-end-radius: inherit;
|
|
496
496
|
border-end-start-radius: inherit;
|
|
497
497
|
}
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
:where(details) > summary {
|
|
517
517
|
color: var(--color-text-base);
|
|
518
518
|
background: var(--color-surface-subtle);
|
|
519
|
-
border-radius:
|
|
519
|
+
border-radius: inherit;
|
|
520
520
|
font-weight: var(--font-weight-heading);
|
|
521
521
|
padding: var(--p-y-details) var(--p-x-details);
|
|
522
522
|
margin: calc(-1 * var(--p-y-details)) calc(-1 * var(--p-x-details) + var(--border-width-thin));
|
|
@@ -191,7 +191,6 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
:where(p) {
|
|
194
|
-
text-wrap: balance;
|
|
195
194
|
text-wrap: pretty;
|
|
196
195
|
max-inline-size: var(--measure-base);
|
|
197
196
|
}
|
|
@@ -273,6 +272,7 @@
|
|
|
273
272
|
}
|
|
274
273
|
|
|
275
274
|
:where(figure) :where(figcaption) {
|
|
275
|
+
text-align: center;
|
|
276
276
|
border-end-end-radius: inherit;
|
|
277
277
|
border-end-start-radius: inherit;
|
|
278
278
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
:where(details) > summary {
|
|
298
298
|
color: var(--color-text-base);
|
|
299
299
|
background: var(--color-surface-subtle);
|
|
300
|
-
border-radius:
|
|
300
|
+
border-radius: inherit;
|
|
301
301
|
font-weight: var(--font-weight-heading);
|
|
302
302
|
padding: var(--p-y-details) var(--p-x-details);
|
|
303
303
|
margin: calc(-1 * var(--p-y-details)) calc(-1 * var(--p-x-details) + var(--border-width-thin));
|
package/out/complete.css
CHANGED
|
@@ -410,7 +410,6 @@
|
|
|
410
410
|
}
|
|
411
411
|
|
|
412
412
|
:where(p) {
|
|
413
|
-
text-wrap: balance;
|
|
414
413
|
text-wrap: pretty;
|
|
415
414
|
max-inline-size: var(--measure-base);
|
|
416
415
|
}
|
|
@@ -492,6 +491,7 @@
|
|
|
492
491
|
}
|
|
493
492
|
|
|
494
493
|
:where(figure) :where(figcaption) {
|
|
494
|
+
text-align: center;
|
|
495
495
|
border-end-end-radius: inherit;
|
|
496
496
|
border-end-start-radius: inherit;
|
|
497
497
|
}
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
:where(details) > summary {
|
|
517
517
|
color: var(--color-text-base);
|
|
518
518
|
background: var(--color-surface-subtle);
|
|
519
|
-
border-radius:
|
|
519
|
+
border-radius: inherit;
|
|
520
520
|
font-weight: var(--font-weight-heading);
|
|
521
521
|
padding: var(--p-y-details) var(--p-x-details);
|
|
522
522
|
margin: calc(-1 * var(--p-y-details)) calc(-1 * var(--p-x-details) + var(--border-width-thin));
|
|
@@ -191,7 +191,6 @@
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
:where(p) {
|
|
194
|
-
text-wrap: balance;
|
|
195
194
|
text-wrap: pretty;
|
|
196
195
|
max-inline-size: var(--measure-base);
|
|
197
196
|
}
|
|
@@ -273,6 +272,7 @@
|
|
|
273
272
|
}
|
|
274
273
|
|
|
275
274
|
:where(figure) :where(figcaption) {
|
|
275
|
+
text-align: center;
|
|
276
276
|
border-end-end-radius: inherit;
|
|
277
277
|
border-end-start-radius: inherit;
|
|
278
278
|
}
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
:where(details) > summary {
|
|
298
298
|
color: var(--color-text-base);
|
|
299
299
|
background: var(--color-surface-subtle);
|
|
300
|
-
border-radius:
|
|
300
|
+
border-radius: inherit;
|
|
301
301
|
font-weight: var(--font-weight-heading);
|
|
302
302
|
padding: var(--p-y-details) var(--p-x-details);
|
|
303
303
|
margin: calc(-1 * var(--p-y-details)) calc(-1 * var(--p-x-details) + var(--border-width-thin));
|
package/package.json
CHANGED
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
& :where(figcaption) {
|
|
71
71
|
border-end-start-radius: inherit;
|
|
72
72
|
border-end-end-radius: inherit;
|
|
73
|
+
text-align: center;
|
|
73
74
|
}
|
|
74
75
|
}
|
|
75
76
|
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
& > summary {
|
|
94
95
|
color: var(--color-text-base);
|
|
95
96
|
background: var(--color-surface-subtle);
|
|
96
|
-
border-radius:
|
|
97
|
+
border-radius: inherit;
|
|
97
98
|
font-weight: var(--font-weight-heading);
|
|
98
99
|
padding: var(--p-y-details) var(--p-x-details);
|
|
99
100
|
margin: calc(-1 * var(--p-y-details))
|