@spothero/ui 14.7.6-beta.6 → 14.7.6

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.
Files changed (46) hide show
  1. package/CHANGELOG.md +10 -88
  2. package/CHANGELOG.tmp +3 -19
  3. package/package.json +13 -4
  4. package/styles/Alert/_Alert.scss +1 -3
  5. package/styles/AutoSuggestInput/_AutoSuggestInput.scss +1 -2
  6. package/styles/Chart/_Chart.scss +3 -6
  7. package/styles/Checkbox/_Checkbox.scss +0 -2
  8. package/styles/DateTime/_DatePickerCalendar.scss +3 -10
  9. package/styles/DateTime/_DateTimePicker.scss +1 -3
  10. package/styles/PasswordControl/_PasswordControl.scss +2 -5
  11. package/styles/Radio/_Radio.scss +0 -1
  12. package/styles/Select/_Select.scss +1 -1
  13. package/styles/TextInput/_TextInput.scss +1 -1
  14. package/styles/common/sass/_forms.scss +1 -1
  15. package/styles/v1/components/Button/_Button.scss +9 -1
  16. package/styles/v1/components/Image/_Image.scss +1 -1
  17. package/styles/v1/components/TextButton/_TextButton.scss +1 -1
  18. package/styles/v1/components/index.js +6 -6
  19. package/styles/v2/components/Select/Select.jsx +1 -5
  20. package/v1/index-bundled.cjs.js +2 -0
  21. package/v1/index-bundled.cjs.js.map +1 -0
  22. package/v1/index-bundled.esm.js +2 -0
  23. package/v1/index-bundled.esm.js.map +1 -0
  24. package/v1/index-unbundled.cjs.js +11331 -0
  25. package/v1/index-unbundled.cjs.js.map +1 -0
  26. package/v1/index-unbundled.esm.js +11296 -0
  27. package/v1/index-unbundled.esm.js.map +1 -0
  28. package/v1/index.js +5 -3
  29. package/v2/index-bundled.cjs.js +26 -0
  30. package/v2/index-bundled.cjs.js.map +1 -0
  31. package/v2/index-bundled.esm.js +25 -0
  32. package/v2/index-bundled.esm.js.map +1 -0
  33. package/v2/index-unbundled.cjs.js +38545 -0
  34. package/v2/index-unbundled.cjs.js.map +1 -0
  35. package/v2/index-unbundled.esm.js +38476 -0
  36. package/v2/index-unbundled.esm.js.map +1 -0
  37. package/v2/index.js +5 -3
  38. package/dex.config.js +0 -46
  39. package/v1/assets-manifest.json +0 -5
  40. package/v1/index.html +0 -1
  41. package/v1/index.js.LICENSE.txt +0 -5
  42. package/v1/index.js.map +0 -1
  43. package/v2/assets-manifest.json +0 -5
  44. package/v2/index.html +0 -1
  45. package/v2/index.js.LICENSE.txt +0 -14
  46. package/v2/index.js.map +0 -1
package/dex.config.js DELETED
@@ -1,46 +0,0 @@
1
- const path = require('path');
2
-
3
- const targetEntry = process.env.TARGET_ENTRY;
4
-
5
- module.exports = {
6
- client: {
7
- plugins: [],
8
- },
9
- production: {
10
- client: {
11
- entry: [`./src/${targetEntry}/components/index.js`],
12
- output: {
13
- filename: 'index.js',
14
- path: path.resolve(__dirname, targetEntry),
15
- library: {
16
- name: '@spothero/ui',
17
- type: 'umd',
18
- },
19
- globalObject: 'this'
20
- },
21
- externals: {
22
- react: {
23
- root: 'React',
24
- commonjs2: 'react',
25
- commonjs: 'react',
26
- amd: 'react'
27
- },
28
- 'react-dom': {
29
- root: 'ReactDOM',
30
- commonjs2: 'react-dom',
31
- commonjs: 'react-dom',
32
- amd: 'react-dom'
33
- },
34
- 'lodash': {
35
- commonjs2: 'lodash',
36
- commonjs: 'lodash',
37
- amd: 'lodash',
38
- root: '_'
39
- },
40
- 'prop-types': 'prop-types'
41
- }
42
- },
43
-
44
- },
45
-
46
- };
@@ -1,5 +0,0 @@
1
- {
2
- "index.html": "index.html",
3
- "index.js.license.txt": "index.js.LICENSE.txt",
4
- "main.js": "index.js"
5
- }
package/v1/index.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="x-ua-compatible" content="ie=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="/index.js"></script></head><body><div id="root"></div></body></html>
@@ -1,5 +0,0 @@
1
- /*!
2
- Copyright (c) 2017 Jed Watson.
3
- Licensed under the MIT License (MIT), see
4
- http://jedwatson.github.io/classnames
5
- */