carbon-react 158.35.5 → 158.35.6
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/README.md
CHANGED
|
@@ -10,6 +10,16 @@ Our [getting started guide](https://carbon.sage.com/?path=/docs/getting-started-
|
|
|
10
10
|
|
|
11
11
|
See our [docs](https://carbon.sage.com/) for live examples.
|
|
12
12
|
|
|
13
|
+
## Agent skills
|
|
14
|
+
|
|
15
|
+
After installing `carbon-react`, add the Carbon agent skills to your project:
|
|
16
|
+
|
|
17
|
+
```shell
|
|
18
|
+
npx skills add Sage/carbon
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
These skills give agents full context about the Carbon library, including component props, usage examples, deprecation notices, migration guides, and documentation references.
|
|
22
|
+
|
|
13
23
|
## Browser Support
|
|
14
24
|
|
|
15
25
|
We support and test the Carbon Library against the latest versions of the following browsers:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"styled-components";const o=e.div.withConfig({displayName:"placeholder.style__StyledPlaceholder",componentId:"sc-29573a53-0"})(["pointer-events:none;position:absolute;top:12px;color:var(--colorsUtilityYin055);left:14px;user-select:none;"]);export{o as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function e(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});const t=e(require("styled-components")).default.div.withConfig({displayName:"placeholder.style__StyledPlaceholder",componentId:"sc-
|
|
1
|
+
"use strict";function e(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(exports,"__esModule",{value:!0});const t=e(require("styled-components")).default.div.withConfig({displayName:"placeholder.style__StyledPlaceholder",componentId:"sc-29573a53-0"})(["pointer-events:none;position:absolute;top:12px;color:var(--colorsUtilityYin055);left:14px;user-select:none;"]);exports.default=t;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbon-react",
|
|
3
|
-
"version": "158.35.
|
|
3
|
+
"version": "158.35.6",
|
|
4
4
|
"description": "A library of reusable React components for easily building user interfaces.",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"build": "npm run clean-lib && npm run generate-tokens && npm run type-check && rollup -c \"./rollup.config.mjs\" && npm run build:generate-package-json-files && npm run build:move-svg && npm run build:types",
|
|
39
39
|
"build:generate-package-json-files": "node ./scripts/generate_package_json_files/index.js",
|
|
40
40
|
"build:move-svg": "node ./scripts/copy_svg/index.js",
|
|
41
|
+
"build:skills": "node ./scripts/skills/build_skills.mjs",
|
|
41
42
|
"generate-tokens": "rimraf ./src/components/tokens-wrapper/static-tokens && node ./scripts/generate_tokens/generate_tokens.mjs",
|
|
42
43
|
"generate-tokens:dev": "rimraf ./src/components/tokens-wrapper/static-tokens && node ./scripts/generate_tokens/generate_tokens.mjs --include-dark"
|
|
43
44
|
},
|
|
@@ -185,6 +186,7 @@
|
|
|
185
186
|
"storybook-addon-pseudo-states": "~4.0.3",
|
|
186
187
|
"styled-components": "^5.3.11",
|
|
187
188
|
"typescript": "^5.8.3",
|
|
189
|
+
"ts-morph": "^27.0.2",
|
|
188
190
|
"url-loader": "^4.1.1",
|
|
189
191
|
"uuid": "^8.3.2",
|
|
190
192
|
"vite": "^6.3.4",
|