@kompasid/lit-web-components 0.9.45 → 0.9.47

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.
@@ -2156,6 +2156,18 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
2156
2156
  var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2157
2157
  }
2158
2158
 
2159
+ .outline {
2160
+ outline-style: solid;
2161
+ }
2162
+
2163
+ .outline-2 {
2164
+ outline-width: 2px;
2165
+ }
2166
+
2167
+ .outline-yellow-400 {
2168
+ outline-color: #ffcc00;
2169
+ }
2170
+
2159
2171
  .filter {
2160
2172
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
2161
2173
  var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
@@ -2598,13 +2610,13 @@ Constrain images and videos to the parent width and preserve their intrinsic asp
2598
2610
  line-height: 1rem;
2599
2611
  }
2600
2612
 
2601
- .md\\:leading-6 {
2602
- line-height: 1.5rem;
2603
- }
2604
-
2605
2613
  .md\\:leading-5 {
2606
2614
  line-height: 1.25rem;
2607
2615
  }
2616
+
2617
+ .md\\:leading-6 {
2618
+ line-height: 1.5rem;
2619
+ }
2608
2620
  }
2609
2621
 
2610
2622
  @media (min-width: 1024px) {