@sproutsocial/seeds-react-pagination 0.1.29 → 0.1.31

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.
@@ -10,12 +10,12 @@ $ tsup --dts && cp src/pagination.css dist/pagination.css
10
10
  ESM Build start
11
11
  CJS dist/index.js 15.12 KB
12
12
  CJS dist/index.js.map 26.65 KB
13
- CJS ⚡️ Build success in 87ms
13
+ CJS ⚡️ Build success in 79ms
14
14
  ESM dist/esm/index.js 12.16 KB
15
15
  ESM dist/esm/index.js.map 26.54 KB
16
- ESM ⚡️ Build success in 87ms
16
+ ESM ⚡️ Build success in 78ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 5791ms
18
+ DTS ⚡️ Build success in 4110ms
19
19
  DTS dist/index.d.ts 3.83 KB
20
20
  DTS dist/index.d.mts 3.83 KB
21
- Done in 7.59s.
21
+ Done in 5.69s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @sproutsocial/seeds-react-pagination
2
2
 
3
+ ## 0.1.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3371484]
8
+ - @sproutsocial/seeds-react-icon@2.5.0
9
+ - @sproutsocial/seeds-react-theme@4.4.0
10
+ - @sproutsocial/seeds-react-select@1.1.51
11
+
12
+ ## 0.1.30
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [56661b6]
17
+ - @sproutsocial/seeds-react-system-props@3.2.0
18
+ - @sproutsocial/seeds-react-theme@4.3.2
19
+ - @sproutsocial/seeds-react-icon@2.4.9
20
+ - @sproutsocial/seeds-react-select@1.1.50
21
+ - @sproutsocial/seeds-react-text@1.5.4
22
+
3
23
  ## 0.1.29
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-pagination",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "Seeds React Pagination",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -26,11 +26,11 @@
26
26
  "test:watch": "jest --watch --coverage=false"
27
27
  },
28
28
  "dependencies": {
29
- "@sproutsocial/seeds-react-theme": "^4.3.1",
30
- "@sproutsocial/seeds-react-system-props": "^3.1.4",
31
- "@sproutsocial/seeds-react-icon": "^2.4.8",
32
- "@sproutsocial/seeds-react-select": "^1.1.49",
33
- "@sproutsocial/seeds-react-text": "^1.5.3"
29
+ "@sproutsocial/seeds-react-theme": "^4.4.0",
30
+ "@sproutsocial/seeds-react-system-props": "^3.2.0",
31
+ "@sproutsocial/seeds-react-icon": "^2.5.0",
32
+ "@sproutsocial/seeds-react-select": "^1.1.51",
33
+ "@sproutsocial/seeds-react-text": "^1.5.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "^18.0.0",