@ndla/ui 56.0.95-alpha.0 → 56.0.96-alpha.0

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.
@@ -1508,6 +1508,23 @@ const messages = {
1508
1508
  is360Video: "VR video",
1509
1509
  close: "Lukk"
1510
1510
  }
1511
+ },
1512
+ richTextEditor: {
1513
+ tooltip: {
1514
+ bold: "Bold ({{shortcut}})",
1515
+ code: "Code ({{shortcut}})",
1516
+ sub: "Subscript ({{shortcut}})",
1517
+ sup: "Superscript ({{shortcut}})",
1518
+ underlined: "Underlined ({{shortcut}})",
1519
+ italic: "Italic ({{shortcut}})",
1520
+ "numbered-list": "Numbered list ({{shortcut}})",
1521
+ "letter-list": "Alphabetical list ({{shortcut}})",
1522
+ "bulleted-list": "Bulleted list ({{shortcut}})",
1523
+ heading: "Heading {{level}} ({{shortcut}})",
1524
+ paragraph: "Paragraph ({{shortcut}})",
1525
+ section: "Section ({{shortcut}})",
1526
+ link: "Link ({{shortcut}})"
1527
+ }
1511
1528
  }
1512
1529
  };
1513
1530
  export default messages;
@@ -1508,6 +1508,23 @@ const messages = {
1508
1508
  is360Video: "VR-video",
1509
1509
  close: "Lukk"
1510
1510
  }
1511
+ },
1512
+ richTextEditor: {
1513
+ tooltip: {
1514
+ bold: "Fet ({{shortcut}})",
1515
+ code: "Kode ({{shortcut}})",
1516
+ sub: "Senket skrift ({{shortcut}})",
1517
+ sup: "Hevet skrift ({{shortcut}})",
1518
+ underlined: "Understreket ({{shortcut}})",
1519
+ italic: "Kursiv ({{shortcut}})",
1520
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1521
+ "letter-list": "Bokstavliste ({{shortcut}})",
1522
+ "bulleted-list": "Punktliste ({{shortcut}})",
1523
+ heading: "Overskrift {{level}} ({{shortcut}})",
1524
+ paragraph: "Paragraf ({{shortcut}})",
1525
+ section: "Seksjon ({{shortcut}})",
1526
+ link: "Lenke ({{shortcut}})"
1527
+ }
1511
1528
  }
1512
1529
  };
1513
1530
  export default messages;
@@ -1508,6 +1508,23 @@ const messages = {
1508
1508
  is360Video: "VR-video",
1509
1509
  close: "Lukk"
1510
1510
  }
1511
+ },
1512
+ richTextEditor: {
1513
+ tooltip: {
1514
+ bold: "Fet ({{shortcut}})",
1515
+ code: "Kode ({{shortcut}})",
1516
+ sub: "Senka skrift ({{shortcut}})",
1517
+ sup: "Heva skrift ({{shortcut}})",
1518
+ underlined: "Understreka ({{shortcut}})",
1519
+ italic: "Kursiv ({{shortcut}})",
1520
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1521
+ "letter-list": "Alfabetisk liste ({{shortcut}})",
1522
+ "bulleted-list": "Punktliste ({{shortcut}})",
1523
+ heading: "Overskrift {{level}} ({{shortcut}})",
1524
+ paragraph: "Paragraf ({{shortcut}})",
1525
+ section: "Seksjon ({{shortcut}})",
1526
+ link: "Lenke ({{shortcut}})"
1527
+ }
1511
1528
  }
1512
1529
  };
1513
1530
  export default messages;
@@ -1508,6 +1508,23 @@ const messages = {
1508
1508
  is360Video: "VR-video",
1509
1509
  close: "Lukk"
1510
1510
  }
1511
+ },
1512
+ richTextEditor: {
1513
+ tooltip: {
1514
+ bold: "Fet ({{shortcut}})",
1515
+ code: "Kode ({{shortcut}})",
1516
+ sub: "Senket skrift ({{shortcut}})",
1517
+ sup: "Hevet skrift ({{shortcut}})",
1518
+ underlined: "Understreket ({{shortcut}})",
1519
+ italic: "Kursiv ({{shortcut}})",
1520
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1521
+ "letter-list": "Bokstavliste ({{shortcut}})",
1522
+ "bulleted-list": "Punktliste ({{shortcut}})",
1523
+ heading: "Overskrift {{level}} ({{shortcut}})",
1524
+ paragraph: "Paragraf ({{shortcut}})",
1525
+ section: "Seksjon ({{shortcut}})",
1526
+ link: "Lenke ({{shortcut}})"
1527
+ }
1511
1528
  }
