@sproutsocial/seeds-react-pagination 0.1.31 → 0.1.33

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 79ms
13
+ CJS ⚡️ Build success in 86ms
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 78ms
16
+ ESM ⚡️ Build success in 86ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 4110ms
18
+ DTS ⚡️ Build success in 4600ms
19
19
  DTS dist/index.d.ts 3.83 KB
20
20
  DTS dist/index.d.mts 3.83 KB
21
- Done in 5.69s.
21
+ Done in 6.19s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @sproutsocial/seeds-react-pagination
2
2
 
3
+ ## 0.1.33
4
+
5
+ ### Patch Changes
6
+
7
+ - @sproutsocial/seeds-react-theme@4.5.1
8
+ - @sproutsocial/seeds-react-icon@2.5.2
9
+ - @sproutsocial/seeds-react-select@1.1.53
10
+
11
+ ## 0.1.32
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [e38d258]
16
+ - @sproutsocial/seeds-react-theme@4.5.0
17
+ - @sproutsocial/seeds-react-system-props@3.2.1
18
+ - @sproutsocial/seeds-react-icon@2.5.1
19
+ - @sproutsocial/seeds-react-select@1.1.52
20
+ - @sproutsocial/seeds-react-text@1.5.5
21
+
3
22
  ## 0.1.31
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-pagination",
3
- "version": "0.1.31",
3
+ "version": "0.1.33",
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.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"
29
+ "@sproutsocial/seeds-react-theme": "^4.5.1",
30
+ "@sproutsocial/seeds-react-system-props": "^3.2.1",
31
+ "@sproutsocial/seeds-react-icon": "^2.5.2",
32
+ "@sproutsocial/seeds-react-select": "^1.1.53",
33
+ "@sproutsocial/seeds-react-text": "^1.5.5"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "^18.0.0",