@cck-ui/core 0.40.0 → 0.41.0

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/styles.layer.css CHANGED
@@ -1814,6 +1814,28 @@ fieldset:disabled .c-active:active {
1814
1814
  }
1815
1815
  }
1816
1816
 
1817
+ .m_3a11a0c2 {
1818
+ font-family: var(--c-font-family-monospace);
1819
+ line-height: var(--c-line-height);
1820
+ padding: 2px calc(var(--c-spacing-xs) / 2);
1821
+ border-radius: var(--c-radius-sm);
1822
+ font-size: var(--c-font-size-xs);
1823
+ margin: 0;
1824
+ overflow: auto;
1825
+ }
1826
+
1827
+ :where([data-c-color-scheme='light']) .m_3a11a0c2 {
1828
+ background-color: var(--code-bg, var(--c-color-gray-0));
1829
+ }
1830
+
1831
+ :where([data-c-color-scheme='dark']) .m_3a11a0c2 {
1832
+ background-color: var(--code-bg, var(--c-color-dark-6));
1833
+ }
1834
+
1835
+ .m_3a11a0c2[data-block] {
1836
+ padding: var(--c-spacing-xs);
1837
+ }
1838
+
1817
1839
  .m_c2451869 {
1818
1840
  --cs-size: calc(1.75rem * var(--c-scale));
1819
1841
  --cs-radius: calc(62.5rem * var(--c-scale));