@jinntec/jinntap 1.27.2 → 1.28.1

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/README.md CHANGED
@@ -9,7 +9,7 @@ JinnTap comes as a web component. While it can be used standalone, it is usually
9
9
  ## Installation
10
10
 
11
11
  ```bash
12
- npm install jinn-tap
12
+ npm install @jinntec/jinntap
13
13
  ```
14
14
 
15
15
  ## Development Setup
@@ -61,7 +61,11 @@ npm run cypress:run
61
61
  <head>
62
62
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
63
63
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
64
- <script type="module" src="node_modules/jinn-tap/dist/jinn-tap.es.js"></script>
64
+ <!-- Import the general editor styles-->
65
+ <link rel="stylesheet" href="node_modules/@jinntec/jinntap/dist/jinn-tap.css" />
66
+ <!-- Import the styles for displaying TEI documents -->
67
+ <link rel="stylesheet" href="node_modules/@jinntec/jinntap/dist/editor-styles.css" />
68
+ <script type="module" src="node_modules/@jinntec/jinntap/dist/jinn-tap.es.js"></script>
65
69
  </head>
66
70
  <body>
67
71
  <jinn-tap></jinn-tap>
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}