@ama-styling/style-dictionary 14.6.0-prerelease.59 → 14.6.0-prerelease.61

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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -128,7 +128,7 @@ or in a dedicated `.extensions.json` file (when the [ama/json-parser/extensions]
128
128
  | Name | Options | Description |
129
129
  | ----------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
130
130
  | ama/css/variable | See [css/variables options](https://styledictionary.com/reference/hooks/formats/predefined/#cssvariables) | Render CSS variable block (based on the [built-in format](https://styledictionary.com/reference/hooks/formats/predefined/#cssvariables)) supporting additional [Otter Extensions features](#enhancement). |
131
- | ama/json/metadata | See [css/variables options](https://styledictionary.com/reference/hooks/formats/predefined/#cssvariables) *(applied to `defaultValue`)*<br />- **keepPrivate**: include private variables | Render [CMS style metadata](https://github.com/AmadeusITGroup/otter/blob/main/docs/styling/THEME.md). |
131
+ | ama/json/metadata | See [css/variables options](https://styledictionary.com/reference/hooks/formats/predefined/#cssvariables) *(applied to `defaultValue`)*<br />- **keepPrivate**: include private variables | Render CMS style metadata (CSS variables and their associated customization properties for CMS integration). |
132
132
 
133
133
  ### Registration process
134
134
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-styling/style-dictionary",
3
- "version": "14.6.0-prerelease.59",
3
+ "version": "14.6.0-prerelease.61",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -41,14 +41,14 @@
41
41
  "dependencies": {
42
42
  "@angular-devkit/architect": "~0.2200.4",
43
43
  "@angular-devkit/schematics": "~22.0.4",
44
- "@o3r/schematics": "~14.6.0-prerelease.59",
44
+ "@o3r/schematics": "~14.6.0-prerelease.61",
45
45
  "@schematics/angular": "~22.0.0",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@o3r/core": "~14.6.0-prerelease.59",
50
- "@o3r/schematics": "~14.6.0-prerelease.59",
51
- "@o3r/telemetry": "~14.6.0-prerelease.59",
49
+ "@o3r/core": "~14.6.0-prerelease.61",
50
+ "@o3r/schematics": "~14.6.0-prerelease.61",
51
+ "@o3r/telemetry": "~14.6.0-prerelease.61",
52
52
  "style-dictionary": "^5.0.0",
53
53
  "type-fest": "^5.3.1"
54
54
  },
@@ -81,11 +81,11 @@
81
81
  "@nx/jest": "~23.1.0",
82
82
  "@nx/js": "~23.1.0",
83
83
  "@nx/vitest": "~23.1.0",
84
- "@o3r/build-helpers": "~14.6.0-prerelease.59",
85
- "@o3r/core": "~14.6.0-prerelease.59",
86
- "@o3r/eslint-plugin": "~14.6.0-prerelease.59",
87
- "@o3r/telemetry": "~14.6.0-prerelease.59",
88
- "@o3r/test-helpers": "~14.6.0-prerelease.59",
84
+ "@o3r/build-helpers": "~14.6.0-prerelease.61",
85
+ "@o3r/core": "~14.6.0-prerelease.61",
86
+ "@o3r/eslint-plugin": "~14.6.0-prerelease.61",
87
+ "@o3r/telemetry": "~14.6.0-prerelease.61",
88
+ "@o3r/test-helpers": "~14.6.0-prerelease.61",
89
89
  "@schematics/angular": "~22.0.0",
90
90
  "@stylistic/eslint-plugin": "~5.10.0",
91
91
  "@types/jest": "~30.0.0",