@decidables/detectable-elements 0.0.3 → 0.1.2

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
@@ -1,9 +1,14 @@
1
- <!--lint ignore first-heading-level-->
1
+ <!--lint ignore first-heading-level maximum-heading-length-->
2
2
 
3
- # detectable-elements: Web Components for Visualizing Signal Detection Theory
3
+ # **`@decidables/detectable-elements`**<br>Web Components for Visualizing Signal Detection Theory in [<b><i>d′</i>ete<i>c</i>table</b>](https://decidables.github.io/detectable)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@decidables/detectable-elements?logo=npm)](https://www.npmjs.com/package/@decidables/detectable-elements)
6
- [![license](https://img.shields.io/npm/l/@decidables/detectable-elements)](https://github.com/decidables/decidables/blob/main/LICENSE.md)
6
+ [![license](https://img.shields.io/npm/l/@decidables/detectable-elements?color=informational)](https://github.com/decidables/decidables/blob/main/LICENSE.md)
7
+
8
+ The web components used to visualize Signal Detection Theory in
9
+ [<b><i>d′</i>ete<i>c</i>table</b>](https://decidables.github.io/detectable). There is an emphasis on
10
+ direct manipulation and consistent use of color. SVG is used extensively to provide clean scalable
11
+ diagrams.
7
12
 
8
13
  ## Usage
9
14
 
@@ -1177,7 +1182,9 @@ export default class DetectableElementSomething extends DetectableElement {
1177
1182
 
1178
1183
  `DetectableElement` extends `DecidableElement` extends `LitElement`
1179
1184
 
1180
- ## Features/Bugs/Notes
1185
+ ## Development
1186
+
1187
+ ### Features/Bugs/Notes
1181
1188
 
1182
1189
  - Remove extraneous spaces from equation tagged template literals!
1183
1190
  - Label values IN iso-plots? or allow hover or click querying of iso-plots?
@@ -1187,9 +1194,7 @@ export default class DetectableElementSomething extends DetectableElement {
1187
1194
  - Edge/IE11 - minor edge defects between SVG element and shadow
1188
1195
  - Firefox - No CSS SVG Geometry Properties
1189
1196
 
1190
- ## Development Tooling
1191
-
1192
- ### Local Scripts
1197
+ ### Package Scripts
1193
1198
 
1194
1199
  - `yarn lint`
1195
1200
  - Lints scripts in `src/`
@@ -1202,7 +1207,7 @@ export default class DetectableElementSomething extends DetectableElement {
1202
1207
  - `yarn build`
1203
1208
  - Builds browser-compatible optimized bundle from `src/` to `lib/`
1204
1209
 
1205
- ## File Organization
1210
+ ### File Organization
1206
1211
 
1207
1212
  - `detectable-elements/`
1208
1213
  - `lib/` (Bundles created from `src/` by `build`) **\[autogenerated\]**
@@ -1213,6 +1218,13 @@ export default class DetectableElementSomething extends DetectableElement {
1213
1218
  - `test/` (Testing files)
1214
1219
  - `coverage/` (Code coverage results) **\[autogenerated\]**
1215
1220
  - `CHANGELOG.md` (Based on conventional commits) **\[autogenerated\]**
1216
- - `gulpfile.js` (Config for *gulp*)
1217
- - `package.json` (Config for *yarn* and *npm*)
1221
+ - `gulpfile.js` (Tasks for *gulp*)
1222
+ - `package.json` (Package config for *yarn* and *npm*)
1218
1223
  - `README.md` (This file)
1224
+
1225
+ ## [License](https://github.com/decidables/decidables/blob/main/LICENSE.md)
1226
+
1227
+ The content of this project is licensed under [Creative Commons Attribution-ShareAlike 4.0
1228
+ International License (CC-BY-SA-4.0)](https://creativecommons.org/licenses/by-sa/4.0/) and the
1229
+ source code of this project is licensed under [GNU General Public License v3.0 or any later version
1230
+ (GPL-3.0-or-later)](https://www.gnu.org/licenses/gpl-3.0.html).