intlayer-editor 8.1.6 → 8.1.8

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.
@@ -1564,6 +1564,10 @@
1564
1564
  max-width: 400px;
1565
1565
  }
1566
1566
 
1567
+ .max-w-\[1400px\] {
1568
+ max-width: 1400px;
1569
+ }
1570
+
1567
1571
  .max-w-full {
1568
1572
  max-width: 100%;
1569
1573
  }
@@ -4474,14 +4478,20 @@
4474
4478
  text-decoration-line: underline;
4475
4479
  }
4476
4480
 
4477
- .decoration-1 {
4478
- text-decoration-thickness: 1px;
4481
+ .decoration-\[1\.5\] {
4482
+ -webkit-text-decoration-color: 1.5;
4483
+ -webkit-text-decoration-color: 1.5;
4484
+ text-decoration-color: 1.5;
4479
4485
  }
4480
4486
 
4481
4487
  .underline-offset-4 {
4482
4488
  text-underline-offset: 4px;
4483
4489
  }
4484
4490
 
4491
+ .underline-offset-5 {
4492
+ text-underline-offset: 5px;
4493
+ }
4494
+
4485
4495
  .caret-transparent {
4486
4496
  caret-color: #0000;
4487
4497
  }
@@ -5138,6 +5148,46 @@
5138
5148
  opacity: .7;
5139
5149
  }
5140
5150
 
5151
+ .marker\:text-neutral\/80 ::marker {
5152
+ color: #5d5d5dcc;
5153
+ }
5154
+
5155
+ @supports (color: color-mix(in lab, red, red)) {
5156
+ .marker\:text-neutral\/80 ::marker {
5157
+ color: color-mix(in oklab, var(--color-neutral) 80%, transparent);
5158
+ }
5159
+ }
5160
+
5161
+ .marker\:text-neutral\/80::marker {
5162
+ color: #5d5d5dcc;
5163
+ }
5164
+
5165
+ @supports (color: color-mix(in lab, red, red)) {
5166
+ .marker\:text-neutral\/80::marker {
5167
+ color: color-mix(in oklab, var(--color-neutral) 80%, transparent);
5168
+ }
5169
+ }
5170
+
5171
+ .marker\:text-neutral\/80 ::-webkit-details-marker {
5172
+ color: #5d5d5dcc;
5173
+ }
5174
+
5175
+ @supports (color: color-mix(in lab, red, red)) {
5176
+ .marker\:text-neutral\/80 ::-webkit-details-marker {
5177
+ color: color-mix(in oklab, var(--color-neutral) 80%, transparent);
5178
+ }
5179
+ }
5180
+
5181
+ .marker\:text-neutral\/80::-webkit-details-marker {
5182
+ color: #5d5d5dcc;
5183
+ }
5184
+
5185
+ @supports (color: color-mix(in lab, red, red)) {
5186
+ .marker\:text-neutral\/80::-webkit-details-marker {
5187
+ color: color-mix(in oklab, var(--color-neutral) 80%, transparent);
5188
+ }
5189
+ }
5190
+
5141
5191
  .placeholder\:text-neutral\/80::placeholder {
5142
5192
  color: #5d5d5dcc;
5143
5193
  }
@@ -5870,6 +5920,16 @@
5870
5920
  color: var(--color-blue-900);
5871
5921
  }
5872
5922
 
5923
+ .hover\:text-current\/80:hover {
5924
+ color: currentColor;
5925
+ }
5926
+
5927
+ @supports (color: color-mix(in lab, red, red)) {
5928
+ .hover\:text-current\/80:hover {
5929
+ color: color-mix(in oklab, currentcolor 80%, transparent);
5930
+ }
5931
+ }
5932
+
5873
5933
  .hover\:text-error:hover {
5874
5934
  color: var(--color-error);
5875
5935
  }
@@ -5904,6 +5964,10 @@
5904
5964
  text-decoration-line: underline;
5905
5965
  }
5906
5966
 
5967
+ .hover\:underline-offset-6:hover {
5968
+ text-underline-offset: 6px;
5969
+ }
5970
+
5907
5971
  .hover\:opacity-80:hover {
5908
5972
  opacity: .8;
5909
5973
  }
@@ -6965,6 +7029,10 @@
6965
7029
  display: none;
6966
7030
  }
6967
7031
 
7032
+ .\[\&_strong\]\:text-neutral strong {
7033
+ color: var(--color-neutral);
7034
+ }
7035
+
6968
7036
  .\[\&\+div\]\:text-xs + div {
6969
7037
  font-size: var(--text-xs);
6970
7038
  line-height: var(--tw-leading, var(--text-xs--line-height));
@@ -1,4 +1,4 @@
1
- import { r as reactExports, W as We } from "./index-qInpFV_l.js";
1
+ import { r as reactExports, W as We } from "./index-DwSBwgdT.js";
2
2
  function _arrayLikeToArray(r, a) {
3
3
  (null == a || a > r.length) && (a = r.length);
4
4
  for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];