@kosdev-code/kos-ddk-components 2.1.1 → 2.1.3
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/components/dashboard-card/dashboard-card.d.ts.map +1 -1
- package/components/frame/frame-body/frame-body.d.ts +2 -1
- package/components/frame/frame-body/frame-body.d.ts.map +1 -1
- package/components/modal/modal.d.ts.map +1 -1
- package/components/table/table.d.ts +2 -1
- package/components/table/table.d.ts.map +1 -1
- package/core/experience/experience.d.ts +1 -3
- package/core/experience/experience.d.ts.map +1 -1
- package/core/experience/view-experience.d.ts +1 -1
- package/core/experience/view-experience.d.ts.map +1 -1
- package/index.cjs +184 -154
- package/index.js +1276 -1242
- package/package.json +4 -4
- package/styles/icon/index.d.ts +1 -0
- package/styles/icon/index.d.ts.map +1 -1
- package/styles/icon/information-icon-style/index.d.ts +2 -0
- package/styles/icon/information-icon-style/index.d.ts.map +1 -0
- package/styles/icon/information-icon-style/information-icon-style.d.ts +7 -0
- package/styles/icon/information-icon-style/information-icon-style.d.ts.map +1 -0
- package/styles/tab-view-container/tab-view-container.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/kos-ddk-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"./style.css": "./style.css"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@kosdev-code/kos-ui-sdk": "~2.1.
|
|
16
|
-
"@kosdev-code/kos-dispense-sdk": "~2.1.
|
|
15
|
+
"@kosdev-code/kos-ui-sdk": "~2.1.0",
|
|
16
|
+
"@kosdev-code/kos-dispense-sdk": "~2.1.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react-router-dom": "^6.11.2"
|
|
20
20
|
},
|
|
21
21
|
"kos": {
|
|
22
22
|
"build": {
|
|
23
|
-
"gitHash": "
|
|
23
|
+
"gitHash": "a6bf619546c3e6d08d77363dd1493226083a291f"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"publishConfig": {
|
package/styles/icon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/information-icon-style/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const InformationIconStyle: import('@emotion/styled').StyledComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
|
+
title?: string | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
theme?: import('@emotion/react').Theme | undefined;
|
|
6
|
+
}, {}, {}>;
|
|
7
|
+
//# sourceMappingURL=information-icon-style.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"information-icon-style.d.ts","sourceRoot":"","sources":["../../../../../../../packages/ddk/kos-ddk-components/src/styles/icon/information-icon-style/information-icon-style.tsx"],"names":[],"mappings":";AAGA,eAAO,MAAM,oBAAoB;;;;UAMhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tab-view-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tab-view-container/tab-view-container.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;
|
|
1
|
+
{"version":3,"file":"tab-view-container.d.ts","sourceRoot":"","sources":["../../../../../../packages/ddk/kos-ddk-components/src/styles/tab-view-container/tab-view-container.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,aAAa;;;yGAKzB,CAAC;AAEF,eAAO,MAAM,YAAY;;;yGAMxB,CAAC"}
|