react-asc 18.9.5 → 19.0.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.
Files changed (67) hide show
  1. package/components/AutoComplete/AutoComplete.d.ts +0 -1
  2. package/components/Badge/Badge.d.ts +1 -1
  3. package/components/Breadcrumb/BreadcrumbItem.d.ts +2 -5
  4. package/components/ButtonGroup/ButtonGroup.d.ts +1 -3
  5. package/components/Card/CardBody.d.ts +1 -4
  6. package/components/Card/CardFooter.d.ts +1 -4
  7. package/components/Card/CardImage.d.ts +1 -4
  8. package/components/Card/CardSubtitle.d.ts +1 -4
  9. package/components/Card/CardText.d.ts +1 -4
  10. package/components/Checkbox/Checkbox.d.ts +0 -1
  11. package/components/Chip/Chip.d.ts +1 -1
  12. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +3 -3
  13. package/components/Drawer/Drawer.d.ts +3 -4
  14. package/components/FloatingActionButton/FloatingActionButton.d.ts +1 -1
  15. package/components/Form/Form.d.ts +1 -1
  16. package/components/Form/FormHint/FormHint.d.ts +1 -4
  17. package/components/Form/FormInput/FormInput.d.ts +5 -5
  18. package/components/Form/FormLabel/FormLabel.d.ts +2 -4
  19. package/components/Form/form.interfaces.d.ts +1 -1
  20. package/components/Form/form.models.d.ts +2 -2
  21. package/components/Form/validators/IsEmptyValidator.d.ts +1 -1
  22. package/components/Form/validators/IsEqualValidator.d.ts +1 -1
  23. package/components/List/list.models.d.ts +2 -2
  24. package/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
  25. package/components/LoadingIndicator/loading-indicator.service.d.ts +2 -4
  26. package/components/Menu/Menu.d.ts +0 -1
  27. package/components/Menu/MenuBody.d.ts +1 -1
  28. package/components/Modal/GlobalModal.d.ts +1 -1
  29. package/components/Modal/Modal.d.ts +3 -3
  30. package/components/Modal/ModalHeader.d.ts +3 -4
  31. package/components/Modal/modal.service.d.ts +1 -1
  32. package/components/Select/Select.d.ts +2 -2
  33. package/components/SpeedDial/SpeedDialActions.d.ts +2 -6
  34. package/components/Stepper/Step/Step.d.ts +5 -2
  35. package/components/Tabs/Tab.d.ts +5 -2
  36. package/components/Tabs/TabIndicator.d.ts +2 -2
  37. package/components/Tabs/TabPanel.d.ts +0 -1
  38. package/components/Tabs/Tabs.d.ts +6 -2
  39. package/components/Textarea/Textarea.d.ts +1 -3
  40. package/components/Tooltip/Tooltip.d.ts +2 -3
  41. package/components/TreeView/TreeItem.d.ts +6 -5
  42. package/components/TreeView/TreeView.d.ts +2 -6
  43. package/hooks/useConstructor.d.ts +1 -1
  44. package/hooks/useDebounce.d.ts +2 -1
  45. package/hooks/useHover.d.ts +2 -2
  46. package/{assets/icons → icons}/CaretDownSolidIcon.d.ts +0 -0
  47. package/{assets/icons → icons}/CheckSolidIcon.d.ts +0 -0
  48. package/{assets/icons → icons}/CheckSquareRegularIcon.d.ts +0 -0
  49. package/{assets/icons → icons}/ChevronDownSolidIcon.d.ts +0 -0
  50. package/{assets/icons → icons}/ChevronLeftSolidIcon.d.ts +0 -0
  51. package/{assets/icons → icons}/ChevronRightSolidIcon.d.ts +0 -0
  52. package/{assets/icons → icons}/ChevronUpSolidIcon.d.ts +0 -0
  53. package/{assets/icons → icons}/CircleSolidIcon.d.ts +0 -0
  54. package/{assets/icons → icons}/HomeSolidIcon.d.ts +0 -0
  55. package/{assets/icons → icons}/PlusSolidIcon.d.ts +0 -0
  56. package/{assets/icons → icons}/SpinnerSolidIcon.d.ts +0 -0
  57. package/{assets/icons → icons}/SquareRegularIcon.d.ts +0 -0
  58. package/{assets/icons → icons}/TimesCircleSolidIcon.d.ts +0 -0
  59. package/{assets/icons → icons}/TimesSolidIcon.d.ts +0 -0
  60. package/{assets/icons → icons}/index.d.ts +0 -0
  61. package/index.d.ts +1 -1
  62. package/index.es.js +385 -379
  63. package/index.js +384 -378
  64. package/package.json +1 -1
  65. package/react-asc.scss +52 -52
  66. package/index.es.js.map +0 -1
  67. package/index.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "18.9.5",
