@instructure/ui-pagination 8.36.1-snapshot-8 → 8.36.1-snapshot-17

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/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.36.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-8) (2023-04-14)
6
+ ## [8.36.1-snapshot-17](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.36.1-snapshot-17) (2023-04-14)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-pagination
9
9
 
@@ -19,6 +19,29 @@ var _testable = require("@instructure/ui-testable/lib/testable.js");
19
19
  var _props = require("./props");
20
20
  const _excluded = ["label", "direction", "buttonRef"];
21
21
  var _dec, _class, _class2;
22
+ /*
23
+ * The MIT License (MIT)
24
+ *
25
+ * Copyright (c) 2015 - present Instructure, Inc.
26
+ *
27
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
28
+ * of this software and associated documentation files (the "Software"), to deal
29
+ * in the Software without restriction, including without limitation the rights
30
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31
+ * copies of the Software, and to permit persons to whom the Software is
32
+ * furnished to do so, subject to the following conditions:
33
+ *
34
+ * The above copyright notice and this permission notice shall be included in all
35
+ * copies or substantial portions of the Software.
36
+ *
37
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43
+ * SOFTWARE.
44
+ */
22
45
  /**
23
46
  ---
24
47
  parent: Pagination
@@ -11,6 +11,29 @@ var _omitProps = require("@instructure/ui-react-utils/lib/omitProps.js");
11
11
  var _testable = require("@instructure/ui-testable/lib/testable.js");
12
12
  var _props = require("./props");
13
13
  var _dec, _class, _class2;
14
+ /*
15
+ * The MIT License (MIT)
16
+ *
17
+ * Copyright (c) 2015 - present Instructure, Inc.
18
+ *
19
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
20
+ * of this software and associated documentation files (the "Software"), to deal
21
+ * in the Software without restriction, including without limitation the rights
22
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
+ * copies of the Software, and to permit persons to whom the Software is
24
+ * furnished to do so, subject to the following conditions:
25
+ *
26
+ * The above copyright notice and this permission notice shall be included in all
27
+ * copies or substantial portions of the Software.
28
+ *
29
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35
+ * SOFTWARE.
36
+ */
14
37
  /**
15
38
  ---
16
39
  parent: Pagination
@@ -15,6 +15,30 @@ var _styles = _interopRequireDefault(require("./styles"));
15
15
  var _theme = _interopRequireDefault(require("./theme"));
16
16
  var _props = require("./props");
17
17
  var _dec, _dec2, _class, _class2;
18
+ /*
19
+ * The MIT License (MIT)
20
+ *
21
+ * Copyright (c) 2015 - present Instructure, Inc.
22
+ *
23
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
24
+ * of this software and associated documentation files (the "Software"), to deal
25
+ * in the Software without restriction, including without limitation the rights
26
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
+ * copies of the Software, and to permit persons to whom the Software is
28
+ * furnished to do so, subject to the following conditions:
29
+ *
30
+ * The above copyright notice and this permission notice shall be included in all
31
+ * copies or substantial portions of the Software.
32
+ *
33
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
+ * SOFTWARE.
40
+ */
41
+ /** @jsx jsx */
18
42
  /**
19
43
  ---
20
44
  parent: Pagination
@@ -28,6 +28,30 @@ var _PaginationPageInput = require("./PaginationPageInput");
28
28
  var _styles = _interopRequireDefault(require("./styles"));
29
29
  var _props = require("./props");
30
30
  var _dec, _dec2, _dec3, _class, _class2, _span, _span2;
31
+ /*
32
+ * The MIT License (MIT)
33
+ *
34
+ * Copyright (c) 2015 - present Instructure, Inc.
35
+ *
36
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
37
+ * of this software and associated documentation files (the "Software"), to deal
38
+ * in the Software without restriction, including without limitation the rights
39
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40
+ * copies of the Software, and to permit persons to whom the Software is
41
+ * furnished to do so, subject to the following conditions:
42
+ *
43
+ * The above copyright notice and this permission notice shall be included in all
44
+ * copies or substantial portions of the Software.
45
+ *
46
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52
+ * SOFTWARE.
53
+ */
54
+ /** @jsx jsx */
31
55
  /** This is an [].findIndex optimized to work on really big, but sparse, arrays */
