@capillarytech/blaze-ui 2.0.2 → 2.0.3

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Blaze UI Base Styles
2
+ * Cap UI Base Styles
3
3
  *
4
4
  * This module exports base CSS styles that should be imported once in your application.
5
5
  * It includes sanitize.css for cross-browser consistency.
@@ -7,7 +7,7 @@
7
7
  * Note: If your consuming application already imports sanitize.css directly,
8
8
  * webpack should deduplicate it if both resolve to the same module path.
9
9
  * However, to avoid any potential issues, you can skip loading styles via:
10
- * `loadBlazeUI({ skipStyles: true })` and only load fonts.
10
+ * `loadCapUI({ skipStyles: true })` and only load fonts.
11
11
  *
12
12
  * @example
13
13
  * ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capillarytech/blaze-ui",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Capillary UI component library with Ant Design v6",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "@capillarytech/cap-ui-utils": "^3.0.4",
51
51
  "antd-v5": "npm:antd@^6.1.0",
52
52
  "classnames": "^2.5.1",
53
- "rc-input-number": "^9.5.0",
53
+ "rc-input-number": "~7.4.0",
54
54
  "react-intl": "2.7.2",
55
55
  "sanitize.css": "^13.0.0"
56
56
  },