linear-react-components-ui 1.0.10-beta.11 → 1.0.10-beta.13

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 (82) hide show
  1. package/lib/alerts/alert.spec.js +133 -0
  2. package/lib/assets/styles/radio.scss +52 -8
  3. package/lib/assets/styles/tooltip.scss +4 -4
  4. package/lib/avatar/avatar.spec.js +190 -0
  5. package/lib/badge/badge.spec.js +127 -0
  6. package/lib/buttons/SpinnerLoading.js +230 -0
  7. package/lib/buttons/buttons.spec.js +504 -0
  8. package/lib/calendar/calendar.spec.js +171 -0
  9. package/lib/checkbox/checkbox.spec.js +215 -0
  10. package/lib/dialog/dialog.spec.js +488 -0
  11. package/lib/drawer/Drawer.spec.js +258 -0
  12. package/lib/dropdown/Popup.js +2 -2
  13. package/lib/dropdown/dropdown.spec.js +169 -0
  14. package/lib/fieldset/fieldset.spec.js +329 -0
  15. package/lib/form/form.spec.js +293 -0
  16. package/lib/gridlayout/gridLayout.spec.js +169 -0
  17. package/lib/icons/icons.spec.js +86 -0
  18. package/lib/inputs/base/base.spec.js +690 -0
  19. package/lib/inputs/base/index.js +1 -0
  20. package/lib/inputs/color/color_input.spec.js +174 -0
  21. package/lib/inputs/date/date.spec.js +354 -0
  22. package/lib/inputs/mask/imaskHOC.js +1 -1
  23. package/lib/inputs/mask/input_mask.spec.js +607 -0
  24. package/lib/inputs/number/numberfield.spec.js +215 -0
  25. package/lib/inputs/search/search_input.spec.js +209 -0
  26. package/lib/inputs/select/select.spec.js +395 -0
  27. package/lib/inputs/text/textfield.spec.js +215 -0
  28. package/lib/inputs/textarea/textarea.spec.js +59 -0
  29. package/lib/labelMessages/labelMessages.spec.js +176 -0
  30. package/lib/labels/label.spec.js +162 -0
  31. package/lib/list/list.spec.js +769 -0
  32. package/lib/menus/float/float-menu.spec.js +221 -0
  33. package/lib/menus/sidenav/sidenav.spec.js +379 -0
  34. package/lib/panel/panel.spec.js +216 -0
  35. package/lib/popover/popover.spec.js +146 -0
  36. package/lib/progress/progress.spec.js +94 -0
  37. package/lib/radio/index.d.ts +2 -1
  38. package/lib/radio/index.js +3 -1
  39. package/lib/radio/radio.spec.js +189 -0
  40. package/lib/radio/types.d.ts +2 -0
  41. package/lib/spinner/spinner.spec.js +152 -0
  42. package/lib/split/split.spec.js +163 -0
  43. package/lib/table/table.spec.js +352 -0
  44. package/lib/tabs/tabs.spec.js +321 -0
  45. package/lib/toolbar/toolbar.spec.js +394 -0
  46. package/lib/tooltip/tooltip.spec.js +215 -0
  47. package/lib/treeview/treeview.spec.js +279 -0
  48. package/lib/uitour/uitour.spec.js +176 -0
  49. package/package.json +1 -1
  50. package/demo/06c001f4d19c06397d470bb43ff3fe49.png +0 -0
  51. package/demo/270084ef02ed3bddc3f735fd91ee3cae.png +0 -0
  52. package/demo/882f8e819d18f5f2dc08d23ebd28a7d5.png +0 -0
  53. package/demo/bundle.js +0 -2
  54. package/demo/bundle.js.LICENSE.txt +0 -65
  55. package/demo/cbc3b4bd6342c551db7afafe26dc458c.jpg +0 -0
  56. package/demo/edc9476523b940deab91951066981a31.png +0 -0
  57. package/demo/fb44e7c36db6d95bb85a745d4f060fb2.png +0 -0
  58. package/demo/fonts/Roboto-Black.woff +0 -0
  59. package/demo/fonts/Roboto-Black.woff2 +0 -0
  60. package/demo/fonts/Roboto-Bold.woff +0 -0
  61. package/demo/fonts/Roboto-Bold.woff2 +0 -0
  62. package/demo/fonts/Roboto-Light.woff +0 -0
  63. package/demo/fonts/Roboto-Light.woff2 +0 -0
  64. package/demo/fonts/Roboto-Medium.woff +0 -0
  65. package/demo/fonts/Roboto-Medium.woff2 +0 -0
  66. package/demo/fonts/Roboto-Regular.woff +0 -0
  67. package/demo/fonts/Roboto-Regular.woff2 +0 -0
  68. package/demo/fonts/Roboto-Thin.woff +0 -0
  69. package/demo/fonts/Roboto-Thin.woff2 +0 -0
  70. package/demo/fonts/TitilliumWeb-Black.woff +0 -0
  71. package/demo/fonts/TitilliumWeb-Black.woff2 +0 -0
  72. package/demo/fonts/TitilliumWeb-Bold.woff +0 -0
  73. package/demo/fonts/TitilliumWeb-Bold.woff2 +0 -0
  74. package/demo/fonts/TitilliumWeb-ExtraLight.woff +0 -0
  75. package/demo/fonts/TitilliumWeb-ExtraLight.woff2 +0 -0
  76. package/demo/fonts/TitilliumWeb-Light.woff +0 -0
  77. package/demo/fonts/TitilliumWeb-Light.woff2 +0 -0
  78. package/demo/fonts/TitilliumWeb-Regular.woff +0 -0
  79. package/demo/fonts/TitilliumWeb-Regular.woff2 +0 -0
  80. package/demo/fonts/TitilliumWeb-SemiBold.woff +0 -0
  81. package/demo/fonts/TitilliumWeb-SemiBold.woff2 +0 -0
  82. package/demo/index.html +0 -1
