@carto/meridian-ds 3.0.0 → 3.0.1
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/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,17 @@
|
|
|
4
4
|
|
|
5
5
|
## 3.0
|
|
6
6
|
|
|
7
|
+
### 3.0.1
|
|
8
|
+
|
|
9
|
+
- fix(ci): re-enable `Test Interaction` reliably on `ubuntu-24.04`. Pins Yarn 4 in-repo via `yarnPath`. Also standardizes all workflows on `ubuntu-24.04` and SHA-pins / bumps third-party actions [#431](https://github.com/CartoDB/meridian-ds/pull/431)
|
|
10
|
+
- feat(design system): Support `mode="yaml` in the `CodeArea` component
|
|
11
|
+
|
|
7
12
|
### 3.0.0
|
|
8
13
|
|
|
9
|
-
- fix(ci): skip `test-interaction`
|
|
10
|
-
- fix(ci): release_precheck respects allowed-failures via the `test` aggregate, so `test-interaction` failures
|
|
14
|
+
- fix(ci): skip `test-interaction` unblocking releases while it's being investigated [#434](https://github.com/CartoDB/meridian-ds/pull/434)
|
|
15
|
+
- fix(ci): release_precheck respects allowed-failures via the `test` aggregate, so `test-interaction` failures no longer skip the release job [#433](https://github.com/CartoDB/meridian-ds/pull/433)
|
|
11
16
|
- feat(custom-icons): integrate Figma Code Connect for all custom icons [#425](https://github.com/CartoDB/meridian-ds/pull/425)
|
|
12
|
-
- feat(design system): integrate Figma Code Connect
|
|
17
|
+
- feat(design system): integrate Figma Code Connect through `*.figma.ts` templates, two-layer validator (`yarn figma:validate:code` + `yarn figma:validate:live`), CI gating, and two Claude skills [#294](https://github.com/CartoDB/meridian-ds/pull/294)
|
|
13
18
|
- **BREAKING** chore(custom-icons): drop the `AiTool` icon — the Figma counterpart was renamed to `McpTool`, but the existing import script didn't catch the rename, so both icons ended up coexisting in the repo as duplicate assets pointing to the same Figma node. Consumers importing `AiTool` from `@carto/meridian-ds/custom-icons` should switch to `McpTool`.
|
|
14
19
|
- **BREAKING** chore(DateRangePicker): drop the top-level shortcuts that weren't rendered — `helperText` / `placeholder` (omitted from the inherited `DateRangePickerProps` surface) and `startDateLabel` / `endDateLabel` (removed). Use `globalHelperText` (spans both fields) or per-field `startProps.{helperText, placeholder, label}` / `endProps.{helperText, placeholder, label}`; localized label defaults still apply when no per-field label is provided.
|
|
15
20
|
- **BREAKING** chore(CodeAreaField): rename `CodeAreaProps` → `CodeAreaFieldProps` to match the `<Base>Props` convention used elsewhere. Consumers importing `CodeAreaProps` from `@carto/meridian-ds/components` need to update the type name.
|
|
@@ -21,6 +21,7 @@ require("codemirror/mode/htmlmixed/htmlmixed.js");
|
|
|
21
21
|
require("codemirror/mode/markdown/markdown.js");
|
|
22
22
|
require("codemirror/mode/shell/shell.js");
|
|
23
23
|
require("codemirror/mode/python/python.js");
|
|
24
|
+
require("codemirror/mode/yaml/yaml.js");
|
|
24
25
|
require("codemirror/addon/display/placeholder");
|
|
25
26
|
require("codemirror/addon/hint/sql-hint.js");
|
|
26
27
|
require("codemirror/addon/hint/show-hint.css");
|
package/dist/components/index.js
CHANGED
|
@@ -22,6 +22,7 @@ import "codemirror/mode/htmlmixed/htmlmixed.js";
|
|
|
22
22
|
import "codemirror/mode/markdown/markdown.js";
|
|
23
23
|
import "codemirror/mode/shell/shell.js";
|
|
24
24
|
import "codemirror/mode/python/python.js";
|
|
25
|
+
import "codemirror/mode/yaml/yaml.js";
|
|
25
26
|
import "codemirror/addon/display/placeholder";
|
|
26
27
|
import "codemirror/addon/hint/sql-hint.js";
|
|
27
28
|
import "codemirror/addon/hint/show-hint.css";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeArea.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeArea/CodeArea.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,OAAO,aAAa,MAAM,+BAA+B,CAAA;
|
|
1
|
+
{"version":3,"file":"CodeArea.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/CodeArea/CodeArea.stories.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeAreaInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeArea/CodeAreaInput/CodeAreaInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAexC,OAAO,+BAA+B,CAAA;AACtC,OAAO,8BAA8B,CAAA;AAIrC,OAAO,4BAA4B,CAAA;AACnC,OAAO,0CAA0C,CAAA;AACjD,OAAO,wCAAwC,CAAA;AAC/C,OAAO,sCAAsC,CAAA;AAC7C,OAAO,gCAAgC,CAAA;AACvC,OAAO,kCAAkC,CAAA;
|
|
1
|
+
{"version":3,"file":"CodeAreaInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/CodeArea/CodeAreaInput/CodeAreaInput.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAexC,OAAO,+BAA+B,CAAA;AACtC,OAAO,8BAA8B,CAAA;AAIrC,OAAO,4BAA4B,CAAA;AACnC,OAAO,0CAA0C,CAAA;AACjD,OAAO,wCAAwC,CAAA;AAC/C,OAAO,sCAAsC,CAAA;AAC7C,OAAO,gCAAgC,CAAA;AACvC,OAAO,kCAAkC,CAAA;AACzC,OAAO,8BAA8B,CAAA;AAGrC,OAAO,sCAAsC,CAAA;AAC7C,OAAO,mCAAmC,CAAA;AAC1C,OAAO,qCAAqC,CAAA;AAC5C,OAAO,oCAAoC,CAAA;AAC3C,OAAO,2CAA2C,CAAA;AAClD,OAAO,wCAAwC,CAAA;AAG/C,OAAO,mCAAmC,CAAA;AAC1C,OAAO,qCAAqC,CAAA;AAC5C,OAAO,sCAAsC,CAAA;AAC7C,OAAO,qCAAqC,CAAA;AAC5C,OAAO,mCAAmC,CAAA;AAC1C,OAAO,sCAAsC,CAAA;AAC7C,OAAO,wCAAwC,CAAA;AAC/C,OAAO,uCAAuC,CAAA;AAE9C,UAAU,kBAAkB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,OAAO,CAAC,EAAE;QACR,IAAI,CAAC,EAAE,MAAM,GAAG;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAA;QACxD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KACvB,CAAA;IACD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,gBAAgB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3C,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAA;IACpB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;IACzB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,yEAAyE;IACzE,qBAAqB,CAAC,EAAE,OAAO,CAAA;CAChC;AAmBD,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,EACpC,OAAO,EACP,KAAK,EACL,YAAY,EACZ,EAAE,EACF,gBAAgB,EAChB,QAAQ,EACR,MAAM,EACN,OAAO,EACP,WAAW,EACX,QAAQ,EACR,IAAc,EACd,MAAM,EACN,qBAAqB,EACrB,aAAa,EAAE,UAAU,EACzB,YAAY,EAAE,SAAS,EACvB,GAAG,KAAK,EACT,EAAE,kBAAkB,2CA6HpB"}
|