imbric-theme 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,9 @@
1
1
  export const options =
2
2
  {
3
3
  opResultsForPage: [
4
- { value: 5, label: '5' },
5
- { value: 10, label: '10' },
6
- { value: 20, label: '20' },
7
- { value: 50, label: '50' },
4
+ { id: 'pagOps1', value: 5, label: '5' },
5
+ { id: 'pagOps2', value: 10, label: '10' },
6
+ { id: 'pagOps3', value: 20, label: '20' },
7
+ { id: 'pagOps4', value: 50, label: '50' },
8
8
  ]
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",