@nuvoui/core 1.5.4 → 1.5.6
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.
- package/dist/nuvoui.css +23 -39
- package/dist/nuvoui.css.map +1 -1
- package/dist/nuvoui.min.css +1 -1
- package/dist/nuvoui.min.css.map +1 -1
- package/package.json +1 -1
- package/src/styles/mixins-map.json +5 -0
- package/src/styles/mixins-map.scss +1 -1
- package/src/styles/utilities/_display.scss +58 -32
- package/src/styles/utilities/_transitions.scss +0 -3
package/dist/nuvoui.css
CHANGED
|
@@ -7273,13 +7273,15 @@
|
|
|
7273
7273
|
overflow-y: auto;
|
|
7274
7274
|
}
|
|
7275
7275
|
|
|
7276
|
-
.
|
|
7276
|
+
.table {
|
|
7277
7277
|
display: table;
|
|
7278
7278
|
}
|
|
7279
|
-
|
|
7279
|
+
|
|
7280
|
+
.table-row {
|
|
7280
7281
|
display: table-row;
|
|
7281
7282
|
}
|
|
7282
|
-
|
|
7283
|
+
|
|
7284
|
+
.table-cell {
|
|
7283
7285
|
display: table-cell;
|
|
7284
7286
|
}
|
|
7285
7287
|
|
|
@@ -7353,13 +7355,13 @@
|
|
|
7353
7355
|
.overflow-y-auto\@xs {
|
|
7354
7356
|
overflow-y: auto;
|
|
7355
7357
|
}
|
|
7356
|
-
.
|
|
7358
|
+
.table\@xs {
|
|
7357
7359
|
display: table;
|
|
7358
7360
|
}
|
|
7359
|
-
.
|
|
7361
|
+
.table-row\@xs {
|
|
7360
7362
|
display: table-row;
|
|
7361
7363
|
}
|
|
7362
|
-
.
|
|
7364
|
+
.table-cell\@xs {
|
|
7363
7365
|
display: table-cell;
|
|
7364
7366
|
}
|
|
7365
7367
|
}
|
|
@@ -7433,13 +7435,13 @@
|
|
|
7433
7435
|
.overflow-y-auto\@sm {
|
|
7434
7436
|
overflow-y: auto;
|
|
7435
7437
|
}
|
|
7436
|
-
.
|
|
7438
|
+
.table\@sm {
|
|
7437
7439
|
display: table;
|
|
7438
7440
|
}
|
|
7439
|
-
.
|
|
7441
|
+
.table-row\@sm {
|
|
7440
7442
|
display: table-row;
|
|
7441
7443
|
}
|
|
7442
|
-
.
|
|
7444
|
+
.table-cell\@sm {
|
|
7443
7445
|
display: table-cell;
|
|
7444
7446
|
}
|
|
7445
7447
|
}
|
|
@@ -7513,13 +7515,13 @@
|
|
|
7513
7515
|
.overflow-y-auto\@md {
|
|
7514
7516
|
overflow-y: auto;
|
|
7515
7517
|
}
|
|
7516
|
-
.
|
|
7518
|
+
.table\@md {
|
|
7517
7519
|
display: table;
|
|
7518
7520
|
}
|
|
7519
|
-
.
|
|
7521
|
+
.table-row\@md {
|
|
7520
7522
|
display: table-row;
|
|
7521
7523
|
}
|
|
7522
|
-
.
|
|
7524
|
+
.table-cell\@md {
|
|
7523
7525
|
display: table-cell;
|
|
7524
7526
|
}
|
|
7525
7527
|
}
|
|
@@ -7593,13 +7595,13 @@
|
|
|
7593
7595
|
.overflow-y-auto\@lg {
|
|
7594
7596
|
overflow-y: auto;
|
|
7595
7597
|
}
|
|
7596
|
-
.
|
|
7598
|
+
.table\@lg {
|
|
7597
7599
|
display: table;
|
|
7598
7600
|
}
|
|
7599
|
-
.
|
|
7601
|
+
.table-row\@lg {
|
|
7600
7602
|
display: table-row;
|
|
7601
7603
|
}
|
|
7602
|
-
.
|
|
7604
|
+
.table-cell\@lg {
|
|
7603
7605
|
display: table-cell;
|
|
7604
7606
|
}
|
|
7605
7607
|
}
|
|
@@ -7673,13 +7675,13 @@
|
|
|
7673
7675
|
.overflow-y-auto\@xl {
|
|
7674
7676
|
overflow-y: auto;
|
|
7675
7677
|
}
|
|
7676
|
-
.
|
|
7678
|
+
.table\@xl {
|
|
7677
7679
|
display: table;
|
|
7678
7680
|
}
|
|
7679
|
-
.
|
|
7681
|
+
.table-row\@xl {
|
|
7680
7682
|
display: table-row;
|
|
7681
7683
|
}
|
|
7682
|
-
.
|
|
7684
|
+
.table-cell\@xl {
|
|
7683
7685
|
display: table-cell;
|
|
7684
7686
|
}
|
|
7685
7687
|
}
|
|
@@ -7753,13 +7755,13 @@
|
|
|
7753
7755
|
.overflow-y-auto\@2xl {
|
|
7754
7756
|
overflow-y: auto;
|
|
7755
7757
|
}
|
|
7756
|
-
.
|
|
7758
|
+
.table\@2xl {
|
|
7757
7759
|
display: table;
|
|
7758
7760
|
}
|
|
7759
|
-
.
|
|
7761
|
+
.table-row\@2xl {
|
|
7760
7762
|
display: table-row;
|
|
7761
7763
|
}
|
|
7762
|
-
.
|
|
7764
|
+
.table-cell\@2xl {
|
|
7763
7765
|
display: table-cell;
|
|
7764
7766
|
}
|
|
7765
7767
|
}
|
|
@@ -20516,9 +20518,6 @@
|
|
|
20516
20518
|
.transition-none\@xs {
|
|
20517
20519
|
transition-property: none;
|
|
20518
20520
|
}
|
|
20519
|
-
.transition\@xs {
|
|
20520
|
-
transition-property: all;
|
|
20521
|
-
}
|
|
20522
20521
|
.transition-colors\@xs {
|
|
20523
20522
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20524
20523
|
}
|
|
@@ -20605,9 +20604,6 @@
|
|
|
20605
20604
|
.transition-none\@sm {
|
|
20606
20605
|
transition-property: none;
|
|
20607
20606
|
}
|
|
20608
|
-
.transition\@sm {
|
|
20609
|
-
transition-property: all;
|
|
20610
|
-
}
|
|
20611
20607
|
.transition-colors\@sm {
|
|
20612
20608
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20613
20609
|
}
|
|
@@ -20694,9 +20690,6 @@
|
|
|
20694
20690
|
.transition-none\@md {
|
|
20695
20691
|
transition-property: none;
|
|
20696
20692
|
}
|
|
20697
|
-
.transition\@md {
|
|
20698
|
-
transition-property: all;
|
|
20699
|
-
}
|
|
20700
20693
|
.transition-colors\@md {
|
|
20701
20694
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20702
20695
|
}
|
|
@@ -20783,9 +20776,6 @@
|
|
|
20783
20776
|
.transition-none\@lg {
|
|
20784
20777
|
transition-property: none;
|
|
20785
20778
|
}
|
|
20786
|
-
.transition\@lg {
|
|
20787
|
-
transition-property: all;
|
|
20788
|
-
}
|
|
20789
20779
|
.transition-colors\@lg {
|
|
20790
20780
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20791
20781
|
}
|
|
@@ -20872,9 +20862,6 @@
|
|
|
20872
20862
|
.transition-none\@xl {
|
|
20873
20863
|
transition-property: none;
|
|
20874
20864
|
}
|
|
20875
|
-
.transition\@xl {
|
|
20876
|
-
transition-property: all;
|
|
20877
|
-
}
|
|
20878
20865
|
.transition-colors\@xl {
|
|
20879
20866
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20880
20867
|
}
|
|
@@ -20961,9 +20948,6 @@
|
|
|
20961
20948
|
.transition-none\@2xl {
|
|
20962
20949
|
transition-property: none;
|
|
20963
20950
|
}
|
|
20964
|
-
.transition\@2xl {
|
|
20965
|
-
transition-property: all;
|
|
20966
|
-
}
|
|
20967
20951
|
.transition-colors\@2xl {
|
|
20968
20952
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
20969
20953
|
}
|