@primer/view-components 0.20.0-rc.d312ceff → 0.20.0-rc.e0504aae
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/static/arguments.json +4 -4
- package/static/info_arch.json +43 -4
- package/static/previews.json +39 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.20.0-rc.
|
3
|
+
"version": "0.20.0-rc.e0504aae",
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
6
6
|
"module": "app/components/primer/primer.js",
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"postcss-cli": "^11.0.0",
|
84
84
|
"postcss-custom-properties-fallback": "^1.0.2",
|
85
85
|
"postcss-import": "^16.0.0",
|
86
|
-
"postcss-mixins": "^
|
86
|
+
"postcss-mixins": "^10.0.0",
|
87
87
|
"postcss-preset-env": "^9.3.0",
|
88
88
|
"prettier": "3.2.5",
|
89
89
|
"rollup": "^2.79.1",
|
package/static/arguments.json
CHANGED
@@ -2494,7 +2494,7 @@
|
|
2494
2494
|
"name": "full_width",
|
2495
2495
|
"type": "Boolean",
|
2496
2496
|
"default": "N/A",
|
2497
|
-
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container."
|
2497
|
+
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container. Defaults to `true`."
|
2498
2498
|
},
|
2499
2499
|
{
|
2500
2500
|
"name": "name",
|
@@ -2624,7 +2624,7 @@
|
|
2624
2624
|
"name": "full_width",
|
2625
2625
|
"type": "Boolean",
|
2626
2626
|
"default": "N/A",
|
2627
|
-
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container."
|
2627
|
+
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container. Defaults to `true`."
|
2628
2628
|
},
|
2629
2629
|
{
|
2630
2630
|
"name": "name",
|
@@ -2814,13 +2814,13 @@
|
|
2814
2814
|
"name": "size",
|
2815
2815
|
"type": "Symbol",
|
2816
2816
|
"default": "`:medium`",
|
2817
|
-
"description": "What size toggle switch to render. One of `:
|
2817
|
+
"description": "What size toggle switch to render. One of `:medium` or `:small`."
|
2818
2818
|
},
|
2819
2819
|
{
|
2820
2820
|
"name": "status_label_position",
|
2821
2821
|
"type": "Symbol",
|
2822
2822
|
"default": "`:start`",
|
2823
|
-
"description": "Which side of the toggle switch to render the status label. One of `:
|
2823
|
+
"description": "Which side of the toggle switch to render the status label. One of `:end` or `:start`."
|
2824
2824
|
},
|
2825
2825
|
{
|
2826
2826
|
"name": "system_arguments",
|
package/static/info_arch.json
CHANGED
@@ -7179,6 +7179,19 @@
|
|
7179
7179
|
]
|
7180
7180
|
}
|
7181
7181
|
},
|
7182
|
+
{
|
7183
|
+
"preview_path": "primer/alpha/select/not_full_width",
|
7184
|
+
"name": "not_full_width",
|
7185
|
+
"snapshot": "true",
|
7186
|
+
"skip_rules": {
|
7187
|
+
"wont_fix": [
|
7188
|
+
"region"
|
7189
|
+
],
|
7190
|
+
"will_fix": [
|
7191
|
+
"color-contrast"
|
7192
|
+
]
|
7193
|
+
}
|
7194
|
+
},
|
7182
7195
|
{
|
7183
7196
|
"preview_path": "primer/alpha/select/disabled",
|
7184
7197
|
"name": "disabled",
|
@@ -7614,7 +7627,7 @@
|
|
7614
7627
|
"name": "full_width",
|
7615
7628
|
"type": "Boolean",
|
7616
7629
|
"default": "N/A",
|
7617
|
-
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container."
|
7630
|
+
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container. Defaults to `true`."
|
7618
7631
|
},
|
7619
7632
|
{
|
7620
7633
|
"name": "name",
|
@@ -7797,6 +7810,19 @@
|
|
7797
7810
|
]
|
7798
7811
|
}
|
7799
7812
|
},
|
7813
|
+
{
|
7814
|
+
"preview_path": "primer/alpha/text_area/not_full_width",
|
7815
|
+
"name": "not_full_width",
|
7816
|
+
"snapshot": "true",
|
7817
|
+
"skip_rules": {
|
7818
|
+
"wont_fix": [
|
7819
|
+
"region"
|
7820
|
+
],
|
7821
|
+
"will_fix": [
|
7822
|
+
"color-contrast"
|
7823
|
+
]
|
7824
|
+
}
|
7825
|
+
},
|
7800
7826
|
{
|
7801
7827
|
"preview_path": "primer/alpha/text_area/disabled",
|
7802
7828
|
"name": "disabled",
|
@@ -7865,7 +7891,7 @@
|
|
7865
7891
|
"name": "full_width",
|
7866
7892
|
"type": "Boolean",
|
7867
7893
|
"default": "N/A",
|
7868
|
-
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container."
|
7894
|
+
"description": "When set to `true`, the field will take up all the horizontal space allowed by its container. Defaults to `true`."
|
7869
7895
|
},
|
7870
7896
|
{
|
7871
7897
|
"name": "name",
|
@@ -8142,6 +8168,19 @@
|
|
8142
8168
|
]
|
8143
8169
|
}
|
8144
8170
|
},
|
8171
|
+
{
|
8172
|
+
"preview_path": "primer/alpha/text_field/not_full_width",
|
8173
|
+
"name": "not_full_width",
|
8174
|
+
"snapshot": "true",
|
8175
|
+
"skip_rules": {
|
8176
|
+
"wont_fix": [
|
8177
|
+
"region"
|
8178
|
+
],
|
8179
|
+
"will_fix": [
|
8180
|
+
"color-contrast"
|
8181
|
+
]
|
8182
|
+
}
|
8183
|
+
},
|
8145
8184
|
{
|
8146
8185
|
"preview_path": "primer/alpha/text_field/disabled",
|
8147
8186
|
"name": "disabled",
|
@@ -8371,13 +8410,13 @@
|
|
8371
8410
|
"name": "size",
|
8372
8411
|
"type": "Symbol",
|
8373
8412
|
"default": "`:medium`",
|
8374
|
-
"description": "What size toggle switch to render. One of `:
|
8413
|
+
"description": "What size toggle switch to render. One of `:medium` or `:small`."
|
8375
8414
|
},
|
8376
8415
|
{
|
8377
8416
|
"name": "status_label_position",
|
8378
8417
|
"type": "Symbol",
|
8379
8418
|
"default": "`:start`",
|
8380
|
-
"description": "Which side of the toggle switch to render the status label. One of `:
|
8419
|
+
"description": "Which side of the toggle switch to render the status label. One of `:end` or `:start`."
|
8381
8420
|
},
|
8382
8421
|
{
|
8383
8422
|
"name": "system_arguments",
|
package/static/previews.json
CHANGED
@@ -5555,6 +5555,19 @@
|
|
5555
5555
|
]
|
5556
5556
|
}
|
5557
5557
|
},
|
5558
|
+
{
|
5559
|
+
"preview_path": "primer/alpha/select/not_full_width",
|
5560
|
+
"name": "not_full_width",
|
5561
|
+
"snapshot": "true",
|
5562
|
+
"skip_rules": {
|
5563
|
+
"wont_fix": [
|
5564
|
+
"region"
|
5565
|
+
],
|
5566
|
+
"will_fix": [
|
5567
|
+
"color-contrast"
|
5568
|
+
]
|
5569
|
+
}
|
5570
|
+
},
|
5558
5571
|
{
|
5559
5572
|
"preview_path": "primer/alpha/select/disabled",
|
5560
5573
|
"name": "disabled",
|
@@ -6079,6 +6092,19 @@
|
|
6079
6092
|
]
|
6080
6093
|
}
|
6081
6094
|
},
|
6095
|
+
{
|
6096
|
+
"preview_path": "primer/alpha/text_area/not_full_width",
|
6097
|
+
"name": "not_full_width",
|
6098
|
+
"snapshot": "true",
|
6099
|
+
"skip_rules": {
|
6100
|
+
"wont_fix": [
|
6101
|
+
"region"
|
6102
|
+
],
|
6103
|
+
"will_fix": [
|
6104
|
+
"color-contrast"
|
6105
|
+
]
|
6106
|
+
}
|
6107
|
+
},
|
6082
6108
|
{
|
6083
6109
|
"preview_path": "primer/alpha/text_area/disabled",
|
6084
6110
|
"name": "disabled",
|
@@ -6243,6 +6269,19 @@
|
|
6243
6269
|
]
|
6244
6270
|
}
|
6245
6271
|
},
|
6272
|
+
{
|
6273
|
+
"preview_path": "primer/alpha/text_field/not_full_width",
|
6274
|
+
"name": "not_full_width",
|
6275
|
+
"snapshot": "true",
|
6276
|
+
"skip_rules": {
|
6277
|
+
"wont_fix": [
|
6278
|
+
"region"
|
6279
|
+
],
|
6280
|
+
"will_fix": [
|
6281
|
+
"color-contrast"
|
6282
|
+
]
|
6283
|
+
}
|
6284
|
+
},
|
6246
6285
|
{
|
6247
6286
|
"preview_path": "primer/alpha/text_field/disabled",
|
6248
6287
|
"name": "disabled",
|