@dialpad/dialtone-tokens 1.6.3 → 1.6.5
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/dist/android/java/tokens.kt +52 -26
- package/dist/android/res/values/colors.xml +1 -1
- package/dist/android/res/values/dimens.xml +1 -1
- package/dist/css/variables.css +27 -1
- package/dist/doc.json +493 -25
- package/dist/ios/tokens.swift +27 -1
- package/dist/less/variables.less +27 -1
- package/dist/tokens.json +26 -0
- package/package.json +1 -1
package/dist/doc.json
CHANGED
|
@@ -1918,7 +1918,7 @@
|
|
|
1918
1918
|
},
|
|
1919
1919
|
"compose/object": {
|
|
1920
1920
|
"name": "dtTypographyBodySmallFontFamily",
|
|
1921
|
-
"value": "
|
|
1921
|
+
"value": "FontFamily.Default"
|
|
1922
1922
|
},
|
|
1923
1923
|
"ios-swift/enum.swift": {
|
|
1924
1924
|
"name": "dtTypographyBodySmallFontFamily",
|
|
@@ -1979,6 +1979,24 @@
|
|
|
1979
1979
|
"value": "CGFloat(12.00)"
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
|
+
"typography/body/small/textCase": {
|
|
1983
|
+
"css/variables": {
|
|
1984
|
+
"name": "dt-typography-body-small-text-case",
|
|
1985
|
+
"value": "none"
|
|
1986
|
+
},
|
|
1987
|
+
"android/resources": {
|
|
1988
|
+
"name": "dt_typography_body_small_text_case",
|
|
1989
|
+
"value": "none"
|
|
1990
|
+
},
|
|
1991
|
+
"compose/object": {
|
|
1992
|
+
"name": "dtTypographyBodySmallTextCase",
|
|
1993
|
+
"value": "\"none\""
|
|
1994
|
+
},
|
|
1995
|
+
"ios-swift/enum.swift": {
|
|
1996
|
+
"name": "dtTypographyBodySmallTextCase",
|
|
1997
|
+
"value": "\"none\""
|
|
1998
|
+
}
|
|
1999
|
+
},
|
|
1982
2000
|
"typography/body/base/fontFamily": {
|
|
1983
2001
|
"css/variables": {
|
|
1984
2002
|
"name": "dt-typography-body-base-font-family",
|
|
@@ -1990,7 +2008,7 @@
|
|
|
1990
2008
|
},
|
|
1991
2009
|
"compose/object": {
|
|
1992
2010
|
"name": "dtTypographyBodyBaseFontFamily",
|
|
1993
|
-
"value": "
|
|
2011
|
+
"value": "FontFamily.Default"
|
|
1994
2012
|
},
|
|
1995
2013
|
"ios-swift/enum.swift": {
|
|
1996
2014
|
"name": "dtTypographyBodyBaseFontFamily",
|
|
@@ -2051,6 +2069,24 @@
|
|
|
2051
2069
|
"value": "CGFloat(15.00)"
|
|
2052
2070
|
}
|
|
2053
2071
|
},
|
|
2072
|
+
"typography/body/base/textCase": {
|
|
2073
|
+
"css/variables": {
|
|
2074
|
+
"name": "dt-typography-body-base-text-case",
|
|
2075
|
+
"value": "none"
|
|
2076
|
+
},
|
|
2077
|
+
"android/resources": {
|
|
2078
|
+
"name": "dt_typography_body_base_text_case",
|
|
2079
|
+
"value": "none"
|
|
2080
|
+
},
|
|
2081
|
+
"compose/object": {
|
|
2082
|
+
"name": "dtTypographyBodyBaseTextCase",
|
|
2083
|
+
"value": "\"none\""
|
|
2084
|
+
},
|
|
2085
|
+
"ios-swift/enum.swift": {
|
|
2086
|
+
"name": "dtTypographyBodyBaseTextCase",
|
|
2087
|
+
"value": "\"none\""
|
|
2088
|
+
}
|
|
2089
|
+
},
|
|
2054
2090
|
"typography/body/compact/small/fontFamily": {
|
|
2055
2091
|
"css/variables": {
|
|
2056
2092
|
"name": "dt-typography-body-compact-small-font-family",
|
|
@@ -2062,7 +2098,7 @@
|
|
|
2062
2098
|
},
|
|
2063
2099
|
"compose/object": {
|
|
2064
2100
|
"name": "dtTypographyBodyCompactSmallFontFamily",
|
|
2065
|
-
"value": "
|
|
2101
|
+
"value": "FontFamily.Default"
|
|
2066
2102
|
},
|
|
2067
2103
|
"ios-swift/enum.swift": {
|
|
2068
2104
|
"name": "dtTypographyBodyCompactSmallFontFamily",
|
|
@@ -2123,6 +2159,24 @@
|
|
|
2123
2159
|
"value": "CGFloat(12.00)"
|
|
2124
2160
|
}
|
|
2125
2161
|
},
|
|
2162
|
+
"typography/body/compact/small/textCase": {
|
|
2163
|
+
"css/variables": {
|
|
2164
|
+
"name": "dt-typography-body-compact-small-text-case",
|
|
2165
|
+
"value": "none"
|
|
2166
|
+
},
|
|
2167
|
+
"android/resources": {
|
|
2168
|
+
"name": "dt_typography_body_compact_small_text_case",
|
|
2169
|
+
"value": "none"
|
|
2170
|
+
},
|
|
2171
|
+
"compose/object": {
|
|
2172
|
+
"name": "dtTypographyBodyCompactSmallTextCase",
|
|
2173
|
+
"value": "\"none\""
|
|
2174
|
+
},
|
|
2175
|
+
"ios-swift/enum.swift": {
|
|
2176
|
+
"name": "dtTypographyBodyCompactSmallTextCase",
|
|
2177
|
+
"value": "\"none\""
|
|
2178
|
+
}
|
|
2179
|
+
},
|
|
2126
2180
|
"typography/body/compact/base/fontFamily": {
|
|
2127
2181
|
"css/variables": {
|
|
2128
2182
|
"name": "dt-typography-body-compact-base-font-family",
|
|
@@ -2134,7 +2188,7 @@
|
|
|
2134
2188
|
},
|
|
2135
2189
|
"compose/object": {
|
|
2136
2190
|
"name": "dtTypographyBodyCompactBaseFontFamily",
|
|
2137
|
-
"value": "
|
|
2191
|
+
"value": "FontFamily.Default"
|
|
2138
2192
|
},
|
|
2139
2193
|
"ios-swift/enum.swift": {
|
|
2140
2194
|
"name": "dtTypographyBodyCompactBaseFontFamily",
|
|
@@ -2195,6 +2249,24 @@
|
|
|
2195
2249
|
"value": "CGFloat(15.00)"
|
|
2196
2250
|
}
|
|
2197
2251
|
},
|
|
2252
|
+
"typography/body/compact/base/textCase": {
|
|
2253
|
+
"css/variables": {
|
|
2254
|
+
"name": "dt-typography-body-compact-base-text-case",
|
|
2255
|
+
"value": "none"
|
|
2256
|
+
},
|
|
2257
|
+
"android/resources": {
|
|
2258
|
+
"name": "dt_typography_body_compact_base_text_case",
|
|
2259
|
+
"value": "none"
|
|
2260
|
+
},
|
|
2261
|
+
"compose/object": {
|
|
2262
|
+
"name": "dtTypographyBodyCompactBaseTextCase",
|
|
2263
|
+
"value": "\"none\""
|
|
2264
|
+
},
|
|
2265
|
+
"ios-swift/enum.swift": {
|
|
2266
|
+
"name": "dtTypographyBodyCompactBaseTextCase",
|
|
2267
|
+
"value": "\"none\""
|
|
2268
|
+
}
|
|
2269
|
+
},
|
|
2198
2270
|
"typography/headline/eyebrow/fontFamily": {
|
|
2199
2271
|
"css/variables": {
|
|
2200
2272
|
"name": "dt-typography-headline-eyebrow-font-family",
|
|
@@ -2206,7 +2278,7 @@
|
|
|
2206
2278
|
},
|
|
2207
2279
|
"compose/object": {
|
|
2208
2280
|
"name": "dtTypographyHeadlineEyebrowFontFamily",
|
|
2209
|
-
"value": "
|
|
2281
|
+
"value": "FontFamily.Default"
|
|
2210
2282
|
},
|
|
2211
2283
|
"ios-swift/enum.swift": {
|
|
2212
2284
|
"name": "dtTypographyHeadlineEyebrowFontFamily",
|
|
@@ -2296,7 +2368,7 @@
|
|
|
2296
2368
|
},
|
|
2297
2369
|
"compose/object": {
|
|
2298
2370
|
"name": "dtTypographyHeadlineSmallFontFamily",
|
|
2299
|
-
"value": "
|
|
2371
|
+
"value": "FontFamily.Default"
|
|
2300
2372
|
},
|
|
2301
2373
|
"ios-swift/enum.swift": {
|
|
2302
2374
|
"name": "dtTypographyHeadlineSmallFontFamily",
|
|
@@ -2357,6 +2429,24 @@
|
|
|
2357
2429
|
"value": "CGFloat(12.00)"
|
|
2358
2430
|
}
|
|
2359
2431
|
},
|
|
2432
|
+
"typography/headline/small/textCase": {
|
|
2433
|
+
"css/variables": {
|
|
2434
|
+
"name": "dt-typography-headline-small-text-case",
|
|
2435
|
+
"value": "none"
|
|
2436
|
+
},
|
|
2437
|
+
"android/resources": {
|
|
2438
|
+
"name": "dt_typography_headline_small_text_case",
|
|
2439
|
+
"value": "none"
|
|
2440
|
+
},
|
|
2441
|
+
"compose/object": {
|
|
2442
|
+
"name": "dtTypographyHeadlineSmallTextCase",
|
|
2443
|
+
"value": "\"none\""
|
|
2444
|
+
},
|
|
2445
|
+
"ios-swift/enum.swift": {
|
|
2446
|
+
"name": "dtTypographyHeadlineSmallTextCase",
|
|
2447
|
+
"value": "\"none\""
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2360
2450
|
"typography/headline/medium/fontFamily": {
|
|
2361
2451
|
"css/variables": {
|
|
2362
2452
|
"name": "dt-typography-headline-medium-font-family",
|
|
@@ -2368,7 +2458,7 @@
|
|
|
2368
2458
|
},
|
|
2369
2459
|
"compose/object": {
|
|
2370
2460
|
"name": "dtTypographyHeadlineMediumFontFamily",
|
|
2371
|
-
"value": "
|
|
2461
|
+
"value": "FontFamily.Default"
|
|
2372
2462
|
},
|
|
2373
2463
|
"ios-swift/enum.swift": {
|
|
2374
2464
|
"name": "dtTypographyHeadlineMediumFontFamily",
|
|
@@ -2429,6 +2519,24 @@
|
|
|
2429
2519
|
"value": "CGFloat(15.00)"
|
|
2430
2520
|
}
|
|
2431
2521
|
},
|
|
2522
|
+
"typography/headline/medium/textCase": {
|
|
2523
|
+
"css/variables": {
|
|
2524
|
+
"name": "dt-typography-headline-medium-text-case",
|
|
2525
|
+
"value": "none"
|
|
2526
|
+
},
|
|
2527
|
+
"android/resources": {
|
|
2528
|
+
"name": "dt_typography_headline_medium_text_case",
|
|
2529
|
+
"value": "none"
|
|
2530
|
+
},
|
|
2531
|
+
"compose/object": {
|
|
2532
|
+
"name": "dtTypographyHeadlineMediumTextCase",
|
|
2533
|
+
"value": "\"none\""
|
|
2534
|
+
},
|
|
2535
|
+
"ios-swift/enum.swift": {
|
|
2536
|
+
"name": "dtTypographyHeadlineMediumTextCase",
|
|
2537
|
+
"value": "\"none\""
|
|
2538
|
+
}
|
|
2539
|
+
},
|
|
2432
2540
|
"typography/headline/large/fontFamily": {
|
|
2433
2541
|
"css/variables": {
|
|
2434
2542
|
"name": "dt-typography-headline-large-font-family",
|
|
@@ -2440,7 +2548,7 @@
|
|
|
2440
2548
|
},
|
|
2441
2549
|
"compose/object": {
|
|
2442
2550
|
"name": "dtTypographyHeadlineLargeFontFamily",
|
|
2443
|
-
"value": "
|
|
2551
|
+
"value": "FontFamily.Default"
|
|
2444
2552
|
},
|
|
2445
2553
|
"ios-swift/enum.swift": {
|
|
2446
2554
|
"name": "dtTypographyHeadlineLargeFontFamily",
|
|
@@ -2501,6 +2609,24 @@
|
|
|
2501
2609
|
"value": "CGFloat(19.00)"
|
|
2502
2610
|
}
|
|
2503
2611
|
},
|
|
2612
|
+
"typography/headline/large/textCase": {
|
|
2613
|
+
"css/variables": {
|
|
2614
|
+
"name": "dt-typography-headline-large-text-case",
|
|
2615
|
+
"value": "none"
|
|
2616
|
+
},
|
|
2617
|
+
"android/resources": {
|
|
2618
|
+
"name": "dt_typography_headline_large_text_case",
|
|
2619
|
+
"value": "none"
|
|
2620
|
+
},
|
|
2621
|
+
"compose/object": {
|
|
2622
|
+
"name": "dtTypographyHeadlineLargeTextCase",
|
|
2623
|
+
"value": "\"none\""
|
|
2624
|
+
},
|
|
2625
|
+
"ios-swift/enum.swift": {
|
|
2626
|
+
"name": "dtTypographyHeadlineLargeTextCase",
|
|
2627
|
+
"value": "\"none\""
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2504
2630
|
"typography/headline/extra-large/fontFamily": {
|
|
2505
2631
|
"css/variables": {
|
|
2506
2632
|
"name": "dt-typography-headline-extra-large-font-family",
|
|
@@ -2512,7 +2638,7 @@
|
|
|
2512
2638
|
},
|
|
2513
2639
|
"compose/object": {
|
|
2514
2640
|
"name": "dtTypographyHeadlineExtraLargeFontFamily",
|
|
2515
|
-
"value": "
|
|
2641
|
+
"value": "FontFamily.Default"
|
|
2516
2642
|
},
|
|
2517
2643
|
"ios-swift/enum.swift": {
|
|
2518
2644
|
"name": "dtTypographyHeadlineExtraLargeFontFamily",
|
|
@@ -2573,6 +2699,24 @@
|
|
|
2573
2699
|
"value": "CGFloat(27.00)"
|
|
2574
2700
|
}
|
|
2575
2701
|
},
|
|
2702
|
+
"typography/headline/extra-large/textCase": {
|
|
2703
|
+
"css/variables": {
|
|
2704
|
+
"name": "dt-typography-headline-extra-large-text-case",
|
|
2705
|
+
"value": "none"
|
|
2706
|
+
},
|
|
2707
|
+
"android/resources": {
|
|
2708
|
+
"name": "dt_typography_headline_extra_large_text_case",
|
|
2709
|
+
"value": "none"
|
|
2710
|
+
},
|
|
2711
|
+
"compose/object": {
|
|
2712
|
+
"name": "dtTypographyHeadlineExtraLargeTextCase",
|
|
2713
|
+
"value": "\"none\""
|
|
2714
|
+
},
|
|
2715
|
+
"ios-swift/enum.swift": {
|
|
2716
|
+
"name": "dtTypographyHeadlineExtraLargeTextCase",
|
|
2717
|
+
"value": "\"none\""
|
|
2718
|
+
}
|
|
2719
|
+
},
|
|
2576
2720
|
"typography/headline/extra-extra-large/fontFamily": {
|
|
2577
2721
|
"css/variables": {
|
|
2578
2722
|
"name": "dt-typography-headline-extra-extra-large-font-family",
|
|
@@ -2584,7 +2728,7 @@
|
|
|
2584
2728
|
},
|
|
2585
2729
|
"compose/object": {
|
|
2586
2730
|
"name": "dtTypographyHeadlineExtraExtraLargeFontFamily",
|
|
2587
|
-
"value": "
|
|
2731
|
+
"value": "FontFamily.Default"
|
|
2588
2732
|
},
|
|
2589
2733
|
"ios-swift/enum.swift": {
|
|
2590
2734
|
"name": "dtTypographyHeadlineExtraExtraLargeFontFamily",
|
|
@@ -2645,6 +2789,24 @@
|
|
|
2645
2789
|
"value": "CGFloat(38.00)"
|
|
2646
2790
|
}
|
|
2647
2791
|
},
|
|
2792
|
+
"typography/headline/extra-extra-large/textCase": {
|
|
2793
|
+
"css/variables": {
|
|
2794
|
+
"name": "dt-typography-headline-extra-extra-large-text-case",
|
|
2795
|
+
"value": "none"
|
|
2796
|
+
},
|
|
2797
|
+
"android/resources": {
|
|
2798
|
+
"name": "dt_typography_headline_extra_extra_large_text_case",
|
|
2799
|
+
"value": "none"
|
|
2800
|
+
},
|
|
2801
|
+
"compose/object": {
|
|
2802
|
+
"name": "dtTypographyHeadlineExtraExtraLargeTextCase",
|
|
2803
|
+
"value": "\"none\""
|
|
2804
|
+
},
|
|
2805
|
+
"ios-swift/enum.swift": {
|
|
2806
|
+
"name": "dtTypographyHeadlineExtraExtraLargeTextCase",
|
|
2807
|
+
"value": "\"none\""
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2648
2810
|
"typography/headline/soft/small/fontFamily": {
|
|
2649
2811
|
"css/variables": {
|
|
2650
2812
|
"name": "dt-typography-headline-soft-small-font-family",
|
|
@@ -2656,7 +2818,7 @@
|
|
|
2656
2818
|
},
|
|
2657
2819
|
"compose/object": {
|
|
2658
2820
|
"name": "dtTypographyHeadlineSoftSmallFontFamily",
|
|
2659
|
-
"value": "
|
|
2821
|
+
"value": "FontFamily.Default"
|
|
2660
2822
|
},
|
|
2661
2823
|
"ios-swift/enum.swift": {
|
|
2662
2824
|
"name": "dtTypographyHeadlineSoftSmallFontFamily",
|
|
@@ -2717,6 +2879,24 @@
|
|
|
2717
2879
|
"value": "CGFloat(12.00)"
|
|
2718
2880
|
}
|
|
2719
2881
|
},
|
|
2882
|
+
"typography/headline/soft/small/textCase": {
|
|
2883
|
+
"css/variables": {
|
|
2884
|
+
"name": "dt-typography-headline-soft-small-text-case",
|
|
2885
|
+
"value": "none"
|
|
2886
|
+
},
|
|
2887
|
+
"android/resources": {
|
|
2888
|
+
"name": "dt_typography_headline_soft_small_text_case",
|
|
2889
|
+
"value": "none"
|
|
2890
|
+
},
|
|
2891
|
+
"compose/object": {
|
|
2892
|
+
"name": "dtTypographyHeadlineSoftSmallTextCase",
|
|
2893
|
+
"value": "\"none\""
|
|
2894
|
+
},
|
|
2895
|
+
"ios-swift/enum.swift": {
|
|
2896
|
+
"name": "dtTypographyHeadlineSoftSmallTextCase",
|
|
2897
|
+
"value": "\"none\""
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2720
2900
|
"typography/headline/compact/small/fontFamily": {
|
|
2721
2901
|
"css/variables": {
|
|
2722
2902
|
"name": "dt-typography-headline-compact-small-font-family",
|
|
@@ -2728,7 +2908,7 @@
|
|
|
2728
2908
|
},
|
|
2729
2909
|
"compose/object": {
|
|
2730
2910
|
"name": "dtTypographyHeadlineCompactSmallFontFamily",
|
|
2731
|
-
"value": "
|
|
2911
|
+
"value": "FontFamily.Default"
|
|
2732
2912
|
},
|
|
2733
2913
|
"ios-swift/enum.swift": {
|
|
2734
2914
|
"name": "dtTypographyHeadlineCompactSmallFontFamily",
|
|
@@ -2789,6 +2969,24 @@
|
|
|
2789
2969
|
"value": "CGFloat(12.00)"
|
|
2790
2970
|
}
|
|
2791
2971
|
},
|
|
2972
|
+
"typography/headline/compact/small/textCase": {
|
|
2973
|
+
"css/variables": {
|
|
2974
|
+
"name": "dt-typography-headline-compact-small-text-case",
|
|
2975
|
+
"value": "none"
|
|
2976
|
+
},
|
|
2977
|
+
"android/resources": {
|
|
2978
|
+
"name": "dt_typography_headline_compact_small_text_case",
|
|
2979
|
+
"value": "none"
|
|
2980
|
+
},
|
|
2981
|
+
"compose/object": {
|
|
2982
|
+
"name": "dtTypographyHeadlineCompactSmallTextCase",
|
|
2983
|
+
"value": "\"none\""
|
|
2984
|
+
},
|
|
2985
|
+
"ios-swift/enum.swift": {
|
|
2986
|
+
"name": "dtTypographyHeadlineCompactSmallTextCase",
|
|
2987
|
+
"value": "\"none\""
|
|
2988
|
+
}
|
|
2989
|
+
},
|
|
2792
2990
|
"typography/headline/compact/medium/fontFamily": {
|
|
2793
2991
|
"css/variables": {
|
|
2794
2992
|
"name": "dt-typography-headline-compact-medium-font-family",
|
|
@@ -2800,7 +2998,7 @@
|
|
|
2800
2998
|
},
|
|
2801
2999
|
"compose/object": {
|
|
2802
3000
|
"name": "dtTypographyHeadlineCompactMediumFontFamily",
|
|
2803
|
-
"value": "
|
|
3001
|
+
"value": "FontFamily.Default"
|
|
2804
3002
|
},
|
|
2805
3003
|
"ios-swift/enum.swift": {
|
|
2806
3004
|
"name": "dtTypographyHeadlineCompactMediumFontFamily",
|
|
@@ -2861,6 +3059,24 @@
|
|
|
2861
3059
|
"value": "CGFloat(15.00)"
|
|
2862
3060
|
}
|
|
2863
3061
|
},
|
|
3062
|
+
"typography/headline/compact/medium/textCase": {
|
|
3063
|
+
"css/variables": {
|
|
3064
|
+
"name": "dt-typography-headline-compact-medium-text-case",
|
|
3065
|
+
"value": "none"
|
|
3066
|
+
},
|
|
3067
|
+
"android/resources": {
|
|
3068
|
+
"name": "dt_typography_headline_compact_medium_text_case",
|
|
3069
|
+
"value": "none"
|
|
3070
|
+
},
|
|
3071
|
+
"compose/object": {
|
|
3072
|
+
"name": "dtTypographyHeadlineCompactMediumTextCase",
|
|
3073
|
+
"value": "\"none\""
|
|
3074
|
+
},
|
|
3075
|
+
"ios-swift/enum.swift": {
|
|
3076
|
+
"name": "dtTypographyHeadlineCompactMediumTextCase",
|
|
3077
|
+
"value": "\"none\""
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
2864
3080
|
"typography/headline/compact/large/fontFamily": {
|
|
2865
3081
|
"css/variables": {
|
|
2866
3082
|
"name": "dt-typography-headline-compact-large-font-family",
|
|
@@ -2872,7 +3088,7 @@
|
|
|
2872
3088
|
},
|
|
2873
3089
|
"compose/object": {
|
|
2874
3090
|
"name": "dtTypographyHeadlineCompactLargeFontFamily",
|
|
2875
|
-
"value": "
|
|
3091
|
+
"value": "FontFamily.Default"
|
|
2876
3092
|
},
|
|
2877
3093
|
"ios-swift/enum.swift": {
|
|
2878
3094
|
"name": "dtTypographyHeadlineCompactLargeFontFamily",
|
|
@@ -2933,6 +3149,24 @@
|
|
|
2933
3149
|
"value": "CGFloat(19.00)"
|
|
2934
3150
|
}
|
|
2935
3151
|
},
|
|
3152
|
+
"typography/headline/compact/large/textCase": {
|
|
3153
|
+
"css/variables": {
|
|
3154
|
+
"name": "dt-typography-headline-compact-large-text-case",
|
|
3155
|
+
"value": "none"
|
|
3156
|
+
},
|
|
3157
|
+
"android/resources": {
|
|
3158
|
+
"name": "dt_typography_headline_compact_large_text_case",
|
|
3159
|
+
"value": "none"
|
|
3160
|
+
},
|
|
3161
|
+
"compose/object": {
|
|
3162
|
+
"name": "dtTypographyHeadlineCompactLargeTextCase",
|
|
3163
|
+
"value": "\"none\""
|
|
3164
|
+
},
|
|
3165
|
+
"ios-swift/enum.swift": {
|
|
3166
|
+
"name": "dtTypographyHeadlineCompactLargeTextCase",
|
|
3167
|
+
"value": "\"none\""
|
|
3168
|
+
}
|
|
3169
|
+
},
|
|
2936
3170
|
"typography/headline/compact/soft/small/fontFamily": {
|
|
2937
3171
|
"css/variables": {
|
|
2938
3172
|
"name": "dt-typography-headline-compact-soft-small-font-family",
|
|
@@ -2944,7 +3178,7 @@
|
|
|
2944
3178
|
},
|
|
2945
3179
|
"compose/object": {
|
|
2946
3180
|
"name": "dtTypographyHeadlineCompactSoftSmallFontFamily",
|
|
2947
|
-
"value": "
|
|
3181
|
+
"value": "FontFamily.Default"
|
|
2948
3182
|
},
|
|
2949
3183
|
"ios-swift/enum.swift": {
|
|
2950
3184
|
"name": "dtTypographyHeadlineCompactSoftSmallFontFamily",
|
|
@@ -3005,6 +3239,24 @@
|
|
|
3005
3239
|
"value": "CGFloat(12.00)"
|
|
3006
3240
|
}
|
|
3007
3241
|
},
|
|
3242
|
+
"typography/headline/compact/soft/small/textCase": {
|
|
3243
|
+
"css/variables": {
|
|
3244
|
+
"name": "dt-typography-headline-compact-soft-small-text-case",
|
|
3245
|
+
"value": "none"
|
|
3246
|
+
},
|
|
3247
|
+
"android/resources": {
|
|
3248
|
+
"name": "dt_typography_headline_compact_soft_small_text_case",
|
|
3249
|
+
"value": "none"
|
|
3250
|
+
},
|
|
3251
|
+
"compose/object": {
|
|
3252
|
+
"name": "dtTypographyHeadlineCompactSoftSmallTextCase",
|
|
3253
|
+
"value": "\"none\""
|
|
3254
|
+
},
|
|
3255
|
+
"ios-swift/enum.swift": {
|
|
3256
|
+
"name": "dtTypographyHeadlineCompactSoftSmallTextCase",
|
|
3257
|
+
"value": "\"none\""
|
|
3258
|
+
}
|
|
3259
|
+
},
|
|
3008
3260
|
"typography/label/small/fontFamily": {
|
|
3009
3261
|
"css/variables": {
|
|
3010
3262
|
"name": "dt-typography-label-small-font-family",
|
|
@@ -3016,7 +3268,7 @@
|
|
|
3016
3268
|
},
|
|
3017
3269
|
"compose/object": {
|
|
3018
3270
|
"name": "dtTypographyLabelSmallFontFamily",
|
|
3019
|
-
"value": "
|
|
3271
|
+
"value": "FontFamily.Default"
|
|
3020
3272
|
},
|
|
3021
3273
|
"ios-swift/enum.swift": {
|
|
3022
3274
|
"name": "dtTypographyLabelSmallFontFamily",
|
|
@@ -3077,6 +3329,24 @@
|
|
|
3077
3329
|
"value": "CGFloat(12.00)"
|
|
3078
3330
|
}
|
|
3079
3331
|
},
|
|
3332
|
+
"typography/label/small/textCase": {
|
|
3333
|
+
"css/variables": {
|
|
3334
|
+
"name": "dt-typography-label-small-text-case",
|
|
3335
|
+
"value": "none"
|
|
3336
|
+
},
|
|
3337
|
+
"android/resources": {
|
|
3338
|
+
"name": "dt_typography_label_small_text_case",
|
|
3339
|
+
"value": "none"
|
|
3340
|
+
},
|
|
3341
|
+
"compose/object": {
|
|
3342
|
+
"name": "dtTypographyLabelSmallTextCase",
|
|
3343
|
+
"value": "\"none\""
|
|
3344
|
+
},
|
|
3345
|
+
"ios-swift/enum.swift": {
|
|
3346
|
+
"name": "dtTypographyLabelSmallTextCase",
|
|
3347
|
+
"value": "\"none\""
|
|
3348
|
+
}
|
|
3349
|
+
},
|
|
3080
3350
|
"typography/label/base/fontFamily": {
|
|
3081
3351
|
"css/variables": {
|
|
3082
3352
|
"name": "dt-typography-label-base-font-family",
|
|
@@ -3088,7 +3358,7 @@
|
|
|
3088
3358
|
},
|
|
3089
3359
|
"compose/object": {
|
|
3090
3360
|
"name": "dtTypographyLabelBaseFontFamily",
|
|
3091
|
-
"value": "
|
|
3361
|
+
"value": "FontFamily.Default"
|
|
3092
3362
|
},
|
|
3093
3363
|
"ios-swift/enum.swift": {
|
|
3094
3364
|
"name": "dtTypographyLabelBaseFontFamily",
|
|
@@ -3149,6 +3419,24 @@
|
|
|
3149
3419
|
"value": "CGFloat(15.00)"
|
|
3150
3420
|
}
|
|
3151
3421
|
},
|
|
3422
|
+
"typography/label/base/textCase": {
|
|
3423
|
+
"css/variables": {
|
|
3424
|
+
"name": "dt-typography-label-base-text-case",
|
|
3425
|
+
"value": "none"
|
|
3426
|
+
},
|
|
3427
|
+
"android/resources": {
|
|
3428
|
+
"name": "dt_typography_label_base_text_case",
|
|
3429
|
+
"value": "none"
|
|
3430
|
+
},
|
|
3431
|
+
"compose/object": {
|
|
3432
|
+
"name": "dtTypographyLabelBaseTextCase",
|
|
3433
|
+
"value": "\"none\""
|
|
3434
|
+
},
|
|
3435
|
+
"ios-swift/enum.swift": {
|
|
3436
|
+
"name": "dtTypographyLabelBaseTextCase",
|
|
3437
|
+
"value": "\"none\""
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3152
3440
|
"typography/label/compact/small/fontFamily": {
|
|
3153
3441
|
"css/variables": {
|
|
3154
3442
|
"name": "dt-typography-label-compact-small-font-family",
|
|
@@ -3160,7 +3448,7 @@
|
|
|
3160
3448
|
},
|
|
3161
3449
|
"compose/object": {
|
|
3162
3450
|
"name": "dtTypographyLabelCompactSmallFontFamily",
|
|
3163
|
-
"value": "
|
|
3451
|
+
"value": "FontFamily.Default"
|
|
3164
3452
|
},
|
|
3165
3453
|
"ios-swift/enum.swift": {
|
|
3166
3454
|
"name": "dtTypographyLabelCompactSmallFontFamily",
|
|
@@ -3221,6 +3509,24 @@
|
|
|
3221
3509
|
"value": "CGFloat(12.00)"
|
|
3222
3510
|
}
|
|
3223
3511
|
},
|
|
3512
|
+
"typography/label/compact/small/textCase": {
|
|
3513
|
+
"css/variables": {
|
|
3514
|
+
"name": "dt-typography-label-compact-small-text-case",
|
|
3515
|
+
"value": "none"
|
|
3516
|
+
},
|
|
3517
|
+
"android/resources": {
|
|
3518
|
+
"name": "dt_typography_label_compact_small_text_case",
|
|
3519
|
+
"value": "none"
|
|
3520
|
+
},
|
|
3521
|
+
"compose/object": {
|
|
3522
|
+
"name": "dtTypographyLabelCompactSmallTextCase",
|
|
3523
|
+
"value": "\"none\""
|
|
3524
|
+
},
|
|
3525
|
+
"ios-swift/enum.swift": {
|
|
3526
|
+
"name": "dtTypographyLabelCompactSmallTextCase",
|
|
3527
|
+
"value": "\"none\""
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3224
3530
|
"typography/label/compact/base/fontFamily": {
|
|
3225
3531
|
"css/variables": {
|
|
3226
3532
|
"name": "dt-typography-label-compact-base-font-family",
|
|
@@ -3232,7 +3538,7 @@
|
|
|
3232
3538
|
},
|
|
3233
3539
|
"compose/object": {
|
|
3234
3540
|
"name": "dtTypographyLabelCompactBaseFontFamily",
|
|
3235
|
-
"value": "
|
|
3541
|
+
"value": "FontFamily.Default"
|
|
3236
3542
|
},
|
|
3237
3543
|
"ios-swift/enum.swift": {
|
|
3238
3544
|
"name": "dtTypographyLabelCompactBaseFontFamily",
|
|
@@ -3293,6 +3599,24 @@
|
|
|
3293
3599
|
"value": "CGFloat(15.00)"
|
|
3294
3600
|
}
|
|
3295
3601
|
},
|
|
3602
|
+
"typography/label/compact/base/textCase": {
|
|
3603
|
+
"css/variables": {
|
|
3604
|
+
"name": "dt-typography-label-compact-base-text-case",
|
|
3605
|
+
"value": "none"
|
|
3606
|
+
},
|
|
3607
|
+
"android/resources": {
|
|
3608
|
+
"name": "dt_typography_label_compact_base_text_case",
|
|
3609
|
+
"value": "none"
|
|
3610
|
+
},
|
|
3611
|
+
"compose/object": {
|
|
3612
|
+
"name": "dtTypographyLabelCompactBaseTextCase",
|
|
3613
|
+
"value": "\"none\""
|
|
3614
|
+
},
|
|
3615
|
+
"ios-swift/enum.swift": {
|
|
3616
|
+
"name": "dtTypographyLabelCompactBaseTextCase",
|
|
3617
|
+
"value": "\"none\""
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3296
3620
|
"typography/label/compact/plain/small/fontFamily": {
|
|
3297
3621
|
"css/variables": {
|
|
3298
3622
|
"name": "dt-typography-label-compact-plain-small-font-family",
|
|
@@ -3304,7 +3628,7 @@
|
|
|
3304
3628
|
},
|
|
3305
3629
|
"compose/object": {
|
|
3306
3630
|
"name": "dtTypographyLabelCompactPlainSmallFontFamily",
|
|
3307
|
-
"value": "
|
|
3631
|
+
"value": "FontFamily.Default"
|
|
3308
3632
|
},
|
|
3309
3633
|
"ios-swift/enum.swift": {
|
|
3310
3634
|
"name": "dtTypographyLabelCompactPlainSmallFontFamily",
|
|
@@ -3365,6 +3689,24 @@
|
|
|
3365
3689
|
"value": "CGFloat(12.00)"
|
|
3366
3690
|
}
|
|
3367
3691
|
},
|
|
3692
|
+
"typography/label/compact/plain/small/textCase": {
|
|
3693
|
+
"css/variables": {
|
|
3694
|
+
"name": "dt-typography-label-compact-plain-small-text-case",
|
|
3695
|
+
"value": "none"
|
|
3696
|
+
},
|
|
3697
|
+
"android/resources": {
|
|
3698
|
+
"name": "dt_typography_label_compact_plain_small_text_case",
|
|
3699
|
+
"value": "none"
|
|
3700
|
+
},
|
|
3701
|
+
"compose/object": {
|
|
3702
|
+
"name": "dtTypographyLabelCompactPlainSmallTextCase",
|
|
3703
|
+
"value": "\"none\""
|
|
3704
|
+
},
|
|
3705
|
+
"ios-swift/enum.swift": {
|
|
3706
|
+
"name": "dtTypographyLabelCompactPlainSmallTextCase",
|
|
3707
|
+
"value": "\"none\""
|
|
3708
|
+
}
|
|
3709
|
+
},
|
|
3368
3710
|
"typography/label/compact/plain/base/fontFamily": {
|
|
3369
3711
|
"css/variables": {
|
|
3370
3712
|
"name": "dt-typography-label-compact-plain-base-font-family",
|
|
@@ -3376,7 +3718,7 @@
|
|
|
3376
3718
|
},
|
|
3377
3719
|
"compose/object": {
|
|
3378
3720
|
"name": "dtTypographyLabelCompactPlainBaseFontFamily",
|
|
3379
|
-
"value": "
|
|
3721
|
+
"value": "FontFamily.Default"
|
|
3380
3722
|
},
|
|
3381
3723
|
"ios-swift/enum.swift": {
|
|
3382
3724
|
"name": "dtTypographyLabelCompactPlainBaseFontFamily",
|
|
@@ -3437,6 +3779,24 @@
|
|
|
3437
3779
|
"value": "CGFloat(15.00)"
|
|
3438
3780
|
}
|
|
3439
3781
|
},
|
|
3782
|
+
"typography/label/compact/plain/base/textCase": {
|
|
3783
|
+
"css/variables": {
|
|
3784
|
+
"name": "dt-typography-label-compact-plain-base-text-case",
|
|
3785
|
+
"value": "none"
|
|
3786
|
+
},
|
|
3787
|
+
"android/resources": {
|
|
3788
|
+
"name": "dt_typography_label_compact_plain_base_text_case",
|
|
3789
|
+
"value": "none"
|
|
3790
|
+
},
|
|
3791
|
+
"compose/object": {
|
|
3792
|
+
"name": "dtTypographyLabelCompactPlainBaseTextCase",
|
|
3793
|
+
"value": "\"none\""
|
|
3794
|
+
},
|
|
3795
|
+
"ios-swift/enum.swift": {
|
|
3796
|
+
"name": "dtTypographyLabelCompactPlainBaseTextCase",
|
|
3797
|
+
"value": "\"none\""
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3440
3800
|
"typography/label/plain/small/fontFamily": {
|
|
3441
3801
|
"css/variables": {
|
|
3442
3802
|
"name": "dt-typography-label-plain-small-font-family",
|
|
@@ -3448,7 +3808,7 @@
|
|
|
3448
3808
|
},
|
|
3449
3809
|
"compose/object": {
|
|
3450
3810
|
"name": "dtTypographyLabelPlainSmallFontFamily",
|
|
3451
|
-
"value": "
|
|
3811
|
+
"value": "FontFamily.Default"
|
|
3452
3812
|
},
|
|
3453
3813
|
"ios-swift/enum.swift": {
|
|
3454
3814
|
"name": "dtTypographyLabelPlainSmallFontFamily",
|
|
@@ -3509,6 +3869,24 @@
|
|
|
3509
3869
|
"value": "CGFloat(12.00)"
|
|
3510
3870
|
}
|
|
3511
3871
|
},
|
|
3872
|
+
"typography/label/plain/small/textCase": {
|
|
3873
|
+
"css/variables": {
|
|
3874
|
+
"name": "dt-typography-label-plain-small-text-case",
|
|
3875
|
+
"value": "none"
|
|
3876
|
+
},
|
|
3877
|
+
"android/resources": {
|
|
3878
|
+
"name": "dt_typography_label_plain_small_text_case",
|
|
3879
|
+
"value": "none"
|
|
3880
|
+
},
|
|
3881
|
+
"compose/object": {
|
|
3882
|
+
"name": "dtTypographyLabelPlainSmallTextCase",
|
|
3883
|
+
"value": "\"none\""
|
|
3884
|
+
},
|
|
3885
|
+
"ios-swift/enum.swift": {
|
|
3886
|
+
"name": "dtTypographyLabelPlainSmallTextCase",
|
|
3887
|
+
"value": "\"none\""
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3512
3890
|
"typography/label/plain/base/fontFamily": {
|
|
3513
3891
|
"css/variables": {
|
|
3514
3892
|
"name": "dt-typography-label-plain-base-font-family",
|
|
@@ -3520,7 +3898,7 @@
|
|
|
3520
3898
|
},
|
|
3521
3899
|
"compose/object": {
|
|
3522
3900
|
"name": "dtTypographyLabelPlainBaseFontFamily",
|
|
3523
|
-
"value": "
|
|
3901
|
+
"value": "FontFamily.Default"
|
|
3524
3902
|
},
|
|
3525
3903
|
"ios-swift/enum.swift": {
|
|
3526
3904
|
"name": "dtTypographyLabelPlainBaseFontFamily",
|
|
@@ -3581,6 +3959,24 @@
|
|
|
3581
3959
|
"value": "CGFloat(15.00)"
|
|
3582
3960
|
}
|
|
3583
3961
|
},
|
|
3962
|
+
"typography/label/plain/base/textCase": {
|
|
3963
|
+
"css/variables": {
|
|
3964
|
+
"name": "dt-typography-label-plain-base-text-case",
|
|
3965
|
+
"value": "none"
|
|
3966
|
+
},
|
|
3967
|
+
"android/resources": {
|
|
3968
|
+
"name": "dt_typography_label_plain_base_text_case",
|
|
3969
|
+
"value": "none"
|
|
3970
|
+
},
|
|
3971
|
+
"compose/object": {
|
|
3972
|
+
"name": "dtTypographyLabelPlainBaseTextCase",
|
|
3973
|
+
"value": "\"none\""
|
|
3974
|
+
},
|
|
3975
|
+
"ios-swift/enum.swift": {
|
|
3976
|
+
"name": "dtTypographyLabelPlainBaseTextCase",
|
|
3977
|
+
"value": "\"none\""
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3584
3980
|
"typography/helper/small/fontFamily": {
|
|
3585
3981
|
"css/variables": {
|
|
3586
3982
|
"name": "dt-typography-helper-small-font-family",
|
|
@@ -3592,7 +3988,7 @@
|
|
|
3592
3988
|
},
|
|
3593
3989
|
"compose/object": {
|
|
3594
3990
|
"name": "dtTypographyHelperSmallFontFamily",
|
|
3595
|
-
"value": "
|
|
3991
|
+
"value": "FontFamily.Default"
|
|
3596
3992
|
},
|
|
3597
3993
|
"ios-swift/enum.swift": {
|
|
3598
3994
|
"name": "dtTypographyHelperSmallFontFamily",
|
|
@@ -3653,6 +4049,24 @@
|
|
|
3653
4049
|
"value": "CGFloat(12.00)"
|
|
3654
4050
|
}
|
|
3655
4051
|
},
|
|
4052
|
+
"typography/helper/small/textCase": {
|
|
4053
|
+
"css/variables": {
|
|
4054
|
+
"name": "dt-typography-helper-small-text-case",
|
|
4055
|
+
"value": "none"
|
|
4056
|
+
},
|
|
4057
|
+
"android/resources": {
|
|
4058
|
+
"name": "dt_typography_helper_small_text_case",
|
|
4059
|
+
"value": "none"
|
|
4060
|
+
},
|
|
4061
|
+
"compose/object": {
|
|
4062
|
+
"name": "dtTypographyHelperSmallTextCase",
|
|
4063
|
+
"value": "\"none\""
|
|
4064
|
+
},
|
|
4065
|
+
"ios-swift/enum.swift": {
|
|
4066
|
+
"name": "dtTypographyHelperSmallTextCase",
|
|
4067
|
+
"value": "\"none\""
|
|
4068
|
+
}
|
|
4069
|
+
},
|
|
3656
4070
|
"typography/helper/base/fontFamily": {
|
|
3657
4071
|
"css/variables": {
|
|
3658
4072
|
"name": "dt-typography-helper-base-font-family",
|
|
@@ -3664,7 +4078,7 @@
|
|
|
3664
4078
|
},
|
|
3665
4079
|
"compose/object": {
|
|
3666
4080
|
"name": "dtTypographyHelperBaseFontFamily",
|
|
3667
|
-
"value": "
|
|
4081
|
+
"value": "FontFamily.Default"
|
|
3668
4082
|
},
|
|
3669
4083
|
"ios-swift/enum.swift": {
|
|
3670
4084
|
"name": "dtTypographyHelperBaseFontFamily",
|
|
@@ -3725,6 +4139,24 @@
|
|
|
3725
4139
|
"value": "CGFloat(15.00)"
|
|
3726
4140
|
}
|
|
3727
4141
|
},
|
|
4142
|
+
"typography/helper/base/textCase": {
|
|
4143
|
+
"css/variables": {
|
|
4144
|
+
"name": "dt-typography-helper-base-text-case",
|
|
4145
|
+
"value": "none"
|
|
4146
|
+
},
|
|
4147
|
+
"android/resources": {
|
|
4148
|
+
"name": "dt_typography_helper_base_text_case",
|
|
4149
|
+
"value": "none"
|
|
4150
|
+
},
|
|
4151
|
+
"compose/object": {
|
|
4152
|
+
"name": "dtTypographyHelperBaseTextCase",
|
|
4153
|
+
"value": "\"none\""
|
|
4154
|
+
},
|
|
4155
|
+
"ios-swift/enum.swift": {
|
|
4156
|
+
"name": "dtTypographyHelperBaseTextCase",
|
|
4157
|
+
"value": "\"none\""
|
|
4158
|
+
}
|
|
4159
|
+
},
|
|
3728
4160
|
"typography/code/small/fontFamily": {
|
|
3729
4161
|
"css/variables": {
|
|
3730
4162
|
"name": "dt-typography-code-small-font-family",
|
|
@@ -3797,6 +4229,24 @@
|
|
|
3797
4229
|
"value": "CGFloat(12.00)"
|
|
3798
4230
|
}
|
|
3799
4231
|
},
|
|
4232
|
+
"typography/code/small/textCase": {
|
|
4233
|
+
"css/variables": {
|
|
4234
|
+
"name": "dt-typography-code-small-text-case",
|
|
4235
|
+
"value": "none"
|
|
4236
|
+
},
|
|
4237
|
+
"android/resources": {
|
|
4238
|
+
"name": "dt_typography_code_small_text_case",
|
|
4239
|
+
"value": "none"
|
|
4240
|
+
},
|
|
4241
|
+
"compose/object": {
|
|
4242
|
+
"name": "dtTypographyCodeSmallTextCase",
|
|
4243
|
+
"value": "\"none\""
|
|
4244
|
+
},
|
|
4245
|
+
"ios-swift/enum.swift": {
|
|
4246
|
+
"name": "dtTypographyCodeSmallTextCase",
|
|
4247
|
+
"value": "\"none\""
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
3800
4250
|
"typography/code/base/fontFamily": {
|
|
3801
4251
|
"css/variables": {
|
|
3802
4252
|
"name": "dt-typography-code-base-font-family",
|
|
@@ -3869,6 +4319,24 @@
|
|
|
3869
4319
|
"value": "CGFloat(15.00)"
|
|
3870
4320
|
}
|
|
3871
4321
|
},
|
|
4322
|
+
"typography/code/base/textCase": {
|
|
4323
|
+
"css/variables": {
|
|
4324
|
+
"name": "dt-typography-code-base-text-case",
|
|
4325
|
+
"value": "none"
|
|
4326
|
+
},
|
|
4327
|
+
"android/resources": {
|
|
4328
|
+
"name": "dt_typography_code_base_text_case",
|
|
4329
|
+
"value": "none"
|
|
4330
|
+
},
|
|
4331
|
+
"compose/object": {
|
|
4332
|
+
"name": "dtTypographyCodeBaseTextCase",
|
|
4333
|
+
"value": "\"none\""
|
|
4334
|
+
},
|
|
4335
|
+
"ios-swift/enum.swift": {
|
|
4336
|
+
"name": "dtTypographyCodeBaseTextCase",
|
|
4337
|
+
"value": "\"none\""
|
|
4338
|
+
}
|
|
4339
|
+
},
|
|
3872
4340
|
"size/0": {
|
|
3873
4341
|
"css/variables": {
|
|
3874
4342
|
"name": "dt-size-0",
|