@cirthcss/cirth 0.15.0-beta.1 → 0.15.0-beta.2
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/README.md +1 -1
- package/dist/cirth.classless.css +194 -152
- package/dist/cirth.classless.min.css +1 -1
- package/dist/cirth.classless.scoped.css +194 -152
- package/dist/cirth.classless.scoped.min.css +1 -1
- package/dist/cirth.css +241 -152
- package/dist/cirth.min.css +1 -1
- package/dist/cirth.print.classless.css +9 -7
- package/dist/cirth.print.classless.min.css +1 -1
- package/dist/cirth.print.classless.scoped.css +9 -7
- package/dist/cirth.print.classless.scoped.min.css +1 -1
- package/dist/cirth.print.css +9 -7
- package/dist/cirth.print.min.css +1 -1
- package/dist/cirth.print.scoped.css +9 -7
- package/dist/cirth.print.scoped.min.css +1 -1
- package/dist/cirth.scoped.css +241 -152
- package/dist/cirth.scoped.min.css +1 -1
- package/package.json +6 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
@media print{:root,:host{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03
|
|
1
|
+
@media print{:root,:host{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03 280);--cirth-print-border-color:oklch(61.3% .028 280)}html{color-scheme:light;background:0 0}body{color:var(--cirth-print-color);color-scheme:light;--cirth-ink:var(--cirth-print-color);--cirth-color:var(--cirth-print-color);--cirth-h1-color:var(--cirth-print-color);--cirth-h2-color:var(--cirth-print-color);--cirth-h3-color:var(--cirth-print-color);--cirth-h4-color:var(--cirth-print-color);--cirth-h5-color:var(--cirth-print-color);--cirth-h6-color:var(--cirth-print-color);--cirth-code-color:var(--cirth-print-color);--cirth-code-kbd-color:var(--cirth-print-color);--cirth-form-element-color:var(--cirth-print-color);--cirth-muted-color:var(--cirth-print-muted-color);--cirth-form-element-placeholder-color:var(--cirth-print-muted-color);--cirth-primary:var(--cirth-print-color);--cirth-primary-hover:var(--cirth-print-color);--cirth-primary-underline:var(--cirth-print-color);--cirth-secondary:var(--cirth-print-color);--cirth-secondary-underline:var(--cirth-print-color);--cirth-contrast:var(--cirth-print-color);--cirth-contrast-underline:var(--cirth-print-color);--cirth-link-visited-color:var(--cirth-print-color);--cirth-muted-border-color:var(--cirth-print-border-color);--cirth-form-element-border-color:var(--cirth-print-border-color);--cirth-box-shadow:none;--cirth-card-box-shadow:none;--cirth-card-background-color:transparent;--cirth-card-sectioning-background-color:transparent;--cirth-code-background-color:transparent;--cirth-code-kbd-background-color:transparent;--cirth-form-element-background-color:transparent;--cirth-form-element-active-background-color:transparent;--cirth-table-row-stripped-background-color:transparent;--cirth-modal-overlay-background-color:transparent;--cirth-mark-background-color:oklch(91.7% .088 89.5);--cirth-mark-color:var(--cirth-print-color);--cirth-ins-color:oklch(35.3% .077 153);--cirth-del-color:oklch(35.3% .121 22);--cirth-meter-optimum-color:oklch(52.7% .115 153);--cirth-meter-suboptimum-color:oklch(48.3% .084 89.5);--cirth-meter-even-less-good-color:oklch(44% .151 22);background:0 0}kbd{border:var(--cirth-border-width) solid var(--cirth-print-border-color)}:is(button,[type=submit],[type=reset],[type=button],[role=button]){border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}[type=file]::file-selector-button{border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}:is(mark,meter,progress,[type=checkbox],[type=radio]){-webkit-print-color-adjust:exact;print-color-adjust:exact}a[href^=http]:not([role=button],nav a):after{content:" (" attr(href) ")";color:var(--cirth-print-muted-color);font-size:var(--cirth-font-size-sm);word-break:break-all}thead{display:table-header-group}tfoot{display:table-footer-group}tr{break-inside:avoid}pre{white-space:pre-wrap;overflow:visible}dialog{backdrop-filter:none;min-width:0;min-height:0;position:static}dialog>article{max-height:none;overflow:visible}:is(h1,h2,h3,h4,h5,h6){break-after:avoid}:is(figure,img){break-inside:avoid}:is(blockquote,li,p){orphans:3;widows:3}}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@media print {
|
|
2
2
|
.cirth {
|
|
3
3
|
--cirth-print-color: oklch(0% 0 0);
|
|
4
|
-
--cirth-print-muted-color: oklch(48.3% .03
|
|
5
|
-
--cirth-print-border-color: oklch(61.3% .
|
|
4
|
+
--cirth-print-muted-color: oklch(48.3% .03 280);
|
|
5
|
+
--cirth-print-border-color: oklch(61.3% .028 280);
|
|
6
6
|
color: var(--cirth-print-color);
|
|
7
7
|
color-scheme: light;
|
|
8
8
|
--cirth-ink: var(--cirth-print-color);
|
|
@@ -38,11 +38,13 @@
|
|
|
38
38
|
--cirth-form-element-active-background-color: transparent;
|
|
39
39
|
--cirth-table-row-stripped-background-color: transparent;
|
|
40
40
|
--cirth-modal-overlay-background-color: transparent;
|
|
41
|
-
--cirth-
|
|
42
|
-
--cirth-
|
|
43
|
-
--cirth-
|
|
44
|
-
--cirth-
|
|
45
|
-
--cirth-meter-
|
|
41
|
+
--cirth-mark-background-color: oklch(91.7% .088 89.5);
|
|
42
|
+
--cirth-mark-color: var(--cirth-print-color);
|
|
43
|
+
--cirth-ins-color: oklch(35.3% .077 153);
|
|
44
|
+
--cirth-del-color: oklch(35.3% .121 22);
|
|
45
|
+
--cirth-meter-optimum-color: oklch(52.7% .115 153);
|
|
46
|
+
--cirth-meter-suboptimum-color: oklch(48.3% .084 89.5);
|
|
47
|
+
--cirth-meter-even-less-good-color: oklch(44% .151 22);
|
|
46
48
|
background: none;
|
|
47
49
|
}
|
|
48
50
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media print{.cirth{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03
|
|
1
|
+
@media print{.cirth{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03 280);--cirth-print-border-color:oklch(61.3% .028 280);color:var(--cirth-print-color);color-scheme:light;--cirth-ink:var(--cirth-print-color);--cirth-color:var(--cirth-print-color);--cirth-h1-color:var(--cirth-print-color);--cirth-h2-color:var(--cirth-print-color);--cirth-h3-color:var(--cirth-print-color);--cirth-h4-color:var(--cirth-print-color);--cirth-h5-color:var(--cirth-print-color);--cirth-h6-color:var(--cirth-print-color);--cirth-code-color:var(--cirth-print-color);--cirth-code-kbd-color:var(--cirth-print-color);--cirth-form-element-color:var(--cirth-print-color);--cirth-muted-color:var(--cirth-print-muted-color);--cirth-form-element-placeholder-color:var(--cirth-print-muted-color);--cirth-primary:var(--cirth-print-color);--cirth-primary-hover:var(--cirth-print-color);--cirth-primary-underline:var(--cirth-print-color);--cirth-secondary:var(--cirth-print-color);--cirth-secondary-underline:var(--cirth-print-color);--cirth-contrast:var(--cirth-print-color);--cirth-contrast-underline:var(--cirth-print-color);--cirth-link-visited-color:var(--cirth-print-color);--cirth-muted-border-color:var(--cirth-print-border-color);--cirth-form-element-border-color:var(--cirth-print-border-color);--cirth-box-shadow:none;--cirth-card-box-shadow:none;--cirth-card-background-color:transparent;--cirth-card-sectioning-background-color:transparent;--cirth-code-background-color:transparent;--cirth-code-kbd-background-color:transparent;--cirth-form-element-background-color:transparent;--cirth-form-element-active-background-color:transparent;--cirth-table-row-stripped-background-color:transparent;--cirth-modal-overlay-background-color:transparent;--cirth-mark-background-color:oklch(91.7% .088 89.5);--cirth-mark-color:var(--cirth-print-color);--cirth-ins-color:oklch(35.3% .077 153);--cirth-del-color:oklch(35.3% .121 22);--cirth-meter-optimum-color:oklch(52.7% .115 153);--cirth-meter-suboptimum-color:oklch(48.3% .084 89.5);--cirth-meter-even-less-good-color:oklch(44% .151 22);background:0 0}.cirth kbd{border:var(--cirth-border-width) solid var(--cirth-print-border-color)}.cirth :is(button,[type=submit],[type=reset],[type=button],[role=button]){border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}.cirth [type=file]::file-selector-button{border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}.cirth :is(mark,meter,progress,[type=checkbox],[type=radio]){-webkit-print-color-adjust:exact;print-color-adjust:exact}.cirth a[href^=http]:not([role=button],nav a):after{content:" (" attr(href) ")";color:var(--cirth-print-muted-color);font-size:var(--cirth-font-size-sm);word-break:break-all}.cirth thead{display:table-header-group}.cirth tfoot{display:table-footer-group}.cirth tr{break-inside:avoid}.cirth pre{white-space:pre-wrap;overflow:visible}.cirth dialog{backdrop-filter:none;min-width:0;min-height:0;position:static}.cirth dialog>article{max-height:none;overflow:visible}.cirth :is(h1,h2,h3,h4,h5,h6){break-after:avoid}.cirth :is(figure,img){break-inside:avoid}.cirth :is(blockquote,li,p){orphans:3;widows:3}}
|
package/dist/cirth.print.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@media print {
|
|
2
2
|
:root, :host {
|
|
3
3
|
--cirth-print-color: oklch(0% 0 0);
|
|
4
|
-
--cirth-print-muted-color: oklch(48.3% .03
|
|
5
|
-
--cirth-print-border-color: oklch(61.3% .
|
|
4
|
+
--cirth-print-muted-color: oklch(48.3% .03 280);
|
|
5
|
+
--cirth-print-border-color: oklch(61.3% .028 280);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
html {
|
|
@@ -46,13 +46,15 @@
|
|
|
46
46
|
--cirth-form-element-active-background-color: transparent;
|
|
47
47
|
--cirth-table-row-stripped-background-color: transparent;
|
|
48
48
|
--cirth-modal-overlay-background-color: transparent;
|
|
49
|
+
--cirth-mark-background-color: oklch(91.7% .088 89.5);
|
|
50
|
+
--cirth-mark-color: var(--cirth-print-color);
|
|
49
51
|
--cirth-dropdown-background-color: transparent;
|
|
50
52
|
--cirth-dropdown-box-shadow: none;
|
|
51
|
-
--cirth-ins-color: oklch(35.3% .
|
|
52
|
-
--cirth-del-color: oklch(35.3% .
|
|
53
|
-
--cirth-meter-optimum-color: oklch(52.7% .
|
|
54
|
-
--cirth-meter-suboptimum-color: oklch(48.3% .
|
|
55
|
-
--cirth-meter-even-less-good-color: oklch(44% .151
|
|
53
|
+
--cirth-ins-color: oklch(35.3% .077 153);
|
|
54
|
+
--cirth-del-color: oklch(35.3% .121 22);
|
|
55
|
+
--cirth-meter-optimum-color: oklch(52.7% .115 153);
|
|
56
|
+
--cirth-meter-suboptimum-color: oklch(48.3% .084 89.5);
|
|
57
|
+
--cirth-meter-even-less-good-color: oklch(44% .151 22);
|
|
56
58
|
background: none;
|
|
57
59
|
}
|
|
58
60
|
|
package/dist/cirth.print.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@media print{:root,:host{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03
|
|
1
|
+
@media print{:root,:host{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03 280);--cirth-print-border-color:oklch(61.3% .028 280)}html{color-scheme:light;background:0 0}body{color:var(--cirth-print-color);color-scheme:light;--cirth-ink:var(--cirth-print-color);--cirth-color:var(--cirth-print-color);--cirth-h1-color:var(--cirth-print-color);--cirth-h2-color:var(--cirth-print-color);--cirth-h3-color:var(--cirth-print-color);--cirth-h4-color:var(--cirth-print-color);--cirth-h5-color:var(--cirth-print-color);--cirth-h6-color:var(--cirth-print-color);--cirth-code-color:var(--cirth-print-color);--cirth-code-kbd-color:var(--cirth-print-color);--cirth-form-element-color:var(--cirth-print-color);--cirth-muted-color:var(--cirth-print-muted-color);--cirth-form-element-placeholder-color:var(--cirth-print-muted-color);--cirth-primary:var(--cirth-print-color);--cirth-primary-hover:var(--cirth-print-color);--cirth-primary-underline:var(--cirth-print-color);--cirth-secondary:var(--cirth-print-color);--cirth-secondary-underline:var(--cirth-print-color);--cirth-contrast:var(--cirth-print-color);--cirth-contrast-underline:var(--cirth-print-color);--cirth-link-visited-color:var(--cirth-print-color);--cirth-muted-border-color:var(--cirth-print-border-color);--cirth-form-element-border-color:var(--cirth-print-border-color);--cirth-box-shadow:none;--cirth-card-box-shadow:none;--cirth-card-background-color:transparent;--cirth-card-sectioning-background-color:transparent;--cirth-code-background-color:transparent;--cirth-code-kbd-background-color:transparent;--cirth-form-element-background-color:transparent;--cirth-form-element-active-background-color:transparent;--cirth-table-row-stripped-background-color:transparent;--cirth-modal-overlay-background-color:transparent;--cirth-mark-background-color:oklch(91.7% .088 89.5);--cirth-mark-color:var(--cirth-print-color);--cirth-dropdown-background-color:transparent;--cirth-dropdown-box-shadow:none;--cirth-ins-color:oklch(35.3% .077 153);--cirth-del-color:oklch(35.3% .121 22);--cirth-meter-optimum-color:oklch(52.7% .115 153);--cirth-meter-suboptimum-color:oklch(48.3% .084 89.5);--cirth-meter-even-less-good-color:oklch(44% .151 22);background:0 0}kbd{border:var(--cirth-border-width) solid var(--cirth-print-border-color)}:is(button,[type=submit],[type=reset],[type=button],[role=button]){border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}[type=file]::file-selector-button{border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}:is(mark,meter,progress,[type=checkbox],[type=radio]){-webkit-print-color-adjust:exact;print-color-adjust:exact}a[href^=http]:not([role=button],nav a):after{content:" (" attr(href) ")";color:var(--cirth-print-muted-color);font-size:var(--cirth-font-size-sm);word-break:break-all}thead{display:table-header-group}tfoot{display:table-footer-group}tr{break-inside:avoid}pre{white-space:pre-wrap;overflow:visible}.overflow-auto{overflow:visible}dialog{backdrop-filter:none;min-width:0;min-height:0;position:static}dialog>article{max-height:none;overflow:visible}:is(h1,h2,h3,h4,h5,h6){break-after:avoid}:is(figure,img){break-inside:avoid}:is(blockquote,li,p){orphans:3;widows:3}}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@media print {
|
|
2
2
|
.cirth {
|
|
3
3
|
--cirth-print-color: oklch(0% 0 0);
|
|
4
|
-
--cirth-print-muted-color: oklch(48.3% .03
|
|
5
|
-
--cirth-print-border-color: oklch(61.3% .
|
|
4
|
+
--cirth-print-muted-color: oklch(48.3% .03 280);
|
|
5
|
+
--cirth-print-border-color: oklch(61.3% .028 280);
|
|
6
6
|
color: var(--cirth-print-color);
|
|
7
7
|
color-scheme: light;
|
|
8
8
|
--cirth-ink: var(--cirth-print-color);
|
|
@@ -38,13 +38,15 @@
|
|
|
38
38
|
--cirth-form-element-active-background-color: transparent;
|
|
39
39
|
--cirth-table-row-stripped-background-color: transparent;
|
|
40
40
|
--cirth-modal-overlay-background-color: transparent;
|
|
41
|
+
--cirth-mark-background-color: oklch(91.7% .088 89.5);
|
|
42
|
+
--cirth-mark-color: var(--cirth-print-color);
|
|
41
43
|
--cirth-dropdown-background-color: transparent;
|
|
42
44
|
--cirth-dropdown-box-shadow: none;
|
|
43
|
-
--cirth-ins-color: oklch(35.3% .
|
|
44
|
-
--cirth-del-color: oklch(35.3% .
|
|
45
|
-
--cirth-meter-optimum-color: oklch(52.7% .
|
|
46
|
-
--cirth-meter-suboptimum-color: oklch(48.3% .
|
|
47
|
-
--cirth-meter-even-less-good-color: oklch(44% .151
|
|
45
|
+
--cirth-ins-color: oklch(35.3% .077 153);
|
|
46
|
+
--cirth-del-color: oklch(35.3% .121 22);
|
|
47
|
+
--cirth-meter-optimum-color: oklch(52.7% .115 153);
|
|
48
|
+
--cirth-meter-suboptimum-color: oklch(48.3% .084 89.5);
|
|
49
|
+
--cirth-meter-even-less-good-color: oklch(44% .151 22);
|
|
48
50
|
background: none;
|
|
49
51
|
}
|
|
50
52
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@media print{.cirth{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03
|
|
1
|
+
@media print{.cirth{--cirth-print-color:oklch(0% 0 0);--cirth-print-muted-color:oklch(48.3% .03 280);--cirth-print-border-color:oklch(61.3% .028 280);color:var(--cirth-print-color);color-scheme:light;--cirth-ink:var(--cirth-print-color);--cirth-color:var(--cirth-print-color);--cirth-h1-color:var(--cirth-print-color);--cirth-h2-color:var(--cirth-print-color);--cirth-h3-color:var(--cirth-print-color);--cirth-h4-color:var(--cirth-print-color);--cirth-h5-color:var(--cirth-print-color);--cirth-h6-color:var(--cirth-print-color);--cirth-code-color:var(--cirth-print-color);--cirth-code-kbd-color:var(--cirth-print-color);--cirth-form-element-color:var(--cirth-print-color);--cirth-muted-color:var(--cirth-print-muted-color);--cirth-form-element-placeholder-color:var(--cirth-print-muted-color);--cirth-primary:var(--cirth-print-color);--cirth-primary-hover:var(--cirth-print-color);--cirth-primary-underline:var(--cirth-print-color);--cirth-secondary:var(--cirth-print-color);--cirth-secondary-underline:var(--cirth-print-color);--cirth-contrast:var(--cirth-print-color);--cirth-contrast-underline:var(--cirth-print-color);--cirth-link-visited-color:var(--cirth-print-color);--cirth-muted-border-color:var(--cirth-print-border-color);--cirth-form-element-border-color:var(--cirth-print-border-color);--cirth-box-shadow:none;--cirth-card-box-shadow:none;--cirth-card-background-color:transparent;--cirth-card-sectioning-background-color:transparent;--cirth-code-background-color:transparent;--cirth-code-kbd-background-color:transparent;--cirth-form-element-background-color:transparent;--cirth-form-element-active-background-color:transparent;--cirth-table-row-stripped-background-color:transparent;--cirth-modal-overlay-background-color:transparent;--cirth-mark-background-color:oklch(91.7% .088 89.5);--cirth-mark-color:var(--cirth-print-color);--cirth-dropdown-background-color:transparent;--cirth-dropdown-box-shadow:none;--cirth-ins-color:oklch(35.3% .077 153);--cirth-del-color:oklch(35.3% .121 22);--cirth-meter-optimum-color:oklch(52.7% .115 153);--cirth-meter-suboptimum-color:oklch(48.3% .084 89.5);--cirth-meter-even-less-good-color:oklch(44% .151 22);background:0 0}.cirth kbd{border:var(--cirth-border-width) solid var(--cirth-print-border-color)}.cirth :is(button,[type=submit],[type=reset],[type=button],[role=button]){border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}.cirth [type=file]::file-selector-button{border-color:var(--cirth-print-border-color);box-shadow:none;color:var(--cirth-print-color);background:0 0}.cirth :is(mark,meter,progress,[type=checkbox],[type=radio]){-webkit-print-color-adjust:exact;print-color-adjust:exact}.cirth a[href^=http]:not([role=button],nav a):after{content:" (" attr(href) ")";color:var(--cirth-print-muted-color);font-size:var(--cirth-font-size-sm);word-break:break-all}.cirth thead{display:table-header-group}.cirth tfoot{display:table-footer-group}.cirth tr{break-inside:avoid}.cirth pre{white-space:pre-wrap;overflow:visible}.cirth .overflow-auto{overflow:visible}.cirth dialog{backdrop-filter:none;min-width:0;min-height:0;position:static}.cirth dialog>article{max-height:none;overflow:visible}.cirth :is(h1,h2,h3,h4,h5,h6){break-after:avoid}.cirth :is(figure,img){break-inside:avoid}.cirth :is(blockquote,li,p){orphans:3;widows:3}}
|