1512
1529
  };
1513
1530
  export default messages;
@@ -1508,6 +1508,23 @@ const messages = {
1508
1508
  is360Video: "VR-video",
1509
1509
  close: "Lukk"
1510
1510
  }
1511
+ },
1512
+ richTextEditor: {
1513
+ tooltip: {
1514
+ bold: "Fet ({{shortcut}})",
1515
+ code: "Kode ({{shortcut}})",
1516
+ sub: "Senket skrift ({{shortcut}})",
1517
+ sup: "Hevet skrift ({{shortcut}})",
1518
+ underlined: "Understreket ({{shortcut}})",
1519
+ italic: "Kursiv ({{shortcut}})",
1520
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1521
+ "letter-list": "Bokstavliste ({{shortcut}})",
1522
+ "bulleted-list": "Punktliste ({{shortcut}})",
1523
+ heading: "Overskrift {{level}} ({{shortcut}})",
1524
+ paragraph: "Paragraf ({{shortcut}})",
1525
+ section: "Seksjon ({{shortcut}})",
1526
+ link: "Lenke ({{shortcut}})"
1527
+ }
1511
1528
  }
1512
1529
  };
1513
1530
  export default messages;
@@ -1465,5 +1465,22 @@ declare const messages: {
1465
1465
  close: string;
1466
1466
  };
1467
1467
  };
1468
+ richTextEditor: {
1469
+ tooltip: {
1470
+ bold: string;
1471
+ code: string;
1472
+ sub: string;
1473
+ sup: string;
1474
+ underlined: string;
1475
+ italic: string;
1476
+ "numbered-list": string;
1477
+ "letter-list": string;
1478
+ "bulleted-list": string;
1479
+ heading: string;
1480
+ paragraph: string;
1481
+ section: string;
1482
+ link: string;
1483
+ };
1484
+ };
1468
1485
  };
1469
1486
  export default messages;
@@ -1515,6 +1515,23 @@ const messages = {
1515
1515
  is360Video: "VR video",
1516
1516
  close: "Lukk"
1517
1517
  }
1518
+ },
1519
+ richTextEditor: {
1520
+ tooltip: {
1521
+ bold: "Bold ({{shortcut}})",
1522
+ code: "Code ({{shortcut}})",
1523
+ sub: "Subscript ({{shortcut}})",
1524
+ sup: "Superscript ({{shortcut}})",
1525
+ underlined: "Underlined ({{shortcut}})",
1526
+ italic: "Italic ({{shortcut}})",
1527
+ "numbered-list": "Numbered list ({{shortcut}})",
1528
+ "letter-list": "Alphabetical list ({{shortcut}})",
1529
+ "bulleted-list": "Bulleted list ({{shortcut}})",
1530
+ heading: "Heading {{level}} ({{shortcut}})",
1531
+ paragraph: "Paragraph ({{shortcut}})",
1532
+ section: "Section ({{shortcut}})",
1533
+ link: "Link ({{shortcut}})"
1534
+ }
1518
1535
  }
1519
1536
  };
1520
1537
  var _default = exports.default = messages;
@@ -1465,5 +1465,22 @@ declare const messages: {
1465
1465
  close: string;
1466
1466
  };
1467
1467
  };
1468
+ richTextEditor: {
1469
+ tooltip: {
1470
+ bold: string;
1471
+ code: string;
1472
+ sub: string;
1473
+ sup: string;
1474
+ underlined: string;
1475
+ italic: string;
1476
+ "numbered-list": string;
1477
+ "letter-list": string;
1478
+ "bulleted-list": string;
1479
+ heading: string;
1480
+ paragraph: string;
1481
+ section: string;
1482
+ link: string;
1483
+ };
1484
+ };
1468
1485
  };
1469
1486
  export default messages;
