@utahdts/utah-design-system 0.0.1 → 0.0.2-beta

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
@@ -48,7 +48,7 @@ At a limited scale, some files have been pre-processed to CSS so that it can be
48
48
  unpkg.com/:package@:version/:file
49
49
  ```
50
50
 
51
- | resource | supports | CDN URL |
52
- |-------------------------|---|-----------------------------------------------------------------------------------------|
53
- | index.scss<br>(All CSS) |Auro WCs| https://unpkg.com/@utahdts/utah-design-system@:version/css/build/utah-design-system.css |
51
+ | resource | CDN URL |
52
+ |-------------------------|-----------------------------------------------------------------------------------------|
53
+ | index.scss<br>(All CSS) | https://unpkg.com/@utahdts/utah-design-system@:version/css/build/utah-design-system.css |
54
54
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@utahdts/utah-design-system",
3
3
  "description": "Utah Design System React Library",
4
4
  "displayName": "Utah Design System React Library",
5
- "version": "0.0.1",
5
+ "version": "0.0.2-beta",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "test:ci": "NODE_OPTIONS='--experimental-vm-modules' jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false",
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import PropTypes from 'prop-types';
2
3
  import formElementSizesEnum from '../../enums/formElementSizesEnum';
3
4
  import RefShape from '../../propTypesShapes/RefShape';
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import PropTypes from 'prop-types';
2
3
  import RefShape from '../../propTypesShapes/RefShape';
3
4
  import joinClassNames from '../../util/joinClassNames';