@pairbo/ui-kit 0.3.10 → 0.3.12

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.
Files changed (2) hide show
  1. package/dist/ui-kit.js +1 -0
  2. package/package.json +1 -1
package/dist/ui-kit.js CHANGED
@@ -2158,6 +2158,7 @@
2158
2158
  display: flex;
2159
2159
  align-items: center;
2160
2160
  justify-content: center;
2161
+ color: black;
2161
2162
  }
2162
2163
 
2163
2164
  .embla__button:disabled {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pairbo/ui-kit",
3
- "version": "0.3.10",
3
+ "version": "0.3.12",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "readme": "./README-NPM.md",