@secondstaxorg/sscomp 1.6.99 → 1.7.7
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/bundle.css +0 -1
- package/dist/index.css +0 -2
- package/dist/index.es.css +0 -2
- package/dist/index.es.js +832 -389
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4303 -3236
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +0 -2
- package/dist/index.min.js +843 -400
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/Accordion/Accordion.d.ts +4 -0
- package/types/components/Accordion/type.d.ts +2 -2
- package/types/components/CountrySelector/CountrySelector.d.ts +2 -1
- package/types/components/CountrySelector/type.d.ts +17 -13
- package/types/components/DatePicker/style.d.ts +1 -0
- package/types/components/DatePicker/type.d.ts +12 -0
- package/types/components/DateRangePicker/type.d.ts +4 -0
- package/types/components/DropdownList/DropdownList.d.ts +1 -0
- package/types/components/DropdownList/type.d.ts +4 -0
- package/types/components/EmailField/EmailField.d.ts +7 -0
- package/types/components/EmailField/style.d.ts +5 -0
- package/types/components/EmailField/type.d.ts +16 -0
- package/types/components/FileUpload/FileUpdload.d.ts +5 -0
- package/types/components/FileUpload/style.d.ts +2 -0
- package/types/components/FileUpload/type.d.ts +6 -0
- package/types/components/NumberField/NumberField.d.ts +8 -0
- package/types/components/NumberField/style.d.ts +5 -0
- package/types/components/NumberField/type.d.ts +46 -0
- package/types/components/PasswordField/PasswordField.d.ts +1 -0
- package/types/components/PhoneInput/PhoneInput.d.ts +1 -0
- package/types/components/PhoneInput/countries.d.ts +6 -0
- package/types/components/PhoneInput/type.d.ts +14 -2
- package/types/components/Selector/Selector.d.ts +1 -0
- package/types/components/Selector/styles.d.ts +2 -1
- package/types/components/Selector/types.d.ts +26 -4
- package/types/components/TextArea/TextArea.d.ts +1 -0
- package/types/components/TextArea/type.d.ts +7 -0
- package/types/components/TextField/TextField.d.ts +1 -0
- package/types/components/TextField/type.d.ts +7 -0
- package/types/components/Tooltip/Tooltip.d.ts +0 -1
- package/types/components/Tooltip/style.d.ts +1 -0
- package/types/components/Tooltip/type.d.ts +1 -1
- package/types/components/index.d.ts +4 -0
package/dist/index.min.css
CHANGED
|
@@ -453,5 +453,3 @@
|
|
|
453
453
|
.icons_icon-angle-right-16__0tvm-:before {
|
|
454
454
|
content: "\e91d";
|
|
455
455
|
}
|
|
456
|
-
|
|
457
|
-
.tippy_tippy-box__-iAzl[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy_tippy-box__-iAzl{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy_tippy-box__-iAzl[data-placement^=top]>.tippy_tippy-arrow__goCko{bottom:0}.tippy_tippy-box__-iAzl[data-placement^=top]>.tippy_tippy-arrow__goCko:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy_tippy-box__-iAzl[data-placement^=bottom]>.tippy_tippy-arrow__goCko{top:0}.tippy_tippy-box__-iAzl[data-placement^=bottom]>.tippy_tippy-arrow__goCko:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy_tippy-box__-iAzl[data-placement^=left]>.tippy_tippy-arrow__goCko{right:0}.tippy_tippy-box__-iAzl[data-placement^=left]>.tippy_tippy-arrow__goCko:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy_tippy-box__-iAzl[data-placement^=right]>.tippy_tippy-arrow__goCko{left:0}.tippy_tippy-box__-iAzl[data-placement^=right]>.tippy_tippy-arrow__goCko:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy_tippy-box__-iAzl[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy_tippy-arrow__goCko{width:16px;height:16px;color:#333}.tippy_tippy-arrow__goCko:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy_tippy-content__cg5n-{position:relative;padding:5px 9px;z-index:1}
|