@northdata/fomantic-ui 2.9.423 → 2.9.425

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.
@@ -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
  }
@@ -4074,6 +4096,10 @@ i.icon.project.diagram::before {
4074
4096
  content: "\f542";
4075
4097
  }
4076
4098
 
4099
+ i.icon.puzzle.piece::before {
4100
+ content: "\f12e";
4101
+ }
4102
+
4077
4103
  i.icon.rocket::before {
4078
4104
  content: "\f135";
4079
4105
  }
@@ -4174,6 +4200,14 @@ i.icon.tachometer.alternate::before {
4174
4200
  content: "\f3fd";
4175
4201
  }
4176
4202
 
4203
+ i.icon.tag::before {
4204
+ content: "\f02b";
4205
+ }
4206
+
4207
+ i.icon.tags::before {
4208
+ content: "\f02c";
4209
+ }
4210
+
4177
4211
  i.icon.th.list::before {
4178
4212
  content: "\f00b";
4179
4213
  }
@@ -4878,6 +4912,16 @@ i.icon.google.plus.square::before {
4878
4912
  font-family: "brand-icons";
4879
4913
  }
4880
4914
 
4915
+ i.icon.instagram::before {
4916
+ content: "\f16d";
4917
+ font-family: "brand-icons";
4918
+ }
4919
+
4920
+ i.icon.instagram.square::before {
4921
+ content: "\e055";
4922
+ font-family: "brand-icons";
4923
+ }
4924
+
4881
4925
  i.icon.kickstarter::before {
4882
4926
  content: "\f3bb";
4883
4927
  font-family: "brand-icons";
@@ -15528,6 +15572,14 @@ Floated Menu / Item
15528
15572
  border-right: 1px solid rgba(34, 36, 38, 0.15);
15529
15573
  }
15530
15574
 
15575
+ .ui.structured.basic.table > tr > th,
15576
+ .ui.structured.basic.table > thead > tr > th,
15577
+ .ui.structured.basic.table > tbody > tr > th,
15578
+ .ui.structured.basic.table > tfoot > tr > th {
15579
+ border-left: none;
15580
+ border-right: none;
15581
+ }
15582
+
15531
15583
  .ui.structured.celled.table > tr > th,
15532
15584
  .ui.structured.celled.table > thead > tr > th,
15533
15585
  .ui.structured.celled.table > tbody > tr > th,
@@ -16494,7 +16546,7 @@ Floated Menu / Item
16494
16546
  color: rgba(0, 0, 0, 0.8);
16495
16547
  }
16496
16548
 
16497
- .ui.sortable.table > thead > tr > th:hover {
16549
+ .ui.sortable.table:not(.basic) > thead > tr > th:hover {
16498
16550
  background: rgba(0, 0, 0, 0.05);
16499
16551
  }
16500
16552
 
@@ -16504,7 +16556,7 @@ Floated Menu / Item
16504
16556
  color: rgba(0, 0, 0, 0.95);
16505
16557
  }
16506
16558
 
16507
- .ui.sortable.table thead th.sorted {
16559
+ .ui.sortable.table:not(.basic) thead th.sorted {
16508
16560
  background: rgba(0, 0, 0, 0.05);
16509
16561
  }
16510
16562
 
@@ -16518,7 +16570,7 @@ Floated Menu / Item
16518
16570
  color: rgba(0, 0, 0, 0.95);
16519
16571
  }
16520
16572
 
16521
- .ui.sortable.table thead th.sorted:hover {
16573
+ .ui.sortable.table:not(.basic) thead th.sorted:hover {
16522
16574
  background: rgba(0, 0, 0, 0.05);
16523
16575
  }
16524
16576
 
@@ -16530,6 +16582,43 @@ Floated Menu / Item
16530
16582
  width: auto;
16531
16583
  }
16532
16584
 
16585
+ /* --------------
16586
+ Basic
16587
+ --------------- */
16588
+
16589
+ .ui.basic.table {
16590
+ background: transparent;
16591
+ border: 1px solid rgba(34, 36, 38, 0.15);
16592
+ box-shadow: none;
16593
+ }
16594
+
16595
+ .ui.basic.table > thead,
16596
+ .ui.basic.table > tfoot {
16597
+ box-shadow: none;
16598
+ }
16599
+
16600
+ .ui.basic.table > thead > tr > th,
16601
+ .ui.basic.table > tbody > tr > th,
16602
+ .ui.basic.table > tfoot > tr > th,
16603
+ .ui.basic.table > tr > th {
16604
+ background: transparent;
16605
+ border-left: none;
16606
+ }
16607
+
16608
+ .ui.basic.table > tbody > tr {
16609
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
16610
+ }
16611
+
16612
+ .ui.basic.table > tbody > tr > td,
16613
+ .ui.basic.table > tfoot > tr > td,
16614
+ .ui.basic.table > tr > td {
16615
+ background: transparent;
16616
+ }
16617
+
16618
+ .ui.basic.striped.table > tbody > tr:nth-child(2n) {
16619
+ background-color: rgba(0, 0, 0, 0.05);
16620
+ }
16621
+
16533
16622
  /* --------------
16534
16623
  Celled
16535
16624
  --------------- */
@@ -16608,6 +16697,11 @@ Floated Menu / Item
16608
16697
  background: #f9fafb;
16609
16698
  }
16610
16699
 
16700
+ .ui.stuck.table.basic > thead > tr,
16701
+ .ui.stuck.table.basic > tfoot > tr {
16702
+ background: #fff;
16703
+ }
16704
+
16611
16705
  .ui.head.stuck.table > thead,
16612
16706
  .ui.foot.stuck.table > tfoot {
16613
16707
  position: sticky;
@@ -22620,7 +22714,7 @@ select.ui.dropdown {
22620
22714
  text-align: right;
22621
22715
  }
22622
22716
 
22623
- .ui.modal .actions > .button {
22717
+ .ui.modal .actions > .button:not(.fluid) {
22624
22718
  margin-left: 0.75em;
22625
22719
  }
22626
22720
 
@@ -22633,7 +22727,7 @@ select.ui.dropdown {
22633
22727
  text-align: left;
22634
22728
  }
22635
22729
 
22636
- .ui.modal > .left.actions > .button {
22730
+ .ui.modal > .left.actions > .button:not(.fluid) {
22637
22731
  margin-left: 0.5em;
22638
22732
  margin-right: 0.5em;
22639
22733
  }
@@ -22643,7 +22737,7 @@ select.ui.dropdown {
22643
22737
  text-align: center;
22644
22738
  }
22645
22739
 
22646
- .ui.modal > .center.aligned.actions > .button {
22740
+ .ui.modal > .center.aligned.actions > .button:not(.fluid) {
22647
22741
  margin-left: 0.5em;
22648
22742
  margin-right: 0.5em;
22649
22743
  }
@@ -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
  }