@@ -1,65 +0,0 @@
1
- /*
2
- object-assign
3
- (c) Sindre Sorhus
4
- @license MIT
5
- */
6
-
7
- /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
8
-
9
- /**
10
- * @license
11
- * Lodash <https://lodash.com/>
12
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
13
- * Released under MIT license <https://lodash.com/license>
14
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
15
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
16
- */
17
-
18
- /**
19
- * Prism: Lightweight, robust, elegant syntax highlighting
20
- *
21
- * @license MIT <https://opensource.org/licenses/MIT>
22
- * @author Lea Verou <https://lea.verou.me>
23
- * @namespace
24
- * @public
25
- */
26
-
27
- /** @license React v0.19.1
28
- * scheduler.production.min.js
29
- *
30
- * Copyright (c) Facebook, Inc. and its affiliates.
31
- *
32
- * This source code is licensed under the MIT license found in the
33
- * LICENSE file in the root directory of this source tree.
34
- */
35
-
36
- /** @license React v16.13.1
37
- * react-is.production.min.js
38
- *
39
- * Copyright (c) Facebook, Inc. and its affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
-
45
- /** @license React v16.14.0
46
- * react-dom.production.min.js
47
- *
48
- * Copyright (c) Facebook, Inc. and its affiliates.
49
- *
50
- * This source code is licensed under the MIT license found in the
51
- * LICENSE file in the root directory of this source tree.
52
- */
53
-
54
- /** @license React v16.14.0
55
- * react.production.min.js
56
- *
57
- * Copyright (c) Facebook, Inc. and its affiliates.
58
- *
59
- * This source code is licensed under the MIT license found in the
60
- * LICENSE file in the root directory of this source tree.
61
- */
62
-
63
- //! moment.js
64
-
65
- //! moment.js locale configuration
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/demo/index.html DELETED
@@ -1 +0,0 @@
1
- <!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="description" content="CHANGE THIS"><title>React component starter</title><script defer="defer" src="bundle.js"></script></head><body><div id="app"></div></body></html>