@refrakt-md/lumina 0.8.1 → 0.8.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/contracts/structures.json +485 -21
- package/package.json +6 -6
- package/styles/layouts/default.css +11 -5
- package/styles/layouts/search.css +3 -0
- package/styles/runes/audio.css +2 -7
- package/styles/runes/bond.css +0 -3
- package/styles/runes/budget.css +16 -24
- package/styles/runes/cast.css +37 -14
- package/styles/runes/character.css +19 -29
- package/styles/runes/datatable.css +2 -6
- package/styles/runes/event.css +13 -11
- package/styles/runes/faction.css +79 -36
- package/styles/runes/howto.css +70 -18
- package/styles/runes/lore.css +21 -15
- package/styles/runes/organization.css +3 -5
- package/styles/runes/playlist.css +58 -34
- package/styles/runes/plot.css +84 -24
- package/styles/runes/preview.css +21 -20
- package/styles/runes/pullquote.css +21 -7
- package/styles/runes/realm.css +72 -32
- package/styles/runes/recipe.css +163 -22
- package/styles/runes/steps.css +13 -17
- package/styles/runes/tabs.css +16 -15
- package/styles/runes/track.css +3 -4
|
@@ -307,6 +307,14 @@
|
|
|
307
307
|
"default": "false",
|
|
308
308
|
"classPattern": ".rf-budget-category--{value}",
|
|
309
309
|
"dataAttribute": "data-estimate"
|
|
310
|
+
},
|
|
311
|
+
"label": {
|
|
312
|
+
"source": "meta",
|
|
313
|
+
"dataAttribute": "data-label"
|
|
314
|
+
},
|
|
315
|
+
"subtotal": {
|
|
316
|
+
"source": "meta",
|
|
317
|
+
"dataAttribute": "data-subtotal"
|
|
310
318
|
}
|
|
311
319
|
}
|
|
312
320
|
},
|
|
@@ -725,6 +733,15 @@
|
|
|
725
733
|
"{content}"
|
|
726
734
|
]
|
|
727
735
|
},
|
|
736
|
+
"TabPanel": {
|
|
737
|
+
"block": "tab-panel",
|
|
738
|
+
"root": ".rf-tab-panel",
|
|
739
|
+
"dataRune": "tab-panel",
|
|
740
|
+
"parent": "TabGroup",
|
|
741
|
+
"childOrder": [
|
|
742
|
+
"{content}"
|
|
743
|
+
]
|
|
744
|
+
},
|
|
728
745
|
"DataTable": {
|
|
729
746
|
"block": "datatable",
|
|
730
747
|
"root": ".rf-datatable",
|
|
@@ -1358,6 +1375,13 @@
|
|
|
1358
1375
|
"classPattern": ".rf-testimonial--{value}",
|
|
1359
1376
|
"dataAttribute": "data-variant"
|
|
1360
1377
|
}
|
|
1378
|
+
},
|
|
1379
|
+
"elements": {
|
|
1380
|
+
"quote": {
|
|
1381
|
+
"tag": "blockquote",
|
|
1382
|
+
"selector": ".rf-testimonial__quote",
|
|
1383
|
+
"source": "autoLabel"
|
|
1384
|
+
}
|
|
1361
1385
|
}
|
|
1362
1386
|
},
|
|
1363
1387
|
"Comparison": {
|
|
@@ -1366,7 +1390,34 @@
|
|
|
1366
1390
|
"dataRune": "comparison",
|
|
1367
1391
|
"childOrder": [
|
|
1368
1392
|
"{content}"
|
|
1369
|
-
]
|
|
1393
|
+
],
|
|
1394
|
+
"elements": {
|
|
1395
|
+
"header": {
|
|
1396
|
+
"tag": "header",
|
|
1397
|
+
"selector": ".rf-comparison__header",
|
|
1398
|
+
"source": "autoLabel"
|
|
1399
|
+
},
|
|
1400
|
+
"eyebrow": {
|
|
1401
|
+
"tag": "eyebrow",
|
|
1402
|
+
"selector": ".rf-comparison__eyebrow",
|
|
1403
|
+
"source": "autoLabel"
|
|
1404
|
+
},
|
|
1405
|
+
"headline": {
|
|
1406
|
+
"tag": "headline",
|
|
1407
|
+
"selector": ".rf-comparison__headline",
|
|
1408
|
+
"source": "autoLabel"
|
|
1409
|
+
},
|
|
1410
|
+
"blurb": {
|
|
1411
|
+
"tag": "blurb",
|
|
1412
|
+
"selector": ".rf-comparison__blurb",
|
|
1413
|
+
"source": "autoLabel"
|
|
1414
|
+
},
|
|
1415
|
+
"image": {
|
|
1416
|
+
"tag": "image",
|
|
1417
|
+
"selector": ".rf-comparison__image",
|
|
1418
|
+
"source": "autoLabel"
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1370
1421
|
},
|
|
1371
1422
|
"ComparisonColumn": {
|
|
1372
1423
|
"block": "comparison-column",
|
|
@@ -1491,9 +1542,9 @@
|
|
|
1491
1542
|
},
|
|
1492
1543
|
"elements": {
|
|
1493
1544
|
"header": {
|
|
1494
|
-
"tag": "
|
|
1545
|
+
"tag": "header",
|
|
1495
1546
|
"selector": ".rf-symbol__header",
|
|
1496
|
-
"source": "
|
|
1547
|
+
"source": "autoLabel"
|
|
1497
1548
|
},
|
|
1498
1549
|
"kind-badge": {
|
|
1499
1550
|
"tag": "span",
|
|
@@ -1532,6 +1583,26 @@
|
|
|
1532
1583
|
"tag": "div",
|
|
1533
1584
|
"selector": ".rf-symbol__body",
|
|
1534
1585
|
"source": "contentWrapper"
|
|
1586
|
+
},
|
|
1587
|
+
"eyebrow": {
|
|
1588
|
+
"tag": "eyebrow",
|
|
1589
|
+
"selector": ".rf-symbol__eyebrow",
|
|
1590
|
+
"source": "autoLabel"
|
|
1591
|
+
},
|
|
1592
|
+
"headline": {
|
|
1593
|
+
"tag": "headline",
|
|
1594
|
+
"selector": ".rf-symbol__headline",
|
|
1595
|
+
"source": "autoLabel"
|
|
1596
|
+
},
|
|
1597
|
+
"blurb": {
|
|
1598
|
+
"tag": "blurb",
|
|
1599
|
+
"selector": ".rf-symbol__blurb",
|
|
1600
|
+
"source": "autoLabel"
|
|
1601
|
+
},
|
|
1602
|
+
"image": {
|
|
1603
|
+
"tag": "image",
|
|
1604
|
+
"selector": ".rf-symbol__image",
|
|
1605
|
+
"source": "autoLabel"
|
|
1535
1606
|
}
|
|
1536
1607
|
}
|
|
1537
1608
|
},
|
|
@@ -1559,7 +1630,34 @@
|
|
|
1559
1630
|
"dataRune": "changelog",
|
|
1560
1631
|
"childOrder": [
|
|
1561
1632
|
"{content}"
|
|
1562
|
-
]
|
|
1633
|
+
],
|
|
1634
|
+
"elements": {
|
|
1635
|
+
"header": {
|
|
1636
|
+
"tag": "header",
|
|
1637
|
+
"selector": ".rf-changelog__header",
|
|
1638
|
+
"source": "autoLabel"
|
|
1639
|
+
},
|
|
1640
|
+
"eyebrow": {
|
|
1641
|
+
"tag": "eyebrow",
|
|
1642
|
+
"selector": ".rf-changelog__eyebrow",
|
|
1643
|
+
"source": "autoLabel"
|
|
1644
|
+
},
|
|
1645
|
+
"headline": {
|
|
1646
|
+
"tag": "headline",
|
|
1647
|
+
"selector": ".rf-changelog__headline",
|
|
1648
|
+
"source": "autoLabel"
|
|
1649
|
+
},
|
|
1650
|
+
"blurb": {
|
|
1651
|
+
"tag": "blurb",
|
|
1652
|
+
"selector": ".rf-changelog__blurb",
|
|
1653
|
+
"source": "autoLabel"
|
|
1654
|
+
},
|
|
1655
|
+
"image": {
|
|
1656
|
+
"tag": "image",
|
|
1657
|
+
"selector": ".rf-changelog__image",
|
|
1658
|
+
"source": "autoLabel"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1563
1661
|
},
|
|
1564
1662
|
"ChangelogRelease": {
|
|
1565
1663
|
"block": "changelog-release",
|
|
@@ -1650,7 +1748,7 @@
|
|
|
1650
1748
|
"dataRune": "realm",
|
|
1651
1749
|
"childOrder": [
|
|
1652
1750
|
"badge",
|
|
1653
|
-
"{content
|
|
1751
|
+
"{content}"
|
|
1654
1752
|
],
|
|
1655
1753
|
"modifiers": {
|
|
1656
1754
|
"realmType": {
|
|
@@ -1673,6 +1771,31 @@
|
|
|
1673
1771
|
"source": "meta",
|
|
1674
1772
|
"classPattern": ".rf-realm--{value}",
|
|
1675
1773
|
"dataAttribute": "data-parent"
|
|
1774
|
+
},
|
|
1775
|
+
"layout": {
|
|
1776
|
+
"source": "meta",
|
|
1777
|
+
"default": "stacked",
|
|
1778
|
+
"classPattern": ".rf-realm--{value}",
|
|
1779
|
+
"dataAttribute": "data-layout"
|
|
1780
|
+
},
|
|
1781
|
+
"ratio": {
|
|
1782
|
+
"source": "meta",
|
|
1783
|
+
"default": "1 1",
|
|
1784
|
+
"dataAttribute": "data-ratio"
|
|
1785
|
+
},
|
|
1786
|
+
"valign": {
|
|
1787
|
+
"source": "meta",
|
|
1788
|
+
"default": "top",
|
|
1789
|
+
"dataAttribute": "data-valign"
|
|
1790
|
+
},
|
|
1791
|
+
"gap": {
|
|
1792
|
+
"source": "meta",
|
|
1793
|
+
"default": "default",
|
|
1794
|
+
"dataAttribute": "data-gap"
|
|
1795
|
+
},
|
|
1796
|
+
"collapse": {
|
|
1797
|
+
"source": "meta",
|
|
1798
|
+
"dataAttribute": "data-collapse"
|
|
1676
1799
|
}
|
|
1677
1800
|
},
|
|
1678
1801
|
"elements": {
|
|
@@ -1694,10 +1817,21 @@
|
|
|
1694
1817
|
"parent": "badge",
|
|
1695
1818
|
"condition": "scale"
|
|
1696
1819
|
},
|
|
1697
|
-
"
|
|
1698
|
-
"tag": "
|
|
1699
|
-
"selector": ".rf-
|
|
1700
|
-
"source": "
|
|
1820
|
+
"scene": {
|
|
1821
|
+
"tag": "scene",
|
|
1822
|
+
"selector": ".rf-realm__scene",
|
|
1823
|
+
"source": "autoLabel"
|
|
1824
|
+
}
|
|
1825
|
+
},
|
|
1826
|
+
"inlineStyles": {
|
|
1827
|
+
"ratio": {
|
|
1828
|
+
"prop": "--split-ratio"
|
|
1829
|
+
},
|
|
1830
|
+
"valign": {
|
|
1831
|
+
"prop": "--split-valign"
|
|
1832
|
+
},
|
|
1833
|
+
"gap": {
|
|
1834
|
+
"prop": "--split-gap"
|
|
1701
1835
|
}
|
|
1702
1836
|
}
|
|
1703
1837
|
},
|
|
@@ -1772,7 +1906,7 @@
|
|
|
1772
1906
|
"dataRune": "faction",
|
|
1773
1907
|
"childOrder": [
|
|
1774
1908
|
"badge",
|
|
1775
|
-
"{content
|
|
1909
|
+
"{content}"
|
|
1776
1910
|
],
|
|
1777
1911
|
"modifiers": {
|
|
1778
1912
|
"factionType": {
|
|
@@ -1794,6 +1928,31 @@
|
|
|
1794
1928
|
"source": "meta",
|
|
1795
1929
|
"classPattern": ".rf-faction--{value}",
|
|
1796
1930
|
"dataAttribute": "data-tags"
|
|
1931
|
+
},
|
|
1932
|
+
"layout": {
|
|
1933
|
+
"source": "meta",
|
|
1934
|
+
"default": "stacked",
|
|
1935
|
+
"classPattern": ".rf-faction--{value}",
|
|
1936
|
+
"dataAttribute": "data-layout"
|
|
1937
|
+
},
|
|
1938
|
+
"ratio": {
|
|
1939
|
+
"source": "meta",
|
|
1940
|
+
"default": "1 1",
|
|
1941
|
+
"dataAttribute": "data-ratio"
|
|
1942
|
+
},
|
|
1943
|
+
"valign": {
|
|
1944
|
+
"source": "meta",
|
|
1945
|
+
"default": "top",
|
|
1946
|
+
"dataAttribute": "data-valign"
|
|
1947
|
+
},
|
|
1948
|
+
"gap": {
|
|
1949
|
+
"source": "meta",
|
|
1950
|
+
"default": "default",
|
|
1951
|
+
"dataAttribute": "data-gap"
|
|
1952
|
+
},
|
|
1953
|
+
"collapse": {
|
|
1954
|
+
"source": "meta",
|
|
1955
|
+
"dataAttribute": "data-collapse"
|
|
1797
1956
|
}
|
|
1798
1957
|
},
|
|
1799
1958
|
"elements": {
|
|
@@ -1828,10 +1987,21 @@
|
|
|
1828
1987
|
"parent": "badge",
|
|
1829
1988
|
"condition": "size"
|
|
1830
1989
|
},
|
|
1831
|
-
"
|
|
1832
|
-
"tag": "
|
|
1833
|
-
"selector": ".rf-
|
|
1834
|
-
"source": "
|
|
1990
|
+
"scene": {
|
|
1991
|
+
"tag": "scene",
|
|
1992
|
+
"selector": ".rf-faction__scene",
|
|
1993
|
+
"source": "autoLabel"
|
|
1994
|
+
}
|
|
1995
|
+
},
|
|
1996
|
+
"inlineStyles": {
|
|
1997
|
+
"ratio": {
|
|
1998
|
+
"prop": "--split-ratio"
|
|
1999
|
+
},
|
|
2000
|
+
"valign": {
|
|
2001
|
+
"prop": "--split-valign"
|
|
2002
|
+
},
|
|
2003
|
+
"gap": {
|
|
2004
|
+
"prop": "--split-gap"
|
|
1835
2005
|
}
|
|
1836
2006
|
}
|
|
1837
2007
|
},
|
|
@@ -1856,6 +2026,7 @@
|
|
|
1856
2026
|
"root": ".rf-plot",
|
|
1857
2027
|
"dataRune": "plot",
|
|
1858
2028
|
"childOrder": [
|
|
2029
|
+
"badge",
|
|
1859
2030
|
"{content}"
|
|
1860
2031
|
],
|
|
1861
2032
|
"modifiers": {
|
|
@@ -1876,6 +2047,31 @@
|
|
|
1876
2047
|
"classPattern": ".rf-plot--{value}",
|
|
1877
2048
|
"dataAttribute": "data-tags"
|
|
1878
2049
|
}
|
|
2050
|
+
},
|
|
2051
|
+
"elements": {
|
|
2052
|
+
"badge": {
|
|
2053
|
+
"tag": "div",
|
|
2054
|
+
"selector": ".rf-plot__badge",
|
|
2055
|
+
"source": "structure",
|
|
2056
|
+
"conditionAny": [
|
|
2057
|
+
"plotType",
|
|
2058
|
+
"structure"
|
|
2059
|
+
]
|
|
2060
|
+
},
|
|
2061
|
+
"type-badge": {
|
|
2062
|
+
"tag": "span",
|
|
2063
|
+
"selector": ".rf-plot__type-badge",
|
|
2064
|
+
"source": "structure",
|
|
2065
|
+
"parent": "badge",
|
|
2066
|
+
"condition": "plotType"
|
|
2067
|
+
},
|
|
2068
|
+
"structure-badge": {
|
|
2069
|
+
"tag": "span",
|
|
2070
|
+
"selector": ".rf-plot__structure-badge",
|
|
2071
|
+
"source": "structure",
|
|
2072
|
+
"parent": "badge",
|
|
2073
|
+
"condition": "structure"
|
|
2074
|
+
}
|
|
1879
2075
|
}
|
|
1880
2076
|
},
|
|
1881
2077
|
"Beat": {
|
|
@@ -2044,6 +2240,31 @@
|
|
|
2044
2240
|
"tag": "div",
|
|
2045
2241
|
"selector": ".rf-event__content",
|
|
2046
2242
|
"source": "contentWrapper"
|
|
2243
|
+
},
|
|
2244
|
+
"header": {
|
|
2245
|
+
"tag": "header",
|
|
2246
|
+
"selector": ".rf-event__header",
|
|
2247
|
+
"source": "autoLabel"
|
|
2248
|
+
},
|
|
2249
|
+
"eyebrow": {
|
|
2250
|
+
"tag": "eyebrow",
|
|
2251
|
+
"selector": ".rf-event__eyebrow",
|
|
2252
|
+
"source": "autoLabel"
|
|
2253
|
+
},
|
|
2254
|
+
"headline": {
|
|
2255
|
+
"tag": "headline",
|
|
2256
|
+
"selector": ".rf-event__headline",
|
|
2257
|
+
"source": "autoLabel"
|
|
2258
|
+
},
|
|
2259
|
+
"blurb": {
|
|
2260
|
+
"tag": "blurb",
|
|
2261
|
+
"selector": ".rf-event__blurb",
|
|
2262
|
+
"source": "autoLabel"
|
|
2263
|
+
},
|
|
2264
|
+
"image": {
|
|
2265
|
+
"tag": "image",
|
|
2266
|
+
"selector": ".rf-event__image",
|
|
2267
|
+
"source": "autoLabel"
|
|
2047
2268
|
}
|
|
2048
2269
|
}
|
|
2049
2270
|
},
|
|
@@ -2067,6 +2288,33 @@
|
|
|
2067
2288
|
"classPattern": ".rf-itinerary--{value}",
|
|
2068
2289
|
"dataAttribute": "data-direction"
|
|
2069
2290
|
}
|
|
2291
|
+
},
|
|
2292
|
+
"elements": {
|
|
2293
|
+
"header": {
|
|
2294
|
+
"tag": "header",
|
|
2295
|
+
"selector": ".rf-itinerary__header",
|
|
2296
|
+
"source": "autoLabel"
|
|
2297
|
+
},
|
|
2298
|
+
"eyebrow": {
|
|
2299
|
+
"tag": "eyebrow",
|
|
2300
|
+
"selector": ".rf-itinerary__eyebrow",
|
|
2301
|
+
"source": "autoLabel"
|
|
2302
|
+
},
|
|
2303
|
+
"headline": {
|
|
2304
|
+
"tag": "headline",
|
|
2305
|
+
"selector": ".rf-itinerary__headline",
|
|
2306
|
+
"source": "autoLabel"
|
|
2307
|
+
},
|
|
2308
|
+
"blurb": {
|
|
2309
|
+
"tag": "blurb",
|
|
2310
|
+
"selector": ".rf-itinerary__blurb",
|
|
2311
|
+
"source": "autoLabel"
|
|
2312
|
+
},
|
|
2313
|
+
"image": {
|
|
2314
|
+
"tag": "image",
|
|
2315
|
+
"selector": ".rf-itinerary__image",
|
|
2316
|
+
"source": "autoLabel"
|
|
2317
|
+
}
|
|
2070
2318
|
}
|
|
2071
2319
|
},
|
|
2072
2320
|
"ItineraryDay": {
|
|
@@ -2155,7 +2403,42 @@
|
|
|
2155
2403
|
"dataRune": "cast",
|
|
2156
2404
|
"childOrder": [
|
|
2157
2405
|
"{content}"
|
|
2158
|
-
]
|
|
2406
|
+
],
|
|
2407
|
+
"modifiers": {
|
|
2408
|
+
"layout": {
|
|
2409
|
+
"source": "meta",
|
|
2410
|
+
"default": "grid",
|
|
2411
|
+
"classPattern": ".rf-cast--{value}",
|
|
2412
|
+
"dataAttribute": "data-layout"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"elements": {
|
|
2416
|
+
"header": {
|
|
2417
|
+
"tag": "header",
|
|
2418
|
+
"selector": ".rf-cast__header",
|
|
2419
|
+
"source": "autoLabel"
|
|
2420
|
+
},
|
|
2421
|
+
"eyebrow": {
|
|
2422
|
+
"tag": "eyebrow",
|
|
2423
|
+
"selector": ".rf-cast__eyebrow",
|
|
2424
|
+
"source": "autoLabel"
|
|
2425
|
+
},
|
|
2426
|
+
"headline": {
|
|
2427
|
+
"tag": "headline",
|
|
2428
|
+
"selector": ".rf-cast__headline",
|
|
2429
|
+
"source": "autoLabel"
|
|
2430
|
+
},
|
|
2431
|
+
"blurb": {
|
|
2432
|
+
"tag": "blurb",
|
|
2433
|
+
"selector": ".rf-cast__blurb",
|
|
2434
|
+
"source": "autoLabel"
|
|
2435
|
+
},
|
|
2436
|
+
"image": {
|
|
2437
|
+
"tag": "image",
|
|
2438
|
+
"selector": ".rf-cast__image",
|
|
2439
|
+
"source": "autoLabel"
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2159
2442
|
},
|
|
2160
2443
|
"CastMember": {
|
|
2161
2444
|
"block": "cast-member",
|
|
@@ -2172,7 +2455,34 @@
|
|
|
2172
2455
|
"dataRune": "organization",
|
|
2173
2456
|
"childOrder": [
|
|
2174
2457
|
"{content}"
|
|
2175
|
-
]
|
|
2458
|
+
],
|
|
2459
|
+
"elements": {
|
|
2460
|
+
"header": {
|
|
2461
|
+
"tag": "header",
|
|
2462
|
+
"selector": ".rf-organization__header",
|
|
2463
|
+
"source": "autoLabel"
|
|
2464
|
+
},
|
|
2465
|
+
"eyebrow": {
|
|
2466
|
+
"tag": "eyebrow",
|
|
2467
|
+
"selector": ".rf-organization__eyebrow",
|
|
2468
|
+
"source": "autoLabel"
|
|
2469
|
+
},
|
|
2470
|
+
"headline": {
|
|
2471
|
+
"tag": "headline",
|
|
2472
|
+
"selector": ".rf-organization__headline",
|
|
2473
|
+
"source": "autoLabel"
|
|
2474
|
+
},
|
|
2475
|
+
"blurb": {
|
|
2476
|
+
"tag": "blurb",
|
|
2477
|
+
"selector": ".rf-organization__blurb",
|
|
2478
|
+
"source": "autoLabel"
|
|
2479
|
+
},
|
|
2480
|
+
"image": {
|
|
2481
|
+
"tag": "image",
|
|
2482
|
+
"selector": ".rf-organization__image",
|
|
2483
|
+
"source": "autoLabel"
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2176
2486
|
},
|
|
2177
2487
|
"Timeline": {
|
|
2178
2488
|
"block": "timeline",
|
|
@@ -2188,6 +2498,33 @@
|
|
|
2188
2498
|
"classPattern": ".rf-timeline--{value}",
|
|
2189
2499
|
"dataAttribute": "data-direction"
|
|
2190
2500
|
}
|
|
2501
|
+
},
|
|
2502
|
+
"elements": {
|
|
2503
|
+
"header": {
|
|
2504
|
+
"tag": "header",
|
|
2505
|
+
"selector": ".rf-timeline__header",
|
|
2506
|
+
"source": "autoLabel"
|
|
2507
|
+
},
|
|
2508
|
+
"eyebrow": {
|
|
2509
|
+
"tag": "eyebrow",
|
|
2510
|
+
"selector": ".rf-timeline__eyebrow",
|
|
2511
|
+
"source": "autoLabel"
|
|
2512
|
+
},
|
|
2513
|
+
"headline": {
|
|
2514
|
+
"tag": "headline",
|
|
2515
|
+
"selector": ".rf-timeline__headline",
|
|
2516
|
+
"source": "autoLabel"
|
|
2517
|
+
},
|
|
2518
|
+
"blurb": {
|
|
2519
|
+
"tag": "blurb",
|
|
2520
|
+
"selector": ".rf-timeline__blurb",
|
|
2521
|
+
"source": "autoLabel"
|
|
2522
|
+
},
|
|
2523
|
+
"image": {
|
|
2524
|
+
"tag": "image",
|
|
2525
|
+
"selector": ".rf-timeline__image",
|
|
2526
|
+
"source": "autoLabel"
|
|
2527
|
+
}
|
|
2191
2528
|
}
|
|
2192
2529
|
},
|
|
2193
2530
|
"TimelineEntry": {
|
|
@@ -2410,6 +2747,31 @@
|
|
|
2410
2747
|
"tag": "div",
|
|
2411
2748
|
"selector": ".rf-howto__content",
|
|
2412
2749
|
"source": "contentWrapper"
|
|
2750
|
+
},
|
|
2751
|
+
"header": {
|
|
2752
|
+
"tag": "header",
|
|
2753
|
+
"selector": ".rf-howto__header",
|
|
2754
|
+
"source": "autoLabel"
|
|
2755
|
+
},
|
|
2756
|
+
"eyebrow": {
|
|
2757
|
+
"tag": "eyebrow",
|
|
2758
|
+
"selector": ".rf-howto__eyebrow",
|
|
2759
|
+
"source": "autoLabel"
|
|
2760
|
+
},
|
|
2761
|
+
"headline": {
|
|
2762
|
+
"tag": "headline",
|
|
2763
|
+
"selector": ".rf-howto__headline",
|
|
2764
|
+
"source": "autoLabel"
|
|
2765
|
+
},
|
|
2766
|
+
"blurb": {
|
|
2767
|
+
"tag": "blurb",
|
|
2768
|
+
"selector": ".rf-howto__blurb",
|
|
2769
|
+
"source": "autoLabel"
|
|
2770
|
+
},
|
|
2771
|
+
"image": {
|
|
2772
|
+
"tag": "image",
|
|
2773
|
+
"selector": ".rf-howto__image",
|
|
2774
|
+
"source": "autoLabel"
|
|
2413
2775
|
}
|
|
2414
2776
|
}
|
|
2415
2777
|
},
|
|
@@ -2419,9 +2781,15 @@
|
|
|
2419
2781
|
"dataRune": "recipe",
|
|
2420
2782
|
"childOrder": [
|
|
2421
2783
|
"meta",
|
|
2422
|
-
"{content
|
|
2784
|
+
"{content}"
|
|
2423
2785
|
],
|
|
2424
2786
|
"modifiers": {
|
|
2787
|
+
"layout": {
|
|
2788
|
+
"source": "meta",
|
|
2789
|
+
"default": "stacked",
|
|
2790
|
+
"classPattern": ".rf-recipe--{value}",
|
|
2791
|
+
"dataAttribute": "data-layout"
|
|
2792
|
+
},
|
|
2425
2793
|
"prepTime": {
|
|
2426
2794
|
"source": "meta",
|
|
2427
2795
|
"classPattern": ".rf-recipe--{value}",
|
|
@@ -2442,6 +2810,25 @@
|
|
|
2442
2810
|
"default": "medium",
|
|
2443
2811
|
"classPattern": ".rf-recipe--{value}",
|
|
2444
2812
|
"dataAttribute": "data-difficulty"
|
|
2813
|
+
},
|
|
2814
|
+
"ratio": {
|
|
2815
|
+
"source": "meta",
|
|
2816
|
+
"default": "1 1",
|
|
2817
|
+
"dataAttribute": "data-ratio"
|
|
2818
|
+
},
|
|
2819
|
+
"valign": {
|
|
2820
|
+
"source": "meta",
|
|
2821
|
+
"default": "top",
|
|
2822
|
+
"dataAttribute": "data-valign"
|
|
2823
|
+
},
|
|
2824
|
+
"gap": {
|
|
2825
|
+
"source": "meta",
|
|
2826
|
+
"default": "default",
|
|
2827
|
+
"dataAttribute": "data-gap"
|
|
2828
|
+
},
|
|
2829
|
+
"collapse": {
|
|
2830
|
+
"source": "meta",
|
|
2831
|
+
"dataAttribute": "data-collapse"
|
|
2445
2832
|
}
|
|
2446
2833
|
},
|
|
2447
2834
|
"elements": {
|
|
@@ -2470,10 +2857,46 @@
|
|
|
2470
2857
|
"parent": "meta",
|
|
2471
2858
|
"condition": "difficulty"
|
|
2472
2859
|
},
|
|
2473
|
-
"
|
|
2474
|
-
"tag": "
|
|
2475
|
-
"selector": ".rf-
|
|
2476
|
-
"source": "
|
|
2860
|
+
"header": {
|
|
2861
|
+
"tag": "header",
|
|
2862
|
+
"selector": ".rf-recipe__header",
|
|
2863
|
+
"source": "autoLabel"
|
|
2864
|
+
},
|
|
2865
|
+
"eyebrow": {
|
|
2866
|
+
"tag": "eyebrow",
|
|
2867
|
+
"selector": ".rf-recipe__eyebrow",
|
|
2868
|
+
"source": "autoLabel"
|
|
2869
|
+
},
|
|
2870
|
+
"headline": {
|
|
2871
|
+
"tag": "headline",
|
|
2872
|
+
"selector": ".rf-recipe__headline",
|
|
2873
|
+
"source": "autoLabel"
|
|
2874
|
+
},
|
|
2875
|
+
"blurb": {
|
|
2876
|
+
"tag": "blurb",
|
|
2877
|
+
"selector": ".rf-recipe__blurb",
|
|
2878
|
+
"source": "autoLabel"
|
|
2879
|
+
},
|
|
2880
|
+
"image": {
|
|
2881
|
+
"tag": "image",
|
|
2882
|
+
"selector": ".rf-recipe__image",
|
|
2883
|
+
"source": "autoLabel"
|
|
2884
|
+
},
|
|
2885
|
+
"media": {
|
|
2886
|
+
"tag": "media",
|
|
2887
|
+
"selector": ".rf-recipe__media",
|
|
2888
|
+
"source": "autoLabel"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"inlineStyles": {
|
|
2892
|
+
"ratio": {
|
|
2893
|
+
"prop": "--split-ratio"
|
|
2894
|
+
},
|
|
2895
|
+
"valign": {
|
|
2896
|
+
"prop": "--split-valign"
|
|
2897
|
+
},
|
|
2898
|
+
"gap": {
|
|
2899
|
+
"prop": "--split-gap"
|
|
2477
2900
|
}
|
|
2478
2901
|
}
|
|
2479
2902
|
},
|
|
@@ -2500,6 +2923,31 @@
|
|
|
2500
2923
|
"default": "album",
|
|
2501
2924
|
"classPattern": ".rf-playlist--{value}",
|
|
2502
2925
|
"dataAttribute": "data-type"
|
|
2926
|
+
},
|
|
2927
|
+
"layout": {
|
|
2928
|
+
"source": "meta",
|
|
2929
|
+
"default": "stacked",
|
|
2930
|
+
"classPattern": ".rf-playlist--{value}",
|
|
2931
|
+
"dataAttribute": "data-layout"
|
|
2932
|
+
},
|
|
2933
|
+
"ratio": {
|
|
2934
|
+
"source": "meta",
|
|
2935
|
+
"default": "1 1",
|
|
2936
|
+
"dataAttribute": "data-ratio"
|
|
2937
|
+
},
|
|
2938
|
+
"valign": {
|
|
2939
|
+
"source": "meta",
|
|
2940
|
+
"default": "top",
|
|
2941
|
+
"dataAttribute": "data-valign"
|
|
2942
|
+
},
|
|
2943
|
+
"gap": {
|
|
2944
|
+
"source": "meta",
|
|
2945
|
+
"default": "default",
|
|
2946
|
+
"dataAttribute": "data-gap"
|
|
2947
|
+
},
|
|
2948
|
+
"collapse": {
|
|
2949
|
+
"source": "meta",
|
|
2950
|
+
"dataAttribute": "data-collapse"
|
|
2503
2951
|
}
|
|
2504
2952
|
},
|
|
2505
2953
|
"elements": {
|
|
@@ -2513,6 +2961,22 @@
|
|
|
2513
2961
|
"selector": ".rf-playlist__type-badge",
|
|
2514
2962
|
"source": "structure",
|
|
2515
2963
|
"parent": "header"
|
|
2964
|
+
},
|
|
2965
|
+
"media": {
|
|
2966
|
+
"tag": "media",
|
|
2967
|
+
"selector": ".rf-playlist__media",
|
|
2968
|
+
"source": "autoLabel"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
"inlineStyles": {
|
|
2972
|
+
"ratio": {
|
|
2973
|
+
"prop": "--split-ratio"
|
|
2974
|
+
},
|
|
2975
|
+
"valign": {
|
|
2976
|
+
"prop": "--split-valign"
|
|
2977
|
+
},
|
|
2978
|
+
"gap": {
|
|
2979
|
+
"prop": "--split-gap"
|
|
2516
2980
|
}
|
|
2517
2981
|
}
|
|
2518
2982
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refrakt-md/lumina",
|
|
3
3
|
"description": "Lumina theme for refrakt.md — design tokens, CSS, identity transform, and framework adapters",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
"build": "tsc"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@refrakt-md/runes": "0.8.
|
|
55
|
-
"@refrakt-md/transform": "0.8.
|
|
56
|
-
"@refrakt-md/types": "0.8.
|
|
57
|
-
"@refrakt-md/svelte": "0.8.
|
|
54
|
+
"@refrakt-md/runes": "0.8.3",
|
|
55
|
+
"@refrakt-md/transform": "0.8.3",
|
|
56
|
+
"@refrakt-md/types": "0.8.3",
|
|
57
|
+
"@refrakt-md/svelte": "0.8.3"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"svelte": "^5.0.0",
|
|
61
61
|
"@sveltejs/kit": "^2.0.0",
|
|
62
|
-
"@refrakt-md/html": "0.8.
|
|
62
|
+
"@refrakt-md/html": "0.8.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"postcss": "^8.4.0"
|