@universityofmaryland/web-elements-library 1.3.6 → 1.3.7

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.
@@ -14,10 +14,6 @@
14
14
  !*** ./source/index.ts ***!
15
15
  \*************************/
16
16
 
17
- /*!*******************************!*\
18
- !*** ../styles/dist/index.js ***!
19
- \*******************************/
20
-
21
17
  /*!*******************************!*\
22
18
  !*** ./source/model/index.ts ***!
23
19
  \*******************************/
@@ -50,6 +46,10 @@
50
46
  !*** ./source/utilities/index.ts ***!
51
47
  \***********************************/
52
48
 
49
+ /*!************************************!*\
50
+ !*** ../styles/dist/umd-styles.js ***!
51
+ \************************************/
52
+
53
53
  /*!**************************************!*\
54
54
  !*** ./source/atomic/events/meta.ts ***!
55
55
  \**************************************/
@@ -574,6 +574,10 @@
574
574
  !*** ./source/composite/layout/image/index.ts ***!
575
575
  \************************************************/
576
576
 
577
+ /*!************************************************!*\
578
+ !*** ./source/composite/media/elements/gif.ts ***!
579
+ \************************************************/
580
+
577
581
  /*!************************************************!*\
578
582
  !*** ./source/composite/media/inline/index.ts ***!
579
583
  \************************************************/
@@ -1 +1 @@
1
- {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../source/layout/image.ts"],"names":[],"mappings":";6CA2DG;QACD,KAAK,EAAE,gBAAgB,GAAG,WAAW,GAAG,MAAM,CAAC;QAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB;;;;;;AAsBD,wBAME"}
1
+ {"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../source/layout/image.ts"],"names":[],"mappings":";6CA4DG;QACD,KAAK,EAAE,gBAAgB,GAAG,WAAW,GAAG,MAAM,CAAC;QAC/C,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB;;;;;;AAsCD,wBAME"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universityofmaryland/web-elements-library",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "UMD Web Elements",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -25,8 +25,6 @@
25
25
  "test:snapshot": "jest --updateSnapshot"
26
26
  },
27
27
  "dependencies": {
28
- "@types/postcss-js": "^4.0.4",
29
- "postcss-js": "^4.0.1",
30
- "tw-to-css": "^0.0.12"
28
+ "@types/postcss-js": "^4.0.4"
31
29
  }
32
30
  }