primer-forms
Advanced tools
Comparing version 2.2.0-alpha.244064c1 to 2.2.0-alpha.2507e037
{ | ||
"version": "2.2.0-alpha.244064c1", | ||
"version": "2.2.0-alpha.2507e037", | ||
"name": "primer-forms", | ||
@@ -28,6 +28,8 @@ "description": "Style individual form controls and utilize common layouts.", | ||
"lint": "../../script/lint-scss", | ||
"test": "../../script/npm-run-all build lint" | ||
"test": "../../script/npm-run-all build lint", | ||
"prepublishOnly": "../../script/notify pending", | ||
"postpublish": "../../script/notify success" | ||
}, | ||
"dependencies": { | ||
"primer-support": "4.6.0-alpha.244064c1" | ||
"primer-support": "4.8.0-alpha.2507e037" | ||
}, | ||
@@ -34,0 +36,0 @@ "keywords": [ |
@@ -40,2 +40,3 @@ # Primer Forms | ||
title: Forms | ||
path: components/forms | ||
status: Stable | ||
@@ -180,3 +181,3 @@ --> | ||
Use the `.select-sm` class to resize both default and custom `<select>`s to match the size of [our small buttons](/buttons/#default-buttons). | ||
Use the `.select-sm` class to resize both default and custom `<select>`s to match the size of [our small buttons](./buttons#default-buttons). | ||
@@ -319,3 +320,3 @@ ```html | ||
```html | ||
```erb | ||
<form> | ||
@@ -322,0 +323,0 @@ <div class="input-group"> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87742
352
+ Addedprimer-support@4.8.0-alpha.2507e037(transitive)
- Removedprimer-support@4.6.0-alpha.244064c1(transitive)