@discourser/design-system 0.11.0 → 0.13.0

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 (54) hide show
  1. package/dist/{chunk-GUJTU4IH.js → chunk-BQAXPMOR.js} +12 -8
  2. package/dist/chunk-BQAXPMOR.js.map +1 -0
  3. package/dist/{chunk-X4PNKWSA.cjs → chunk-MIBEMJNS.cjs} +12 -8
  4. package/dist/chunk-MIBEMJNS.cjs.map +1 -0
  5. package/dist/{chunk-ESTQ62GZ.cjs → chunk-XSX6TKJZ.cjs} +211 -3
  6. package/dist/chunk-XSX6TKJZ.cjs.map +1 -0
  7. package/dist/{chunk-GMAXQBON.js → chunk-ZNAYN5UV.js} +211 -3
  8. package/dist/chunk-ZNAYN5UV.js.map +1 -0
  9. package/dist/components/Stepper/Stepper.d.ts +5 -1
  10. package/dist/components/Stepper/Stepper.d.ts.map +1 -1
  11. package/dist/components/index.cjs +33 -33
  12. package/dist/components/index.js +1 -1
  13. package/dist/index.cjs +37 -638
  14. package/dist/index.cjs.map +1 -1
  15. package/dist/index.d.ts +0 -1
  16. package/dist/index.d.ts.map +1 -1
  17. package/dist/index.js +3 -598
  18. package/dist/index.js.map +1 -1
  19. package/dist/preset/index.cjs +2 -2
  20. package/dist/preset/index.d.ts.map +1 -1
  21. package/dist/preset/index.js +1 -1
  22. package/dist/{recipes/stepper.recipe.d.ts → preset/recipes/stepper.d.ts} +2 -2
  23. package/dist/preset/recipes/stepper.d.ts.map +1 -0
  24. package/package.json +7 -2
  25. package/src/components/Stepper/Stepper.tsx +12 -2
  26. package/src/index.ts +0 -3
  27. package/src/preset/index.ts +6 -0
  28. package/src/{recipes/stepper.recipe.ts → preset/recipes/stepper.ts} +16 -2
  29. package/dist/chunk-ESTQ62GZ.cjs.map +0 -1
  30. package/dist/chunk-GMAXQBON.js.map +0 -1
  31. package/dist/chunk-GUJTU4IH.js.map +0 -1
  32. package/dist/chunk-X4PNKWSA.cjs.map +0 -1
  33. package/dist/recipes/button.recipe.d.ts +0 -2
  34. package/dist/recipes/button.recipe.d.ts.map +0 -1
  35. package/dist/recipes/card.recipe.d.ts +0 -2
  36. package/dist/recipes/card.recipe.d.ts.map +0 -1
  37. package/dist/recipes/dialog.recipe.d.ts +0 -2
  38. package/dist/recipes/dialog.recipe.d.ts.map +0 -1
  39. package/dist/recipes/icon-button.recipe.d.ts +0 -2
  40. package/dist/recipes/icon-button.recipe.d.ts.map +0 -1
  41. package/dist/recipes/index.d.ts +0 -7
  42. package/dist/recipes/index.d.ts.map +0 -1
  43. package/dist/recipes/input.recipe.d.ts +0 -2
  44. package/dist/recipes/input.recipe.d.ts.map +0 -1
  45. package/dist/recipes/stepper.recipe.d.ts.map +0 -1
  46. package/dist/recipes/switch.recipe.d.ts +0 -2
  47. package/dist/recipes/switch.recipe.d.ts.map +0 -1
  48. package/src/recipes/button.recipe.ts +0 -120
  49. package/src/recipes/card.recipe.ts +0 -50
  50. package/src/recipes/dialog.recipe.ts +0 -130
  51. package/src/recipes/icon-button.recipe.ts +0 -96
  52. package/src/recipes/index.ts +0 -6
  53. package/src/recipes/input.recipe.ts +0 -93
  54. package/src/recipes/switch.recipe.ts +0 -117
@@ -1,137 +1,137 @@
1
1
  'use strict';
2
2
 
3
- var chunkX4PNKWSA_cjs = require('../chunk-X4PNKWSA.cjs');
3
+ var chunkMIBEMJNS_cjs = require('../chunk-MIBEMJNS.cjs');
4
4
  require('../chunk-EARF7VDF.cjs');
5
5
 
6
6
 
7
7
 
8
8
  Object.defineProperty(exports, "AbsoluteCenter", {
9
9
  enumerable: true,
10
- get: function () { return chunkX4PNKWSA_cjs.AbsoluteCenter_exports; }
10
+ get: function () { return chunkMIBEMJNS_cjs.AbsoluteCenter_exports; }
11
11
  });
12
12
  Object.defineProperty(exports, "Accordion", {
13
13
  enumerable: true,
14
- get: function () { return chunkX4PNKWSA_cjs.Accordion_exports; }
14
+ get: function () { return chunkMIBEMJNS_cjs.Accordion_exports; }
15
15
  });