@@ -1515,6 +1515,23 @@ const messages = {
1515
1515
  is360Video: "VR-video",
1516
1516
  close: "Lukk"
1517
1517
  }
1518
+ },
1519
+ richTextEditor: {
1520
+ tooltip: {
1521
+ bold: "Fet ({{shortcut}})",
1522
+ code: "Kode ({{shortcut}})",
1523
+ sub: "Senket skrift ({{shortcut}})",
1524
+ sup: "Hevet skrift ({{shortcut}})",
1525
+ underlined: "Understreket ({{shortcut}})",
1526
+ italic: "Kursiv ({{shortcut}})",
1527
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1528
+ "letter-list": "Bokstavliste ({{shortcut}})",
1529
+ "bulleted-list": "Punktliste ({{shortcut}})",
1530
+ heading: "Overskrift {{level}} ({{shortcut}})",
1531
+ paragraph: "Paragraf ({{shortcut}})",
1532
+ section: "Seksjon ({{shortcut}})",
1533
+ link: "Lenke ({{shortcut}})"
1534
+ }
1518
1535
  }
1519
1536
  };
1520
1537
  var _default = exports.default = messages;
@@ -1465,5 +1465,22 @@ declare const messages: {
1465
1465
  close: string;
1466
1466
  };
1467
1467
  };
1468
+ richTextEditor: {
1469
+ tooltip: {
1470
+ bold: string;
1471
+ code: string;
1472
+ sub: string;
1473
+ sup: string;
1474
+ underlined: string;
1475
+ italic: string;
1476
+ "numbered-list": string;
1477
+ "letter-list": string;
1478
+ "bulleted-list": string;
1479
+ heading: string;
1480
+ paragraph: string;
1481
+ section: string;
1482
+ link: string;
1483
+ };
1484
+ };
1468
1485
  };
1469
1486
  export default messages;
@@ -1515,6 +1515,23 @@ const messages = {
1515
1515
  is360Video: "VR-video",
1516
1516
  close: "Lukk"
1517
1517
  }
1518
+ },
1519
+ richTextEditor: {
1520
+ tooltip: {
1521
+ bold: "Fet ({{shortcut}})",
1522
+ code: "Kode ({{shortcut}})",
1523
+ sub: "Senka skrift ({{shortcut}})",
1524
+ sup: "Heva skrift ({{shortcut}})",
1525
+ underlined: "Understreka ({{shortcut}})",
1526
+ italic: "Kursiv ({{shortcut}})",
1527
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1528
+ "letter-list": "Alfabetisk liste ({{shortcut}})",
1529
+ "bulleted-list": "Punktliste ({{shortcut}})",
1530
+ heading: "Overskrift {{level}} ({{shortcut}})",
1531
+ paragraph: "Paragraf ({{shortcut}})",
1532
+ section: "Seksjon ({{shortcut}})",
1533
+ link: "Lenke ({{shortcut}})"
1534
+ }
1518
1535
  }
1519
1536
  };
1520
1537
  var _default = exports.default = messages;
@@ -1465,5 +1465,22 @@ declare const messages: {
1465
1465
  close: string;
1466
1466
  };
1467
1467
  };
1468
+ richTextEditor: {
1469
+ tooltip: {
1470
+ bold: string;
1471
+ code: string;
1472
+ sub: string;
1473
+ sup: string;
1474
+ underlined: string;
1475
+ italic: string;
1476
+ "numbered-list": string;
1477
+ "letter-list": string;
1478
+ "bulleted-list": string;
1479
+ heading: string;
1480
+ paragraph: string;
1481
+ section: string;
1482
+ link: string;
1483
+ };
1484
+ };
1468
1485
  };
1469
1486
  export default messages;
@@ -1515,6 +1515,23 @@ const messages = {
1515
1515
  is360Video: "VR-video",
1516
1516
  close: "Lukk"
1517
1517
  }