32
56
  const fastFindIndex = (arr, fn) => Number(Object.keys(arr).find(k => fn(arr[Number(k)])));
33
57
  const childrenArray = props => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-pagination",
3
- "version": "8.36.1-snapshot-8",
3
+ "version": "8.36.1-snapshot-17",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,29 +23,29 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.36.1-snapshot-8",
27
- "@instructure/ui-test-locator": "8.36.1-snapshot-8",
28
- "@instructure/ui-test-queries": "8.36.1-snapshot-8",
29
- "@instructure/ui-test-utils": "8.36.1-snapshot-8"
26
+ "@instructure/ui-babel-preset": "8.36.1-snapshot-17",
27
+ "@instructure/ui-test-locator": "8.36.1-snapshot-17",
28
+ "@instructure/ui-test-queries": "8.36.1-snapshot-17",
29
+ "@instructure/ui-test-utils": "8.36.1-snapshot-17"
30
30
  },
31
31
  "dependencies": {
32
- "@babel/runtime": "^7.20.13",
33
- "@instructure/emotion": "8.36.1-snapshot-8",
34
- "@instructure/shared-types": "8.36.1-snapshot-8",
35
- "@instructure/ui-a11y-content": "8.36.1-snapshot-8",
36
- "@instructure/ui-a11y-utils": "8.36.1-snapshot-8",
37
- "@instructure/ui-buttons": "8.36.1-snapshot-8",
38
- "@instructure/ui-dom-utils": "8.36.1-snapshot-8",
39
- "@instructure/ui-icons": "8.36.1-snapshot-8",
40
- "@instructure/ui-number-input": "8.36.1-snapshot-8",
41
- "@instructure/ui-portal": "8.36.1-snapshot-8",
42
- "@instructure/ui-prop-types": "8.36.1-snapshot-8",
43
- "@instructure/ui-react-utils": "8.36.1-snapshot-8",
44
- "@instructure/ui-testable": "8.36.1-snapshot-8",
45
- "@instructure/ui-tooltip": "8.36.1-snapshot-8",
46
- "@instructure/ui-utils": "8.36.1-snapshot-8",
47
- "@instructure/ui-view": "8.36.1-snapshot-8",
48
- "@instructure/uid": "8.36.1-snapshot-8",
32
+ "@babel/runtime": "^7.21.0",
33
+ "@instructure/emotion": "8.36.1-snapshot-17",
34
+ "@instructure/shared-types": "8.36.1-snapshot-17",
35
+ "@instructure/ui-a11y-content": "8.36.1-snapshot-17",
36
+ "@instructure/ui-a11y-utils": "8.36.1-snapshot-17",
37
+ "@instructure/ui-buttons": "8.36.1-snapshot-17",
38
+ "@instructure/ui-dom-utils": "8.36.1-snapshot-17",
39
+ "@instructure/ui-icons": "8.36.1-snapshot-17",
40
+ "@instructure/ui-number-input": "8.36.1-snapshot-17",
41
+ "@instructure/ui-portal": "8.36.1-snapshot-17",
42
+ "@instructure/ui-prop-types": "8.36.1-snapshot-17",
43
+ "@instructure/ui-react-utils": "8.36.1-snapshot-17",
44
+ "@instructure/ui-testable": "8.36.1-snapshot-17",
45
+ "@instructure/ui-tooltip": "8.36.1-snapshot-17",
46
+ "@instructure/ui-utils": "8.36.1-snapshot-17",
47
+ "@instructure/ui-view": "8.36.1-snapshot-17",
48
+ "@instructure/uid": "8.36.1-snapshot-17",
49
49
  "keycode": "^2.2.1",
50
50
  "prop-types": "^15.8.1"
51
51
  },