winduum 3.0.0-next.1 → 3.0.0-next.10
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/main.css +1 -1
- package/dist/tailwind.css +2 -1
- package/package.json +28 -19
- package/src/base/defaults.css +3 -0
- package/src/base/keyframes.css +32 -0
- package/src/common.d.ts +4 -0
- package/src/components/carousel/content.css +1 -0
- package/src/components/carousel/index.d.ts +14 -35
- package/src/components/carousel/index.js +75 -194
- package/src/components/check/props/default.css +1 -1
- package/src/components/control/props/select-picker.css +4 -4
- package/src/components/control/props/select.css +2 -2
- package/src/components/control/tel-country-code.css +24 -0
- package/src/components/details/index.d.ts +5 -0
- package/src/components/details/index.js +13 -0
- package/src/components/details/readme.md +2 -5
- package/src/components/dialog/content.css +0 -1
- package/src/components/dialog/drawer.css +20 -0
- package/src/components/dialog/index.css +1 -0
- package/src/components/dialog/index.js +4 -0
- package/src/components/drawer/content.css +2 -1
- package/src/components/drawer/default.css +13 -31
- package/src/components/drawer/index.css +3 -0
- package/src/components/drawer/index.d.ts +8 -15
- package/src/components/drawer/index.js +67 -50
- package/src/components/drawer/keyframes/default.css +9 -0
- package/src/components/drawer/noscript.css +32 -0
- package/src/components/drawer/nosnap.css +32 -0
- package/src/components/drawer/props/content.css +2 -2
- package/src/components/drawer/props/default.css +6 -0
- package/src/components/drawer/scroller.css +32 -0
- package/src/components/form/index.d.ts +5 -12
- package/src/components/form/index.js +35 -70
- package/src/components/heading/lg.css +1 -1
- package/src/components/heading/props/default.css +1 -1
- package/src/components/heading/sm.css +1 -1
- package/src/components/label/props/default.css +3 -2
- package/src/components/popover/content.css +2 -0
- package/src/components/popover/default.css +1 -1
- package/src/components/popover/index.css +1 -0
- package/src/components/popover/tooltip.css +11 -0
- package/src/components/tabs/index.d.ts +2 -2
- package/src/components/text/content.css +241 -0
- package/src/components/text/default.css +0 -238
- package/src/components/text/index.css +2 -0
- package/src/components/text/props/content.css +9 -0
- package/src/components/text/props/default.css +1 -7
- package/src/components/toast/default.css +6 -0
- package/src/components/toast/index.js +2 -1
- package/src/components/toaster/index.d.ts +1 -0
- package/src/components/toaster/index.js +18 -0
- package/src/polyfill.js +13 -0
- package/src/polyfills/timelineTrigger.js +54 -0
- package/src/supports.js +24 -0
- package/src/utilities/container/props/default.css +3 -3
- package/tailwindcss/theme/config/radius.css +9 -1
- package/tailwindcss/utilities/animation-timeline.css +51 -0
- package/tailwindcss/utilities/animation-trigger-fallback.css +18 -0
- package/tailwindcss/utilities/animation-trigger.css +33 -0
- package/tailwindcss/utilities/animation.css +88 -0
- package/tailwindcss/utilities/grid-area.css +7 -0
- package/tailwindcss/utilities/index.css +3 -0
- package/tailwindcss/utilities/position.css +24 -0
- package/tailwindcss/variants/index.css +2 -1
- package/tailwindcss/variants/scroll-state.css +245 -0
- package/types/index.d.ts +13 -12
- package/types/index.d.ts.map +21 -3
package/types/index.d.ts.map
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
"PluginOptions",
|
|
6
6
|
"defaultConfig",
|
|
7
7
|
"createPlugin",
|
|
8
|
+
"supportsTimelineTrigger",
|
|
9
|
+
"supportsInterestFor",
|
|
8
10
|
"ObserveCarouselOptions",
|
|
9
11
|
"PaginationCarouselOptions",
|
|
10
12
|
"ScrollCarouselOptions",
|
|
@@ -23,6 +25,13 @@
|
|
|
23
25
|
"setPosition",
|
|
24
26
|
"setKeyboardStep",
|
|
25
27
|
"setMouseStep",
|
|
28
|
+
"DefaultOptions",
|
|
29
|
+
"defaultOptions",
|
|
30
|
+
"showDetails",
|
|
31
|
+
"closeDetails",
|
|
32
|
+
"toggleDetails",
|
|
33
|
+
"showDialog",
|
|
34
|
+
"closeDialog",
|
|
26
35
|
"ScrollDrawerOptions",
|
|
27
36
|
"showDrawer",
|
|
28
37
|
"closeDrawer",
|
|
@@ -41,8 +50,11 @@
|
|
|
41
50
|
"closeToast",
|
|
42
51
|
"showToast",
|
|
43
52
|
"closeToaster",
|
|
44
|
-
"
|
|
45
|
-
"
|
|
53
|
+
"ShowPopoverOptions",
|
|
54
|
+
"HidePopoverOptions",
|
|
55
|
+
"showPopover",
|
|
56
|
+
"hidePopover",
|
|
57
|
+
"togglePopover",
|
|
46
58
|
"SetTrackPropertyOptions",
|
|
47
59
|
"SetValueOptions",
|
|
48
60
|
"SetOutputOptions",
|
|
@@ -55,8 +67,11 @@
|
|
|
55
67
|
],
|
|
56
68
|
"sources": [
|
|
57
69
|
"../plugin/index.d.ts",
|
|
70
|
+
"../src/supports.js",
|
|
58
71
|
"../src/components/carousel/index.d.ts",
|
|
59
72
|
"../src/components/compare/index.d.ts",
|
|
73
|
+
"../src/components/details/index.d.ts",
|
|
74
|
+
"../src/components/dialog/index.d.ts",
|
|
60
75
|
"../src/components/drawer/index.d.ts",
|
|
61
76
|
"../src/components/form/index.d.ts",
|
|
62
77
|
"../src/components/tabs/index.d.ts",
|
|
@@ -79,8 +94,11 @@
|
|
|
79
94
|
null,
|
|
80
95
|
null,
|
|
81
96
|
null,
|
|
97
|
+
null,
|
|
98
|
+
null,
|
|
99
|
+
null,
|
|
82
100
|
null
|
|
83
101
|
],
|
|
84
|
-
"mappings": ";;kBAEiBA,aAAaA;;;;;;;;;;;;;;;;;;;;cAoBjBC,aAAaA;;yBAEFC,YAAYA;;;;;;
|
|
102
|
+
"mappings": ";;kBAEiBA,aAAaA;;;;;;;;;;;;;;;;;;;;cAoBjBC,aAAaA;;yBAEFC,YAAYA;;;;;;cCrBvBC,uBAAuBA;;cAKvBC,mBAAmBA;;;;;;kBCRfC,sBAAsBA;;;;;;;;kBAQtBC,yBAAyBA;;;;;;kBAMzBC,qBAAqBA;;;;;;;;kBAQrBC,uBAAuBA;;;;;kBAKvBC,mBAAmBA;;;;iBAIpBC,UAAUA;iBACVC,UAAUA;iBACVC,QAAQA;iBACRC,YAAYA;iBACZC,eAAeA;iBACfC,cAAcA;iBACdC,kBAAkBA;iBAClBC,gBAAgBA;iBAChBC,YAAYA;;;;;;kBCvCXC,kBAAkBA;;;;;iBAKnBC,WAAWA;iBACXC,eAAeA;iBACfC,YAAYA;;;;;;kBCPXC,cAAcA;;;;;cAKlBC,cAAcA;iBACXC,WAAWA;iBACXC,YAAYA;iBACZC,aAAaA;;;;;;kBCRZJ,cAAcA;;;;;;;;;;cAUlBC,cAAcA;iBACXI,UAAUA;iBACVC,WAAWA;;;;;;kBCZVC,mBAAmBA;;;;;;;;;;iBAUpBC,UAAUA;iBACVC,WAAWA;iBACXC,gBAAgBA;iBAChBC,sBAAsBA;iBACtBC,iBAAiBA;iBACjBC,YAAYA;;;;;;kBCfXC,mBAAmBA;;;;;;;;kBAQnBC,oBAAoBA;;;;;;;;;;;;;;;;;;;iBAmBrBC,YAAYA;iBACZC,aAAaA;;;;;;WC5BnBC,gBAAgBA;;;;;iBAKVC,SAASA;;;;;;kBCLRC,gBAAgBA;;;;;;;kBAOhBC,iBAAiBA;;;;;;iBAMlBC,UAAUA;iBACVC,SAASA;;;;;;kBCdRF,iBAAiBA;;;;;iBAKlBG,YAAYA;;;;;;;kBCHXC,kBAAkBA;;;;;;;;;;;kBAWlBC,kBAAkBA;;;;iBAInBC,WAAWA;iBACXC,WAAWA;iBACXC,aAAaA;;;;;;kBCnBZC,uBAAuBA;;;;;;;kBAOvBC,eAAeA;;;;;kBAKfC,gBAAgBA;;;;;iBAKjBC,gBAAgBA;iBAChBC,QAAQA;iBACRC,cAAcA;;;;;;kBCnBbC,eAAeA;;;;;;iBAMhBC,UAAUA;;;;;;iBCNVC,UAAUA",
|
|
85
103
|
"ignoreList": []
|
|
86
104
|
}
|