@pie-lib/rubric 0.28.3-next.2 → 0.28.3-next.205

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/esm/package.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1,48 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Rubric render snapshot 1`] = `
4
- <div
5
- className="className"
6
- >
7
- <WithStyles(Typography)
8
- variant="h5"
9
- >
10
- Rubric
11
- </WithStyles(Typography)>
12
- <WithStyles(FormGroup)
13
- row={true}
14
- >
15
- <WithStyles(Component)
16
- max={10}
17
- onChange={[Function]}
18
- pluginOpts={Object {}}
19
- value={3}
20
- />
21
- <WithStyles(WithFormControlContext(FormControlLabel))
22
- control={
23
- <WithStyles(Checkbox)
24
- checked={false}
25
- onChange={[Function]}
26
- />
27
- }
28
- label="Exclude zeros"
29
- />
30
- </WithStyles(FormGroup)>
31
- <div>
32
- <DragDropContext
33
- onDragEnd={[Function]}
34
- >
35
- <Connect(Droppable)
36
- direction="vertical"
37
- droppableId="droppable"
38
- ignoreContainerClipping={false}
39
- isCombineEnabled={false}
40
- isDropDisabled={false}
41
- type="DEFAULT"
42
- >
43
- <Component />
44
- </Connect(Droppable)>
45
- </DragDropContext>
46
- </div>
47
- </div>
48
- `;