2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Revert dist changes from #32747 (#33050)

This commit is contained in:
Mark Otto
2021-02-11 07:22:18 -08:00
committed by GitHub
parent 8125856272
commit 037b5df737
41 changed files with 405 additions and 265 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+53 -53
View File
@@ -1130,10 +1130,6 @@
padding-left: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -1186,20 +1182,16 @@
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
.text-lowercase {
text-transform: lowercase !important;
}
.lh-sm {
line-height: 1.25 !important;
.text-uppercase {
text-transform: uppercase !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
@@ -1214,45 +1206,6 @@
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
color: #0d6efd !important;
}
@@ -1309,6 +1262,22 @@
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
@@ -1357,6 +1326,37 @@
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
File diff suppressed because one or more lines are too long
+45 -45
View File
@@ -1130,10 +1130,6 @@
padding-right: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -1186,20 +1182,16 @@
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
.text-lowercase {
text-transform: lowercase !important;
}
.lh-sm {
line-height: 1.25 !important;
.text-uppercase {
text-transform: uppercase !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
@@ -1214,37 +1206,6 @@
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-primary {
color: #0d6efd !important;
}
@@ -1301,6 +1262,22 @@
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
@@ -1349,6 +1326,29 @@
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
File diff suppressed because one or more lines are too long
+53 -53
View File
@@ -7098,10 +7098,6 @@ textarea.form-control-lg {
padding-left: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -7154,20 +7150,16 @@ textarea.form-control-lg {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
.text-lowercase {
text-transform: lowercase !important;
}
.lh-sm {
line-height: 1.25 !important;
.text-uppercase {
text-transform: uppercase !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
@@ -7182,45 +7174,6 @@ textarea.form-control-lg {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.text-primary {
color: #0d6efd !important;
}
@@ -7277,6 +7230,22 @@ textarea.form-control-lg {
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
@@ -7325,6 +7294,37 @@ textarea.form-control-lg {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
/* rtl:begin:remove */
.text-break {
word-wrap: break-word !important;
word-break: break-word !important;
}
/* rtl:end:remove */
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
+1 -1
View File
File diff suppressed because one or more lines are too long
+45 -45
View File
@@ -7083,10 +7083,6 @@ textarea.form-control-lg {
padding-right: 3rem !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
font-size: calc(1.375rem + 1.5vw) !important;
}
@@ -7139,20 +7135,16 @@ textarea.form-control-lg {
font-weight: bolder !important;
}
.lh-1 {
line-height: 1 !important;
.text-lowercase {
text-transform: lowercase !important;
}
.lh-sm {
line-height: 1.25 !important;
.text-uppercase {
text-transform: uppercase !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
.text-capitalize {
text-transform: capitalize !important;
}
.text-start {
@@ -7167,37 +7159,6 @@ textarea.form-control-lg {
text-align: center !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-primary {
color: #0d6efd !important;
}
@@ -7254,6 +7215,22 @@ textarea.form-control-lg {
color: inherit !important;
}
.lh-1 {
line-height: 1 !important;
}
.lh-sm {
line-height: 1.25 !important;
}
.lh-base {
line-height: 1.5 !important;
}
.lh-lg {
line-height: 2 !important;
}
.bg-primary {
background-color: #0d6efd !important;
}
@@ -7302,6 +7279,29 @@ textarea.form-control-lg {
background-image: var(--bs-gradient) !important;
}
.text-wrap {
white-space: normal !important;
}
.text-nowrap {
white-space: nowrap !important;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-decoration-underline {
text-decoration: underline !important;
}
.text-decoration-line-through {
text-decoration: line-through !important;
}
.font-monospace {
font-family: var(--bs-font-monospace) !important;
}
.user-select-all {
-webkit-user-select: all !important;
-moz-user-select: all !important;
+1 -1
View File
File diff suppressed because one or more lines are too long
+19 -9
View File
@@ -46,7 +46,17 @@
function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
}
/**
@@ -756,8 +766,8 @@
_createClass(Alert, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY;
}
}]);
@@ -832,8 +842,8 @@
_createClass(Button, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$1;
}
}]);
@@ -5872,8 +5882,8 @@
_createClass(Popover, null, [{
key: "Default",
// Getters
get: function get() {
get: // Getters
function get() {
return Default$5;
}
}, {
@@ -6373,8 +6383,8 @@
_createClass(Tab, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$9;
}
}]);
+1 -1
View File
File diff suppressed because one or more lines are too long
+19 -9
View File
@@ -43,7 +43,17 @@ function _extends() {
function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
}
/**
@@ -753,8 +763,8 @@ var Alert = /*#__PURE__*/function (_BaseComponent) {
_createClass(Alert, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY;
}
}]);
@@ -829,8 +839,8 @@ var Button = /*#__PURE__*/function (_BaseComponent) {
_createClass(Button, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$1;
}
}]);
@@ -4148,8 +4158,8 @@ var Popover = /*#__PURE__*/function (_Tooltip) {
_createClass(Popover, null, [{
key: "Default",
// Getters
get: function get() {
get: // Getters
function get() {
return Default$5;
}
}, {
@@ -4649,8 +4659,8 @@ var Tab = /*#__PURE__*/function (_BaseComponent) {
_createClass(Tab, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$9;
}
}]);
+1 -1
View File
File diff suppressed because one or more lines are too long
+19 -9
View File
@@ -68,7 +68,17 @@
function _inheritsLoose(subClass, superClass) {
subClass.prototype = Object.create(superClass.prototype);
subClass.prototype.constructor = subClass;
subClass.__proto__ = superClass;
_setPrototypeOf(subClass, superClass);
}
function _setPrototypeOf(o, p) {
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
o.__proto__ = p;
return o;
};
return _setPrototypeOf(o, p);
}
/**
@@ -778,8 +788,8 @@
_createClass(Alert, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY;
}
}]);
@@ -854,8 +864,8 @@
_createClass(Button, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$1;
}
}]);
@@ -4173,8 +4183,8 @@
_createClass(Popover, null, [{
key: "Default",
// Getters
get: function get() {
get: // Getters
function get() {
return Default$5;
}
}, {
@@ -4674,8 +4684,8 @@
_createClass(Tab, null, [{
key: "DATA_KEY",
// Getters
get: function get() {
get: // Getters
function get() {
return DATA_KEY$9;
}
}]);
+1 -1
View File
File diff suppressed because one or more lines are too long