@mlut/core 2.1.3 → 2.2.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.
@@ -575,6 +575,27 @@ $utils-db: (
575
575
  ),
576
576
  ),
577
577
  'Txuo': text-underline-offset,
578
+ 'Txwm': (
579
+ 'properties': text-wrap-mode,
580
+ 'keywords': (
581
+ '': nowrap,
582
+ 'w': wrap,
583
+ 'n': nowrap,
584
+ ),
585
+ ),
586
+ 'Txws': (
587
+ 'properties': text-wrap-style,
588
+ 'keywords': (
589
+ 'b': balance,
590
+ 's': stable,
591
+ 'p': pretty,
592
+ ),
593
+ ),
594
+ 'Txw': (
595
+ 'properties': text-wrap,
596
+ 'keywords': (Txwm, Txws),
597
+ ),
598
+
578
599
  'Txi': (
579
600
  'properties': text-indent,
580
601
  'keywords': (
@@ -755,6 +776,11 @@ $utils-db: (
755
776
  's': scroll,
756
777
  ),
757
778
  ),
779
+ 'Bgbm': (
780
+ 'properties': background-blend-mode,
781
+ 'keywords': 'blend-mode',
782
+ 'multi-list-separator': ml.$tULs1,
783
+ ),
758
784
  'Bgcl': (
759
785
  'properties': background-clip,
760
786
  'keywords': 'box-ext',
@@ -1373,6 +1399,15 @@ $utils-db: (
1373
1399
  'multi-list-separator': ml.$tULs1,
1374
1400
  'keywords': 'transition-props'
1375
1401
  ),
1402
+ 'Tsb':(
1403
+ 'properties':'transition-behavior',
1404
+ 'multi-list-separator':ml.$tULs1,
1405
+ 'keywords':(
1406
+ '': allow-discrete,
1407
+ 'n': normal,
1408
+ 'ad': allow-discrete,
1409
+ ),
1410
+ ),
1376
1411
  'Tsd': (
1377
1412
  'properties': transition-duration,
1378
1413
  'multi-list-separator': ml.$tULs1,
@@ -1470,6 +1505,10 @@ $utils-db: (
1470
1505
  '': none,
1471
1506
  ),
1472
1507
  ),
1508
+ 'Mibm': (
1509
+ 'properties': mix-blend-mode,
1510
+ 'keywords': 'blend-mode'
1511
+ ),
1473
1512
  'Us': (
1474
1513
  'properties': user-select,
1475
1514
  'keywords': (
@@ -1712,6 +1751,26 @@ $utils-db: (
1712
1751
  'pb': padding-box,
1713
1752
  't': text,
1714
1753
  ),
1754
+ 'blend-mode': (
1755
+ 'n': normal,
1756
+ 'm': multiply,
1757
+ 's': screen,
1758
+ 'o': overlay,
1759
+ 'd': darken,
1760
+ 'l': lighten,
1761
+ 'cd': color-dodge,
1762
+ 'cb': color-burn,
1763
+ 'hrl': hard-light,
1764
+ 'sfl': soft-light,
1765
+ 'e': exclusion,
1766
+ 'h': hue,
1767
+ 'st': saturation,
1768
+ 'c': color,
1769
+ 'lm': luminosity,
1770
+ 'pl': plus-lighter,
1771
+ 'pd': plus-darker,
1772
+
1773
+ ),
1715
1774
  'grid-area': (
1716
1775
  's': span,
1717
1776
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlut/core",
3
- "version": "2.1.3",
3
+ "version": "2.2.0",
4
4
  "description": "Atomic CSS toolkit with Sass and ergonomics for creating styles of any complexity",
5
5
  "author": "mr150",
6
6
  "type": "module",