@microsoft/sp-top-actions 1.21.1 → 1.22.0-beta.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.
@@ -3,7 +3,7 @@
3
3
  "id": "d5c7f2a5-a8e2-431c-9161-70d4d6396f79",
4
4
  "alias": "SpTopActions",
5
5
  "componentType": "Library",
6
- "version": "1.21.1",
6
+ "version": "1.22.0",
7
7
  "loaderConfig": {
8
8
  "internalModuleBaseUrls": [
9
9
  "https://localhost:4321/dist/"
@@ -13,8 +13,8 @@
13
13
  "sp-top-actions": {
14
14
  "type": "path",
15
15
  "path": {
16
- "path": "sp-top-actions_none_d8d0b7bdecfd0786532e.js",
17
- "integrity": "sha256-BAjvFXkxoh2BQFEHI6N7z0Gbhygx7BeNmOiJn71QPnI="
16
+ "path": "sp-top-actions_none_69a4ebc2610b4b1c3da5.js",
17
+ "integrity": "sha256-kEl5IcVNiga1/R/8Dns/umI3npuH+q10N9/zCrVIaF4="
18
18
  }
19
19
  }
20
20
  }
@@ -1,4 +1,4 @@
1
- import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
1
+ import type { IMultiStepCoachmark } from '@msinternal/sp-coachmark-utility';
2
2
  import type * as React_2 from 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
1
+ import type { IMultiStepCoachmark } from '@msinternal/sp-coachmark-utility';
2
2
  import type * as React_2 from 'react';
3
3
 
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { IMultiStepCoachmark } from '@ms/sp-coachmark-utility';
1
+ import type { IMultiStepCoachmark } from '@msinternal/sp-coachmark-utility';
2
2
  import type * as React_2 from 'react';
3
3
 
4
4
  /**
@@ -1 +1 @@
1
- define("d5c7f2a5-a8e2-431c-9161-70d4d6396f79_1.21.1",[],()=>(()=>{"use strict";var e,t={d:(e,n)=>{for(var a in n)t.o(n,a)&&!t.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:n[a]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};return t.r(n),t.d(n,{TopActionsFieldType:()=>e}),function(e){e[e.Dropdown=10]="Dropdown",e[e.Button=11]="Button"}(e||(e={})),n})());
1
+ define("d5c7f2a5-a8e2-431c-9161-70d4d6396f79_1.22.0",[],()=>(()=>{"use strict";var e,t={d:(e,n)=>{for(var a in n)t.o(n,a)&&!t.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:n[a]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},n={};return t.r(n),t.d(n,{TopActionsFieldType:()=>e}),function(e){e[e.Dropdown=10]="Dropdown",e[e.Button=11]="Button"}(e||(e={})),n})());
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.1"
8
+ "packageVersion": "7.52.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/sp-top-actions",
3
- "version": "1.21.1",
3
+ "version": "1.22.0-beta.1",
4
4
  "description": "SharePoint Framework support for the web part top actions user interface.",
5
5
  "license": "https://aka.ms/spfx/license",
6
6
  "homepage": "http://aka.ms/spfx",
@@ -8,12 +8,12 @@
8
8
  "module": "lib/index.js",
9
9
  "typings": "dist/index-internal.d.ts",
10
10
  "devDependencies": {
11
- "@rushstack/heft": "0.71.0",
11
+ "@rushstack/heft": "0.73.6",
12
12
  "@types/react": "17.0.45",
13
13
  "@types/react-dom": "17.0.17",
14
14
  "eslint": "8.57.1",
15
- "@ms/sp-coachmark-utility": "0.1.0",
16
- "@ms/spfx-internal-web-build-rig": "0.1.0"
15
+ "@msinternal/sp-coachmark-utility": "0.1.0",
16
+ "@msinternal/spfx-internal-web-build-rig": "0.1.0"
17
17
  },
18
18
  "scripts": {
19
19
  "build": "heft build --clean",