@gnist/design-system 5.6.0 → 6.0.0-alpha.0
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/CHANGELOG.md +15 -0
- package/README.md +2 -0
- package/dist/components/actions/selectionControls/Checkbox.js +1 -1
- package/dist/components/actions/selectionControls/RadioButton.js +2 -2
- package/dist/components/actions/selectionControls/Switch.cjs +19 -9
- package/dist/components/actions/selectionControls/Switch.d.ts +1 -1
- package/dist/components/actions/selectionControls/Switch.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/Switch.js +21 -11
- package/dist/components/actions/selectionControls/switch.css.cjs +123 -48
- package/dist/components/actions/selectionControls/switch.css.d.ts +10 -12
- package/dist/components/actions/selectionControls/switch.css.d.ts.map +1 -1
- package/dist/components/actions/selectionControls/switch.css.js +124 -49
- package/dist/components/feedback/alerts/AlertBanner.js +1 -1
- package/dist/components/inputs/dropdowns/SelectBase.js +1 -1
- package/dist/components/inputs/pickers/Calendar.css.js +1 -1
- package/dist/components/inputs/textFields/TextArea.js +1 -1
- package/dist/components/inputs/textFields/TextField.js +1 -1
- package/dist/components/surfaces/modal/Modal.js +1 -1
- package/dist/foundation/iconography/Icon.css.cjs +2 -1
- package/dist/foundation/iconography/Icon.css.d.ts.map +1 -1
- package/dist/foundation/iconography/Icon.css.js +2 -1
- package/dist/foundation/iconography/IconVariantProvider.cjs +1 -1
- package/dist/foundation/iconography/IconVariantProvider.js +1 -1
- package/dist/foundation/iconography/icons.d.ts +1 -1
- package/dist/foundation/iconography/icons.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/assignment-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/assignment-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/assignment-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/bolt-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/bolt-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/build-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/build-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calculate-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calculate-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/calendar-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/calendar-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/car_crash-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/change-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/change-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/code-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/code-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/contract-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/contract-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/edit-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/edit-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/electric_car-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/electric_car-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/explore-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/explore-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/explore-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/home-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/home-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/image_not_supported-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/index.cjs +33 -11
- package/dist/foundation/iconography/svg/action/index.d.ts +55 -3
- package/dist/foundation/iconography/svg/action/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/action/index.js +33 -11
- package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/lightbulb-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/login-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/login-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/logout-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/logout-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/manual_gear-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/minor_crash-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/notifications-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/notifications-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/notifications-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/payment-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/payment-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/pets-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/pets-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/play_circle-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/print-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/print-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/query_stats-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/savings-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/savings-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/schedule-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/schedule-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/settings-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/settings-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/shopping_cart-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/signature-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/signature-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/action/signature-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/action/sort-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/sort-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/sort-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/speed-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/speed-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/trash-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/trash-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/tune-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/tune-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/verified-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/verified-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_off-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/action/visibility_on-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/call-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/call-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/communication/chat-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/communication/chat-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/add-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/add-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/auto-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/auto-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/backspace-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/backspace-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/clear-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/clear-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/mail-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/mail-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/manage_account-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/person-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/person-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/remove-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/remove-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/send-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/send-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/content/work-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/content/work-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/device/task-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/device/task-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_download-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_download_off-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-sharp.svg.cjs → file/file_open-filled.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-filled.svg.cjs → file/file_open-outlined.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_open-round.svg.cjs +28 -0
- package/dist/foundation/iconography/svg/file/file_open-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/{toggle/star_outline-outlined.svg.cjs → file/file_open-sharp.svg.cjs} +3 -3
- package/dist/foundation/iconography/svg/file/file_open-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/file/file_upload-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/file_upload-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/index.cjs +22 -0
- package/dist/foundation/iconography/svg/file/index.d.ts +52 -0
- package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/file/index.js +22 -0
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/ev_station-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/forest-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/forest-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/gas_station-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/location-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/location-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/map/route-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/map/route-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_backward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_downward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_forward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/arrow_upward-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/check-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/check-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_left-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/chevron_right-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/close-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/close-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_less-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/expand_more-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/external-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/external-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/menu-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_horizontal-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/more_vertical-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/open-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/open-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/refresh-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/spinner-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_less-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/navigation/unfold_more-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/event_note-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/live_tv-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/notifications/wifi-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/coffee-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/coffee-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/search/index.cjs +11 -0
- package/dist/foundation/iconography/svg/search/index.d.ts +26 -0
- package/dist/foundation/iconography/svg/search/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/search/index.js +12 -1
- package/dist/foundation/iconography/svg/{action → search}/search-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-filled.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-outlined.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-round.svg.js +10 -0
- package/dist/foundation/iconography/svg/{action → search}/search-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/search/search-sharp.svg.js +10 -0
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_neutral-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_dissatisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/social/sentiment_very_satisfied-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/favorite-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/index.cjs +0 -22
- package/dist/foundation/iconography/svg/toggle/index.d.ts +0 -52
- package/dist/foundation/iconography/svg/toggle/index.d.ts.map +1 -1
- package/dist/foundation/iconography/svg/toggle/index.js +1 -23
- package/dist/foundation/iconography/svg/toggle/star-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/toggle/star-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/toggle/star-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/error-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/error-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/help-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/help-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/info-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/info-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/success-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/success-sharp.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-filled.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-filled.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-outlined.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-outlined.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-round.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-round.svg.js +1 -1
- package/dist/foundation/iconography/svg/validation/warning-sharp.svg.cjs +1 -1
- package/dist/foundation/iconography/svg/validation/warning-sharp.svg.js +1 -1
- package/dist/foundation/logos/svg/index.cjs +27 -27
- package/dist/index.cjs +26 -26
- package/dist/utilities/validation/validation.js +1 -1
- package/dist/utilities/validation/validators.js +1 -1
- package/package.json +12 -10
- package/dist/foundation/iconography/svg/action/search-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/action/search-sharp.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/favorite_border-sharp.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-filled.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-outlined.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.cjs +0 -28
- package/dist/foundation/iconography/svg/toggle/star_outline-round.svg.js +0 -10
- package/dist/foundation/iconography/svg/toggle/star_outline-sharp.svg.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.0.0-alpha.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@5.6.1...@gnist/design-system@6.0.0-alpha.0) (2026-04-17)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* Removed `favorite_border` and `star_outline` icons. Use `favorite` or `star` with the `variantOverride` prop to switch between filled and outlined variants.
|
|
11
|
+
* The default icon variant has been changed from `filled` to `outlined`.
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* replace icons with Material Symbols and restructure icon build pipeline ([ede842a](https://github.com/mollerdigital/design-system-design-system/commit/ede842af1e6ab14a9f3dd7b843a00e3886240bcd))
|
|
16
|
+
|
|
17
|
+
## [5.6.1](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@5.6.0...@gnist/design-system@5.6.1) (2026-04-17)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @gnist/design-system
|
|
20
|
+
|
|
6
21
|
## [5.6.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@5.5.3...@gnist/design-system@5.6.0) (2026-03-20)
|
|
7
22
|
|
|
8
23
|
### Features
|
package/README.md
CHANGED
|
@@ -100,6 +100,8 @@ export const App: React.FC = () => {
|
|
|
100
100
|
};
|
|
101
101
|
```
|
|
102
102
|
|
|
103
|
+
> Note: The `brandless` and `gnist` themes are for **internal use only**. Both use the "Geist" font family, so if you are using either of these themes, import `@gnist/design-system/fonts/tools` as your font.
|
|
104
|
+
|
|
103
105
|
### Next.js projects
|
|
104
106
|
|
|
105
107
|
If you are setting up in a Next.js project, the procedure is quite the same.
|
|
@@ -9,7 +9,7 @@ import "../../../foundation/iconography/IconVariantProvider.js";
|
|
|
9
9
|
import "../../../foundation/iconography/icons.js";
|
|
10
10
|
import { Icon } from "../../../foundation/iconography/Icon.js";
|
|
11
11
|
import { CheckboxRecipe, checkbox } from "./checkbox.css.js";
|
|
12
|
-
import { InputWrapper,
|
|
12
|
+
import { InputWrapper, InputStyleRecipe, LabelStyle, LabelRecipe, indentedDescriptionStyle } from "./shared.css.js";
|
|
13
13
|
import { SelectionDescription, HelperTextWrapper } from "./shared.js";
|
|
14
14
|
const CustomCheckbox = ({ value, disabled }) => {
|
|
15
15
|
if (!value) {
|
|
@@ -5,8 +5,8 @@ import { ScreenReaderOnly } from "../../../utilities/accessibility/ScreenReaderO
|
|
|
5
5
|
import "../../../utilities/accessibility/visuallyHidden.css.js";
|
|
6
6
|
import { createValidHtmlId } from "../../../utilities/html/index.js";
|
|
7
7
|
import classNames from "classnames";
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
8
|
+
import { CheckedCircleRecipe, RadioButtonRecipe } from "./radiobutton.css.js";
|
|
9
|
+
import { InputStyleRecipe, LabelStyle, LabelRecipe, InputWrapper, indentedDescriptionStyle } from "./shared.css.js";
|
|
10
10
|
import { SelectionDescription, HelperTextWrapper } from "./shared.js";
|
|
11
11
|
import { useRadio } from "./RadioGroup.js";
|
|
12
12
|
const CustomRadioButton = ({ isChecked, disabled, validity }) => {
|
|
@@ -2,33 +2,43 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const InputHelperText = require("../../../building-blocks/inputs/InputHelperText.cjs");
|
|
5
6
|
const ScreenReaderOnly = require("../../../utilities/accessibility/ScreenReaderOnly.cjs");
|
|
6
7
|
require("../../../utilities/accessibility/visuallyHidden.css.cjs");
|
|
7
8
|
const index = require("../../../utilities/html/index.cjs");
|
|
9
|
+
require("../../../foundation/iconography/ExtraIconsProvider.cjs");
|
|
10
|
+
require("../../../foundation/iconography/IconVariantProvider.cjs");
|
|
11
|
+
require("../../../foundation/iconography/icons.cjs");
|
|
12
|
+
const Icon = require("../../../foundation/iconography/Icon.cjs");
|
|
8
13
|
const switch_css = require("./switch.css.cjs");
|
|
9
14
|
const shared_css = require("./shared.css.cjs");
|
|
15
|
+
const shared = require("./shared.cjs");
|
|
10
16
|
const atoms_css_js = require("@gnist/themes/atoms.css.js");
|
|
11
|
-
function Switch({ label, description, value = false, onChange, disabled, id = index.createValidHtmlId(label || "toggle"), position = "left", hideLabel = false, className, ref, ...rest }) {
|
|
17
|
+
function Switch({ label, description, value = false, onChange, disabled, id = index.createValidHtmlId(label || "toggle"), position = "left", hideLabel = false, canShowErrorMessage = false, className, ref, ...rest }) {
|
|
12
18
|
const inputId = id;
|
|
19
|
+
const helperId = `${id}-helper`;
|
|
20
|
+
const { helperTextProps, inputAriaProps } = InputHelperText.useInputHelperText({
|
|
21
|
+
id: helperId,
|
|
22
|
+
reserveSpaceForMessage: canShowErrorMessage
|
|
23
|
+
});
|
|
13
24
|
const LabelElement = () => {
|
|
14
|
-
return jsxRuntime.
|
|
15
|
-
disabled,
|
|
16
|
-
side: position === "right" ? "left" : "right"
|
|
17
|
-
}), children: [label, description && jsxRuntime.jsx("div", { className: switch_css.switchDescription, children: description })] });
|
|
25
|
+
return jsxRuntime.jsx("span", { className: switch_css.switchLabelContent, children: jsxRuntime.jsx("span", { className: switch_css.SwitchLabelRecipe({ disabled }), children: label }) });
|
|
18
26
|
};
|
|
19
|
-
|
|
27
|
+
const descriptionElement = description ?? jsxRuntime.jsx(shared.SelectionDescription, { disabled, children: jsxRuntime.jsx("div", { className: switch_css.switchDescription, children: description }) });
|
|
28
|
+
const switchElement = jsxRuntime.jsxs("span", { className: `${switch_css.switchField} ${className ?? ""}`, ref, children: [jsxRuntime.jsxs("span", { className: `${shared_css.InputWrapper} ${switch_css.focusContainer} ${atoms_css_js.atoms({ borderRadius: hideLabel ? "full" : "input" })}`, children: [jsxRuntime.jsx("input", { type: "checkbox", id: inputId, disabled, onChange, checked: value === true, className: shared_css.InputStyleRecipe({ disabled }), style: {
|
|
20
29
|
position: "absolute",
|
|
21
30
|
opacity: 0,
|
|
22
31
|
width: "100%",
|
|
23
32
|
height: "100%",
|
|
24
33
|
margin: 0,
|
|
25
34
|
cursor: disabled ? "not-allowed" : "pointer"
|
|
26
|
-
}, ...rest }), jsxRuntime.jsxs("label", { htmlFor: inputId, className: switch_css.
|
|
35
|
+
}, ...inputAriaProps, ...rest }), jsxRuntime.jsxs("label", { htmlFor: inputId, className: switch_css.switchRow, children: [position === "right" && !hideLabel && jsxRuntime.jsx(LabelElement, {}), jsxRuntime.jsx("span", { className: switch_css.SwitchRecipe({
|
|
27
36
|
selected: value,
|
|
28
37
|
disabled
|
|
29
38
|
}), children: jsxRuntime.jsx("span", { className: switch_css.SwitchThumbRecipe({
|
|
30
|
-
selected: value
|
|
39
|
+
selected: value,
|
|
31
40
|
disabled
|
|
32
|
-
}) }) }), position === "left" && !hideLabel && jsxRuntime.jsx(LabelElement, {}), hideLabel && jsxRuntime.jsx(ScreenReaderOnly.ScreenReaderOnly, { children: label })] })] });
|
|
41
|
+
}), children: (value && !disabled) ?? jsxRuntime.jsx("span", { className: switch_css.switchThumbIcon, "aria-hidden": true, children: jsxRuntime.jsx(Icon.Icon, { icon: "check", size: "xs" }) }) }) }), position === "left" && !hideLabel && jsxRuntime.jsx(LabelElement, {}), hideLabel && jsxRuntime.jsx(ScreenReaderOnly.ScreenReaderOnly, { children: label })] })] }), descriptionElement] });
|
|
42
|
+
return jsxRuntime.jsx(shared.HelperTextWrapper, { ...helperTextProps, children: switchElement });
|
|
33
43
|
}
|
|
34
44
|
exports.Switch = Switch;
|
|
@@ -13,5 +13,5 @@ export interface SwitchProps extends Omit<SelectionControlProps<boolean>, "rende
|
|
|
13
13
|
*
|
|
14
14
|
* Documentation: [Switch](https://gnist.moller.no/developers/components/latest/?path=/docs/components-actions-selectioncontrols-switch--docs)
|
|
15
15
|
*/
|
|
16
|
-
export declare function Switch({ label, description, value, onChange, disabled, id, position, hideLabel, className, ref, ...rest }: SwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare function Switch({ label, description, value, onChange, disabled, id, position, hideLabel, canShowErrorMessage, className, ref, ...rest }: SwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/selectionControls/Switch.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/selectionControls/Switch.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAc5B,OAAO,EAEH,qBAAqB,EAExB,MAAM,aAAa,CAAC;AAGrB,MAAM,WAAW,WACb,SAAQ,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;IACnE,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,GAAG,CAAC,EAAE,GAAG,CAAC,eAAe,CAAC,CAAC;CAC9B;AAED;;;;;;;GAOG;AACH,wBAAgB,MAAM,CAAC,EACnB,KAAK,EACL,WAAW,EACX,KAAa,EACb,QAAQ,EACR,QAAQ,EACR,EAAyC,EACzC,QAAiB,EACjB,SAAiB,EACjB,mBAA2B,EAC3B,SAAS,EACT,GAAG,EACH,GAAG,IAAI,EACV,EAAE,WAAW,2CAkFb"}
|
|
@@ -1,33 +1,43 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useInputHelperText } from "../../../building-blocks/inputs/InputHelperText.js";
|
|
3
4
|
import { ScreenReaderOnly } from "../../../utilities/accessibility/ScreenReaderOnly.js";
|
|
4
5
|
import "../../../utilities/accessibility/visuallyHidden.css.js";
|
|
5
6
|
import { createValidHtmlId } from "../../../utilities/html/index.js";
|
|
6
|
-
import
|
|
7
|
+
import "../../../foundation/iconography/ExtraIconsProvider.js";
|
|
8
|
+
import "../../../foundation/iconography/IconVariantProvider.js";
|
|
9
|
+
import "../../../foundation/iconography/icons.js";
|
|
10
|
+
import { Icon } from "../../../foundation/iconography/Icon.js";
|
|
11
|
+
import { switchDescription, switchField, focusContainer, switchRow, switchThumbIcon, SwitchThumbRecipe, SwitchRecipe, switchLabelContent, SwitchLabelRecipe } from "./switch.css.js";
|
|
7
12
|
import { InputWrapper, InputStyleRecipe } from "./shared.css.js";
|
|
13
|
+
import { SelectionDescription, HelperTextWrapper } from "./shared.js";
|
|
8
14
|
import { atoms } from "@gnist/themes/atoms.css.js";
|
|
9
|
-
function Switch({ label, description, value = false, onChange, disabled, id = createValidHtmlId(label || "toggle"), position = "left", hideLabel = false, className, ref, ...rest }) {
|
|
15
|
+
function Switch({ label, description, value = false, onChange, disabled, id = createValidHtmlId(label || "toggle"), position = "left", hideLabel = false, canShowErrorMessage = false, className, ref, ...rest }) {
|
|
10
16
|
const inputId = id;
|
|
17
|
+
const helperId = `${id}-helper`;
|
|
18
|
+
const { helperTextProps, inputAriaProps } = useInputHelperText({
|
|
19
|
+
id: helperId,
|
|
20
|
+
reserveSpaceForMessage: canShowErrorMessage
|
|
21
|
+
});
|
|
11
22
|
const LabelElement = () => {
|
|
12
|
-
return
|
|
13
|
-
disabled,
|
|
14
|
-
side: position === "right" ? "left" : "right"
|
|
15
|
-
}), children: [label, description && jsx("div", { className: switchDescription, children: description })] });
|
|
23
|
+
return jsx("span", { className: switchLabelContent, children: jsx("span", { className: SwitchLabelRecipe({ disabled }), children: label }) });
|
|
16
24
|
};
|
|
17
|
-
|
|
25
|
+
const descriptionElement = description ?? jsx(SelectionDescription, { disabled, children: jsx("div", { className: switchDescription, children: description }) });
|
|
26
|
+
const switchElement = jsxs("span", { className: `${switchField} ${className ?? ""}`, ref, children: [jsxs("span", { className: `${InputWrapper} ${focusContainer} ${atoms({ borderRadius: hideLabel ? "full" : "input" })}`, children: [jsx("input", { type: "checkbox", id: inputId, disabled, onChange, checked: value === true, className: InputStyleRecipe({ disabled }), style: {
|
|
18
27
|
position: "absolute",
|
|
19
28
|
opacity: 0,
|
|
20
29
|
width: "100%",
|
|
21
30
|
height: "100%",
|
|
22
31
|
margin: 0,
|
|
23
32
|
cursor: disabled ? "not-allowed" : "pointer"
|
|
24
|
-
}, ...rest }), jsxs("label", { htmlFor: inputId, className:
|
|
33
|
+
}, ...inputAriaProps, ...rest }), jsxs("label", { htmlFor: inputId, className: switchRow, children: [position === "right" && !hideLabel && jsx(LabelElement, {}), jsx("span", { className: SwitchRecipe({
|
|
25
34
|
selected: value,
|
|
26
35
|
disabled
|
|
27
36
|
}), children: jsx("span", { className: SwitchThumbRecipe({
|
|
28
|
-
selected: value
|
|
37
|
+
selected: value,
|
|
29
38
|
disabled
|
|
30
|
-
}) }) }), position === "left" && !hideLabel && jsx(LabelElement, {}), hideLabel && jsx(ScreenReaderOnly, { children: label })] })] });
|
|
39
|
+
}), children: (value && !disabled) ?? jsx("span", { className: switchThumbIcon, "aria-hidden": true, children: jsx(Icon, { icon: "check", size: "xs" }) }) }) }), position === "left" && !hideLabel && jsx(LabelElement, {}), hideLabel && jsx(ScreenReaderOnly, { children: label })] })] }), descriptionElement] });
|
|
40
|
+
return jsx(HelperTextWrapper, { ...helperTextProps, children: switchElement });
|
|
31
41
|
}
|
|
32
42
|
export {
|
|
33
43
|
Switch
|
|
@@ -3,56 +3,79 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const atoms_css_js = require("@gnist/themes/atoms.css.js");
|
|
5
5
|
const tokens_css_js = require("@gnist/themes/tokens.css.js");
|
|
6
|
+
const cssUtils = require("@vanilla-extract/css-utils");
|
|
6
7
|
const recipes = require("@vanilla-extract/recipes");
|
|
7
8
|
const css = require("@vanilla-extract/css");
|
|
8
9
|
const focusContainer = css.style({
|
|
9
10
|
display: "inline-flex",
|
|
10
11
|
alignItems: "center",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
position: "relative",
|
|
13
|
+
flexShrink: 0
|
|
14
|
+
});
|
|
15
|
+
const switchField = css.style({
|
|
16
|
+
display: "inline-flex",
|
|
17
|
+
flexDirection: "column",
|
|
18
|
+
gap: tokens_css_js.tokens.spacing.base
|
|
17
19
|
});
|
|
18
|
-
const
|
|
19
|
-
display: "flex"
|
|
20
|
+
const switchRow = css.style({
|
|
21
|
+
display: "inline-flex",
|
|
22
|
+
alignItems: "center",
|
|
23
|
+
gap: tokens_css_js.tokens.spacing.xxs
|
|
24
|
+
});
|
|
25
|
+
const switchLabelContent = css.style({
|
|
26
|
+
display: "inline-flex",
|
|
27
|
+
flexDirection: "column",
|
|
28
|
+
gap: tokens_css_js.tokens.spacing.base,
|
|
29
|
+
minWidth: 0
|
|
20
30
|
});
|
|
21
31
|
const switchContainer = css.style([
|
|
22
32
|
{
|
|
23
33
|
position: "relative",
|
|
24
34
|
display: "inline-flex",
|
|
35
|
+
alignItems: "center",
|
|
36
|
+
flexShrink: 0,
|
|
25
37
|
cursor: "pointer",
|
|
26
|
-
|
|
38
|
+
overflow: "hidden",
|
|
39
|
+
transition: "background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease"
|
|
27
40
|
},
|
|
28
41
|
atoms_css_js.atoms({
|
|
29
42
|
borderRadius: "full",
|
|
30
43
|
width: "xxl",
|
|
31
|
-
height: "
|
|
44
|
+
height: "m"
|
|
32
45
|
})
|
|
33
46
|
]);
|
|
34
47
|
const SwitchRecipe = recipes.recipe({
|
|
35
48
|
base: [
|
|
36
49
|
switchContainer,
|
|
37
|
-
atoms_css_js.atoms({
|
|
38
|
-
borderColor: "outline"
|
|
39
|
-
}),
|
|
40
50
|
{
|
|
41
|
-
borderWidth:
|
|
51
|
+
borderWidth: tokens_css_js.tokens.stroke.small,
|
|
42
52
|
borderStyle: "solid",
|
|
43
|
-
boxSizing: "border-box"
|
|
53
|
+
boxSizing: "border-box",
|
|
54
|
+
selectors: {
|
|
55
|
+
[`${focusContainer}:has(input:focus-visible) &`]: {
|
|
56
|
+
boxShadow: `0 0 0 ${tokens_css_js.tokens.stroke.medium} ${tokens_css_js.tokens.color.interactive}`
|
|
57
|
+
},
|
|
58
|
+
[`${focusContainer}:has(input:not(:disabled):hover) &`]: {
|
|
59
|
+
filter: "brightness(0.98)"
|
|
60
|
+
},
|
|
61
|
+
[`${focusContainer}:has(input:not(:disabled):active) &`]: {
|
|
62
|
+
filter: "brightness(0.94)"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
44
65
|
}
|
|
45
66
|
],
|
|
46
67
|
variants: {
|
|
47
68
|
selected: {
|
|
48
69
|
true: [
|
|
49
70
|
atoms_css_js.atoms({
|
|
50
|
-
backgroundColor: "success"
|
|
71
|
+
backgroundColor: "success",
|
|
72
|
+
borderColor: "success"
|
|
51
73
|
})
|
|
52
74
|
],
|
|
53
75
|
false: [
|
|
54
76
|
atoms_css_js.atoms({
|
|
55
|
-
backgroundColor: "surface-variant"
|
|
77
|
+
backgroundColor: "surface-variant",
|
|
78
|
+
borderColor: "on-surface"
|
|
56
79
|
})
|
|
57
80
|
]
|
|
58
81
|
},
|
|
@@ -60,53 +83,114 @@ const SwitchRecipe = recipes.recipe({
|
|
|
60
83
|
true: [
|
|
61
84
|
atoms_css_js.atoms({
|
|
62
85
|
backgroundColor: "disabled",
|
|
63
|
-
borderColor: "disabled"
|
|
86
|
+
borderColor: "on-disabled"
|
|
64
87
|
}),
|
|
65
88
|
{
|
|
66
|
-
cursor: "not-allowed"
|
|
67
|
-
opacity: 0.6
|
|
89
|
+
cursor: "not-allowed"
|
|
68
90
|
}
|
|
69
91
|
],
|
|
70
92
|
false: {}
|
|
71
93
|
}
|
|
72
|
-
}
|
|
94
|
+
},
|
|
95
|
+
compoundVariants: [
|
|
96
|
+
{
|
|
97
|
+
variants: {
|
|
98
|
+
selected: true,
|
|
99
|
+
disabled: true
|
|
100
|
+
},
|
|
101
|
+
style: [
|
|
102
|
+
atoms_css_js.atoms({
|
|
103
|
+
backgroundColor: "on-disabled",
|
|
104
|
+
borderColor: "on-disabled"
|
|
105
|
+
})
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
]
|
|
73
109
|
});
|
|
74
110
|
const switchThumb = css.style({
|
|
75
111
|
position: "absolute",
|
|
76
112
|
top: "50%",
|
|
77
113
|
transform: "translateY(-50%)",
|
|
78
|
-
|
|
114
|
+
display: "inline-flex",
|
|
115
|
+
alignItems: "center",
|
|
116
|
+
justifyContent: "center",
|
|
117
|
+
transition: "left 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease",
|
|
79
118
|
borderRadius: "50%",
|
|
80
|
-
backgroundColor: tokens_css_js.tokens.
|
|
81
|
-
|
|
119
|
+
backgroundColor: tokens_css_js.tokens.color.surface,
|
|
120
|
+
selectors: {
|
|
121
|
+
[`${focusContainer}:has(input:not(:disabled):active) &`]: {
|
|
122
|
+
transform: "translateY(-50%) scale(0.94)"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
82
125
|
});
|
|
83
126
|
const SwitchThumbRecipe = recipes.recipe({
|
|
84
127
|
base: [
|
|
85
128
|
switchThumb,
|
|
86
129
|
atoms_css_js.atoms({
|
|
87
|
-
width: "
|
|
88
|
-
height: "
|
|
89
|
-
})
|
|
130
|
+
width: "s",
|
|
131
|
+
height: "s"
|
|
132
|
+
}),
|
|
133
|
+
{
|
|
134
|
+
borderWidth: tokens_css_js.tokens.stroke.small,
|
|
135
|
+
borderStyle: "solid",
|
|
136
|
+
boxSizing: "border-box"
|
|
137
|
+
}
|
|
90
138
|
],
|
|
91
139
|
variants: {
|
|
92
140
|
selected: {
|
|
93
|
-
true:
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
141
|
+
true: [
|
|
142
|
+
atoms_css_js.atoms({
|
|
143
|
+
borderColor: "on-surface"
|
|
144
|
+
}),
|
|
145
|
+
{
|
|
146
|
+
left: cssUtils.calc.subtract("100%", cssUtils.calc.add(tokens_css_js.tokens.size.s, tokens_css_js.tokens.stroke.small))
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
false: [
|
|
150
|
+
atoms_css_js.atoms({
|
|
151
|
+
borderColor: "on-surface"
|
|
152
|
+
}),
|
|
153
|
+
{
|
|
154
|
+
left: tokens_css_js.tokens.stroke.small
|
|
155
|
+
}
|
|
156
|
+
]
|
|
99
157
|
},
|
|
100
158
|
disabled: {
|
|
101
159
|
true: [
|
|
102
160
|
atoms_css_js.atoms({
|
|
103
|
-
backgroundColor: "
|
|
161
|
+
backgroundColor: "surface",
|
|
162
|
+
borderColor: "on-disabled"
|
|
104
163
|
})
|
|
105
164
|
],
|
|
106
165
|
false: {}
|
|
107
166
|
}
|
|
108
|
-
}
|
|
167
|
+
},
|
|
168
|
+
compoundVariants: [
|
|
169
|
+
{
|
|
170
|
+
variants: {
|
|
171
|
+
selected: true,
|
|
172
|
+
disabled: true
|
|
173
|
+
},
|
|
174
|
+
style: [
|
|
175
|
+
atoms_css_js.atoms({
|
|
176
|
+
borderColor: "surface"
|
|
177
|
+
})
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
]
|
|
109
181
|
});
|
|
182
|
+
const switchThumbIcon = css.style([
|
|
183
|
+
{
|
|
184
|
+
display: "inline-flex",
|
|
185
|
+
alignItems: "center",
|
|
186
|
+
justifyContent: "center",
|
|
187
|
+
lineHeight: 0,
|
|
188
|
+
pointerEvents: "none"
|
|
189
|
+
},
|
|
190
|
+
atoms_css_js.atoms({
|
|
191
|
+
color: "on-surface"
|
|
192
|
+
})
|
|
193
|
+
]);
|
|
110
194
|
const switchLabel = css.style([
|
|
111
195
|
{
|
|
112
196
|
userSelect: "none",
|
|
@@ -127,18 +211,6 @@ const SwitchLabelRecipe = recipes.recipe({
|
|
|
127
211
|
})
|
|
128
212
|
],
|
|
129
213
|
false: {}
|
|
130
|
-
},
|
|
131
|
-
side: {
|
|
132
|
-
left: [
|
|
133
|
-
atoms_css_js.atoms({
|
|
134
|
-
marginRight: "xxs"
|
|
135
|
-
})
|
|
136
|
-
],
|
|
137
|
-
right: [
|
|
138
|
-
atoms_css_js.atoms({
|
|
139
|
-
marginLeft: "xxs"
|
|
140
|
-
})
|
|
141
|
-
]
|
|
142
214
|
}
|
|
143
215
|
}
|
|
144
216
|
});
|
|
@@ -152,7 +224,10 @@ exports.SwitchRecipe = SwitchRecipe;
|
|
|
152
224
|
exports.SwitchThumbRecipe = SwitchThumbRecipe;
|
|
153
225
|
exports.focusContainer = focusContainer;
|
|
154
226
|
exports.switchContainer = switchContainer;
|
|
155
|
-
exports.switchContainerStyle = switchContainerStyle;
|
|
156
227
|
exports.switchDescription = switchDescription;
|
|
228
|
+
exports.switchField = switchField;
|
|
157
229
|
exports.switchLabel = switchLabel;
|
|
230
|
+
exports.switchLabelContent = switchLabelContent;
|
|
231
|
+
exports.switchRow = switchRow;
|
|
158
232
|
exports.switchThumb = switchThumb;
|
|
233
|
+
exports.switchThumbIcon = switchThumbIcon;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare const focusContainer: string;
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const switchField: string;
|
|
3
|
+
export declare const switchRow: string;
|
|
4
|
+
export declare const switchLabelContent: string;
|
|
3
5
|
export declare const switchContainer: string;
|
|
4
6
|
export declare const SwitchRecipe: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
5
7
|
selected: {
|
|
@@ -9,7 +11,6 @@ export declare const SwitchRecipe: import("@vanilla-extract/recipes").RuntimeFn<
|
|
|
9
11
|
disabled: {
|
|
10
12
|
true: (string | {
|
|
11
13
|
cursor: "not-allowed";
|
|
12
|
-
opacity: number;
|
|
13
14
|
})[];
|
|
14
15
|
false: {};
|
|
15
16
|
};
|
|
@@ -17,28 +18,25 @@ export declare const SwitchRecipe: import("@vanilla-extract/recipes").RuntimeFn<
|
|
|
17
18
|
export declare const switchThumb: string;
|
|
18
19
|
export declare const SwitchThumbRecipe: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
19
20
|
selected: {
|
|
20
|
-
true: {
|
|
21
|
-
left:
|
|
22
|
-
};
|
|
23
|
-
false: {
|
|
24
|
-
left:
|
|
25
|
-
};
|
|
21
|
+
true: (string | {
|
|
22
|
+
left: string;
|
|
23
|
+
})[];
|
|
24
|
+
false: (string | {
|
|
25
|
+
left: `var(--${string})`;
|
|
26
|
+
})[];
|
|
26
27
|
};
|
|
27
28
|
disabled: {
|
|
28
29
|
true: string[];
|
|
29
30
|
false: {};
|
|
30
31
|
};
|
|
31
32
|
}>;
|
|
33
|
+
export declare const switchThumbIcon: string;
|
|
32
34
|
export declare const switchLabel: string;
|
|
33
35
|
export declare const SwitchLabelRecipe: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
34
36
|
disabled: {
|
|
35
37
|
true: string[];
|
|
36
38
|
false: {};
|
|
37
39
|
};
|
|
38
|
-
side: {
|
|
39
|
-
left: string[];
|
|
40
|
-
right: string[];
|
|
41
|
-
};
|
|
42
40
|
}>;
|
|
43
41
|
export declare const switchDescription: string;
|
|
44
42
|
//# sourceMappingURL=switch.css.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.css.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/selectionControls/switch.css.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"switch.css.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/selectionControls/switch.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc,QAKzB,CAAC;AAEH,eAAO,MAAM,WAAW,QAItB,CAAC;AAEH,eAAO,MAAM,SAAS,QAIpB,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAK7B,CAAC;AAEH,eAAO,MAAM,eAAe,QAgB1B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;EA8DvB,CAAC;AAEH,eAAO,MAAM,WAAW,QAgBtB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;EA0D5B,CAAC;AAEH,eAAO,MAAM,eAAe,QAW1B,CAAC;AAEH,eAAO,MAAM,WAAW,QAStB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;EAY5B,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAI5B,CAAC"}
|