@utahdts/utah-design-system 0.5.1 → 0.5.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/css/4-elements/_elements-index.scss +5 -3
- package/css/build/utah-design-system.css +2 -2
- package/dist/utah-design-system.es.js +12363 -14402
- package/dist/utah-design-system.umd.js +12417 -14443
- package/package.json +20 -6
- package/dist/style.css +0 -5361
|
@@ -66,15 +66,17 @@ elemental html: h1, h2, h3, ul, li, etc.
|
|
|
66
66
|
background: var(--gray-light-color);
|
|
67
67
|
padding: var(--spacing-s) var(--spacing);
|
|
68
68
|
border-radius: var(--radius-medium);
|
|
69
|
+
}
|
|
70
|
+
&.pre-block {
|
|
69
71
|
&--overflow {
|
|
70
72
|
width: 100%;
|
|
71
73
|
overflow-x: scroll;
|
|
72
74
|
box-sizing: border-box;
|
|
73
75
|
}
|
|
74
76
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
.pre-block__overflow-content {
|
|
78
|
+
width: max-content;
|
|
79
|
+
}
|
|
78
80
|
}
|
|
79
81
|
|
|
80
82
|
ul, ol {
|
|
@@ -870,13 +870,13 @@ elemental html: h1, h2, h3, ul, li, etc.
|
|
|
870
870
|
border-radius: var(--radius-medium);
|
|
871
871
|
}
|
|
872
872
|
|
|
873
|
-
.utah-design-system pre.
|
|
873
|
+
.utah-design-system pre.pre-block--overflow {
|
|
874
874
|
width: 100%;
|
|
875
875
|
overflow-x: scroll;
|
|
876
876
|
box-sizing: border-box;
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
.utah-design-system .
|
|
879
|
+
.utah-design-system pre .pre-block__overflow-content {
|
|
880
880
|
width: max-content;
|
|
881
881
|
}
|
|
882
882
|
|