1518
+ },
1519
+ richTextEditor: {
1520
+ tooltip: {
1521
+ bold: "Fet ({{shortcut}})",
1522
+ code: "Kode ({{shortcut}})",
1523
+ sub: "Senket skrift ({{shortcut}})",
1524
+ sup: "Hevet skrift ({{shortcut}})",
1525
+ underlined: "Understreket ({{shortcut}})",
1526
+ italic: "Kursiv ({{shortcut}})",
1527
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1528
+ "letter-list": "Bokstavliste ({{shortcut}})",
1529
+ "bulleted-list": "Punktliste ({{shortcut}})",
1530
+ heading: "Overskrift {{level}} ({{shortcut}})",
1531
+ paragraph: "Paragraf ({{shortcut}})",
1532
+ section: "Seksjon ({{shortcut}})",
1533
+ link: "Lenke ({{shortcut}})"
1534
+ }
1518
1535
  }
1519
1536
  };
1520
1537
  var _default = exports.default = messages;
@@ -1465,5 +1465,22 @@ declare const messages: {
1465
1465
  close: string;
1466
1466
  };
1467
1467
  };
1468
+ richTextEditor: {
1469
+ tooltip: {
1470
+ bold: string;
1471
+ code: string;
1472
+ sub: string;
1473
+ sup: string;
1474
+ underlined: string;
1475
+ italic: string;
1476
+ "numbered-list": string;
1477
+ "letter-list": string;
1478
+ "bulleted-list": string;
1479
+ heading: string;
1480
+ paragraph: string;
1481
+ section: string;
1482
+ link: string;
1483
+ };
1484
+ };
1468
1485
  };
1469
1486
  export default messages;
@@ -1515,6 +1515,23 @@ const messages = {
1515
1515
  is360Video: "VR-video",
1516
1516
  close: "Lukk"
1517
1517
  }
1518
+ },
1519
+ richTextEditor: {
1520
+ tooltip: {
1521
+ bold: "Fet ({{shortcut}})",
1522
+ code: "Kode ({{shortcut}})",
1523
+ sub: "Senket skrift ({{shortcut}})",
1524
+ sup: "Hevet skrift ({{shortcut}})",
1525
+ underlined: "Understreket ({{shortcut}})",
1526
+ italic: "Kursiv ({{shortcut}})",
1527
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1528
+ "letter-list": "Bokstavliste ({{shortcut}})",
1529
+ "bulleted-list": "Punktliste ({{shortcut}})",
1530
+ heading: "Overskrift {{level}} ({{shortcut}})",
1531
+ paragraph: "Paragraf ({{shortcut}})",
1532
+ section: "Seksjon ({{shortcut}})",
1533
+ link: "Lenke ({{shortcut}})"
1534
+ }
1518
1535
  }
1519
1536
  };
1520
1537
  var _default = exports.default = messages;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/ui",
3
- "version": "56.0.95-alpha.0",
3
+ "version": "56.0.96-alpha.0",
4
4
  "description": "UI component library for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "18f2a2ec579a60acd9b212733023d27670dcf885"
61
+ "gitHead": "2157834f629fe65d702d09a80ffe1f888616ac37"
62
62
  }
@@ -1539,6 +1539,23 @@ const messages = {
1539
1539
  close: "Lukk",
1540
1540
  },
1541
1541
  },
1542
+ richTextEditor: {
1543
+ tooltip: {
1544
+ bold: "Bold ({{shortcut}})",
1545
+ code: "Code ({{shortcut}})",
1546
+ sub: "Subscript ({{shortcut}})",
1547
+ sup: "Superscript ({{shortcut}})",
1548
+ underlined: "Underlined ({{shortcut}})",
1549
+ italic: "Italic ({{shortcut}})",
1550
+ "numbered-list": "Numbered list ({{shortcut}})",
1551
+ "letter-list": "Alphabetical list ({{shortcut}})",
1552
+ "bulleted-list": "Bulleted list ({{shortcut}})",
1553
+ heading: "Heading {{level}} ({{shortcut}})",
1554
+ paragraph: "Paragraph ({{shortcut}})",
1555
+ section: "Section ({{shortcut}})",
1556
+ link: "Link ({{shortcut}})",
1557
+ },
1558
+ },
1542
1559
  };
1543
1560
 
1544
1561
  export default messages;
@@ -1540,6 +1540,23 @@ const messages = {
1540
1540
  close: "Lukk",
1541
1541
  },
1542
1542
  },
