@northdata/fomantic-ui 2.8.709 → 2.8.710

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.
@@ -1818,6 +1818,10 @@ i.flag.ch:before {
1818
1818
  background-position: 0 -1066px;
1819
1819
  }
1820
1820
 
1821
+ i.flag.cz:before {
1822
+ background-position: 0 -1404px;
1823
+ }
1824
+
1821
1825
  i.flag.de:before {
1822
1826
  background-position: 0 -1430px;
1823
1827
  }
@@ -1826,6 +1830,10 @@ i.flag.dk:before {
1826
1830
  background-position: 0 -1482px;
1827
1831
  }
1828
1832
 
1833
+ i.flag.es:before {
1834
+ background-position: 0 -1742px;
1835
+ }
1836
+
1829
1837
  i.flag.fi:before {
1830
1838
  background-position: 0 -1846px;
1831
1839
  }
@@ -46,7 +46,7 @@
46
46
  * Released under the MIT license
47
47
  * http://opensource.org/licenses/MIT
48
48
  *
49
- */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px;width:16px;height:11px}i.flag.at:before{background-position:0 -286px}i.flag.be:before{background-position:0 -494px}i.flag.ch:before{background-position:0 -1066px}i.flag.de:before{background-position:0 -1430px}i.flag.dk:before{background-position:0 -1482px}i.flag.fi:before{background-position:0 -1846px}i.flag.fr:before{background-position:0 -1976px}i.flag.gb:before{background-position:-36px -26px}i.flag.ie:before{background-position:-36px -650px}i.flag.it:before{background-position:-36px -832px}i.flag.lu:before{background-position:-36px -1430px}i.flag.nl:before{background-position:-72px -234px}i.flag.no:before{background-position:-72px -260px}i.flag.pl:before{background-position:-72px -572px}i.flag.se:before{background-position:-72px -1066px}/*!
49
+ */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url("./themes/default/assets/images/flags.png") no-repeat -108px -1976px;width:16px;height:11px}i.flag.at:before{background-position:0 -286px}i.flag.be:before{background-position:0 -494px}i.flag.ch:before{background-position:0 -1066px}i.flag.cz:before{background-position:0 -1404px}i.flag.de:before{background-position:0 -1430px}i.flag.dk:before{background-position:0 -1482px}i.flag.es:before{background-position:0 -1742px}i.flag.fi:before{background-position:0 -1846px}i.flag.fr:before{background-position:0 -1976px}i.flag.gb:before{background-position:-36px -26px}i.flag.ie:before{background-position:-36px -650px}i.flag.it:before{background-position:-36px -832px}i.flag.lu:before{background-position:-36px -1430px}i.flag.nl:before{background-position:-72px -234px}i.flag.no:before{background-position:-72px -260px}i.flag.pl:before{background-position:-72px -572px}i.flag.se:before{background-position:-72px -1066px}/*!
50
50
  * # Fomantic-UI - Header
51
51
  * http://github.com/fomantic/Fomantic-UI/
52
52
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northdata/fomantic-ui",
3
- "version": "2.8.709",
3
+ "version": "2.8.710",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "npm run clean && npm run build-dev && npm run build-prod",