mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
3e2f9ab237
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <xhmikosr@gmail.com>
66 lines
1.3 KiB
JSON
66 lines
1.3 KiB
JSON
{
|
|
"files": [
|
|
{
|
|
"path": "./dist/css/bootstrap-grid.css",
|
|
"maxSize": "7 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap-grid.min.css",
|
|
"maxSize": "6 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap-reboot.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap-reboot.min.css",
|
|
"maxSize": "2 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap-utilities.css",
|
|
"maxSize": "7 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap-utilities.min.css",
|
|
"maxSize": "6 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap.css",
|
|
"maxSize": "24 kB"
|
|
},
|
|
{
|
|
"path": "./dist/css/bootstrap.min.css",
|
|
"maxSize": "21.6 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.bundle.js",
|
|
"maxSize": "51 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.bundle.min.js",
|
|
"maxSize": "22.5 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.esm.js",
|
|
"maxSize": "28 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.esm.min.js",
|
|
"maxSize": "19 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.js",
|
|
"maxSize": "29 kB"
|
|
},
|
|
{
|
|
"path": "./dist/js/bootstrap.min.js",
|
|
"maxSize": "16 kB"
|
|
}
|
|
],
|
|
"ci": {
|
|
"trackBranches": [
|
|
"main",
|
|
"v4-dev"
|
|
]
|
|
}
|
|
}
|