1543
+ richTextEditor: {
1544
+ tooltip: {
1545
+ bold: "Fet ({{shortcut}})",
1546
+ code: "Kode ({{shortcut}})",
1547
+ sub: "Senket skrift ({{shortcut}})",
1548
+ sup: "Hevet skrift ({{shortcut}})",
1549
+ underlined: "Understreket ({{shortcut}})",
1550
+ italic: "Kursiv ({{shortcut}})",
1551
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1552
+ "letter-list": "Bokstavliste ({{shortcut}})",
1553
+ "bulleted-list": "Punktliste ({{shortcut}})",
1554
+ heading: "Overskrift {{level}} ({{shortcut}})",
1555
+ paragraph: "Paragraf ({{shortcut}})",
1556
+ section: "Seksjon ({{shortcut}})",
1557
+ link: "Lenke ({{shortcut}})",
1558
+ },
1559
+ },
1543
1560
  };
1544
1561
 
1545
1562
  export default messages;
@@ -1539,6 +1539,23 @@ const messages = {
1539
1539
  close: "Lukk",
1540
1540
  },
1541
1541
  },
1542
+ richTextEditor: {
1543
+ tooltip: {
1544
+ bold: "Fet ({{shortcut}})",
1545
+ code: "Kode ({{shortcut}})",
1546
+ sub: "Senka skrift ({{shortcut}})",
1547
+ sup: "Heva skrift ({{shortcut}})",
1548
+ underlined: "Understreka ({{shortcut}})",
1549
+ italic: "Kursiv ({{shortcut}})",
1550
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1551
+ "letter-list": "Alfabetisk liste ({{shortcut}})",
1552
+ "bulleted-list": "Punktliste ({{shortcut}})",
1553
+ heading: "Overskrift {{level}} ({{shortcut}})",
1554
+ paragraph: "Paragraf ({{shortcut}})",
1555
+ section: "Seksjon ({{shortcut}})",
1556
+ link: "Lenke ({{shortcut}})",
1557
+ },
1558
+ },
1542
1559
  };
1543
1560
 
1544
1561
  export default messages;
@@ -1541,6 +1541,23 @@ const messages = {
1541
1541
  close: "Lukk",
1542
1542
  },
1543
1543
  },
1544
+ richTextEditor: {
1545
+ tooltip: {
1546
+ bold: "Fet ({{shortcut}})",
1547
+ code: "Kode ({{shortcut}})",
1548
+ sub: "Senket skrift ({{shortcut}})",
1549
+ sup: "Hevet skrift ({{shortcut}})",
1550
+ underlined: "Understreket ({{shortcut}})",
1551
+ italic: "Kursiv ({{shortcut}})",
1552
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1553
+ "letter-list": "Bokstavliste ({{shortcut}})",
1554
+ "bulleted-list": "Punktliste ({{shortcut}})",
1555
+ heading: "Overskrift {{level}} ({{shortcut}})",
1556
+ paragraph: "Paragraf ({{shortcut}})",
1557
+ section: "Seksjon ({{shortcut}})",
1558
+ link: "Lenke ({{shortcut}})",
1559
+ },
1560
+ },
1544
1561
  };
1545
1562
 
1546
1563
  export default messages;
@@ -1543,6 +1543,23 @@ const messages = {
1543
1543
  close: "Lukk",
1544
1544
  },
1545
1545
  },
1546
+ richTextEditor: {
1547
+ tooltip: {
1548
+ bold: "Fet ({{shortcut}})",
1549
+ code: "Kode ({{shortcut}})",
1550
+ sub: "Senket skrift ({{shortcut}})",
1551
+ sup: "Hevet skrift ({{shortcut}})",
1552
+ underlined: "Understreket ({{shortcut}})",
1553
+ italic: "Kursiv ({{shortcut}})",
1554
+ "numbered-list": "Nummerert liste ({{shortcut}})",
1555
+ "letter-list": "Bokstavliste ({{shortcut}})",
1556
+ "bulleted-list": "Punktliste ({{shortcut}})",
1557
+ heading: "Overskrift {{level}} ({{shortcut}})",
1558
+ paragraph: "Paragraf ({{shortcut}})",
1559
+ section: "Seksjon ({{shortcut}})",
1560
+ link: "Lenke ({{shortcut}})",
1561
+ },
1562
+ },
1546
1563
  };
1547
1564
 
1548
1565
  export default messages;