@formkit/pro
Advanced tools
Comparing version 1.0.0-alpha.13 to 1.0.0-alpha.14
@@ -65,3 +65,3 @@ import { default as dropdownFeature } from '../features/dropdown' | ||
suffix(), | ||
icon('prefix') | ||
icon('suffix') | ||
), | ||
@@ -68,0 +68,0 @@ $if( |
@@ -65,3 +65,3 @@ import { default as dropdownFeature } from '../features/dropdown' | ||
suffix(), | ||
icon('prefix') | ||
icon('suffix') | ||
) | ||
@@ -68,0 +68,0 @@ ), |
{ | ||
"name": "@formkit/pro", | ||
"version": "1.0.0-alpha.13", | ||
"version": "1.0.0-alpha.14", | ||
"description": "FormKit Pro — Form inputs and tools for high quality forms.", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
@@ -18,2 +18,5 @@ import { defaultIcon } from '@formkit/inputs' | ||
message, | ||
icon, | ||
prefix, | ||
suffix, | ||
} from '../sections/ratingSections' | ||
@@ -32,3 +35,10 @@ | ||
label('$label'), | ||
inner(itemsWrapper(onItems(onItem()), offItems(offItem())), input()) | ||
inner( | ||
icon('prefix'), | ||
prefix(), | ||
itemsWrapper(onItems(onItem()), offItems(offItem())), | ||
input(), | ||
suffix(), | ||
icon('suffix') | ||
) | ||
), | ||
@@ -35,0 +45,0 @@ help('$help'), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142507
1042