fullstacked 0.12.3-1426 → 0.12.3-1428
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.
|
@@ -521,20 +521,6 @@ declare module "csstype" {
|
|
|
521
521
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/block-size
|
|
522
522
|
*/
|
|
523
523
|
blockSize?: Property.BlockSize<TLength> | undefined;
|
|
524
|
-
/**
|
|
525
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
526
|
-
*
|
|
527
|
-
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
528
|
-
*
|
|
529
|
-
* **Initial value**: `currentcolor`
|
|
530
|
-
*
|
|
531
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
532
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
533
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
534
|
-
*
|
|
535
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-color
|
|
536
|
-
*/
|
|
537
|
-
borderBlockColor?: Property.BorderBlockColor | undefined;
|
|
538
524
|
/**
|
|
539
525
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
540
526
|
*
|
|
@@ -621,34 +607,6 @@ declare module "csstype" {
|
|
|
621
607
|
borderBlockStartWidth?:
|
|
622
608
|
| Property.BorderBlockStartWidth<TLength>
|
|
623
609
|
| undefined;
|
|
624
|
-
/**
|
|
625
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
626
|
-
*
|
|
627
|
-
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
628
|
-
*
|
|
629
|
-
* **Initial value**: `none`
|
|
630
|
-
*
|
|
631
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
632
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
633
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
634
|
-
*
|
|
635
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-style
|
|
636
|
-
*/
|
|
637
|
-
borderBlockStyle?: Property.BorderBlockStyle | undefined;
|
|
638
|
-
/**
|
|
639
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
640
|
-
*
|
|
641
|
-
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
642
|
-
*
|
|
643
|
-
* **Initial value**: `medium`
|
|
644
|
-
*
|
|
645
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
646
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
647
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
648
|
-
*
|
|
649
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-width
|
|
650
|
-
*/
|
|
651
|
-
borderBlockWidth?: Property.BorderBlockWidth<TLength> | undefined;
|
|
652
610
|
/**
|
|
653
611
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
654
612
|
*
|
|
@@ -839,20 +797,6 @@ declare module "csstype" {
|
|
|
839
797
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-width
|
|
840
798
|
*/
|
|
841
799
|
borderImageWidth?: Property.BorderImageWidth<TLength> | undefined;
|
|
842
|
-
/**
|
|
843
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
844
|
-
*
|
|
845
|
-
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
846
|
-
*
|
|
847
|
-
* **Initial value**: `currentcolor`
|
|
848
|
-
*
|
|
849
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
850
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
851
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
852
|
-
*
|
|
853
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-color
|
|
854
|
-
*/
|
|
855
|
-
borderInlineColor?: Property.BorderInlineColor | undefined;
|
|
856
800
|
/**
|
|
857
801
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
858
802
|
*
|
|
@@ -946,34 +890,6 @@ declare module "csstype" {
|
|
|
946
890
|
borderInlineStartWidth?:
|
|
947
891
|
| Property.BorderInlineStartWidth<TLength>
|
|
948
892
|
| undefined;
|
|
949
|
-
/**
|
|
950
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
951
|
-
*
|
|
952
|
-
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
953
|
-
*
|
|
954
|
-
* **Initial value**: `none`
|
|
955
|
-
*
|
|
956
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
957
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
958
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
959
|
-
*
|
|
960
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-style
|
|
961
|
-
*/
|
|
962
|
-
borderInlineStyle?: Property.BorderInlineStyle | undefined;
|
|
963
|
-
/**
|
|
964
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
965
|
-
*
|
|
966
|
-
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
967
|
-
*
|
|
968
|
-
* **Initial value**: `medium`
|
|
969
|
-
*
|
|
970
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
971
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
972
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
973
|
-
*
|
|
974
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-width
|
|
975
|
-
*/
|
|
976
|
-
borderInlineWidth?: Property.BorderInlineWidth<TLength> | undefined;
|
|
977
893
|
/**
|
|
978
894
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
979
895
|
*
|
|
@@ -6097,7 +6013,7 @@ declare module "csstype" {
|
|
|
6097
6013
|
*
|
|
6098
6014
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background
|
|
6099
6015
|
*/
|
|
6100
|
-
background?: Property.Background | undefined;
|
|
6016
|
+
background?: Property.Background<TLength> | undefined;
|
|
6101
6017
|
/**
|
|
6102
6018
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
6103
6019
|
*
|
|
@@ -6136,6 +6052,20 @@ declare module "csstype" {
|
|
|
6136
6052
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block
|
|
6137
6053
|
*/
|
|
6138
6054
|
borderBlock?: Property.BorderBlock<TLength> | undefined;
|
|
6055
|
+
/**
|
|
6056
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6057
|
+
*
|
|
6058
|
+
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
6059
|
+
*
|
|
6060
|
+
* **Initial value**: `currentcolor`
|
|
6061
|
+
*
|
|
6062
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6063
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6064
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6065
|
+
*
|
|
6066
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-color
|
|
6067
|
+
*/
|
|
6068
|
+
borderBlockColor?: Property.BorderBlockColor | undefined;
|
|
6139
6069
|
/**
|
|
6140
6070
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
6141
6071
|
*
|
|
@@ -6160,6 +6090,34 @@ declare module "csstype" {
|
|
|
6160
6090
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start
|
|
6161
6091
|
*/
|
|
6162
6092
|
borderBlockStart?: Property.BorderBlockStart<TLength> | undefined;
|
|
6093
|
+
/**
|
|
6094
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6095
|
+
*
|
|
6096
|
+
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
6097
|
+
*
|
|
6098
|
+
* **Initial value**: `none`
|
|
6099
|
+
*
|
|
6100
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6101
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6102
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6103
|
+
*
|
|
6104
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-style
|
|
6105
|
+
*/
|
|
6106
|
+
borderBlockStyle?: Property.BorderBlockStyle | undefined;
|
|
6107
|
+
/**
|
|
6108
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6109
|
+
*
|
|
6110
|
+
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
6111
|
+
*
|
|
6112
|
+
* **Initial value**: `medium`
|
|
6113
|
+
*
|
|
6114
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6115
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6116
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6117
|
+
*
|
|
6118
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-width
|
|
6119
|
+
*/
|
|
6120
|
+
borderBlockWidth?: Property.BorderBlockWidth<TLength> | undefined;
|
|
6163
6121
|
/**
|
|
6164
6122
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
6165
6123
|
*
|
|
@@ -6209,6 +6167,20 @@ declare module "csstype" {
|
|
|
6209
6167
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline
|
|
6210
6168
|
*/
|
|
6211
6169
|
borderInline?: Property.BorderInline<TLength> | undefined;
|
|
6170
|
+
/**
|
|
6171
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6172
|
+
*
|
|
6173
|
+
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
6174
|
+
*
|
|
6175
|
+
* **Initial value**: `currentcolor`
|
|
6176
|
+
*
|
|
6177
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6178
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6179
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6180
|
+
*
|
|
6181
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-color
|
|
6182
|
+
*/
|
|
6183
|
+
borderInlineColor?: Property.BorderInlineColor | undefined;
|
|
6212
6184
|
/**
|
|
6213
6185
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
6214
6186
|
*
|
|
@@ -6233,6 +6205,34 @@ declare module "csstype" {
|
|
|
6233
6205
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start
|
|
6234
6206
|
*/
|
|
6235
6207
|
borderInlineStart?: Property.BorderInlineStart<TLength> | undefined;
|
|
6208
|
+
/**
|
|
6209
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6210
|
+
*
|
|
6211
|
+
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
6212
|
+
*
|
|
6213
|
+
* **Initial value**: `none`
|
|
6214
|
+
*
|
|
6215
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6216
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6217
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6218
|
+
*
|
|
6219
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-style
|
|
6220
|
+
*/
|
|
6221
|
+
borderInlineStyle?: Property.BorderInlineStyle | undefined;
|
|
6222
|
+
/**
|
|
6223
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
6224
|
+
*
|
|
6225
|
+
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
6226
|
+
*
|
|
6227
|
+
* **Initial value**: `medium`
|
|
6228
|
+
*
|
|
6229
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
6230
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
6231
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
6232
|
+
*
|
|
6233
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-width
|
|
6234
|
+
*/
|
|
6235
|
+
borderInlineWidth?: Property.BorderInlineWidth<TLength> | undefined;
|
|
6236
6236
|
/**
|
|
6237
6237
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
6238
6238
|
*
|
|
@@ -10432,20 +10432,6 @@ declare module "csstype" {
|
|
|
10432
10432
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/block-size
|
|
10433
10433
|
*/
|
|
10434
10434
|
"block-size"?: Property.BlockSize<TLength> | undefined;
|
|
10435
|
-
/**
|
|
10436
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10437
|
-
*
|
|
10438
|
-
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
10439
|
-
*
|
|
10440
|
-
* **Initial value**: `currentcolor`
|
|
10441
|
-
*
|
|
10442
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10443
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10444
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10445
|
-
*
|
|
10446
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-color
|
|
10447
|
-
*/
|
|
10448
|
-
"border-block-color"?: Property.BorderBlockColor | undefined;
|
|
10449
10435
|
/**
|
|
10450
10436
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
10451
10437
|
*
|
|
@@ -10534,34 +10520,6 @@ declare module "csstype" {
|
|
|
10534
10520
|
"border-block-start-width"?:
|
|
10535
10521
|
| Property.BorderBlockStartWidth<TLength>
|
|
10536
10522
|
| undefined;
|
|
10537
|
-
/**
|
|
10538
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10539
|
-
*
|
|
10540
|
-
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
10541
|
-
*
|
|
10542
|
-
* **Initial value**: `none`
|
|
10543
|
-
*
|
|
10544
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10545
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10546
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10547
|
-
*
|
|
10548
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-style
|
|
10549
|
-
*/
|
|
10550
|
-
"border-block-style"?: Property.BorderBlockStyle | undefined;
|
|
10551
|
-
/**
|
|
10552
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10553
|
-
*
|
|
10554
|
-
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
10555
|
-
*
|
|
10556
|
-
* **Initial value**: `medium`
|
|
10557
|
-
*
|
|
10558
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10559
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10560
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10561
|
-
*
|
|
10562
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-width
|
|
10563
|
-
*/
|
|
10564
|
-
"border-block-width"?: Property.BorderBlockWidth<TLength> | undefined;
|
|
10565
10523
|
/**
|
|
10566
10524
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
10567
10525
|
*
|
|
@@ -10754,20 +10712,6 @@ declare module "csstype" {
|
|
|
10754
10712
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-width
|
|
10755
10713
|
*/
|
|
10756
10714
|
"border-image-width"?: Property.BorderImageWidth<TLength> | undefined;
|
|
10757
|
-
/**
|
|
10758
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10759
|
-
*
|
|
10760
|
-
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
10761
|
-
*
|
|
10762
|
-
* **Initial value**: `currentcolor`
|
|
10763
|
-
*
|
|
10764
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10765
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10766
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10767
|
-
*
|
|
10768
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-color
|
|
10769
|
-
*/
|
|
10770
|
-
"border-inline-color"?: Property.BorderInlineColor | undefined;
|
|
10771
10715
|
/**
|
|
10772
10716
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
10773
10717
|
*
|
|
@@ -10865,34 +10809,6 @@ declare module "csstype" {
|
|
|
10865
10809
|
"border-inline-start-width"?:
|
|
10866
10810
|
| Property.BorderInlineStartWidth<TLength>
|
|
10867
10811
|
| undefined;
|
|
10868
|
-
/**
|
|
10869
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10870
|
-
*
|
|
10871
|
-
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
10872
|
-
*
|
|
10873
|
-
* **Initial value**: `none`
|
|
10874
|
-
*
|
|
10875
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10876
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10877
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10878
|
-
*
|
|
10879
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-style
|
|
10880
|
-
*/
|
|
10881
|
-
"border-inline-style"?: Property.BorderInlineStyle | undefined;
|
|
10882
|
-
/**
|
|
10883
|
-
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
10884
|
-
*
|
|
10885
|
-
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
10886
|
-
*
|
|
10887
|
-
* **Initial value**: `medium`
|
|
10888
|
-
*
|
|
10889
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10890
|
-
* | :----: | :-----: | :------: | :----: | :-: |
|
|
10891
|
-
* | **87** | **66** | **14.1** | **87** | No |
|
|
10892
|
-
*
|
|
10893
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-width
|
|
10894
|
-
*/
|
|
10895
|
-
"border-inline-width"?: Property.BorderInlineWidth<TLength> | undefined;
|
|
10896
10812
|
/**
|
|
10897
10813
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
10898
10814
|
*
|
|
@@ -16042,7 +15958,7 @@ declare module "csstype" {
|
|
|
16042
15958
|
*
|
|
16043
15959
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background
|
|
16044
15960
|
*/
|
|
16045
|
-
background?: Property.Background | undefined;
|
|
15961
|
+
background?: Property.Background<TLength> | undefined;
|
|
16046
15962
|
/**
|
|
16047
15963
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
16048
15964
|
*
|
|
@@ -16083,6 +15999,20 @@ declare module "csstype" {
|
|
|
16083
15999
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block
|
|
16084
16000
|
*/
|
|
16085
16001
|
"border-block"?: Property.BorderBlock<TLength> | undefined;
|
|
16002
|
+
/**
|
|
16003
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16004
|
+
*
|
|
16005
|
+
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
16006
|
+
*
|
|
16007
|
+
* **Initial value**: `currentcolor`
|
|
16008
|
+
*
|
|
16009
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16010
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16011
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16012
|
+
*
|
|
16013
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-color
|
|
16014
|
+
*/
|
|
16015
|
+
"border-block-color"?: Property.BorderBlockColor | undefined;
|
|
16086
16016
|
/**
|
|
16087
16017
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
16088
16018
|
*
|
|
@@ -16107,6 +16037,34 @@ declare module "csstype" {
|
|
|
16107
16037
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start
|
|
16108
16038
|
*/
|
|
16109
16039
|
"border-block-start"?: Property.BorderBlockStart<TLength> | undefined;
|
|
16040
|
+
/**
|
|
16041
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16042
|
+
*
|
|
16043
|
+
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
16044
|
+
*
|
|
16045
|
+
* **Initial value**: `none`
|
|
16046
|
+
*
|
|
16047
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16048
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16049
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16050
|
+
*
|
|
16051
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-style
|
|
16052
|
+
*/
|
|
16053
|
+
"border-block-style"?: Property.BorderBlockStyle | undefined;
|
|
16054
|
+
/**
|
|
16055
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16056
|
+
*
|
|
16057
|
+
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
16058
|
+
*
|
|
16059
|
+
* **Initial value**: `medium`
|
|
16060
|
+
*
|
|
16061
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16062
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16063
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16064
|
+
*
|
|
16065
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-width
|
|
16066
|
+
*/
|
|
16067
|
+
"border-block-width"?: Property.BorderBlockWidth<TLength> | undefined;
|
|
16110
16068
|
/**
|
|
16111
16069
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
16112
16070
|
*
|
|
@@ -16156,6 +16114,20 @@ declare module "csstype" {
|
|
|
16156
16114
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline
|
|
16157
16115
|
*/
|
|
16158
16116
|
"border-inline"?: Property.BorderInline<TLength> | undefined;
|
|
16117
|
+
/**
|
|
16118
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16119
|
+
*
|
|
16120
|
+
* **Syntax**: `<'border-top-color'>{1,2}`
|
|
16121
|
+
*
|
|
16122
|
+
* **Initial value**: `currentcolor`
|
|
16123
|
+
*
|
|
16124
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16125
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16126
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16127
|
+
*
|
|
16128
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-color
|
|
16129
|
+
*/
|
|
16130
|
+
"border-inline-color"?: Property.BorderInlineColor | undefined;
|
|
16159
16131
|
/**
|
|
16160
16132
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
|
|
16161
16133
|
*
|
|
@@ -16180,6 +16152,34 @@ declare module "csstype" {
|
|
|
16180
16152
|
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start
|
|
16181
16153
|
*/
|
|
16182
16154
|
"border-inline-start"?: Property.BorderInlineStart<TLength> | undefined;
|
|
16155
|
+
/**
|
|
16156
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16157
|
+
*
|
|
16158
|
+
* **Syntax**: `<'border-top-style'>{1,2}`
|
|
16159
|
+
*
|
|
16160
|
+
* **Initial value**: `none`
|
|
16161
|
+
*
|
|
16162
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16163
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16164
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16165
|
+
*
|
|
16166
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-style
|
|
16167
|
+
*/
|
|
16168
|
+
"border-inline-style"?: Property.BorderInlineStyle | undefined;
|
|
16169
|
+
/**
|
|
16170
|
+
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
|
|
16171
|
+
*
|
|
16172
|
+
* **Syntax**: `<'border-top-width'>{1,2}`
|
|
16173
|
+
*
|
|
16174
|
+
* **Initial value**: `medium`
|
|
16175
|
+
*
|
|
16176
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
16177
|
+
* | :----: | :-----: | :------: | :----: | :-: |
|
|
16178
|
+
* | **87** | **66** | **14.1** | **87** | No |
|
|
16179
|
+
*
|
|
16180
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-width
|
|
16181
|
+
*/
|
|
16182
|
+
"border-inline-width"?: Property.BorderInlineWidth<TLength> | undefined;
|
|
16183
16183
|
/**
|
|
16184
16184
|
* This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
|
|
16185
16185
|
*
|
|
@@ -20822,7 +20822,11 @@ declare module "csstype" {
|
|
|
20822
20822
|
|
|
20823
20823
|
export type BackfaceVisibility = Globals | "hidden" | "visible";
|
|
20824
20824
|
|
|
20825
|
-
export type Background =
|
|
20825
|
+
export type Background<TLength = (string & {}) | 0> =
|
|
20826
|
+
| Globals
|
|
20827
|
+
| DataType.BgLayer<TLength>
|
|
20828
|
+
| DataType.FinalBgLayer<TLength>
|
|
20829
|
+
| (string & {});
|
|
20826
20830
|
|
|
20827
20831
|
export type BackgroundAttachment =
|
|
20828
20832
|
| Globals
|
|
@@ -24397,6 +24401,14 @@ declare module "csstype" {
|
|
|
24397
24401
|
|
|
24398
24402
|
type BgClip = VisualBox | "border-area" | "text";
|
|
24399
24403
|
|
|
24404
|
+
type BgLayer<TLength> =
|
|
24405
|
+
| BgPosition<TLength>
|
|
24406
|
+
| RepeatStyle
|
|
24407
|
+
| Attachment
|
|
24408
|
+
| VisualBox
|
|
24409
|
+
| "none"
|
|
24410
|
+
| (string & {});
|
|
24411
|
+
|
|
24400
24412
|
type BgPosition<TLength> =
|
|
24401
24413
|
| TLength
|
|
24402
24414
|
| "bottom"
|
|
@@ -24609,6 +24621,15 @@ declare module "csstype" {
|
|
|
24609
24621
|
| "simplified"
|
|
24610
24622
|
| "traditional";
|
|
24611
24623
|
|
|
24624
|
+
type FinalBgLayer<TLength> =
|
|
24625
|
+
| BgPosition<TLength>
|
|
24626
|
+
| RepeatStyle
|
|
24627
|
+
| Attachment
|
|
24628
|
+
| VisualBox
|
|
24629
|
+
| Color
|
|
24630
|
+
| "none"
|
|
24631
|
+
| (string & {});
|
|
24632
|
+
|
|
24612
24633
|
type FontStretchAbsolute =
|
|
24613
24634
|
| "condensed"
|
|
24614
24635
|
| "expanded"
|