@dialpad/dialtone-tokens 1.18.0 → 1.20.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.
- package/dist/android/java/tokens-dark.kt +21 -19
- package/dist/android/java/tokens-light.kt +3 -1
- package/dist/android/res/values/colors-dark.xml +20 -18
- package/dist/android/res/values/colors-light.xml +3 -1
- package/dist/android/res/values/dimens.xml +1 -1
- package/dist/css/variables-dark.css +43 -41
- package/dist/css/variables-light.css +25 -23
- package/dist/doc.json +133 -97
- package/dist/ios/tokens-dark.swift +24 -22
- package/dist/ios/tokens-light.swift +6 -4
- package/dist/less/variables-dark.less +35 -33
- package/dist/less/variables-light.less +22 -20
- package/dist/tokens-dark.json +39 -37
- package/dist/tokens-light.json +21 -19
- package/package.json +1 -1
package/dist/doc.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"radio/size/radius": {
|
|
39
39
|
"css/variables": {
|
|
40
40
|
"name": "var(--dt-radio-size-radius)",
|
|
41
|
-
"value": "
|
|
41
|
+
"value": "50%"
|
|
42
42
|
},
|
|
43
43
|
"android/resources": {
|
|
44
44
|
"name": "dt_dark_radio_size_radius",
|
|
@@ -506,19 +506,19 @@
|
|
|
506
506
|
"badge/color/background/default": {
|
|
507
507
|
"css/variables": {
|
|
508
508
|
"name": "var(--dt-badge-color-background-default)",
|
|
509
|
-
"value": "#
|
|
509
|
+
"value": "#f9f9f926"
|
|
510
510
|
},
|
|
511
511
|
"android/resources": {
|
|
512
512
|
"name": "dt_dark_badge_color_background_default",
|
|
513
|
-
"value": "#
|
|
513
|
+
"value": "#26f9f9f9"
|
|
514
514
|
},
|
|
515
515
|
"compose/object": {
|
|
516
516
|
"name": "dtBadgeColorBackgroundDefault",
|
|
517
|
-
"value": "Color(
|
|
517
|
+
"value": "Color(0x26f9f9f9)"
|
|
518
518
|
},
|
|
519
519
|
"ios-swift/enum.swift": {
|
|
520
520
|
"name": "dtBadgeColorBackgroundDefault",
|
|
521
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
521
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.14901960784313725)"
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
"badge/color/background/info": {
|
|
@@ -1300,19 +1300,19 @@
|
|
|
1300
1300
|
"color/foreground/muted-inverted": {
|
|
1301
1301
|
"css/variables": {
|
|
1302
1302
|
"name": "var(--dt-color-foreground-muted-inverted)",
|
|
1303
|
-
"value": "rgba(
|
|
1303
|
+
"value": "rgba(38, 38, 38, 0.6)"
|
|
1304
1304
|
},
|
|
1305
1305
|
"android/resources": {
|
|
1306
1306
|
"name": "dt_dark_color_foreground_muted_inverted",
|
|
1307
|
-
"value": "#
|
|
1307
|
+
"value": "#99262626"
|
|
1308
1308
|
},
|
|
1309
1309
|
"compose/object": {
|
|
1310
1310
|
"name": "dtColorForegroundMutedInverted",
|
|
1311
|
-
"value": "Color(
|
|
1311
|
+
"value": "Color(0x99262626)"
|
|
1312
1312
|
},
|
|
1313
1313
|
"ios-swift/enum.swift": {
|
|
1314
1314
|
"name": "dtColorForegroundMutedInverted",
|
|
1315
|
-
"value": "UIColor(red: 0.
|
|
1315
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 0.6)"
|
|
1316
1316
|
}
|
|
1317
1317
|
},
|
|
1318
1318
|
"color/foreground/placeholder-inverted": {
|
|
@@ -1640,19 +1640,19 @@
|
|
|
1640
1640
|
"color/link/muted-inverted": {
|
|
1641
1641
|
"css/variables": {
|
|
1642
1642
|
"name": "var(--dt-color-link-muted-inverted)",
|
|
1643
|
-
"value": "rgba(
|
|
1643
|
+
"value": "rgba(38, 38, 38, 0.6)"
|
|
1644
1644
|
},
|
|
1645
1645
|
"android/resources": {
|
|
1646
1646
|
"name": "dt_dark_color_link_muted_inverted",
|
|
1647
|
-
"value": "#
|
|
1647
|
+
"value": "#99262626"
|
|
1648
1648
|
},
|
|
1649
1649
|
"compose/object": {
|
|
1650
1650
|
"name": "dtColorLinkMutedInverted",
|
|
1651
|
-
"value": "Color(
|
|
1651
|
+
"value": "Color(0x99262626)"
|
|
1652
1652
|
},
|
|
1653
1653
|
"ios-swift/enum.swift": {
|
|
1654
1654
|
"name": "dtColorLinkMutedInverted",
|
|
1655
|
-
"value": "UIColor(red: 0.
|
|
1655
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 0.6)"
|
|
1656
1656
|
}
|
|
1657
1657
|
},
|
|
1658
1658
|
"color/link/disabled-inverted": {
|
|
@@ -1838,19 +1838,19 @@
|
|
|
1838
1838
|
"color/link/warning-inverted-hover": {
|
|
1839
1839
|
"css/variables": {
|
|
1840
1840
|
"name": "var(--dt-color-link-warning-inverted-hover)",
|
|
1841
|
-
"value": "#
|
|
1841
|
+
"value": "#262626"
|
|
1842
1842
|
},
|
|
1843
1843
|
"android/resources": {
|
|
1844
1844
|
"name": "dt_dark_color_link_warning_inverted_hover",
|
|
1845
|
-
"value": "#
|
|
1845
|
+
"value": "#ff262626"
|
|
1846
1846
|
},
|
|
1847
1847
|
"compose/object": {
|
|
1848
1848
|
"name": "dtColorLinkWarningInvertedHover",
|
|
1849
|
-
"value": "Color(
|
|
1849
|
+
"value": "Color(0xff262626)"
|
|
1850
1850
|
},
|
|
1851
1851
|
"ios-swift/enum.swift": {
|
|
1852
1852
|
"name": "dtColorLinkWarningInvertedHover",
|
|
1853
|
-
"value": "UIColor(red: 0.
|
|
1853
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)"
|
|
1854
1854
|
}
|
|
1855
1855
|
},
|
|
1856
1856
|
"color/link/muted-inverted-hover": {
|
|
@@ -1892,91 +1892,91 @@
|
|
|
1892
1892
|
"color/surface/secondary-opaque": {
|
|
1893
1893
|
"css/variables": {
|
|
1894
1894
|
"name": "var(--dt-color-surface-secondary-opaque)",
|
|
1895
|
-
"value": "rgba(249, 249, 249, 0.
|
|
1895
|
+
"value": "rgba(249, 249, 249, 0.06)"
|
|
1896
1896
|
},
|
|
1897
1897
|
"android/resources": {
|
|
1898
1898
|
"name": "dt_dark_color_surface_secondary_opaque",
|
|
1899
|
-
"value": "#
|
|
1899
|
+
"value": "#0ff9f9f9"
|
|
1900
1900
|
},
|
|
1901
1901
|
"compose/object": {
|
|
1902
1902
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1903
|
-
"value": "Color(
|
|
1903
|
+
"value": "Color(0x0ff9f9f9)"
|
|
1904
1904
|
},
|
|
1905
1905
|
"ios-swift/enum.swift": {
|
|
1906
1906
|
"name": "dtColorSurfaceSecondaryOpaque",
|
|
1907
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
1907
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.058823529411764705)"
|
|
1908
1908
|
}
|
|
1909
1909
|
},
|
|
1910
1910
|
"color/surface/moderate-opaque": {
|
|
1911
1911
|
"css/variables": {
|
|
1912
1912
|
"name": "var(--dt-color-surface-moderate-opaque)",
|
|
1913
|
-
"value": "rgba(249, 249, 249, 0.
|
|
1913
|
+
"value": "rgba(249, 249, 249, 0.15)"
|
|
1914
1914
|
},
|
|
1915
1915
|
"android/resources": {
|
|
1916
1916
|
"name": "dt_dark_color_surface_moderate_opaque",
|
|
1917
|
-
"value": "#
|
|
1917
|
+
"value": "#26f9f9f9"
|
|
1918
1918
|
},
|
|
1919
1919
|
"compose/object": {
|
|
1920
1920
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1921
|
-
"value": "Color(
|
|
1921
|
+
"value": "Color(0x26f9f9f9)"
|
|
1922
1922
|
},
|
|
1923
1923
|
"ios-swift/enum.swift": {
|
|
1924
1924
|
"name": "dtColorSurfaceModerateOpaque",
|
|
1925
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
1925
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.14901960784313725)"
|
|
1926
1926
|
}
|
|
1927
1927
|
},
|
|
1928
1928
|
"color/surface/bold-opaque": {
|
|
1929
1929
|
"css/variables": {
|
|
1930
1930
|
"name": "var(--dt-color-surface-bold-opaque)",
|
|
1931
|
-
"value": "rgba(249, 249, 249, 0.
|
|
1931
|
+
"value": "rgba(249, 249, 249, 0.27)"
|
|
1932
1932
|
},
|
|
1933
1933
|
"android/resources": {
|
|
1934
1934
|
"name": "dt_dark_color_surface_bold_opaque",
|
|
1935
|
-
"value": "#
|
|
1935
|
+
"value": "#45f9f9f9"
|
|
1936
1936
|
},
|
|
1937
1937
|
"compose/object": {
|
|
1938
1938
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1939
|
-
"value": "Color(
|
|
1939
|
+
"value": "Color(0x45f9f9f9)"
|
|
1940
1940
|
},
|
|
1941
1941
|
"ios-swift/enum.swift": {
|
|
1942
1942
|
"name": "dtColorSurfaceBoldOpaque",
|
|
1943
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
1943
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.27058823529411763)"
|
|
1944
1944
|
}
|
|
1945
1945
|
},
|
|
1946
1946
|
"color/surface/strong-opaque": {
|
|
1947
1947
|
"css/variables": {
|
|
1948
1948
|
"name": "var(--dt-color-surface-strong-opaque)",
|
|
1949
|
-
"value": "rgba(249, 249, 249, 0.
|
|
1949
|
+
"value": "rgba(249, 249, 249, 0.65)"
|
|
1950
1950
|
},
|
|
1951
1951
|
"android/resources": {
|
|
1952
1952
|
"name": "dt_dark_color_surface_strong_opaque",
|
|
1953
|
-
"value": "#
|
|
1953
|
+
"value": "#a6f9f9f9"
|
|
1954
1954
|
},
|
|
1955
1955
|
"compose/object": {
|
|
1956
1956
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1957
|
-
"value": "Color(
|
|
1957
|
+
"value": "Color(0xa6f9f9f9)"
|
|
1958
1958
|
},
|
|
1959
1959
|
"ios-swift/enum.swift": {
|
|
1960
1960
|
"name": "dtColorSurfaceStrongOpaque",
|
|
1961
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
1961
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.6509803921568628)"
|
|
1962
1962
|
}
|
|
1963
1963
|
},
|
|
1964
1964
|
"color/surface/contrast-opaque": {
|
|
1965
1965
|
"css/variables": {
|
|
1966
1966
|
"name": "var(--dt-color-surface-contrast-opaque)",
|
|
1967
|
-
"value": "rgba(249, 249, 249, 0.
|
|
1967
|
+
"value": "rgba(249, 249, 249, 0.96)"
|
|
1968
1968
|
},
|
|
1969
1969
|
"android/resources": {
|
|
1970
1970
|
"name": "dt_dark_color_surface_contrast_opaque",
|
|
1971
|
-
"value": "#
|
|
1971
|
+
"value": "#f5f9f9f9"
|
|
1972
1972
|
},
|
|
1973
1973
|
"compose/object": {
|
|
1974
1974
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1975
|
-
"value": "Color(
|
|
1975
|
+
"value": "Color(0xf5f9f9f9)"
|
|
1976
1976
|
},
|
|
1977
1977
|
"ios-swift/enum.swift": {
|
|
1978
1978
|
"name": "dtColorSurfaceContrastOpaque",
|
|
1979
|
-
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.
|
|
1979
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.9607843137254902)"
|
|
1980
1980
|
}
|
|
1981
1981
|
},
|
|
1982
1982
|
"color/surface/critical-opaque": {
|
|
@@ -2126,37 +2126,37 @@
|
|
|
2126
2126
|
"color/surface/primary": {
|
|
2127
2127
|
"css/variables": {
|
|
2128
2128
|
"name": "var(--dt-color-surface-primary)",
|
|
2129
|
-
"value": "#
|
|
2129
|
+
"value": "#1a1a1a"
|
|
2130
2130
|
},
|
|
2131
2131
|
"android/resources": {
|
|
2132
2132
|
"name": "dt_dark_color_surface_primary",
|
|
2133
|
-
"value": "#
|
|
2133
|
+
"value": "#ff1a1a1a"
|
|
2134
2134
|
},
|
|
2135
2135
|
"compose/object": {
|
|
2136
2136
|
"name": "dtColorSurfacePrimary",
|
|
2137
|
-
"value": "Color(
|
|
2137
|
+
"value": "Color(0xff1a1a1a)"
|
|
2138
2138
|
},
|
|
2139
2139
|
"ios-swift/enum.swift": {
|
|
2140
2140
|
"name": "dtColorSurfacePrimary",
|
|
2141
|
-
"value": "UIColor(red: 0.
|
|
2141
|
+
"value": "UIColor(red: 0.102, green: 0.102, blue: 0.102, alpha: 1)"
|
|
2142
2142
|
}
|
|
2143
2143
|
},
|
|
2144
2144
|
"color/surface/secondary": {
|
|
2145
2145
|
"css/variables": {
|
|
2146
2146
|
"name": "var(--dt-color-surface-secondary)",
|
|
2147
|
-
"value": "#
|
|
2147
|
+
"value": "#262626"
|
|
2148
2148
|
},
|
|
2149
2149
|
"android/resources": {
|
|
2150
2150
|
"name": "dt_dark_color_surface_secondary",
|
|
2151
|
-
"value": "#
|
|
2151
|
+
"value": "#ff262626"
|
|
2152
2152
|
},
|
|
2153
2153
|
"compose/object": {
|
|
2154
2154
|
"name": "dtColorSurfaceSecondary",
|
|
2155
|
-
"value": "Color(
|
|
2155
|
+
"value": "Color(0xff262626)"
|
|
2156
2156
|
},
|
|
2157
2157
|
"ios-swift/enum.swift": {
|
|
2158
2158
|
"name": "dtColorSurfaceSecondary",
|
|
2159
|
-
"value": "UIColor(red: 0.
|
|
2159
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)"
|
|
2160
2160
|
}
|
|
2161
2161
|
},
|
|
2162
2162
|
"color/surface/moderate": {
|
|
@@ -3176,19 +3176,19 @@
|
|
|
3176
3176
|
"color/black/200": {
|
|
3177
3177
|
"css/variables": {
|
|
3178
3178
|
"name": "var(--dt-color-black-200)",
|
|
3179
|
-
"value": "#
|
|
3179
|
+
"value": "#262626"
|
|
3180
3180
|
},
|
|
3181
3181
|
"android/resources": {
|
|
3182
3182
|
"name": "dt_dark_color_black_200",
|
|
3183
|
-
"value": "#
|
|
3183
|
+
"value": "#ff262626"
|
|
3184
3184
|
},
|
|
3185
3185
|
"compose/object": {
|
|
3186
3186
|
"name": "dtColorBlack200",
|
|
3187
|
-
"value": "Color(
|
|
3187
|
+
"value": "Color(0xff262626)"
|
|
3188
3188
|
},
|
|
3189
3189
|
"ios-swift/enum.swift": {
|
|
3190
3190
|
"name": "dtColorBlack200",
|
|
3191
|
-
"value": "UIColor(red: 0.
|
|
3191
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)"
|
|
3192
3192
|
}
|
|
3193
3193
|
},
|
|
3194
3194
|
"color/black/300": {
|
|
@@ -6324,7 +6324,7 @@
|
|
|
6324
6324
|
},
|
|
6325
6325
|
"ios-swift/enum.swift": {
|
|
6326
6326
|
"name": "dtTypographyCodeSmallFontFamily",
|
|
6327
|
-
"value": "UIFont.monospacedSystemFont(ofSize: 15)"
|
|
6327
|
+
"value": "UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)"
|
|
6328
6328
|
}
|
|
6329
6329
|
},
|
|
6330
6330
|
"typography/code/small/fontWeight": {
|
|
@@ -6414,7 +6414,7 @@
|
|
|
6414
6414
|
},
|
|
6415
6415
|
"ios-swift/enum.swift": {
|
|
6416
6416
|
"name": "dtTypographyCodeBaseFontFamily",
|
|
6417
|
-
"value": "UIFont.monospacedSystemFont(ofSize: 15)"
|
|
6417
|
+
"value": "UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)"
|
|
6418
6418
|
}
|
|
6419
6419
|
},
|
|
6420
6420
|
"typography/code/base/fontWeight": {
|
|
@@ -6492,7 +6492,7 @@
|
|
|
6492
6492
|
"size/0": {
|
|
6493
6493
|
"css/variables": {
|
|
6494
6494
|
"name": "var(--dt-size-0)",
|
|
6495
|
-
"value": "
|
|
6495
|
+
"value": "0"
|
|
6496
6496
|
},
|
|
6497
6497
|
"android/resources": {
|
|
6498
6498
|
"name": "dt_dark_size_0",
|
|
@@ -7248,7 +7248,7 @@
|
|
|
7248
7248
|
"size/border/0": {
|
|
7249
7249
|
"css/variables": {
|
|
7250
7250
|
"name": "var(--dt-size-border-0)",
|
|
7251
|
-
"value": "
|
|
7251
|
+
"value": "0"
|
|
7252
7252
|
},
|
|
7253
7253
|
"android/resources": {
|
|
7254
7254
|
"name": "dt_dark_size_border_0",
|
|
@@ -8130,7 +8130,7 @@
|
|
|
8130
8130
|
"size/0-percent": {
|
|
8131
8131
|
"css/variables": {
|
|
8132
8132
|
"name": "var(--dt-size-0-percent)",
|
|
8133
|
-
"value": "
|
|
8133
|
+
"value": "0%"
|
|
8134
8134
|
},
|
|
8135
8135
|
"android/resources": {
|
|
8136
8136
|
"name": "dt_dark_size_0_percent",
|
|
@@ -8148,7 +8148,7 @@
|
|
|
8148
8148
|
"size/5-percent": {
|
|
8149
8149
|
"css/variables": {
|
|
8150
8150
|
"name": "var(--dt-size-5-percent)",
|
|
8151
|
-
"value": "
|
|
8151
|
+
"value": "5%"
|
|
8152
8152
|
},
|
|
8153
8153
|
"android/resources": {
|
|
8154
8154
|
"name": "dt_dark_size_5_percent",
|
|
@@ -8166,7 +8166,7 @@
|
|
|
8166
8166
|
"size/10-percent": {
|
|
8167
8167
|
"css/variables": {
|
|
8168
8168
|
"name": "var(--dt-size-10-percent)",
|
|
8169
|
-
"value": "
|
|
8169
|
+
"value": "10%"
|
|
8170
8170
|
},
|
|
8171
8171
|
"android/resources": {
|
|
8172
8172
|
"name": "dt_dark_size_10_percent",
|
|
@@ -8184,7 +8184,7 @@
|
|
|
8184
8184
|
"size/20-percent": {
|
|
8185
8185
|
"css/variables": {
|
|
8186
8186
|
"name": "var(--dt-size-20-percent)",
|
|
8187
|
-
"value": "
|
|
8187
|
+
"value": "20%"
|
|
8188
8188
|
},
|
|
8189
8189
|
"android/resources": {
|
|
8190
8190
|
"name": "dt_dark_size_20_percent",
|
|
@@ -8202,7 +8202,7 @@
|
|
|
8202
8202
|
"size/25-percent": {
|
|
8203
8203
|
"css/variables": {
|
|
8204
8204
|
"name": "var(--dt-size-25-percent)",
|
|
8205
|
-
"value": "
|
|
8205
|
+
"value": "25%"
|
|
8206
8206
|
},
|
|
8207
8207
|
"android/resources": {
|
|
8208
8208
|
"name": "dt_dark_size_25_percent",
|
|
@@ -8220,7 +8220,7 @@
|
|
|
8220
8220
|
"size/30-percent": {
|
|
8221
8221
|
"css/variables": {
|
|
8222
8222
|
"name": "var(--dt-size-30-percent)",
|
|
8223
|
-
"value": "
|
|
8223
|
+
"value": "30%"
|
|
8224
8224
|
},
|
|
8225
8225
|
"android/resources": {
|
|
8226
8226
|
"name": "dt_dark_size_30_percent",
|
|
@@ -8238,7 +8238,7 @@
|
|
|
8238
8238
|
"size/33-percent": {
|
|
8239
8239
|
"css/variables": {
|
|
8240
8240
|
"name": "var(--dt-size-33-percent)",
|
|
8241
|
-
"value": "
|
|
8241
|
+
"value": "33.333%"
|
|
8242
8242
|
},
|
|
8243
8243
|
"android/resources": {
|
|
8244
8244
|
"name": "dt_dark_size_33_percent",
|
|
@@ -8256,7 +8256,7 @@
|
|
|
8256
8256
|
"size/40-percent": {
|
|
8257
8257
|
"css/variables": {
|
|
8258
8258
|
"name": "var(--dt-size-40-percent)",
|
|
8259
|
-
"value": "
|
|
8259
|
+
"value": "40%"
|
|
8260
8260
|
},
|
|
8261
8261
|
"android/resources": {
|
|
8262
8262
|
"name": "dt_dark_size_40_percent",
|
|
@@ -8274,7 +8274,7 @@
|
|
|
8274
8274
|
"size/50-percent": {
|
|
8275
8275
|
"css/variables": {
|
|
8276
8276
|
"name": "var(--dt-size-50-percent)",
|
|
8277
|
-
"value": "
|
|
8277
|
+
"value": "50%"
|
|
8278
8278
|
},
|
|
8279
8279
|
"android/resources": {
|
|
8280
8280
|
"name": "dt_dark_size_50_percent",
|
|
@@ -8292,7 +8292,7 @@
|
|
|
8292
8292
|
"size/60-percent": {
|
|
8293
8293
|
"css/variables": {
|
|
8294
8294
|
"name": "var(--dt-size-60-percent)",
|
|
8295
|
-
"value": "
|
|
8295
|
+
"value": "60%"
|
|
8296
8296
|
},
|
|
8297
8297
|
"android/resources": {
|
|
8298
8298
|
"name": "dt_dark_size_60_percent",
|
|
@@ -8310,7 +8310,7 @@
|
|
|
8310
8310
|
"size/66-percent": {
|
|
8311
8311
|
"css/variables": {
|
|
8312
8312
|
"name": "var(--dt-size-66-percent)",
|
|
8313
|
-
"value": "
|
|
8313
|
+
"value": "66.7%"
|
|
8314
8314
|
},
|
|
8315
8315
|
"android/resources": {
|
|
8316
8316
|
"name": "dt_dark_size_66_percent",
|
|
@@ -8328,7 +8328,7 @@
|
|
|
8328
8328
|
"size/70-percent": {
|
|
8329
8329
|
"css/variables": {
|
|
8330
8330
|
"name": "var(--dt-size-70-percent)",
|
|
8331
|
-
"value": "
|
|
8331
|
+
"value": "70%"
|
|
8332
8332
|
},
|
|
8333
8333
|
"android/resources": {
|
|
8334
8334
|
"name": "dt_dark_size_70_percent",
|
|
@@ -8346,7 +8346,7 @@
|
|
|
8346
8346
|
"size/75-percent": {
|
|
8347
8347
|
"css/variables": {
|
|
8348
8348
|
"name": "var(--dt-size-75-percent)",
|
|
8349
|
-
"value": "
|
|
8349
|
+
"value": "75%"
|
|
8350
8350
|
},
|
|
8351
8351
|
"android/resources": {
|
|
8352
8352
|
"name": "dt_dark_size_75_percent",
|
|
@@ -8364,7 +8364,7 @@
|
|
|
8364
8364
|
"size/80-percent": {
|
|
8365
8365
|
"css/variables": {
|
|
8366
8366
|
"name": "var(--dt-size-80-percent)",
|
|
8367
|
-
"value": "
|
|
8367
|
+
"value": "80%"
|
|
8368
8368
|
},
|
|
8369
8369
|
"android/resources": {
|
|
8370
8370
|
"name": "dt_dark_size_80_percent",
|
|
@@ -8382,7 +8382,7 @@
|
|
|
8382
8382
|
"size/90-percent": {
|
|
8383
8383
|
"css/variables": {
|
|
8384
8384
|
"name": "var(--dt-size-90-percent)",
|
|
8385
|
-
"value": "
|
|
8385
|
+
"value": "90%"
|
|
8386
8386
|
},
|
|
8387
8387
|
"android/resources": {
|
|
8388
8388
|
"name": "dt_dark_size_90_percent",
|
|
@@ -8400,7 +8400,7 @@
|
|
|
8400
8400
|
"size/95-percent": {
|
|
8401
8401
|
"css/variables": {
|
|
8402
8402
|
"name": "var(--dt-size-95-percent)",
|
|
8403
|
-
"value": "
|
|
8403
|
+
"value": "95%"
|
|
8404
8404
|
},
|
|
8405
8405
|
"android/resources": {
|
|
8406
8406
|
"name": "dt_dark_size_95_percent",
|
|
@@ -8418,7 +8418,7 @@
|
|
|
8418
8418
|
"size/100-percent": {
|
|
8419
8419
|
"css/variables": {
|
|
8420
8420
|
"name": "var(--dt-size-100-percent)",
|
|
8421
|
-
"value": "
|
|
8421
|
+
"value": "100%"
|
|
8422
8422
|
},
|
|
8423
8423
|
"android/resources": {
|
|
8424
8424
|
"name": "dt_dark_size_100_percent",
|
|
@@ -8454,7 +8454,7 @@
|
|
|
8454
8454
|
"size/radius/0": {
|
|
8455
8455
|
"css/variables": {
|
|
8456
8456
|
"name": "var(--dt-size-radius-0)",
|
|
8457
|
-
"value": "
|
|
8457
|
+
"value": "0"
|
|
8458
8458
|
},
|
|
8459
8459
|
"android/resources": {
|
|
8460
8460
|
"name": "dt_dark_size_radius_0",
|
|
@@ -8598,7 +8598,7 @@
|
|
|
8598
8598
|
"size/radius/circle": {
|
|
8599
8599
|
"css/variables": {
|
|
8600
8600
|
"name": "var(--dt-size-radius-circle)",
|
|
8601
|
-
"value": "
|
|
8601
|
+
"value": "50%"
|
|
8602
8602
|
},
|
|
8603
8603
|
"android/resources": {
|
|
8604
8604
|
"name": "dt_dark_size_radius_circle",
|
|
@@ -9624,55 +9624,55 @@
|
|
|
9624
9624
|
"action/color/background/inverted/hover": {
|
|
9625
9625
|
"css/variables": {
|
|
9626
9626
|
"name": "var(--dt-action-color-background-inverted-hover)",
|
|
9627
|
-
"value": "#
|
|
9627
|
+
"value": "#1a1a1a26"
|
|
9628
9628
|
},
|
|
9629
9629
|
"android/resources": {
|
|
9630
9630
|
"name": "dt_dark_action_color_background_inverted_hover",
|
|
9631
|
-
"value": "#
|
|
9631
|
+
"value": "#261a1a1a"
|
|
9632
9632
|
},
|
|
9633
9633
|
"compose/object": {
|
|
9634
9634
|
"name": "dtActionColorBackgroundInvertedHover",
|
|
9635
|
-
"value": "Color(
|
|
9635
|
+
"value": "Color(0x261a1a1a)"
|
|
9636
9636
|
},
|
|
9637
9637
|
"ios-swift/enum.swift": {
|
|
9638
9638
|
"name": "dtActionColorBackgroundInvertedHover",
|
|
9639
|
-
"value": "UIColor(red: 0.
|
|
9639
|
+
"value": "UIColor(red: 0.102, green: 0.102, blue: 0.102, alpha: 0.14901960784313725)"
|
|
9640
9640
|
}
|
|
9641
9641
|
},
|
|
9642
9642
|
"action/color/background/inverted/active": {
|
|
9643
9643
|
"css/variables": {
|
|
9644
9644
|
"name": "var(--dt-action-color-background-inverted-active)",
|
|
9645
|
-
"value": "#
|
|
9645
|
+
"value": "#1a1a1a4d"
|
|
9646
9646
|
},
|
|
9647
9647
|
"android/resources": {
|
|
9648
9648
|
"name": "dt_dark_action_color_background_inverted_active",
|
|
9649
|
-
"value": "#
|
|
9649
|
+
"value": "#4d1a1a1a"
|
|
9650
9650
|
},
|
|
9651
9651
|
"compose/object": {
|
|
9652
9652
|
"name": "dtActionColorBackgroundInvertedActive",
|
|
9653
|
-
"value": "Color(
|
|
9653
|
+
"value": "Color(0x4d1a1a1a)"
|
|
9654
9654
|
},
|
|
9655
9655
|
"ios-swift/enum.swift": {
|
|
9656
9656
|
"name": "dtActionColorBackgroundInvertedActive",
|
|
9657
|
-
"value": "UIColor(red: 0.
|
|
9657
|
+
"value": "UIColor(red: 0.102, green: 0.102, blue: 0.102, alpha: 0.30196078431372547)"
|
|
9658
9658
|
}
|
|
9659
9659
|
},
|
|
9660
9660
|
"action/color/background/inverted/primary/default": {
|
|
9661
9661
|
"css/variables": {
|
|
9662
9662
|
"name": "var(--dt-action-color-background-inverted-primary-default)",
|
|
9663
|
-
"value": "#
|
|
9663
|
+
"value": "#1a1a1a"
|
|
9664
9664
|
},
|
|
9665
9665
|
"android/resources": {
|
|
9666
9666
|
"name": "dt_dark_action_color_background_inverted_primary_default",
|
|
9667
|
-
"value": "#
|
|
9667
|
+
"value": "#ff1a1a1a"
|
|
9668
9668
|
},
|
|
9669
9669
|
"compose/object": {
|
|
9670
9670
|
"name": "dtActionColorBackgroundInvertedPrimaryDefault",
|
|
9671
|
-
"value": "Color(
|
|
9671
|
+
"value": "Color(0xff1a1a1a)"
|
|
9672
9672
|
},
|
|
9673
9673
|
"ios-swift/enum.swift": {
|
|
9674
9674
|
"name": "dtActionColorBackgroundInvertedPrimaryDefault",
|
|
9675
|
-
"value": "UIColor(red: 0.
|
|
9675
|
+
"value": "UIColor(red: 0.102, green: 0.102, blue: 0.102, alpha: 1)"
|
|
9676
9676
|
}
|
|
9677
9677
|
},
|
|
9678
9678
|
"action/color/background/inverted/primary/hover": {
|
|
@@ -9894,19 +9894,19 @@
|
|
|
9894
9894
|
"theme/topbar/color/background": {
|
|
9895
9895
|
"css/variables": {
|
|
9896
9896
|
"name": "var(--dt-theme-topbar-color-background)",
|
|
9897
|
-
"value": "#
|
|
9897
|
+
"value": "#262626"
|
|
9898
9898
|
},
|
|
9899
9899
|
"android/resources": {
|
|
9900
9900
|
"name": "dt_dark_theme_topbar_color_background",
|
|
9901
|
-
"value": "#
|
|
9901
|
+
"value": "#ff262626"
|
|
9902
9902
|
},
|
|
9903
9903
|
"compose/object": {
|
|
9904
9904
|
"name": "dtThemeTopbarColorBackground",
|
|
9905
|
-
"value": "Color(
|
|
9905
|
+
"value": "Color(0xff262626)"
|
|
9906
9906
|
},
|
|
9907
9907
|
"ios-swift/enum.swift": {
|
|
9908
9908
|
"name": "dtThemeTopbarColorBackground",
|
|
9909
|
-
"value": "UIColor(red: 0.
|
|
9909
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)"
|
|
9910
9910
|
}
|
|
9911
9911
|
},
|
|
9912
9912
|
"theme/topbar/field/color/foreground": {
|
|
@@ -10143,6 +10143,24 @@
|
|
|
10143
10143
|
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.7490196078431373)"
|
|
10144
10144
|
}
|
|
10145
10145
|
},
|
|
10146
|
+
"theme/topbar/profile/color/foreground-inverted": {
|
|
10147
|
+
"css/variables": {
|
|
10148
|
+
"name": "var(--dt-theme-topbar-profile-color-foreground-inverted)",
|
|
10149
|
+
"value": "#000000bf"
|
|
10150
|
+
},
|
|
10151
|
+
"android/resources": {
|
|
10152
|
+
"name": "dt_dark_theme_topbar_profile_color_foreground_inverted",
|
|
10153
|
+
"value": "#bf000000"
|
|
10154
|
+
},
|
|
10155
|
+
"compose/object": {
|
|
10156
|
+
"name": "dtThemeTopbarProfileColorForegroundInverted",
|
|
10157
|
+
"value": "Color(0xbf000000)"
|
|
10158
|
+
},
|
|
10159
|
+
"ios-swift/enum.swift": {
|
|
10160
|
+
"name": "dtThemeTopbarProfileColorForegroundInverted",
|
|
10161
|
+
"value": "UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.7490196078431373)"
|
|
10162
|
+
}
|
|
10163
|
+
},
|
|
10146
10164
|
"theme/topbar/profile/color/background": {
|
|
10147
10165
|
"css/variables": {
|
|
10148
10166
|
"name": "var(--dt-theme-topbar-profile-color-background)",
|
|
@@ -10161,6 +10179,24 @@
|
|
|
10161
10179
|
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.050980392156862744)"
|
|
10162
10180
|
}
|
|
10163
10181
|
},
|
|
10182
|
+
"theme/topbar/profile/color/background-inverted": {
|
|
10183
|
+
"css/variables": {
|
|
10184
|
+
"name": "var(--dt-theme-topbar-profile-color-background-inverted)",
|
|
10185
|
+
"value": "#f9f9f9bf"
|
|
10186
|
+
},
|
|
10187
|
+
"android/resources": {
|
|
10188
|
+
"name": "dt_dark_theme_topbar_profile_color_background_inverted",
|
|
10189
|
+
"value": "#bff9f9f9"
|
|
10190
|
+
},
|
|
10191
|
+
"compose/object": {
|
|
10192
|
+
"name": "dtThemeTopbarProfileColorBackgroundInverted",
|
|
10193
|
+
"value": "Color(0xbff9f9f9)"
|
|
10194
|
+
},
|
|
10195
|
+
"ios-swift/enum.swift": {
|
|
10196
|
+
"name": "dtThemeTopbarProfileColorBackgroundInverted",
|
|
10197
|
+
"value": "UIColor(red: 0.976, green: 0.976, blue: 0.976, alpha: 0.7490196078431373)"
|
|
10198
|
+
}
|
|
10199
|
+
},
|
|
10164
10200
|
"theme/topbar/profile/color/background-hover": {
|
|
10165
10201
|
"css/variables": {
|
|
10166
10202
|
"name": "var(--dt-theme-topbar-profile-color-background-hover)",
|
|
@@ -10218,19 +10254,19 @@
|
|
|
10218
10254
|
"theme/sidebar/color/background": {
|
|
10219
10255
|
"css/variables": {
|
|
10220
10256
|
"name": "var(--dt-theme-sidebar-color-background)",
|
|
10221
|
-
"value": "#
|
|
10257
|
+
"value": "#262626"
|
|
10222
10258
|
},
|
|
10223
10259
|
"android/resources": {
|
|
10224
10260
|
"name": "dt_dark_theme_sidebar_color_background",
|
|
10225
|
-
"value": "#
|
|
10261
|
+
"value": "#ff262626"
|
|
10226
10262
|
},
|
|
10227
10263
|
"compose/object": {
|
|
10228
10264
|
"name": "dtThemeSidebarColorBackground",
|
|
10229
|
-
"value": "Color(
|
|
10265
|
+
"value": "Color(0xff262626)"
|
|
10230
10266
|
},
|
|
10231
10267
|
"ios-swift/enum.swift": {
|
|
10232
10268
|
"name": "dtThemeSidebarColorBackground",
|
|
10233
|
-
"value": "UIColor(red: 0.
|
|
10269
|
+
"value": "UIColor(red: 0.149, green: 0.149, blue: 0.149, alpha: 1)"
|
|
10234
10270
|
}
|
|
10235
10271
|
},
|
|
10236
10272
|
"theme/sidebar/icon/color/foreground": {
|
|
@@ -10770,7 +10806,7 @@
|
|
|
10770
10806
|
},
|
|
10771
10807
|
"ios-swift/enum.swift": {
|
|
10772
10808
|
"name": "dtFontFamilyMono",
|
|
10773
|
-
"value": "UIFont.monospacedSystemFont(ofSize: 15)"
|
|
10809
|
+
"value": "UIFont.monospacedSystemFont(ofSize: 15, weight: .regular)"
|
|
10774
10810
|
}
|
|
10775
10811
|
},
|
|
10776
10812
|
"font/size/100": {
|
|
@@ -14884,19 +14920,19 @@
|
|
|
14884
14920
|
"shadow/large/1/x": {
|
|
14885
14921
|
"css/variables": {
|
|
14886
14922
|
"name": "var(--dt-shadow-large-1-x)",
|
|
14887
|
-
"value": "0.05rem"
|
|
14923
|
+
"value": "-0.05rem"
|
|
14888
14924
|
},
|
|
14889
14925
|
"android/resources": {
|
|
14890
14926
|
"name": "dt_dark_shadow_large_1_x",
|
|
14891
|
-
"value": "0.5px"
|
|
14927
|
+
"value": "-0.5px"
|
|
14892
14928
|
},
|
|
14893
14929
|
"compose/object": {
|
|
14894
14930
|
"name": "dtShadowLarge1X",
|
|
14895
|
-
"value": "0.5.dp"
|
|
14931
|
+
"value": "-0.5.dp"
|
|
14896
14932
|
},
|
|
14897
14933
|
"ios-swift/enum.swift": {
|
|
14898
14934
|
"name": "dtShadowLarge1X",
|
|
14899
|
-
"value": "CGFloat(0.50)"
|
|
14935
|
+
"value": "CGFloat(-0.50)"
|
|
14900
14936
|
}
|
|
14901
14937
|
},
|
|
14902
14938
|
"shadow/large/1/y": {
|