@platecms/delta-smart-text 0.8.0 → 0.9.0

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.
@@ -2208,6 +2208,7 @@ export type Query = {
2208
2208
  buildingBlockFieldFulfillments: BuildingBlockFieldFulfillmentsConnection;
2209
2209
  /** Orders and paginates all BuildingBlockFields. */
2210
2210
  buildingBlockFields: BuildingBlockFieldsConnection;
2211
+ casCastMatches: Scalars['CAST']['output'];
2211
2212
  casRegexSuggestions: Array<CasRegexSuggestion>;
2212
2213
  casStringMatches: Array<CasDatabaseMatch>;
2213
2214
  /** Finds one or many Channels by PRN. Throws NotFoundException when no Channel could be found. */
@@ -2330,6 +2331,12 @@ export type QueryBuildingBlockFieldsArgs = {
2330
2331
  };
2331
2332
 
2332
2333
 
2334
+ export type QueryCasCastMatchesArgs = {
2335
+ inputCast: Scalars['CAST']['input'];
2336
+ matchConfig?: InputMaybe<DatabaseMatchConfig>;
2337
+ };
2338
+
2339
+
2333
2340
  export type QueryCasRegexSuggestionsArgs = {
2334
2341
  inputText: Scalars['String']['input'];
2335
2342
  limit: Scalars['Int']['input'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platecms/delta-smart-text",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Provides a component to display smart text by using slate.",
5
5
  "license": "UNLICENSED",
6
6
  "publishConfig": {
@@ -23,11 +23,11 @@
23
23
  "./index.css": "./index.css"
24
24
  },
25
25
  "dependencies": {
26
- "@platecms/delta-cast": "0.8.0",
27
- "@platecms/delta-plate-resource-notation": "0.8.0",
26
+ "@platecms/delta-cast": "0.9.0",
27
+ "@platecms/delta-plate-resource-notation": "0.9.0",
28
28
  "@graphql-codegen/cli": "5.0.7",
29
29
  "@graphql-typed-document-node/core": "3.2.0",
30
- "@platecms/delta-cast-util-to-plaintext": "0.8.0",
30
+ "@platecms/delta-cast-util-to-plaintext": "0.9.0",
31
31
  "@reduxjs/toolkit": "2.8.2",
32
32
  "class-transformer": "0.5.1",
33
33
  "graphql": "16.11.0",