@pantograph/styles 0.0.5 → 0.0.7
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/dist/button.css +1 -1
- package/dist/button.js +1 -1
- package/dist/button.umd.cjs +1 -1
- package/dist/coach_mark.css +1 -0
- package/dist/coach_mark.d.ts +5 -0
- package/dist/coach_mark.js +7 -0
- package/dist/coach_mark.umd.cjs +12 -0
- package/dist/color_trigger.css +1 -1
- package/dist/color_trigger.js +1 -1
- package/dist/color_trigger.umd.cjs +1 -1
- package/dist/combobox.css +1 -1
- package/dist/combobox.js +1 -1
- package/dist/combobox.umd.cjs +1 -1
- package/dist/comment.css +1 -1
- package/dist/comment.js +1 -1
- package/dist/comment.umd.cjs +1 -1
- package/dist/form_validation.css +1 -1
- package/dist/form_validation.js +1 -1
- package/dist/form_validation.umd.cjs +1 -1
- package/dist/go_picker.css +1 -1
- package/dist/go_picker.js +1 -1
- package/dist/go_picker.umd.cjs +1 -1
- package/dist/hover_card.css +1 -1
- package/dist/hover_card.js +1 -1
- package/dist/hover_card.umd.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -1
- package/dist/index.umd.cjs +10 -1
- package/dist/input.css +1 -1
- package/dist/input.js +1 -1
- package/dist/input.umd.cjs +1 -1
- package/dist/input_group.css +1 -0
- package/dist/input_group.d.ts +5 -0
- package/dist/input_group.js +7 -0
- package/dist/input_group.umd.cjs +12 -0
- package/dist/pin_input.css +1 -1
- package/dist/pin_input.js +1 -1
- package/dist/pin_input.umd.cjs +1 -1
- package/dist/popover.css +1 -1
- package/dist/popover.js +1 -1
- package/dist/popover.umd.cjs +1 -1
- package/dist/rate.css +1 -0
- package/dist/rate.d.ts +5 -0
- package/dist/rate.js +7 -0
- package/dist/rate.umd.cjs +12 -0
- package/dist/select.css +1 -1
- package/dist/select.js +1 -1
- package/dist/select.umd.cjs +1 -1
- package/dist/textarea.css +1 -1
- package/dist/textarea.js +1 -1
- package/dist/textarea.umd.cjs +1 -1
- package/dist/tooltip.css +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/tooltip.umd.cjs +1 -1
- package/dist/tree.css +1 -1
- package/dist/tree.js +1 -1
- package/dist/tree.umd.cjs +1 -1
- package/package.json +2 -3
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export * from './card';
|
|
|
14
14
|
export * from './checkbox';
|
|
15
15
|
export * from './chip';
|
|
16
16
|
export * from './chip_group';
|
|
17
|
+
export * from './coach_mark';
|
|
17
18
|
export * from './color_picker';
|
|
18
19
|
export * from './color_swatch';
|
|
19
20
|
export * from './color_swatch_group';
|
|
@@ -34,6 +35,7 @@ export * from './icon';
|
|
|
34
35
|
export * from './image';
|
|
35
36
|
export * from './indent_level';
|
|
36
37
|
export * from './input';
|
|
38
|
+
export * from './input_group';
|
|
37
39
|
export * from './kbd';
|
|
38
40
|
export * from './label';
|
|
39
41
|
export * from './link';
|
|
@@ -45,6 +47,7 @@ export * from './pin_input';
|
|
|
45
47
|
export * from './popover';
|
|
46
48
|
export * from './progress';
|
|
47
49
|
export * from './radio_group';
|
|
50
|
+
export * from './rate';
|
|
48
51
|
export * from './scroll_container';
|
|
49
52
|
export * from './segmented';
|
|
50
53
|
export * from './select';
|