16
16
  Object.defineProperty(exports, "Avatar", {
17
17
  enumerable: true,
18
- get: function () { return chunkX4PNKWSA_cjs.Avatar_exports; }
18
+ get: function () { return chunkMIBEMJNS_cjs.Avatar_exports; }
19
19
  });
20
20
  Object.defineProperty(exports, "Badge", {
21
21
  enumerable: true,
22
- get: function () { return chunkX4PNKWSA_cjs.Badge; }
22
+ get: function () { return chunkMIBEMJNS_cjs.Badge; }
23
23
  });
24
24
  Object.defineProperty(exports, "Button", {
25
25
  enumerable: true,
26
- get: function () { return chunkX4PNKWSA_cjs.Button; }
26
+ get: function () { return chunkMIBEMJNS_cjs.Button; }
27
27
  });
28
28
  Object.defineProperty(exports, "ButtonGroup", {
29
29
  enumerable: true,
30
- get: function () { return chunkX4PNKWSA_cjs.ButtonGroup; }
30
+ get: function () { return chunkMIBEMJNS_cjs.ButtonGroup; }
31
31
  });
32
32
  Object.defineProperty(exports, "Card", {
33
33
  enumerable: true,
34
- get: function () { return chunkX4PNKWSA_cjs.Card_exports; }
34
+ get: function () { return chunkMIBEMJNS_cjs.Card_exports; }
35
35
  });
36
36
  Object.defineProperty(exports, "Checkbox", {
37
37
  enumerable: true,
38
- get: function () { return chunkX4PNKWSA_cjs.Checkbox_exports; }
38
+ get: function () { return chunkMIBEMJNS_cjs.Checkbox_exports; }
39
39
  });
40
40
  Object.defineProperty(exports, "CloseButton", {
41
41
  enumerable: true,
42
- get: function () { return chunkX4PNKWSA_cjs.CloseButton_exports; }
42
+ get: function () { return chunkMIBEMJNS_cjs.CloseButton_exports; }
43
43
  });
44
44
  Object.defineProperty(exports, "Dialog", {
45
45
  enumerable: true,
46
- get: function () { return chunkX4PNKWSA_cjs.Dialog_exports; }
46
+ get: function () { return chunkMIBEMJNS_cjs.Dialog_exports; }
47
47
  });
48
48
  Object.defineProperty(exports, "Drawer", {
49
49
  enumerable: true,
50
- get: function () { return chunkX4PNKWSA_cjs.Drawer_exports; }
50
+ get: function () { return chunkMIBEMJNS_cjs.Drawer_exports; }
51
51
  });
52
52
  Object.defineProperty(exports, "Group", {
53
53
  enumerable: true,
54
- get: function () { return chunkX4PNKWSA_cjs.Group_exports; }
54
+ get: function () { return chunkMIBEMJNS_cjs.Group_exports; }
55
55
  });
56
56
  Object.defineProperty(exports, "Heading", {
57
57
  enumerable: true,
58
- get: function () { return chunkX4PNKWSA_cjs.Heading; }
58
+ get: function () { return chunkMIBEMJNS_cjs.Heading; }
59
59
  });
60
60
  Object.defineProperty(exports, "Icon", {
61
61
  enumerable: true,
62
- get: function () { return chunkX4PNKWSA_cjs.Icon_exports; }
62
+ get: function () { return chunkMIBEMJNS_cjs.Icon_exports; }
63
63
  });
64
64
  Object.defineProperty(exports, "IconButton", {
65
65
  enumerable: true,
66
- get: function () { return chunkX4PNKWSA_cjs.IconButton; }
66
+ get: function () { return chunkMIBEMJNS_cjs.IconButton; }
67
67
  });
68
68
  Object.defineProperty(exports, "Input", {
69
69
  enumerable: true,
70
- get: function () { return chunkX4PNKWSA_cjs.Input; }
70
+ get: function () { return chunkMIBEMJNS_cjs.Input; }
71
71
  });
72
72
  Object.defineProperty(exports, "InputAddon", {
73
73
  enumerable: true,
74
- get: function () { return chunkX4PNKWSA_cjs.InputAddon; }
74
+ get: function () { return chunkMIBEMJNS_cjs.InputAddon; }
75
75
  });
76
76
  Object.defineProperty(exports, "InputGroup", {
77
77
  enumerable: true,
78
- get: function () { return chunkX4PNKWSA_cjs.InputGroup; }
78
+ get: function () { return chunkMIBEMJNS_cjs.InputGroup; }
79
79
  });
80
80
  Object.defineProperty(exports, "Popover", {
81
81
  enumerable: true,
82
- get: function () { return chunkX4PNKWSA_cjs.Popover_exports; }
82
+ get: function () { return chunkMIBEMJNS_cjs.Popover_exports; }
83
83
  });
