@elliemae/ds-ribbon 3.60.0-next.21 → 3.60.0-next.22
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/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.axe-core.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.data-attributes.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.slots.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.test.id.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.axe-core.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.data-attributes.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.slots.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.test.id.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.axe-core.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.data-attributes.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.slots.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.test.id.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.axe-core.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.data-attributes.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.slots.test.d.ts +1 -0
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.test.id.test.d.ts +1 -0
- package/package.json +6 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-ribbon",
|
|
3
|
-
"version": "3.60.0-next.
|
|
3
|
+
"version": "3.60.0-next.22",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Ribbon",
|
|
6
6
|
"files": [
|
|
@@ -36,15 +36,15 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-
|
|
40
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-props-helpers": "3.60.0-next.22",
|
|
40
|
+
"@elliemae/ds-system": "3.60.0-next.22"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"jest": "^30.0.0",
|
|
44
44
|
"styled-components": "~5.3.9",
|
|
45
|
-
"@elliemae/ds-monorepo-devops": "3.60.0-next.
|
|
46
|
-
"@elliemae/ds-test-utils": "3.60.0-next.
|
|
47
|
-
"@elliemae/ds-typescript-helpers": "3.60.0-next.
|
|
45
|
+
"@elliemae/ds-monorepo-devops": "3.60.0-next.22",
|
|
46
|
+
"@elliemae/ds-test-utils": "3.60.0-next.22",
|
|
47
|
+
"@elliemae/ds-typescript-helpers": "3.60.0-next.22"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"lodash-es": "^4.17.21",
|