3
+ "version": "19.0.2",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
package/react-asc.scss CHANGED
@@ -1,3 +1,55 @@
1
+ :root {
2
+ --primary-light: #6573c3;
3
+ --primary: #3f51b5;
4
+ --primary-dark: #2c387e;
5
+ --primary-contrast-text: #fff;
6
+ --primary-highlight: #d6dbf7;
7
+
8
+ --secondary-light: #e5e7eb;
9
+ --secondary: #dfe1e6;
10
+ --secondary-dark: #9c9da1;
11
+ --secondary-contrast-text: #fff;
12
+ --secondary-highlight: rgb(232, 234, 250);
13
+
14
+ --accent-light: #fd96b8;
15
+ --accent: #ff4081;
16
+ --accent-dark: #fd2c72;
17
+ --accent-contrast-text: #fff;
18
+ --accent-highlight: #fca9c5;
19
+
20
+ // rename!?
21
+ --light-light: #ffffff;
22
+ --light: #f8f9fa;
23
+ --light-dark: #ebebeb;
24
+ --light-contrast-text: #212529;
25
+ --light-highlight: #f8f9fa;
26
+
27
+ --dark-light: #616468;
28
+ --dark: #343a40;
29
+ --dark-dark: #343a40;
30
+ --dark-contrast-text: #fff;
31
+ --dark-highlight: #5e6164;
32
+
33
+ --white: #fff;
34
+
35
+ --bodyBg: white;
36
+ --bodyColor: #212529;
37
+
38
+ --borderRadius: 5px;
39
+ --shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
40
+ 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
41
+
42
+ --buttonMinWidth: 62px;
43
+ --buttonPadding: 11px 15px;
44
+
45
+ --fontFamily: "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
46
+ --fontSize: 16px;
47
+
48
+ --highlight: rgba(204, 216, 224, 0.2); // ???
49
+
50
+ --breakpointMd: 768px;
51
+ }
52
+
1
53
  .input-group-append {
2
54
  .btn {
3
55
  min-width: auto;
@@ -112,58 +164,6 @@
112
164
  }
113
165
 
114
166
 
115
- // TODO
116
- :root {
117
- --primary-light: #6573c3;
118
- --primary: #3f51b5;
119
- --primary-dark: #2c387e;
120
- --primary-contrast-text: #fff;
121
- --primary-highlight: #d6dbf7;
122
-
123
- --secondary-light: #e5e7eb;
124
- --secondary: #dfe1e6;
125
- --secondary-dark: #9c9da1;
126
- --secondary-contrast-text: #fff;
127
- --secondary-highlight: rgb(232, 234, 250);
128
-
129
- --accent-light: #fd96b8;
130
- --accent: #ff4081;
131
- --accent-dark: #fd2c72;
132
- --accent-contrast-text: #fff;
133
- --accent-highlight: #fca9c5;
134
-
135
- // rename!?
136
- --light-light: #ffffff;
137
- --light: #f8f9fa;
138
- --light-dark: #ebebeb;
139
- --light-contrast-text: #212529;
140
- --light-highlight: #f8f9fa;
141
-
142
- --dark-light: #616468;
143
- --dark: #343a40;
144
- --dark-dark: #343a40;
145
- --dark-contrast-text: #fff;
146
- --dark-highlight: #5e6164;
147
-
148
- --white: #fff;
149
-
150
- --bodyBg: #f8f9fa;
151
- --bodyColor: #212529;
152
-
153
- --borderRadius: 5px;
154
- --shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
155
-
156
- --buttonMinWidth: 62px;
157
- --buttonPadding: 11px 15px;
158
-
159
- --fontFamily: "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
160
- --fontSize: 16px;
161
-
162
- --highlight: rgba(204, 216, 224, 0.2); // ???
163
-
164
- --breakpointMd: 768px;
165
- }
166
-
167
167
  label.required {
168
168
  &::after {
169
169
  display: inline-block;