84
84
  Object.defineProperty(exports, "Progress", {
85
85
  enumerable: true,
86
- get: function () { return chunkX4PNKWSA_cjs.Progress_exports; }
86
+ get: function () { return chunkMIBEMJNS_cjs.Progress_exports; }
87
87
  });
88
88
  Object.defineProperty(exports, "RadioGroup", {
89
89
  enumerable: true,
90
- get: function () { return chunkX4PNKWSA_cjs.RadioGroup_exports; }
90
+ get: function () { return chunkMIBEMJNS_cjs.RadioGroup_exports; }
91
91
  });
92
92
  Object.defineProperty(exports, "Select", {
93
93
  enumerable: true,
94
- get: function () { return chunkX4PNKWSA_cjs.Select_exports; }
94
+ get: function () { return chunkMIBEMJNS_cjs.Select_exports; }
95
95
  });
96
96
  Object.defineProperty(exports, "Skeleton", {
97
97
  enumerable: true,
98
- get: function () { return chunkX4PNKWSA_cjs.Skeleton_exports; }
98
+ get: function () { return chunkMIBEMJNS_cjs.Skeleton_exports; }
99
99
  });
100
100
  Object.defineProperty(exports, "Slider", {
101
101
  enumerable: true,
102
- get: function () { return chunkX4PNKWSA_cjs.Slider_exports; }
102
+ get: function () { return chunkMIBEMJNS_cjs.Slider_exports; }
103
103
  });
104
104
  Object.defineProperty(exports, "Spinner", {
105
105
  enumerable: true,
106
- get: function () { return chunkX4PNKWSA_cjs.Spinner; }
106
+ get: function () { return chunkMIBEMJNS_cjs.Spinner; }
107
107
  });
108
108
  Object.defineProperty(exports, "Stepper", {
109
109
  enumerable: true,
110
- get: function () { return chunkX4PNKWSA_cjs.Stepper; }
110
+ get: function () { return chunkMIBEMJNS_cjs.Stepper; }
111
111
  });
112
112
  Object.defineProperty(exports, "Switch", {
113
113
  enumerable: true,
114
- get: function () { return chunkX4PNKWSA_cjs.Switch_exports; }
114
+ get: function () { return chunkMIBEMJNS_cjs.Switch_exports; }
115
115
  });
116
116
  Object.defineProperty(exports, "Tabs", {
117
117
  enumerable: true,
118
- get: function () { return chunkX4PNKWSA_cjs.Tabs_exports; }
118
+ get: function () { return chunkMIBEMJNS_cjs.Tabs_exports; }
119
119
  });
120
120
  Object.defineProperty(exports, "Textarea", {
121
121
  enumerable: true,
122
- get: function () { return chunkX4PNKWSA_cjs.Textarea; }
122
+ get: function () { return chunkMIBEMJNS_cjs.Textarea; }
123
123
  });
124
124
  Object.defineProperty(exports, "Toaster", {
125
125
  enumerable: true,
126
- get: function () { return chunkX4PNKWSA_cjs.Toaster; }
126
+ get: function () { return chunkMIBEMJNS_cjs.Toaster; }
127
127
  });
128
128
  Object.defineProperty(exports, "Tooltip", {
129
129
  enumerable: true,
130
- get: function () { return chunkX4PNKWSA_cjs.Tooltip_exports; }
130
+ get: function () { return chunkMIBEMJNS_cjs.Tooltip_exports; }
131
131
  });
132
132
  Object.defineProperty(exports, "toaster", {
133
133
  enumerable: true,
134
- get: function () { return chunkX4PNKWSA_cjs.toaster; }
134
+ get: function () { return chunkMIBEMJNS_cjs.toaster; }
135
135
  });
136
136
  //# sourceMappingURL=index.cjs.map
137
137
  //# sourceMappingURL=index.cjs.map
@@ -1,4 +1,4 @@
1
- export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, Avatar_exports as Avatar, Badge, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, CloseButton_exports as CloseButton, Dialog_exports as Dialog, Drawer_exports as Drawer, Group_exports as Group, Heading, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, Select_exports as Select, Skeleton_exports as Skeleton, Slider_exports as Slider, Spinner, Stepper, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, Toaster, Tooltip_exports as Tooltip, toaster } from '../chunk-GUJTU4IH.js';
1
+ export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, Avatar_exports as Avatar, Badge, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, CloseButton_exports as CloseButton, Dialog_exports as Dialog, Drawer_exports as Drawer, Group_exports as Group, Heading, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, Select_exports as Select, Skeleton_exports as Skeleton, Slider_exports as Slider, Spinner, Stepper, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, Toaster, Tooltip_exports as Tooltip, toaster } from '../chunk-BQAXPMOR.js';
2
2
  import '../chunk-WR5Z5QMQ.js';
3
3
  //# sourceMappingURL=index.js.map
4
4
  //# sourceMappingURL=index.js.map