@umbraco-ui/uui 1.14.0-rc.3 → 1.14.0-rc.4

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/dist/uui.min.js CHANGED
@@ -68,10 +68,12 @@
68
68
  margin-top: var(--uui-size-layout-1,24px);
69
69
  margin-bottom: var(--uui-size-layout-1,24px);
70
70
  }
71
+
71
72
  .uui-text p + h1,
72
73
  .uui-text p + .uui-h1 {
73
74
  margin-top: var(--uui-size-layout-4,66px);
74
75
  }
76
+
75
77
  .uui-text h1.--no-top-margin,
76
78
  .uui-text h1:first-child,
77
79
  .uui-h1.--no-top-margin,
@@ -88,10 +90,12 @@
88
90
  margin-top: var(--uui-size-layout-1,24px);
89
91
  margin-bottom: var(--uui-size-layout-1,24px);
90
92
  }
93
+
91
94
  .uui-text p + h2,
92
95
  .uui-text p + .uui-h2 {
93
96
  margin-top: var(--uui-size-layout-3,42px);
94
97
  }
98
+
95
99
  .uui-text h2.--no-top-margin,
96
100
  .uui-text h2:first-child,
97
101
  .uui-h2.--no-top-margin,
@@ -108,6 +112,7 @@
108
112
  margin-top: var(--uui-size-layout-1,24px);
109
113
  margin-bottom: var(--uui-size-layout-1,24px);
110
114
  }
115
+
111
116
  .uui-text h3.--no-top-margin,
112
117
  .uui-text h3:first-child,
113
118
  .uui-h3.--no-top-margin,
@@ -124,6 +129,7 @@
124
129
  margin-top: var(--uui-size-layout-1,24px);
125
130
  margin-bottom: var(--uui-size-layout-1,24px);
126
131
  }
132
+
127
133
  .uui-text h4.--no-top-margin,
128
134
  .uui-text h4:first-child,
129
135
  .uui-h4.--no-top-margin,
@@ -153,6 +159,7 @@
153
159
  margin-top: var(--uui-size-layout-1,24px);
154
160
  margin-bottom: var(--uui-size-layout-1,24px);
155
161
  }
162
+
156
163
  .uui-p-lead,
157
164
  .uui-text p.uui-lead {
158
165
  font-size: var(--uui-size-6,18px);
@@ -169,6 +176,7 @@
169
176
  .uui-text a:active {
170
177
  color: var(--uui-color-interactive,#1b264f);
171
178
  }
179
+
172
180
  .uui-a:hover,
173
181
  .uui-text a:hover {
174
182
  color: var(--uui-color-interactive-emphasis,#3544b1);