@northdata/fomantic-ui 2.9.423 → 2.9.424
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/lib/semantic-ui/dist/components/button.css +19 -0
- package/lib/semantic-ui/dist/components/button.min.css +1 -1
- package/lib/semantic-ui/dist/components/modal.css +4 -4
- package/lib/semantic-ui/dist/components/modal.min.css +1 -1
- package/lib/semantic-ui/dist/components/table.css +45 -3
- package/lib/semantic-ui/dist/components/table.min.css +1 -1
- package/lib/semantic-ui/dist/less/site/variation.variables +2 -2
- package/lib/semantic-ui/dist/semantic-packed.css +96 -6
- package/lib/semantic-ui/dist/semantic.css +79 -7
- package/lib/semantic-ui/dist/semantic.min.css +4 -4
- package/package.json +1 -1
|
@@ -1131,6 +1131,20 @@ input::selection {
|
|
|
1131
1131
|
vertical-align: baseline;
|
|
1132
1132
|
}
|
|
1133
1133
|
|
|
1134
|
+
/* -------------------
|
|
1135
|
+
Fluid
|
|
1136
|
+
-------------------- */
|
|
1137
|
+
|
|
1138
|
+
.ui.fluid.button {
|
|
1139
|
+
width: 100%;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.ui.fluid.button {
|
|
1143
|
+
display: block;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
/* Fluid Vertical Buttons */
|
|
1147
|
+
|
|
1134
1148
|
/* -------------------
|
|
1135
1149
|
Colors
|
|
1136
1150
|
-------------------- */
|
|
@@ -3894,6 +3908,10 @@ i.icon.hand.pointer::before {
|
|
|
3894
3908
|
content: "\f25a";
|
|
3895
3909
|
}
|
|
3896
3910
|
|
|
3911
|
+
i.icon.hashtag::before {
|
|
3912
|
+
content: "\f292";
|
|
3913
|
+
}
|
|
3914
|
+
|
|
3897
3915
|
i.icon.heartbeat::before {
|
|
3898
3916
|
content: "\f21e";
|
|
3899
3917
|
}
|
|
@@ -4038,6 +4056,10 @@ i.icon.pencil.ruler::before {
|
|
|
4038
4056
|
content: "\f5ae";
|
|
4039
4057
|
}
|
|
4040
4058
|
|
|
4059
|
+
i.icon.percentage::before {
|
|
4060
|
+
content: "\f541";
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4041
4063
|
i.icon.photo.video::before {
|
|
4042
4064
|
content: "\f87c";
|
|
4043
4065
|
}
|
|
@@ -4174,6 +4196,14 @@ i.icon.tachometer.alternate::before {
|
|
|
4174
4196
|
content: "\f3fd";
|
|
4175
4197
|
}
|
|
4176
4198
|
|
|
4199
|
+
i.icon.tag::before {
|
|
4200
|
+
content: "\f02b";
|
|
4201
|
+
}
|
|
4202
|
+
|
|
4203
|
+
i.icon.tags::before {
|
|
4204
|
+
content: "\f02c";
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4177
4207
|
i.icon.th.list::before {
|
|
4178
4208
|
content: "\f00b";
|
|
4179
4209
|
}
|
|
@@ -4878,6 +4908,16 @@ i.icon.google.plus.square::before {
|
|
|
4878
4908
|
font-family: "brand-icons";
|
|
4879
4909
|
}
|
|
4880
4910
|
|
|
4911
|
+
i.icon.instagram::before {
|
|
4912
|
+
content: "\f16d";
|
|
4913
|
+
font-family: "brand-icons";
|
|
4914
|
+
}
|
|
4915
|
+
|
|
4916
|
+
i.icon.instagram.square::before {
|
|
4917
|
+
content: "\e055";
|
|
4918
|
+
font-family: "brand-icons";
|
|
4919
|
+
}
|
|
4920
|
+
|
|
4881
4921
|
i.icon.kickstarter::before {
|
|
4882
4922
|
content: "\f3bb";
|
|
4883
4923
|
font-family: "brand-icons";
|
|
@@ -15528,6 +15568,14 @@ Floated Menu / Item
|
|
|
15528
15568
|
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
15529
15569
|
}
|
|
15530
15570
|
|
|
15571
|
+
.ui.structured.basic.table > tr > th,
|
|
15572
|
+
.ui.structured.basic.table > thead > tr > th,
|
|
15573
|
+
.ui.structured.basic.table > tbody > tr > th,
|
|
15574
|
+
.ui.structured.basic.table > tfoot > tr > th {
|
|
15575
|
+
border-left: none;
|
|
15576
|
+
border-right: none;
|
|
15577
|
+
}
|
|
15578
|
+
|
|
15531
15579
|
.ui.structured.celled.table > tr > th,
|
|
15532
15580
|
.ui.structured.celled.table > thead > tr > th,
|
|
15533
15581
|
.ui.structured.celled.table > tbody > tr > th,
|
|
@@ -16494,7 +16542,7 @@ Floated Menu / Item
|
|
|
16494
16542
|
color: rgba(0, 0, 0, 0.8);
|
|
16495
16543
|
}
|
|
16496
16544
|
|
|
16497
|
-
.ui.sortable.table > thead > tr > th:hover {
|
|
16545
|
+
.ui.sortable.table:not(.basic) > thead > tr > th:hover {
|
|
16498
16546
|
background: rgba(0, 0, 0, 0.05);
|
|
16499
16547
|
}
|
|
16500
16548
|
|
|
@@ -16504,7 +16552,7 @@ Floated Menu / Item
|
|
|
16504
16552
|
color: rgba(0, 0, 0, 0.95);
|
|
16505
16553
|
}
|
|
16506
16554
|
|
|
16507
|
-
.ui.sortable.table thead th.sorted {
|
|
16555
|
+
.ui.sortable.table:not(.basic) thead th.sorted {
|
|
16508
16556
|
background: rgba(0, 0, 0, 0.05);
|
|
16509
16557
|
}
|
|
16510
16558
|
|
|
@@ -16518,7 +16566,7 @@ Floated Menu / Item
|
|
|
16518
16566
|
color: rgba(0, 0, 0, 0.95);
|
|
16519
16567
|
}
|
|
16520
16568
|
|
|
16521
|
-
.ui.sortable.table thead th.sorted:hover {
|
|
16569
|
+
.ui.sortable.table:not(.basic) thead th.sorted:hover {
|
|
16522
16570
|
background: rgba(0, 0, 0, 0.05);
|
|
16523
16571
|
}
|
|
16524
16572
|
|
|
@@ -16530,6 +16578,43 @@ Floated Menu / Item
|
|
|
16530
16578
|
width: auto;
|
|
16531
16579
|
}
|
|
16532
16580
|
|
|
16581
|
+
/* --------------
|
|
16582
|
+
Basic
|
|
16583
|
+
--------------- */
|
|
16584
|
+
|
|
16585
|
+
.ui.basic.table {
|
|
16586
|
+
background: transparent;
|
|
16587
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
16588
|
+
box-shadow: none;
|
|
16589
|
+
}
|
|
16590
|
+
|
|
16591
|
+
.ui.basic.table > thead,
|
|
16592
|
+
.ui.basic.table > tfoot {
|
|
16593
|
+
box-shadow: none;
|
|
16594
|
+
}
|
|
16595
|
+
|
|
16596
|
+
.ui.basic.table > thead > tr > th,
|
|
16597
|
+
.ui.basic.table > tbody > tr > th,
|
|
16598
|
+
.ui.basic.table > tfoot > tr > th,
|
|
16599
|
+
.ui.basic.table > tr > th {
|
|
16600
|
+
background: transparent;
|
|
16601
|
+
border-left: none;
|
|
16602
|
+
}
|
|
16603
|
+
|
|
16604
|
+
.ui.basic.table > tbody > tr {
|
|
16605
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
16606
|
+
}
|
|
16607
|
+
|
|
16608
|
+
.ui.basic.table > tbody > tr > td,
|
|
16609
|
+
.ui.basic.table > tfoot > tr > td,
|
|
16610
|
+
.ui.basic.table > tr > td {
|
|
16611
|
+
background: transparent;
|
|
16612
|
+
}
|
|
16613
|
+
|
|
16614
|
+
.ui.basic.striped.table > tbody > tr:nth-child(2n) {
|
|
16615
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
16616
|
+
}
|
|
16617
|
+
|
|
16533
16618
|
/* --------------
|
|
16534
16619
|
Celled
|
|
16535
16620
|
--------------- */
|
|
@@ -16608,6 +16693,11 @@ Floated Menu / Item
|
|
|
16608
16693
|
background: #f9fafb;
|
|
16609
16694
|
}
|
|
16610
16695
|
|
|
16696
|
+
.ui.stuck.table.basic > thead > tr,
|
|
16697
|
+
.ui.stuck.table.basic > tfoot > tr {
|
|
16698
|
+
background: #fff;
|
|
16699
|
+
}
|
|
16700
|
+
|
|
16611
16701
|
.ui.head.stuck.table > thead,
|
|
16612
16702
|
.ui.foot.stuck.table > tfoot {
|
|
16613
16703
|
position: sticky;
|
|
@@ -22620,7 +22710,7 @@ select.ui.dropdown {
|
|
|
22620
22710
|
text-align: right;
|
|
22621
22711
|
}
|
|
22622
22712
|
|
|
22623
|
-
.ui.modal .actions > .button {
|
|
22713
|
+
.ui.modal .actions > .button:not(.fluid) {
|
|
22624
22714
|
margin-left: 0.75em;
|
|
22625
22715
|
}
|
|
22626
22716
|
|
|
@@ -22633,7 +22723,7 @@ select.ui.dropdown {
|
|
|
22633
22723
|
text-align: left;
|
|
22634
22724
|
}
|
|
22635
22725
|
|
|
22636
|
-
.ui.modal > .left.actions > .button {
|
|
22726
|
+
.ui.modal > .left.actions > .button:not(.fluid) {
|
|
22637
22727
|
margin-left: 0.5em;
|
|
22638
22728
|
margin-right: 0.5em;
|
|
22639
22729
|
}
|
|
@@ -22643,7 +22733,7 @@ select.ui.dropdown {
|
|
|
22643
22733
|
text-align: center;
|
|
22644
22734
|
}
|
|
22645
22735
|
|
|
22646
|
-
.ui.modal > .center.aligned.actions > .button {
|
|
22736
|
+
.ui.modal > .center.aligned.actions > .button:not(.fluid) {
|
|
22647
22737
|
margin-left: 0.5em;
|
|
22648
22738
|
margin-right: 0.5em;
|
|
22649
22739
|
}
|
|
@@ -1291,6 +1291,19 @@ input::selection {
|
|
|
1291
1291
|
border: none;
|
|
1292
1292
|
}
|
|
1293
1293
|
|
|
1294
|
+
/* -------------------
|
|
1295
|
+
Fluid
|
|
1296
|
+
-------------------- */
|
|
1297
|
+
|
|
1298
|
+
.ui.fluid.buttons,
|
|
1299
|
+
.ui.fluid.button {
|
|
1300
|
+
width: 100%;
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
.ui.fluid.button {
|
|
1304
|
+
display: block;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1294
1307
|
.ui.two.buttons {
|
|
1295
1308
|
width: 100%;
|
|
1296
1309
|
}
|
|
@@ -1379,6 +1392,15 @@ input::selection {
|
|
|
1379
1392
|
width: 8.3333%;
|
|
1380
1393
|
}
|
|
1381
1394
|
|
|
1395
|
+
/* Fluid Vertical Buttons */
|
|
1396
|
+
|
|
1397
|
+
.ui.fluid.vertical.buttons,
|
|
1398
|
+
.ui.fluid.vertical.buttons > .button {
|
|
1399
|
+
display: flex;
|
|
1400
|
+
width: auto;
|
|
1401
|
+
justify-content: center;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1382
1404
|
.ui.two.vertical.buttons > .button {
|
|
1383
1405
|
height: 50%;
|
|
1384
1406
|
}
|
|
@@ -24241,6 +24263,14 @@ Floated Menu / Item
|
|
|
24241
24263
|
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
24242
24264
|
}
|
|
24243
24265
|
|
|
24266
|
+
.ui.structured.basic.table > tr > th,
|
|
24267
|
+
.ui.structured.basic.table > thead > tr > th,
|
|
24268
|
+
.ui.structured.basic.table > tbody > tr > th,
|
|
24269
|
+
.ui.structured.basic.table > tfoot > tr > th {
|
|
24270
|
+
border-left: none;
|
|
24271
|
+
border-right: none;
|
|
24272
|
+
}
|
|
24273
|
+
|
|
24244
24274
|
.ui.structured.celled.table > tr > th,
|
|
24245
24275
|
.ui.structured.celled.table > thead > tr > th,
|
|
24246
24276
|
.ui.structured.celled.table > tbody > tr > th,
|
|
@@ -25234,7 +25264,7 @@ Floated Menu / Item
|
|
|
25234
25264
|
color: rgba(0, 0, 0, 0.8);
|
|
25235
25265
|
}
|
|
25236
25266
|
|
|
25237
|
-
.ui.sortable.table > thead > tr > th:hover {
|
|
25267
|
+
.ui.sortable.table:not(.basic) > thead > tr > th:hover {
|
|
25238
25268
|
background: rgba(0, 0, 0, 0.05);
|
|
25239
25269
|
}
|
|
25240
25270
|
|
|
@@ -25244,7 +25274,7 @@ Floated Menu / Item
|
|
|
25244
25274
|
color: rgba(0, 0, 0, 0.95);
|
|
25245
25275
|
}
|
|
25246
25276
|
|
|
25247
|
-
.ui.sortable.table thead th.sorted {
|
|
25277
|
+
.ui.sortable.table:not(.basic) thead th.sorted {
|
|
25248
25278
|
background: rgba(0, 0, 0, 0.05);
|
|
25249
25279
|
}
|
|
25250
25280
|
|
|
@@ -25258,7 +25288,7 @@ Floated Menu / Item
|
|
|
25258
25288
|
color: rgba(0, 0, 0, 0.95);
|
|
25259
25289
|
}
|
|
25260
25290
|
|
|
25261
|
-
.ui.sortable.table thead th.sorted:hover {
|
|
25291
|
+
.ui.sortable.table:not(.basic) thead th.sorted:hover {
|
|
25262
25292
|
background: rgba(0, 0, 0, 0.05);
|
|
25263
25293
|
}
|
|
25264
25294
|
|
|
@@ -25270,6 +25300,43 @@ Floated Menu / Item
|
|
|
25270
25300
|
width: auto;
|
|
25271
25301
|
}
|
|
25272
25302
|
|
|
25303
|
+
/* --------------
|
|
25304
|
+
Basic
|
|
25305
|
+
--------------- */
|
|
25306
|
+
|
|
25307
|
+
.ui.basic.table {
|
|
25308
|
+
background: transparent;
|
|
25309
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
25310
|
+
box-shadow: none;
|
|
25311
|
+
}
|
|
25312
|
+
|
|
25313
|
+
.ui.basic.table > thead,
|
|
25314
|
+
.ui.basic.table > tfoot {
|
|
25315
|
+
box-shadow: none;
|
|
25316
|
+
}
|
|
25317
|
+
|
|
25318
|
+
.ui.basic.table > thead > tr > th,
|
|
25319
|
+
.ui.basic.table > tbody > tr > th,
|
|
25320
|
+
.ui.basic.table > tfoot > tr > th,
|
|
25321
|
+
.ui.basic.table > tr > th {
|
|
25322
|
+
background: transparent;
|
|
25323
|
+
border-left: none;
|
|
25324
|
+
}
|
|
25325
|
+
|
|
25326
|
+
.ui.basic.table > tbody > tr {
|
|
25327
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
25328
|
+
}
|
|
25329
|
+
|
|
25330
|
+
.ui.basic.table > tbody > tr > td,
|
|
25331
|
+
.ui.basic.table > tfoot > tr > td,
|
|
25332
|
+
.ui.basic.table > tr > td {
|
|
25333
|
+
background: transparent;
|
|
25334
|
+
}
|
|
25335
|
+
|
|
25336
|
+
.ui.basic.striped.table > tbody > tr:nth-child(2n) {
|
|
25337
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
25338
|
+
}
|
|
25339
|
+
|
|
25273
25340
|
/* --------------
|
|
25274
25341
|
Celled
|
|
25275
25342
|
--------------- */
|
|
@@ -25348,6 +25415,11 @@ Floated Menu / Item
|
|
|
25348
25415
|
background: #f9fafb;
|
|
25349
25416
|
}
|
|
25350
25417
|
|
|
25418
|
+
.ui.stuck.table.basic > thead > tr,
|
|
25419
|
+
.ui.stuck.table.basic > tfoot > tr {
|
|
25420
|
+
background: #fff;
|
|
25421
|
+
}
|
|
25422
|
+
|
|
25351
25423
|
.ui.head.stuck.table > thead,
|
|
25352
25424
|
.ui.foot.stuck.table > tfoot {
|
|
25353
25425
|
position: sticky;
|
|
@@ -31537,7 +31609,7 @@ select.ui.dropdown {
|
|
|
31537
31609
|
text-align: right;
|
|
31538
31610
|
}
|
|
31539
31611
|
|
|
31540
|
-
.ui.modal .actions > .button {
|
|
31612
|
+
.ui.modal .actions > .button:not(.fluid) {
|
|
31541
31613
|
margin-left: 0.75em;
|
|
31542
31614
|
}
|
|
31543
31615
|
|
|
@@ -31550,7 +31622,7 @@ select.ui.dropdown {
|
|
|
31550
31622
|
text-align: left;
|
|
31551
31623
|
}
|
|
31552
31624
|
|
|
31553
|
-
.ui.modal > .left.actions > .button {
|
|
31625
|
+
.ui.modal > .left.actions > .button:not(.fluid) {
|
|
31554
31626
|
margin-left: 0.5em;
|
|
31555
31627
|
margin-right: 0.5em;
|
|
31556
31628
|
}
|
|
@@ -31560,8 +31632,8 @@ select.ui.dropdown {
|
|
|
31560
31632
|
text-align: center;
|
|
31561
31633
|
}
|
|
31562
31634
|
|
|
31563
|
-
.ui.modal > .centered.actions > .button,
|
|
31564
|
-
.ui.modal > .center.aligned.actions > .button {
|
|
31635
|
+
.ui.modal > .centered.actions > .button:not(.fluid),
|
|
31636
|
+
.ui.modal > .center.aligned.actions > .button:not(.fluid) {
|
|
31565
31637
|
margin-left: 0.5em;
|
|
31566
31638
|
margin-right: 0.5em;
|
|
31567
31639
|
}
|