@royaloperahouse/chord 0.7.12 → 0.7.13
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/CHANGELOG.md +6 -0
- package/dist/chord.cjs.development.js +26 -4
- package/dist/chord.cjs.development.js.map +1 -1
- package/dist/chord.cjs.production.min.js +1 -1
- package/dist/chord.cjs.production.min.js.map +1 -1
- package/dist/chord.esm.js +26 -4
- package/dist/chord.esm.js.map +1 -1
- package/dist/styles/themes.d.ts +78 -0
- package/package.json +1 -1
package/dist/styles/themes.d.ts
CHANGED
|
@@ -355,6 +355,19 @@ export declare const core: {
|
|
|
355
355
|
body: string;
|
|
356
356
|
};
|
|
357
357
|
};
|
|
358
|
+
tablet: {
|
|
359
|
+
sizes: {
|
|
360
|
+
headers: {
|
|
361
|
+
6: string;
|
|
362
|
+
};
|
|
363
|
+
altHeaders: {
|
|
364
|
+
4: string;
|
|
365
|
+
};
|
|
366
|
+
body: {
|
|
367
|
+
1: string;
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
};
|
|
358
371
|
};
|
|
359
372
|
spacing: {
|
|
360
373
|
1: string;
|
|
@@ -784,6 +797,19 @@ export declare const stream: {
|
|
|
784
797
|
body: string;
|
|
785
798
|
};
|
|
786
799
|
};
|
|
800
|
+
tablet: {
|
|
801
|
+
sizes: {
|
|
802
|
+
headers: {
|
|
803
|
+
6: string;
|
|
804
|
+
};
|
|
805
|
+
altHeaders: {
|
|
806
|
+
4: string;
|
|
807
|
+
};
|
|
808
|
+
body: {
|
|
809
|
+
1: string;
|
|
810
|
+
};
|
|
811
|
+
};
|
|
812
|
+
};
|
|
787
813
|
};
|
|
788
814
|
spacing: {
|
|
789
815
|
1: string;
|
|
@@ -1213,6 +1239,19 @@ export declare const cinema: {
|
|
|
1213
1239
|
body: string;
|
|
1214
1240
|
};
|
|
1215
1241
|
};
|
|
1242
|
+
tablet: {
|
|
1243
|
+
sizes: {
|
|
1244
|
+
headers: {
|
|
1245
|
+
6: string;
|
|
1246
|
+
};
|
|
1247
|
+
altHeaders: {
|
|
1248
|
+
4: string;
|
|
1249
|
+
};
|
|
1250
|
+
body: {
|
|
1251
|
+
1: string;
|
|
1252
|
+
};
|
|
1253
|
+
};
|
|
1254
|
+
};
|
|
1216
1255
|
};
|
|
1217
1256
|
spacing: {
|
|
1218
1257
|
1: string;
|
|
@@ -1643,6 +1682,19 @@ export declare const themes: {
|
|
|
1643
1682
|
body: string;
|
|
1644
1683
|
};
|
|
1645
1684
|
};
|
|
1685
|
+
tablet: {
|
|
1686
|
+
sizes: {
|
|
1687
|
+
headers: {
|
|
1688
|
+
6: string;
|
|
1689
|
+
};
|
|
1690
|
+
altHeaders: {
|
|
1691
|
+
4: string;
|
|
1692
|
+
};
|
|
1693
|
+
body: {
|
|
1694
|
+
1: string;
|
|
1695
|
+
};
|
|
1696
|
+
};
|
|
1697
|
+
};
|
|
1646
1698
|
};
|
|
1647
1699
|
spacing: {
|
|
1648
1700
|
1: string;
|
|
@@ -2072,6 +2124,19 @@ export declare const themes: {
|
|
|
2072
2124
|
body: string;
|
|
2073
2125
|
};
|
|
2074
2126
|
};
|
|
2127
|
+
tablet: {
|
|
2128
|
+
sizes: {
|
|
2129
|
+
headers: {
|
|
2130
|
+
6: string;
|
|
2131
|
+
};
|
|
2132
|
+
altHeaders: {
|
|
2133
|
+
4: string;
|
|
2134
|
+
};
|
|
2135
|
+
body: {
|
|
2136
|
+
1: string;
|
|
2137
|
+
};
|
|
2138
|
+
};
|
|
2139
|
+
};
|
|
2075
2140
|
};
|
|
2076
2141
|
spacing: {
|
|
2077
2142
|
1: string;
|
|
@@ -2501,6 +2566,19 @@ export declare const themes: {
|
|
|
2501
2566
|
body: string;
|
|
2502
2567
|
};
|
|
2503
2568
|
};
|
|
2569
|
+
tablet: {
|
|
2570
|
+
sizes: {
|
|
2571
|
+
headers: {
|
|
2572
|
+
6: string;
|
|
2573
|
+
};
|
|
2574
|
+
altHeaders: {
|
|
2575
|
+
4: string;
|
|
2576
|
+
};
|
|
2577
|
+
body: {
|
|
2578
|
+
1: string;
|
|
2579
|
+
};
|
|
2580
|
+
};
|
|
2581
|
+
};
|
|
2504
2582
|
};
|
|
2505
2583
|
spacing: {
|
|
2506
2584
|
1: string;
|